Skip to content

Commit

Permalink
Update OpenAPI Specification (#19)
Browse files Browse the repository at this point in the history
* Update OpenAPI Specification (composio.json)

* add progress.yaml

* konfig fix

* Regenerate SDKs

* fix

* Regenerate SDKs

---------

Co-authored-by: konfig-bot[bot] <121480725+konfig-bot[bot]@users.noreply.github.com>
Co-authored-by: dphuang2 <[email protected]>
Co-authored-by: konfig-publisher <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 4593d30 commit de00c12
Show file tree
Hide file tree
Showing 103 changed files with 12,617 additions and 1,199 deletions.
5 changes: 5 additions & 0 deletions .konfig/changesets/cuddly-corners-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
ruby: patch
---

Regenerate SDKs
5 changes: 5 additions & 0 deletions .konfig/changesets/fluffy-pandas-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
ruby: patch
---

Regenerate SDKs
163 changes: 163 additions & 0 deletions .konfig/progress.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,66 @@
examples: {}
examples_2: {}
examples_3:
/api/v1/apps/openapi/send_email_to_client:
post:
'200':
application/json: {}
/api/v1/apps/openapi/spec/delete/{id}:
delete:
'200':
application/json: {}
/api/v1/apps/openapi/spec/status/{id}:
get:
'200':
application/json: {}
/api/v1/connectedAccounts/{connectedAccountId}:
delete:
'200':
application/json: {}
/api/v1/event_logs/get/events:
get:
'200':
application/json: {}
/api/v1/event_logs/get/webhook:
get:
'200':
application/json: {}
/api/v1/event_logs/set/webhook:
post:
'200':
application/json: {}
/api/v1/event_logs/webhook/secret/get:
get:
'200':
application/json: {}
/api/v1/event_logs/webhook/secret/refresh:
post:
'200':
application/json: {}
/api/v1/payment/checkout-session/{sessionId}/status:
get:
'200':
application/json: {}
/api/v1/payment/create-checkout-session:
post:
'200':
application/json: {}
/api/v1/payment/invoices:
get:
'200':
application/json: {}
/api/v1/payment/invoices/{invoiceId}:
get:
'200':
application/json: {}
/api/v1/payment/webhook:
post:
'200':
application/json: {}
/api/v2/actions/{actionId}/execute/get.inputs:
post:
'200':
application/json: {}
ignoreObjectsWithNoProperties: true
operationIds:
/api/v1/actions:
Expand All @@ -15,6 +71,10 @@ operationIds:
get: ActionsControllerV1_get
/api/v1/actions/{actionId}/execute:
post: ActionsControllerV1_execute
/api/v1/analytics/:
get: Analytics_get
/api/v1/analytics/entities:
get: Analytics_getTopEntities
/api/v1/api_keys:
get: ApiKeys_list
post: ApiKeys_generate
Expand All @@ -26,14 +86,20 @@ operationIds:
post: App_createCustomRepo
/api/v1/apps/custom-repo/get-repo:
get: App_getCustomRepo
/api/v1/apps/openapi/send_email_to_client:
post: Apps_sendEmailToClient
/api/v1/apps/openapi/spec/add:
post: App_addOpenApiSpec
/api/v1/apps/openapi/spec/delete/{id}:
delete: Apps_deleteOpenApiSpecTool
/api/v1/apps/openapi/spec/delete/{name}:
delete: App_deleteOpenApiSpecTool
/api/v1/apps/openapi/spec/list:
get: App_listOpenApiSpecs
/api/v1/apps/openapi/spec/logs/{name}:
get: App_getLogsByName
/api/v1/apps/openapi/spec/status/{id}:
get: Apps_getOpenApiSpecStatus
/api/v1/apps/sync:
post: App_syncCustomRepo
/api/v1/apps/{appName}:
Expand Down Expand Up @@ -74,6 +140,16 @@ operationIds:
post: Connections_disable
/api/v1/connectedAccounts/{connectedAccountId}/enable:
post: Connections_enable
/api/v1/event_logs/get/events:
get: EventLogs_getEvents
/api/v1/event_logs/get/webhook:
get: EventLogs_getWebhook
/api/v1/event_logs/set/webhook:
post: EventLogs_updateWebhook
/api/v1/event_logs/webhook/secret/get:
get: EventLogs_getWebhookSecret
/api/v1/event_logs/webhook/secret/refresh:
post: EventLogs_refreshWebhookSecret
/api/v1/integrations:
get: AppConnector_listGlobalConnectors
post: AppConnector_createIntegration
Expand All @@ -89,13 +165,24 @@ operationIds:
get: AppLogin_verifyOAuth2Login
/api/v1/logs/:
get: Logs_list
post: Logs_addNewLogs
/api/v1/metadata:
get: Metadata_getInfo
post: Metadata_updateInfo
/api/v1/metadata/toggle.info:
get: Metadata_getToggleInfo
/api/v1/metadata/toggle/trigger:
post: Metadata_toggleTriggerState
/api/v1/payment/checkout-session/{sessionId}/status:
get: Payment_getCheckoutSessionStatus
/api/v1/payment/create-checkout-session:
post: Payment_createCheckoutSession
/api/v1/payment/invoices:
get: Payment_getInvoices
/api/v1/payment/invoices/{invoiceId}:
get: Payment_getInvoice
/api/v1/payment/webhook:
post: Payment_handleStripeWebhook
/api/v1/team/invite:
post: Team_sendInvitation
/api/v1/team/members:
Expand Down Expand Up @@ -137,6 +224,8 @@ operationIds:
get: ActionsControllerV2_getActionById
/api/v2/actions/{actionId}/execute:
post: ActionsControllerV2_execute
/api/v2/actions/{actionId}/execute/get.inputs:
post: Actions_getActionInputs
/api/v2/triggers/{triggerName}:
get: TriggerControllerV2_getTriggerInfo
/v1/actions:
Expand All @@ -162,12 +251,18 @@ operationIds:
operationTags: {}
renameTags: {}
requestSchemaNames:
/api/v1/apps/openapi/send_email_to_client:
post:
application/json: AppsSendEmailToClientRequest
/api/v1/client/auth/google_login:
post:
application/json: ClientAuthGoogleLoginRequest
/api/v1/client/auth/pusher_auth:
post:
application/json: ClientAuthAuthenticateUserRequest
/api/v1/payment/webhook:
post:
application/json: PaymentHandleStripeWebhookRequest
/api/v1/triggers/handle/{appName}/{clientId}:
post:
application/json: TriggersHandleTriggerRequest
Expand All @@ -181,14 +276,66 @@ responseSchemaNames:
'200':
application/json: ApiKeysListResponse
text/html; charset=utf-8: ApiKeysListResponse
/api/v1/apps/openapi/send_email_to_client:
post:
'200':
application/json: AppsSendEmailToClientResponse
/api/v1/apps/openapi/spec/delete/{id}:
delete:
'200':
application/json: AppsDeleteOpenApiSpecToolResponse
/api/v1/apps/openapi/spec/list:
get:
'200':
application/json: AppListOpenApiSpecsResponse
/api/v1/apps/openapi/spec/status/{id}:
get:
'200':
application/json: AppsGetOpenApiSpecStatusResponse
/api/v1/connectedAccounts/{connectedAccountId}:
delete:
'200':
application/json: ConnectionsDeleteResponse
/api/v1/event_logs/get/events:
get:
'200':
application/json: EventLogsGetEventsResponse
/api/v1/event_logs/get/webhook:
get:
'200':
application/json: EventLogsGetWebhookResponse
/api/v1/event_logs/set/webhook:
post:
'200':
application/json: EventLogsUpdateWebhookResponse
/api/v1/event_logs/webhook/secret/get:
get:
'200':
application/json: EventLogsGetWebhookSecretResponse
/api/v1/event_logs/webhook/secret/refresh:
post:
'200':
application/json: EventLogsRefreshWebhookSecretResponse
/api/v1/payment/checkout-session/{sessionId}/status:
get:
'200':
application/json: PaymentGetCheckoutSessionStatusResponse
/api/v1/payment/create-checkout-session:
post:
'200':
application/json: PaymentCreateCheckoutSessionResponse
/api/v1/payment/invoices:
get:
'200':
application/json: PaymentGetInvoicesResponse
/api/v1/payment/invoices/{invoiceId}:
get:
'200':
application/json: PaymentGetInvoiceResponse
/api/v1/payment/webhook:
post:
'200':
application/json: PaymentHandleStripeWebhookResponse
/api/v1/team/members:
get:
'200':
Expand All @@ -199,6 +346,10 @@ responseSchemaNames:
'200':
application/json: TriggersListResponse
text/html; charset=utf-8: TriggersListResponse
/api/v2/actions/{actionId}/execute/get.inputs:
post:
'200':
application/json: ActionsGetActionInputsResponse
/api/v2/triggers/{triggerName}:
get:
'200':
Expand All @@ -207,6 +358,8 @@ responseSchemaNames:
securityParameters:
actions:
query: false
adminToken:
query: false
appNames:
query: false
apps:
Expand All @@ -225,6 +378,8 @@ securityParameters:
query: false
email:
query: false
endTime:
query: false
endpoint:
query: false
entityId:
Expand All @@ -239,12 +394,18 @@ securityParameters:
query: false
key:
query: false
lastTimePeriod:
query: false
limit:
query: false
logsType:
query: false
page:
query: false
pageSize:
query: false
query:
query: false
redirectUri:
query: false
search:
Expand All @@ -257,6 +418,8 @@ securityParameters:
query: false
showEnabledOnly:
query: false
startTime:
query: false
status:
query: false
tags:
Expand Down
4 changes: 2 additions & 2 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| SDK Name | Lines of Code |
| -------- | ------------- |
| ruby | 46029 |
| **Total** | 46029 |
| ruby | 55073 |
| **Total** | 55073 |
Loading

0 comments on commit de00c12

Please sign in to comment.