Skip to content

Commit

Permalink
Merge pull request #190 from stackql/dev
Browse files Browse the repository at this point in the history
`pagerduty` and `godaddy` provider releases
  • Loading branch information
jeffreyaven committed Dec 20, 2023
2 parents b9a6413 + c13268b commit 8768c72
Show file tree
Hide file tree
Showing 41 changed files with 120,427 additions and 300 deletions.
7 changes: 7 additions & 0 deletions providers/src/godaddy/v00.00.00000/services/abuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,13 @@ components:
title: Tickets
methods:
get_tickets:
operation:
$ref: '#/paths/~1v1~1abuse~1tickets/get'
response:
mediaType: application/json
openAPIDocKey: '200'
objectKey: $.ticketIds
_get_tickets:
operation:
$ref: '#/paths/~1v1~1abuse~1tickets/get'
response:
Expand Down
14 changes: 2 additions & 12 deletions providers/src/godaddy/v00.00.00000/services/aftermarket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,17 +420,6 @@ components:
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete:
- $ref: '#/components/x-stackQL-resources/listings/methods/delete_listings'
listings_expiry:
id: godaddy.aftermarket.listings_expiry
name: listings_expiry
title: Listings Expiry
methods:
add_expiry_listings:
operation:
$ref: '#/paths/~1v1~1aftermarket~1listings~1expiry/post'
Expand All @@ -441,4 +430,5 @@ components:
select: []
insert: []
update: []
delete: []
delete:
- $ref: '#/components/x-stackQL-resources/listings/methods/delete_listings'
154 changes: 42 additions & 112 deletions providers/src/godaddy/v00.00.00000/services/certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1597,33 +1597,59 @@ components:
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_validate:
operation:
$ref: '#/paths/~1v1~1certificates~1validate/post'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_get:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/certificates/methods/certificate_get'
insert:
- $ref: '#/components/x-stackQL-resources/certificates/methods/certificate_create'
update: []
delete: []
validate:
id: godaddy.certificates.validate
name: validate
title: Validate
methods:
certificate_validate:
certificate_cancel:
operation:
$ref: '#/paths/~1v1~1certificates~1validate/post'
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1cancel/post'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_download:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1download/get'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_reissue:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1reissue/post'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_renew:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1renew/post'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_revoke:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1revoke/post'
response:
mediaType: application/json
openAPIDocKey: '200'
certificate_verifydomaincontrol:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1verifyDomainControl/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
select:
- $ref: '#/components/x-stackQL-resources/certificates/methods/certificate_get'
insert:
- $ref: '#/components/x-stackQL-resources/certificates/methods/certificate_create'
update: []
delete: []
actions:
Expand Down Expand Up @@ -1673,86 +1699,6 @@ components:
update: []
delete:
- $ref: '#/components/x-stackQL-resources/callback/methods/certificate_callback_delete'
cancel:
id: godaddy.certificates.cancel
name: cancel
title: Cancel
methods:
certificate_cancel:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1cancel/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
download:
id: godaddy.certificates.download
name: download
title: Download
methods:
certificate_download:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1download/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
reissue:
id: godaddy.certificates.reissue
name: reissue
title: Reissue
methods:
certificate_reissue:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1reissue/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
renew:
id: godaddy.certificates.renew
name: renew
title: Renew
methods:
certificate_renew:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1renew/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
revoke:
id: godaddy.certificates.revoke
name: revoke
title: Revoke
methods:
certificate_revoke:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1revoke/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
site_seal:
id: godaddy.certificates.site_seal
name: site_seal
Expand All @@ -1770,19 +1716,3 @@ components:
insert: []
update: []
delete: []
verify_domain_control:
id: godaddy.certificates.verify_domain_control
name: verify_domain_control
title: Verify Domain Control
methods:
certificate_verifydomaincontrol:
operation:
$ref: '#/paths/~1v1~1certificates~1{certificate_id}~1verifyDomainControl/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
insert: []
update: []
delete: []
Loading

0 comments on commit 8768c72

Please sign in to comment.