@zapier/zapier-sdk 0.64.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/README.md +165 -6
- package/dist/api/client.d.ts.map +1 -1
- package/dist/api/client.js +2 -0
- package/dist/api/debug.d.ts.map +1 -1
- package/dist/api/debug.js +6 -4
- package/dist/api/polling.d.ts +2 -0
- package/dist/api/polling.d.ts.map +1 -1
- package/dist/api/polling.js +10 -2
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +8 -5
- package/dist/core-stack.d.ts +24 -0
- package/dist/core-stack.d.ts.map +1 -0
- package/dist/core-stack.js +32 -0
- package/dist/experimental.cjs +1803 -1332
- package/dist/experimental.d.mts +3508 -182
- package/dist/experimental.d.ts +3578 -252
- package/dist/experimental.d.ts.map +1 -1
- package/dist/experimental.js +120 -84
- package/dist/experimental.mjs +1789 -1331
- package/dist/formatters/action.d.ts +4 -0
- package/dist/formatters/action.d.ts.map +1 -0
- package/dist/formatters/action.js +18 -0
- package/dist/formatters/actionResult.d.ts +3 -0
- package/dist/formatters/actionResult.d.ts.map +1 -0
- package/dist/formatters/actionResult.js +25 -0
- package/dist/formatters/app.d.ts +4 -0
- package/dist/formatters/app.d.ts.map +1 -0
- package/dist/formatters/app.js +10 -0
- package/dist/formatters/clientCredentials.d.ts +5 -0
- package/dist/formatters/clientCredentials.d.ts.map +1 -0
- package/dist/formatters/clientCredentials.js +27 -0
- package/dist/formatters/connection.d.ts +4 -0
- package/dist/formatters/connection.d.ts.map +1 -0
- package/dist/formatters/connection.js +26 -0
- package/dist/formatters/field.d.ts +4 -0
- package/dist/formatters/field.d.ts.map +1 -0
- package/dist/formatters/field.js +51 -0
- package/dist/formatters/inputFieldChoice.d.ts +4 -0
- package/dist/formatters/inputFieldChoice.d.ts.map +1 -0
- package/dist/formatters/inputFieldChoice.js +16 -0
- package/dist/formatters/tableField.d.ts +4 -0
- package/dist/formatters/tableField.d.ts.map +1 -0
- package/dist/formatters/tableField.js +7 -0
- package/dist/formatters/tableRecord.d.ts +5 -3
- package/dist/formatters/tableRecord.d.ts.map +1 -1
- package/dist/formatters/tableRecord.js +4 -3
- package/dist/formatters/triggerInbox.d.ts +4 -0
- package/dist/formatters/triggerInbox.d.ts.map +1 -0
- package/dist/formatters/triggerInbox.js +31 -0
- package/dist/formatters/triggerMessage.d.ts +5 -0
- package/dist/formatters/triggerMessage.d.ts.map +1 -0
- package/dist/formatters/triggerMessage.js +34 -0
- package/dist/formatters/userProfile.d.ts +4 -0
- package/dist/formatters/userProfile.d.ts.map +1 -0
- package/dist/formatters/userProfile.js +19 -0
- package/dist/{index-Bfvj0KLi.d.mts → index-Dh0b5NAY.d.mts} +13058 -7731
- package/dist/{index-Bfvj0KLi.d.ts → index-Dh0b5NAY.d.ts} +13058 -7731
- package/dist/index.cjs +1745 -1464
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +12 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -7
- package/dist/index.mjs +1731 -1463
- package/dist/plugins/api/index.d.ts +1 -1
- package/dist/plugins/api/index.js +1 -1
- package/dist/plugins/apps/index.d.ts +8 -5
- package/dist/plugins/apps/index.d.ts.map +1 -1
- package/dist/plugins/apps/index.js +1 -1
- package/dist/plugins/capabilities/index.d.ts +1 -1
- package/dist/plugins/capabilities/index.js +1 -1
- package/dist/plugins/codeSubstrate/cancelDurableRun/index.d.ts +32 -2
- package/dist/plugins/codeSubstrate/cancelDurableRun/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/cancelDurableRun/index.js +1 -1
- package/dist/plugins/codeSubstrate/createWorkflow/index.d.ts +2 -2
- package/dist/plugins/codeSubstrate/createWorkflow/index.js +1 -1
- package/dist/plugins/codeSubstrate/deleteWorkflow/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/deleteWorkflow/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/deleteWorkflow/index.js +1 -1
- package/dist/plugins/codeSubstrate/disableWorkflow/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/disableWorkflow/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/disableWorkflow/index.js +1 -1
- package/dist/plugins/codeSubstrate/enableWorkflow/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/enableWorkflow/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/enableWorkflow/index.js +1 -1
- package/dist/plugins/codeSubstrate/getDurableRun/index.d.ts +32 -2
- package/dist/plugins/codeSubstrate/getDurableRun/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/getDurableRun/index.js +1 -1
- package/dist/plugins/codeSubstrate/getTriggerRun/index.d.ts +47 -0
- package/dist/plugins/codeSubstrate/getTriggerRun/index.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/getTriggerRun/index.js +23 -0
- package/dist/plugins/codeSubstrate/getTriggerRun/schemas.d.ts +24 -0
- package/dist/plugins/codeSubstrate/getTriggerRun/schemas.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/getTriggerRun/schemas.js +30 -0
- package/dist/plugins/codeSubstrate/getWorkflow/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/getWorkflow/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/getWorkflow/index.js +1 -1
- package/dist/plugins/codeSubstrate/getWorkflowRun/index.d.ts +102 -0
- package/dist/plugins/codeSubstrate/getWorkflowRun/index.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/getWorkflowRun/index.js +25 -0
- package/dist/plugins/codeSubstrate/getWorkflowRun/schemas.d.ts +26 -0
- package/dist/plugins/codeSubstrate/getWorkflowRun/schemas.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/getWorkflowRun/schemas.js +43 -0
- package/dist/plugins/codeSubstrate/getWorkflowVersion/index.d.ts +51 -2
- package/dist/plugins/codeSubstrate/getWorkflowVersion/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/getWorkflowVersion/index.js +1 -1
- package/dist/plugins/codeSubstrate/listDurableRuns/index.d.ts +3 -3
- package/dist/plugins/codeSubstrate/listDurableRuns/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/listDurableRuns/index.js +1 -1
- package/dist/plugins/codeSubstrate/listWorkflowRuns/index.d.ts +78 -0
- package/dist/plugins/codeSubstrate/listWorkflowRuns/index.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/listWorkflowRuns/index.js +34 -0
- package/dist/plugins/codeSubstrate/listWorkflowRuns/schemas.d.ts +65 -0
- package/dist/plugins/codeSubstrate/listWorkflowRuns/schemas.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/listWorkflowRuns/schemas.js +69 -0
- package/dist/plugins/codeSubstrate/listWorkflowVersions/index.d.ts +28 -3
- package/dist/plugins/codeSubstrate/listWorkflowVersions/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/listWorkflowVersions/index.js +1 -1
- package/dist/plugins/codeSubstrate/listWorkflows/index.d.ts +3 -3
- package/dist/plugins/codeSubstrate/listWorkflows/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/listWorkflows/index.js +2 -3
- package/dist/plugins/codeSubstrate/publishWorkflowVersion/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/publishWorkflowVersion/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/publishWorkflowVersion/index.js +1 -1
- package/dist/plugins/codeSubstrate/runDurable/index.d.ts +2 -2
- package/dist/plugins/codeSubstrate/runDurable/index.js +1 -1
- package/dist/plugins/codeSubstrate/triggerWorkflow/index.d.ts +73 -0
- package/dist/plugins/codeSubstrate/triggerWorkflow/index.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/triggerWorkflow/index.js +52 -0
- package/dist/plugins/codeSubstrate/triggerWorkflow/schemas.d.ts +16 -0
- package/dist/plugins/codeSubstrate/triggerWorkflow/schemas.d.ts.map +1 -0
- package/dist/plugins/codeSubstrate/triggerWorkflow/schemas.js +31 -0
- package/dist/plugins/codeSubstrate/updateWorkflow/index.d.ts +27 -2
- package/dist/plugins/codeSubstrate/updateWorkflow/index.d.ts.map +1 -1
- package/dist/plugins/codeSubstrate/updateWorkflow/index.js +1 -1
- package/dist/plugins/connections/index.d.ts +1 -1
- package/dist/plugins/connections/index.js +1 -1
- package/dist/plugins/createClientCredentials/index.d.ts +2 -2
- package/dist/plugins/createClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/createClientCredentials/index.js +4 -2
- package/dist/plugins/createClientCredentials/schemas.d.ts +1 -2
- package/dist/plugins/createClientCredentials/schemas.d.ts.map +1 -1
- package/dist/plugins/deleteClientCredentials/index.d.ts +24 -2
- package/dist/plugins/deleteClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/deleteClientCredentials/index.js +2 -2
- package/dist/plugins/deleteClientCredentials/schemas.d.ts +1 -2
- package/dist/plugins/deleteClientCredentials/schemas.d.ts.map +1 -1
- package/dist/plugins/deprecated/authentications.d.ts +144 -16
- package/dist/plugins/deprecated/authentications.d.ts.map +1 -1
- package/dist/plugins/deprecated/authentications.js +14 -5
- package/dist/plugins/deprecated/inputFields.d.ts +58 -23
- package/dist/plugins/deprecated/inputFields.d.ts.map +1 -1
- package/dist/plugins/deprecated/inputFields.js +15 -7
- package/dist/plugins/eventEmission/event-emission-hook.d.ts +10 -0
- package/dist/plugins/eventEmission/event-emission-hook.d.ts.map +1 -0
- package/dist/plugins/eventEmission/event-emission-hook.js +47 -0
- package/dist/plugins/eventEmission/index.d.ts +5 -3
- package/dist/plugins/eventEmission/index.d.ts.map +1 -1
- package/dist/plugins/eventEmission/index.js +16 -9
- package/dist/plugins/eventEmission/method-metadata.d.ts +16 -0
- package/dist/plugins/eventEmission/method-metadata.d.ts.map +1 -0
- package/dist/plugins/eventEmission/method-metadata.js +20 -0
- package/dist/plugins/eventEmission/transport.d.ts.map +1 -1
- package/dist/plugins/eventEmission/transport.js +2 -1
- package/dist/plugins/fetch/index.d.ts +11 -5
- package/dist/plugins/fetch/index.d.ts.map +1 -1
- package/dist/plugins/fetch/index.js +42 -32
- package/dist/plugins/fetch/schemas.d.ts +1 -1
- package/dist/plugins/findFirstConnection/index.d.ts +4 -4
- package/dist/plugins/findFirstConnection/index.d.ts.map +1 -1
- package/dist/plugins/findFirstConnection/index.js +4 -2
- package/dist/plugins/findFirstConnection/schemas.d.ts +2 -2
- package/dist/plugins/findUniqueConnection/index.d.ts +4 -4
- package/dist/plugins/findUniqueConnection/index.d.ts.map +1 -1
- package/dist/plugins/findUniqueConnection/index.js +4 -2
- package/dist/plugins/findUniqueConnection/schemas.d.ts +2 -2
- package/dist/plugins/getAction/index.d.ts +141 -4
- package/dist/plugins/getAction/index.d.ts.map +1 -1
- package/dist/plugins/getAction/index.js +5 -3
- package/dist/plugins/getAction/schemas.d.ts +6 -6
- package/dist/plugins/getActionInputFieldsSchema/index.d.ts +232 -3
- package/dist/plugins/getActionInputFieldsSchema/index.d.ts.map +1 -1
- package/dist/plugins/getActionInputFieldsSchema/index.js +3 -3
- package/dist/plugins/getActionInputFieldsSchema/schemas.d.ts +6 -6
- package/dist/plugins/getApp/index.d.ts +4 -4
- package/dist/plugins/getApp/index.d.ts.map +1 -1
- package/dist/plugins/getApp/index.js +3 -1
- package/dist/plugins/getApp/schemas.d.ts +4 -4
- package/dist/plugins/getConnection/index.d.ts +125 -2
- package/dist/plugins/getConnection/index.d.ts.map +1 -1
- package/dist/plugins/getConnection/index.js +4 -2
- package/dist/plugins/getProfile/index.d.ts +2 -2
- package/dist/plugins/getProfile/index.d.ts.map +1 -1
- package/dist/plugins/getProfile/index.js +4 -2
- package/dist/plugins/getProfile/schemas.d.ts +1 -2
- package/dist/plugins/getProfile/schemas.d.ts.map +1 -1
- package/dist/plugins/listActionInputFieldChoices/index.d.ts +287 -4
- package/dist/plugins/listActionInputFieldChoices/index.d.ts.map +1 -1
- package/dist/plugins/listActionInputFieldChoices/index.js +6 -4
- package/dist/plugins/listActionInputFieldChoices/schemas.d.ts +8 -8
- package/dist/plugins/listActionInputFieldChoices/schemas.d.ts.map +1 -1
- package/dist/plugins/listActionInputFieldChoices/schemas.js +1 -22
- package/dist/plugins/listActionInputFields/index.d.ts +168 -5
- package/dist/plugins/listActionInputFields/index.d.ts.map +1 -1
- package/dist/plugins/listActionInputFields/index.js +7 -5
- package/dist/plugins/listActionInputFields/schemas.d.ts +6 -6
- package/dist/plugins/listActions/index.d.ts +140 -3
- package/dist/plugins/listActions/index.d.ts.map +1 -1
- package/dist/plugins/listActions/index.js +6 -4
- package/dist/plugins/listActions/schemas.d.ts +4 -4
- package/dist/plugins/listApps/index.d.ts +3 -3
- package/dist/plugins/listApps/index.d.ts.map +1 -1
- package/dist/plugins/listApps/index.js +6 -4
- package/dist/plugins/listClientCredentials/index.d.ts +3 -3
- package/dist/plugins/listClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/listClientCredentials/index.js +6 -4
- package/dist/plugins/listConnections/index.d.ts +140 -3
- package/dist/plugins/listConnections/index.d.ts.map +1 -1
- package/dist/plugins/listConnections/index.js +7 -5
- package/dist/plugins/listConnections/schemas.d.ts +2 -2
- package/dist/plugins/manifest/index.d.ts +1 -1
- package/dist/plugins/manifest/index.d.ts.map +1 -1
- package/dist/plugins/manifest/index.js +6 -4
- package/dist/plugins/registry/index.d.ts +1 -1
- package/dist/plugins/registry/index.js +1 -1
- package/dist/plugins/request/index.d.ts +8 -5
- package/dist/plugins/request/index.d.ts.map +1 -1
- package/dist/plugins/request/index.js +4 -3
- package/dist/plugins/request/schemas.d.ts +2 -2
- package/dist/plugins/runAction/index.d.ts +168 -5
- package/dist/plugins/runAction/index.d.ts.map +1 -1
- package/dist/plugins/runAction/index.js +9 -5
- package/dist/plugins/runAction/schemas.d.ts +6 -6
- package/dist/plugins/tables/createTable/index.d.ts +2 -2
- package/dist/plugins/tables/createTable/index.js +2 -2
- package/dist/plugins/tables/createTable/schemas.d.ts +1 -2
- package/dist/plugins/tables/createTable/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/createTableFields/index.d.ts +34 -2
- package/dist/plugins/tables/createTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/createTableFields/index.js +4 -2
- package/dist/plugins/tables/createTableFields/schemas.d.ts +3 -4
- package/dist/plugins/tables/createTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/createTableRecords/index.d.ts +63 -2
- package/dist/plugins/tables/createTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/createTableRecords/index.js +2 -2
- package/dist/plugins/tables/createTableRecords/schemas.d.ts +3 -4
- package/dist/plugins/tables/createTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTable/index.d.ts +34 -2
- package/dist/plugins/tables/deleteTable/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTable/index.js +2 -2
- package/dist/plugins/tables/deleteTable/schemas.d.ts +3 -4
- package/dist/plugins/tables/deleteTable/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableFields/index.d.ts +63 -2
- package/dist/plugins/tables/deleteTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableFields/index.js +2 -2
- package/dist/plugins/tables/deleteTableFields/schemas.d.ts +4 -5
- package/dist/plugins/tables/deleteTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableRecords/index.d.ts +84 -2
- package/dist/plugins/tables/deleteTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableRecords/index.js +2 -2
- package/dist/plugins/tables/deleteTableRecords/schemas.d.ts +4 -5
- package/dist/plugins/tables/deleteTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/getTable/index.d.ts +34 -2
- package/dist/plugins/tables/getTable/index.d.ts.map +1 -1
- package/dist/plugins/tables/getTable/index.js +2 -2
- package/dist/plugins/tables/getTable/schemas.d.ts +2 -2
- package/dist/plugins/tables/getTableRecord/index.d.ts +84 -2
- package/dist/plugins/tables/getTableRecord/index.d.ts.map +1 -1
- package/dist/plugins/tables/getTableRecord/index.js +2 -2
- package/dist/plugins/tables/getTableRecord/schemas.d.ts +6 -7
- package/dist/plugins/tables/getTableRecord/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/getTableRecord/schemas.js +1 -10
- package/dist/plugins/tables/listTableFields/index.d.ts +34 -2
- package/dist/plugins/tables/listTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTableFields/index.js +4 -2
- package/dist/plugins/tables/listTableFields/schemas.d.ts +4 -5
- package/dist/plugins/tables/listTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/listTableFields/schemas.js +1 -9
- package/dist/plugins/tables/listTableRecords/index.d.ts +65 -4
- package/dist/plugins/tables/listTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTableRecords/index.js +3 -3
- package/dist/plugins/tables/listTableRecords/schemas.d.ts +2 -2
- package/dist/plugins/tables/listTables/index.d.ts +3 -3
- package/dist/plugins/tables/listTables/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTables/index.js +4 -4
- package/dist/plugins/tables/updateTableRecords/index.d.ts +63 -2
- package/dist/plugins/tables/updateTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/updateTableRecords/index.js +2 -2
- package/dist/plugins/tables/updateTableRecords/schemas.d.ts +3 -4
- package/dist/plugins/tables/updateTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/ackTriggerInboxMessages/index.d.ts +59 -2
- package/dist/plugins/triggers/ackTriggerInboxMessages/index.d.ts.map +1 -1
- package/dist/plugins/triggers/ackTriggerInboxMessages/index.js +1 -1
- package/dist/plugins/triggers/ackTriggerInboxMessages/schemas.d.ts +1 -1
- package/dist/plugins/triggers/createTriggerInbox/index.d.ts +231 -2
- package/dist/plugins/triggers/createTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/createTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/createTriggerInbox/schemas.d.ts +3 -4
- package/dist/plugins/triggers/createTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/deleteTriggerInbox/index.d.ts +33 -2
- package/dist/plugins/triggers/deleteTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/deleteTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/deleteTriggerInbox/schemas.d.ts +2 -3
- package/dist/plugins/triggers/deleteTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/drainTriggerInbox/index.d.ts +68 -6
- package/dist/plugins/triggers/drainTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/drainTriggerInbox/index.js +1 -1
- package/dist/plugins/triggers/drainTriggerInbox/schemas.d.ts +2 -2
- package/dist/plugins/triggers/ensureTriggerInbox/index.d.ts +231 -2
- package/dist/plugins/triggers/ensureTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/ensureTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/ensureTriggerInbox/schemas.d.ts +3 -4
- package/dist/plugins/triggers/ensureTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/getTriggerInbox/index.d.ts +33 -2
- package/dist/plugins/triggers/getTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/getTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/getTriggerInbox/schemas.d.ts +2 -3
- package/dist/plugins/triggers/getTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/getTriggerInputFieldsSchema/index.d.ts +232 -3
- package/dist/plugins/triggers/getTriggerInputFieldsSchema/index.d.ts.map +1 -1
- package/dist/plugins/triggers/getTriggerInputFieldsSchema/index.js +1 -1
- package/dist/plugins/triggers/getTriggerInputFieldsSchema/schemas.d.ts +2 -2
- package/dist/plugins/triggers/leaseTriggerInboxMessages/index.d.ts +33 -2
- package/dist/plugins/triggers/leaseTriggerInboxMessages/index.d.ts.map +1 -1
- package/dist/plugins/triggers/leaseTriggerInboxMessages/index.js +1 -1
- package/dist/plugins/triggers/leaseTriggerInboxMessages/schemas.d.ts +1 -1
- package/dist/plugins/triggers/listTriggerInboxMessages/index.d.ts +34 -3
- package/dist/plugins/triggers/listTriggerInboxMessages/index.d.ts.map +1 -1
- package/dist/plugins/triggers/listTriggerInboxMessages/index.js +5 -13
- package/dist/plugins/triggers/listTriggerInboxMessages/schemas.d.ts +1 -1
- package/dist/plugins/triggers/listTriggerInboxes/index.d.ts +3 -3
- package/dist/plugins/triggers/listTriggerInboxes/index.d.ts.map +1 -1
- package/dist/plugins/triggers/listTriggerInboxes/index.js +5 -14
- package/dist/plugins/triggers/listTriggerInputFieldChoices/index.d.ts +288 -5
- package/dist/plugins/triggers/listTriggerInputFieldChoices/index.d.ts.map +1 -1
- package/dist/plugins/triggers/listTriggerInputFieldChoices/index.js +7 -5
- package/dist/plugins/triggers/listTriggerInputFieldChoices/schemas.d.ts +3 -3
- package/dist/plugins/triggers/listTriggerInputFields/index.d.ts +234 -5
- package/dist/plugins/triggers/listTriggerInputFields/index.d.ts.map +1 -1
- package/dist/plugins/triggers/listTriggerInputFields/index.js +6 -5
- package/dist/plugins/triggers/listTriggerInputFields/schemas.d.ts +2 -2
- package/dist/plugins/triggers/listTriggers/index.d.ts +142 -5
- package/dist/plugins/triggers/listTriggers/index.d.ts.map +1 -1
- package/dist/plugins/triggers/listTriggers/index.js +6 -5
- package/dist/plugins/triggers/listTriggers/schemas.d.ts +1 -1
- package/dist/plugins/triggers/pauseTriggerInbox/index.d.ts +33 -2
- package/dist/plugins/triggers/pauseTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/pauseTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/pauseTriggerInbox/schemas.d.ts +2 -3
- package/dist/plugins/triggers/pauseTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/releaseTriggerInboxMessages/index.d.ts +59 -2
- package/dist/plugins/triggers/releaseTriggerInboxMessages/index.d.ts.map +1 -1
- package/dist/plugins/triggers/releaseTriggerInboxMessages/index.js +1 -1
- package/dist/plugins/triggers/releaseTriggerInboxMessages/schemas.d.ts +1 -1
- package/dist/plugins/triggers/resumeTriggerInbox/index.d.ts +33 -2
- package/dist/plugins/triggers/resumeTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/resumeTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/resumeTriggerInbox/schemas.d.ts +2 -3
- package/dist/plugins/triggers/resumeTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/updateTriggerInbox/index.d.ts +33 -2
- package/dist/plugins/triggers/updateTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/updateTriggerInbox/index.js +3 -1
- package/dist/plugins/triggers/updateTriggerInbox/schemas.d.ts +2 -3
- package/dist/plugins/triggers/updateTriggerInbox/schemas.d.ts.map +1 -1
- package/dist/plugins/triggers/watchTriggerInbox/index.d.ts +37 -6
- package/dist/plugins/triggers/watchTriggerInbox/index.d.ts.map +1 -1
- package/dist/plugins/triggers/watchTriggerInbox/index.js +1 -1
- package/dist/resolvers/actionKey.d.ts +3 -2
- package/dist/resolvers/actionKey.d.ts.map +1 -1
- package/dist/resolvers/actionType.d.ts +7 -2
- package/dist/resolvers/actionType.d.ts.map +1 -1
- package/dist/resolvers/actionType.js +3 -0
- package/dist/resolvers/appKey.d.ts +10 -5
- package/dist/resolvers/appKey.d.ts.map +1 -1
- package/dist/resolvers/appKey.js +3 -0
- package/dist/resolvers/clientCredentialsName.d.ts +1 -1
- package/dist/resolvers/clientCredentialsName.d.ts.map +1 -1
- package/dist/resolvers/clientId.d.ts +3 -2
- package/dist/resolvers/clientId.d.ts.map +1 -1
- package/dist/resolvers/clientId.js +1 -1
- package/dist/resolvers/connectionId.d.ts +5 -2
- package/dist/resolvers/connectionId.d.ts.map +1 -1
- package/dist/resolvers/connectionId.js +1 -1
- package/dist/resolvers/durableRunId.d.ts +3 -2
- package/dist/resolvers/durableRunId.d.ts.map +1 -1
- package/dist/resolvers/durableRunId.js +3 -2
- package/dist/resolvers/index.d.ts +1 -0
- package/dist/resolvers/index.d.ts.map +1 -1
- package/dist/resolvers/index.js +1 -0
- package/dist/resolvers/inputFieldKey.d.ts +3 -2
- package/dist/resolvers/inputFieldKey.d.ts.map +1 -1
- package/dist/resolvers/inputFieldKey.js +1 -1
- package/dist/resolvers/tableFieldIds.d.ts +3 -2
- package/dist/resolvers/tableFieldIds.d.ts.map +1 -1
- package/dist/resolvers/tableFields.d.ts +2 -2
- package/dist/resolvers/tableFields.d.ts.map +1 -1
- package/dist/resolvers/tableFilters.d.ts +3 -2
- package/dist/resolvers/tableFilters.d.ts.map +1 -1
- package/dist/resolvers/tableId.d.ts +3 -2
- package/dist/resolvers/tableId.d.ts.map +1 -1
- package/dist/resolvers/tableId.js +1 -1
- package/dist/resolvers/tableName.d.ts +1 -1
- package/dist/resolvers/tableName.d.ts.map +1 -1
- package/dist/resolvers/tableRecordId.d.ts +4 -3
- package/dist/resolvers/tableRecordId.d.ts.map +1 -1
- package/dist/resolvers/tableRecords.d.ts +4 -3
- package/dist/resolvers/tableRecords.d.ts.map +1 -1
- package/dist/resolvers/tableSort.d.ts +3 -2
- package/dist/resolvers/tableSort.d.ts.map +1 -1
- package/dist/resolvers/triggerInbox.d.ts +3 -2
- package/dist/resolvers/triggerInbox.d.ts.map +1 -1
- package/dist/resolvers/triggerInbox.js +1 -1
- package/dist/resolvers/triggerMessages.d.ts +3 -2
- package/dist/resolvers/triggerMessages.d.ts.map +1 -1
- package/dist/resolvers/triggerMessages.js +2 -4
- package/dist/resolvers/workflowId.d.ts +3 -2
- package/dist/resolvers/workflowId.d.ts.map +1 -1
- package/dist/resolvers/workflowId.js +3 -2
- package/dist/resolvers/workflowRunId.d.ts +7 -0
- package/dist/resolvers/workflowRunId.d.ts.map +1 -0
- package/dist/resolvers/workflowRunId.js +20 -0
- package/dist/resolvers/workflowVersionId.d.ts +3 -2
- package/dist/resolvers/workflowVersionId.d.ts.map +1 -1
- package/dist/resolvers/workflowVersionId.js +7 -7
- package/dist/schemas/Action.d.ts.map +1 -1
- package/dist/schemas/Action.js +6 -30
- package/dist/schemas/App.d.ts +0 -1
- package/dist/schemas/App.d.ts.map +1 -1
- package/dist/schemas/App.js +2 -14
- package/dist/schemas/ClientCredentials.d.ts.map +1 -1
- package/dist/schemas/ClientCredentials.js +3 -41
- package/dist/schemas/Connection.d.ts.map +1 -1
- package/dist/schemas/Connection.js +2 -28
- package/dist/schemas/Field.d.ts.map +1 -1
- package/dist/schemas/Field.js +3 -70
- package/dist/schemas/Run.d.ts.map +1 -1
- package/dist/schemas/Run.js +3 -29
- package/dist/schemas/TriggerInbox.d.ts.map +1 -1
- package/dist/schemas/TriggerInbox.js +1 -33
- package/dist/schemas/TriggerMessage.d.ts.map +1 -1
- package/dist/schemas/TriggerMessage.js +2 -60
- package/dist/schemas/UserProfile.d.ts +0 -1
- package/dist/schemas/UserProfile.d.ts.map +1 -1
- package/dist/schemas/UserProfile.js +1 -20
- package/dist/sdk.d.ts +2761 -441
- package/dist/sdk.d.ts.map +1 -1
- package/dist/sdk.js +93 -129
- package/dist/types/errors.d.ts +44 -42
- package/dist/types/errors.d.ts.map +1 -1
- package/dist/types/errors.js +79 -33
- package/dist/types/functions.d.ts +1 -41
- package/dist/types/functions.d.ts.map +1 -1
- package/dist/types/properties.d.ts +7 -7
- package/dist/types/properties.js +1 -1
- package/dist/types/sdk.d.ts +1 -1
- package/dist/types/sdk.d.ts.map +1 -1
- package/dist/utils/domain-utils.js +1 -1
- package/dist/utils/logging.d.ts +1 -12
- package/dist/utils/logging.d.ts.map +1 -1
- package/dist/utils/logging.js +2 -20
- package/dist/utils/pagination.d.ts +38 -0
- package/dist/utils/pagination.d.ts.map +1 -0
- package/dist/utils/pagination.js +53 -0
- package/package.json +3 -2
- package/dist/registry.d.ts +0 -9
- package/dist/registry.d.ts.map +0 -1
- package/dist/registry.js +0 -103
- package/dist/types/meta.d.ts +0 -9
- package/dist/types/meta.d.ts.map +0 -1
- package/dist/types/meta.js +0 -3
- package/dist/types/plugin.d.ts +0 -84
- package/dist/types/plugin.d.ts.map +0 -1
- package/dist/types/plugin.js +0 -13
- package/dist/types/registry.d.ts +0 -54
- package/dist/types/registry.d.ts.map +0 -1
- package/dist/types/registry.js +0 -1
- package/dist/utils/function-utils.d.ts +0 -59
- package/dist/utils/function-utils.d.ts.map +0 -1
- package/dist/utils/function-utils.js +0 -245
- package/dist/utils/pagination-utils.d.ts +0 -73
- package/dist/utils/pagination-utils.d.ts.map +0 -1
- package/dist/utils/pagination-utils.js +0 -308
- package/dist/utils/plugin-utils.d.ts +0 -245
- package/dist/utils/plugin-utils.d.ts.map +0 -1
- package/dist/utils/plugin-utils.js +0 -234
- package/dist/utils/schema-utils.d.ts +0 -211
- package/dist/utils/schema-utils.d.ts.map +0 -1
- package/dist/utils/schema-utils.js +0 -72
- package/dist/utils/string-utils.d.ts +0 -40
- package/dist/utils/string-utils.d.ts.map +0 -1
- package/dist/utils/string-utils.js +0 -69
- package/dist/utils/telemetry-context.d.ts +0 -15
- package/dist/utils/telemetry-context.d.ts.map +0 -1
- package/dist/utils/telemetry-context.js +0 -48
- package/dist/utils/telemetry-utils.d.ts +0 -44
- package/dist/utils/telemetry-utils.d.ts.map +0 -1
- package/dist/utils/telemetry-utils.js +0 -60
- package/dist/utils/validation.d.ts +0 -4
- package/dist/utils/validation.d.ts.map +0 -1
- package/dist/utils/validation.js +0 -30
|
@@ -25,7 +25,7 @@ export declare const listTriggerInputFieldsPlugin: (sdk: {
|
|
|
25
25
|
cursor?: string;
|
|
26
26
|
pageSize?: number;
|
|
27
27
|
maxItems?: number;
|
|
28
|
-
}) | undefined) => import("
|
|
28
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
29
29
|
key: string;
|
|
30
30
|
type: "input_field";
|
|
31
31
|
default_value: string;
|
|
@@ -49,12 +49,241 @@ export declare const listTriggerInputFieldsPlugin: (sdk: {
|
|
|
49
49
|
} & {
|
|
50
50
|
context: {
|
|
51
51
|
meta: {
|
|
52
|
-
listActionInputFields: import("
|
|
52
|
+
listActionInputFields: import("kitcore").PluginMeta<unknown>;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
} & {
|
|
56
|
+
getApp: (options?: {
|
|
57
|
+
app: string;
|
|
58
|
+
} | {
|
|
59
|
+
appKey: string;
|
|
60
|
+
} | undefined) => Promise<{
|
|
61
|
+
data: {
|
|
62
|
+
slug: string;
|
|
63
|
+
title: string;
|
|
64
|
+
key: string;
|
|
65
|
+
implementation_id: string;
|
|
66
|
+
description?: string | undefined;
|
|
67
|
+
is_hidden?: boolean | undefined;
|
|
68
|
+
auth_type?: string | undefined;
|
|
69
|
+
actions?: {
|
|
70
|
+
read?: number | undefined;
|
|
71
|
+
read_bulk?: number | undefined;
|
|
72
|
+
write?: number | undefined;
|
|
73
|
+
search?: number | undefined;
|
|
74
|
+
search_or_write?: number | undefined;
|
|
75
|
+
search_and_write?: number | undefined;
|
|
76
|
+
filter?: number | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
is_deprecated?: boolean | undefined;
|
|
79
|
+
is_beta?: boolean | undefined;
|
|
80
|
+
is_premium?: boolean | undefined;
|
|
81
|
+
age_in_days?: number | undefined;
|
|
82
|
+
banner?: string | undefined;
|
|
83
|
+
categories?: {
|
|
84
|
+
id: number;
|
|
85
|
+
name: string;
|
|
86
|
+
slug: string;
|
|
87
|
+
}[] | undefined;
|
|
88
|
+
images?: {
|
|
89
|
+
url_16x16?: string | undefined;
|
|
90
|
+
url_32x32?: string | undefined;
|
|
91
|
+
url_64x64?: string | undefined;
|
|
92
|
+
url_128x128?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
popularity?: number | undefined;
|
|
95
|
+
has_filters?: boolean | undefined;
|
|
96
|
+
has_reads?: boolean | undefined;
|
|
97
|
+
has_searches?: boolean | undefined;
|
|
98
|
+
has_searches_or_writes?: boolean | undefined;
|
|
99
|
+
has_upfront_fields?: boolean | undefined;
|
|
100
|
+
has_writes?: boolean | undefined;
|
|
101
|
+
is_built_in?: boolean | undefined;
|
|
102
|
+
is_featured?: boolean | undefined;
|
|
103
|
+
is_invite?: boolean | undefined;
|
|
104
|
+
is_public?: boolean | undefined;
|
|
105
|
+
is_upcoming?: boolean | undefined;
|
|
106
|
+
visibility?: string | undefined;
|
|
107
|
+
primary_color?: string | undefined;
|
|
108
|
+
secondary_color?: string | undefined;
|
|
109
|
+
classification?: string | undefined;
|
|
110
|
+
api_docs_url?: string | undefined;
|
|
111
|
+
image?: string | undefined;
|
|
112
|
+
version?: string | undefined;
|
|
113
|
+
};
|
|
114
|
+
}>;
|
|
115
|
+
} & {
|
|
116
|
+
context: {
|
|
117
|
+
meta: {
|
|
118
|
+
getApp: import("kitcore").PluginMeta<unknown>;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
} & {
|
|
122
|
+
listApps: (options?: ({
|
|
123
|
+
search?: string | undefined;
|
|
124
|
+
apps?: string[] | undefined;
|
|
125
|
+
appKeys?: string[] | undefined;
|
|
126
|
+
pageSize?: number | undefined;
|
|
127
|
+
maxItems?: number | undefined;
|
|
128
|
+
cursor?: string | undefined;
|
|
129
|
+
} & {
|
|
130
|
+
cursor?: string;
|
|
131
|
+
pageSize?: number;
|
|
132
|
+
maxItems?: number;
|
|
133
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
134
|
+
slug: string;
|
|
135
|
+
title: string;
|
|
136
|
+
key: string;
|
|
137
|
+
implementation_id: string;
|
|
138
|
+
description?: string | undefined;
|
|
139
|
+
is_hidden?: boolean | undefined;
|
|
140
|
+
auth_type?: string | undefined;
|
|
141
|
+
actions?: {
|
|
142
|
+
read?: number | undefined;
|
|
143
|
+
read_bulk?: number | undefined;
|
|
144
|
+
write?: number | undefined;
|
|
145
|
+
search?: number | undefined;
|
|
146
|
+
search_or_write?: number | undefined;
|
|
147
|
+
search_and_write?: number | undefined;
|
|
148
|
+
filter?: number | undefined;
|
|
149
|
+
} | undefined;
|
|
150
|
+
is_deprecated?: boolean | undefined;
|
|
151
|
+
is_beta?: boolean | undefined;
|
|
152
|
+
is_premium?: boolean | undefined;
|
|
153
|
+
age_in_days?: number | undefined;
|
|
154
|
+
banner?: string | undefined;
|
|
155
|
+
categories?: {
|
|
156
|
+
id: number;
|
|
157
|
+
name: string;
|
|
158
|
+
slug: string;
|
|
159
|
+
}[] | undefined;
|
|
160
|
+
images?: {
|
|
161
|
+
url_16x16?: string | undefined;
|
|
162
|
+
url_32x32?: string | undefined;
|
|
163
|
+
url_64x64?: string | undefined;
|
|
164
|
+
url_128x128?: string | undefined;
|
|
165
|
+
} | undefined;
|
|
166
|
+
popularity?: number | undefined;
|
|
167
|
+
has_filters?: boolean | undefined;
|
|
168
|
+
has_reads?: boolean | undefined;
|
|
169
|
+
has_searches?: boolean | undefined;
|
|
170
|
+
has_searches_or_writes?: boolean | undefined;
|
|
171
|
+
has_upfront_fields?: boolean | undefined;
|
|
172
|
+
has_writes?: boolean | undefined;
|
|
173
|
+
is_built_in?: boolean | undefined;
|
|
174
|
+
is_featured?: boolean | undefined;
|
|
175
|
+
is_invite?: boolean | undefined;
|
|
176
|
+
is_public?: boolean | undefined;
|
|
177
|
+
is_upcoming?: boolean | undefined;
|
|
178
|
+
visibility?: string | undefined;
|
|
179
|
+
primary_color?: string | undefined;
|
|
180
|
+
secondary_color?: string | undefined;
|
|
181
|
+
classification?: string | undefined;
|
|
182
|
+
api_docs_url?: string | undefined;
|
|
183
|
+
image?: string | undefined;
|
|
184
|
+
version?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
} & {
|
|
187
|
+
context: {
|
|
188
|
+
meta: {
|
|
189
|
+
listApps: import("kitcore").PluginMeta<unknown>;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
} & {
|
|
193
|
+
listActions: (options?: (({
|
|
194
|
+
app: string;
|
|
195
|
+
actionType?: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | undefined;
|
|
196
|
+
pageSize?: number | undefined;
|
|
197
|
+
maxItems?: number | undefined;
|
|
198
|
+
cursor?: string | undefined;
|
|
199
|
+
} | {
|
|
200
|
+
appKey: string;
|
|
201
|
+
actionType?: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | undefined;
|
|
202
|
+
pageSize?: number | undefined;
|
|
203
|
+
maxItems?: number | undefined;
|
|
204
|
+
cursor?: string | undefined;
|
|
205
|
+
}) & {
|
|
206
|
+
cursor?: string;
|
|
207
|
+
pageSize?: number;
|
|
208
|
+
maxItems?: number;
|
|
209
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
210
|
+
description: string;
|
|
211
|
+
key: string;
|
|
212
|
+
app_key: string;
|
|
213
|
+
action_type: "filter" | "write" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write";
|
|
214
|
+
title: string;
|
|
215
|
+
type: "action";
|
|
216
|
+
id?: string | undefined;
|
|
217
|
+
is_important?: boolean | undefined;
|
|
218
|
+
is_hidden?: boolean | undefined;
|
|
219
|
+
app_version?: string | undefined;
|
|
220
|
+
}>;
|
|
221
|
+
} & {
|
|
222
|
+
context: {
|
|
223
|
+
meta: {
|
|
224
|
+
listActions: import("kitcore").PluginMeta<unknown>;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
} & {
|
|
228
|
+
listConnections: (options?: ({
|
|
229
|
+
title?: string | undefined;
|
|
230
|
+
search?: string | undefined;
|
|
231
|
+
owner?: string | undefined;
|
|
232
|
+
app?: string | undefined;
|
|
233
|
+
appKey?: string | undefined;
|
|
234
|
+
connections?: string[] | undefined;
|
|
235
|
+
connectionIds?: string[] | undefined;
|
|
236
|
+
authenticationIds?: string[] | undefined;
|
|
237
|
+
account?: string | undefined;
|
|
238
|
+
accountId?: string | undefined;
|
|
239
|
+
includeShared?: boolean | undefined;
|
|
240
|
+
isExpired?: boolean | undefined;
|
|
241
|
+
expired?: boolean | undefined;
|
|
242
|
+
pageSize?: number | undefined;
|
|
243
|
+
maxItems?: number | undefined;
|
|
244
|
+
cursor?: string | undefined;
|
|
245
|
+
} & {
|
|
246
|
+
cursor?: string;
|
|
247
|
+
pageSize?: number;
|
|
248
|
+
maxItems?: number;
|
|
249
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
250
|
+
date: string;
|
|
251
|
+
is_invite_only: boolean;
|
|
252
|
+
is_private: boolean;
|
|
253
|
+
shared_with_all: boolean;
|
|
254
|
+
id: string;
|
|
255
|
+
account_id: string;
|
|
256
|
+
title?: string | null | undefined;
|
|
257
|
+
lastchanged?: string | undefined;
|
|
258
|
+
destination_selected_api?: string | null | undefined;
|
|
259
|
+
is_stale?: string | undefined;
|
|
260
|
+
is_shared?: string | undefined;
|
|
261
|
+
marked_stale_at?: string | null | undefined;
|
|
262
|
+
label?: string | null | undefined;
|
|
263
|
+
identifier?: string | null | undefined;
|
|
264
|
+
url?: string | undefined;
|
|
265
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
266
|
+
members?: string | undefined;
|
|
267
|
+
permissions?: Record<string, boolean> | undefined;
|
|
268
|
+
public_id?: string | undefined;
|
|
269
|
+
account_public_id?: string | undefined;
|
|
270
|
+
customuser_public_id?: string | undefined;
|
|
271
|
+
implementation_id?: string | undefined;
|
|
272
|
+
profile_id?: string | undefined;
|
|
273
|
+
is_expired?: string | undefined;
|
|
274
|
+
expired_at?: string | null | undefined;
|
|
275
|
+
app_key?: string | undefined;
|
|
276
|
+
app_version?: string | undefined;
|
|
277
|
+
}>;
|
|
278
|
+
} & {
|
|
279
|
+
context: {
|
|
280
|
+
meta: {
|
|
281
|
+
listConnections: import("kitcore").PluginMeta<unknown>;
|
|
53
282
|
};
|
|
54
283
|
};
|
|
55
284
|
} & {
|
|
56
285
|
context: {
|
|
57
|
-
meta: Record<string, import("
|
|
286
|
+
meta: Record<string, import("kitcore").PluginMeta>;
|
|
58
287
|
};
|
|
59
288
|
}) => {
|
|
60
289
|
listTriggerInputFields: (options?: ({
|
|
@@ -69,7 +298,7 @@ export declare const listTriggerInputFieldsPlugin: (sdk: {
|
|
|
69
298
|
cursor?: string;
|
|
70
299
|
pageSize?: number;
|
|
71
300
|
maxItems?: number;
|
|
72
|
-
}) | undefined) => import("
|
|
301
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
73
302
|
key: string;
|
|
74
303
|
type: "input_field";
|
|
75
304
|
default_value: string;
|
|
@@ -93,7 +322,7 @@ export declare const listTriggerInputFieldsPlugin: (sdk: {
|
|
|
93
322
|
} & {
|
|
94
323
|
context: {
|
|
95
324
|
meta: {
|
|
96
|
-
listTriggerInputFields: import("
|
|
325
|
+
listTriggerInputFields: import("kitcore").PluginMeta<unknown>;
|
|
97
326
|
};
|
|
98
327
|
};
|
|
99
328
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/listTriggerInputFields/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/listTriggerInputFields/index.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCxC,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,4BAA4B,CACpC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { definePlugin, createPaginatedPluginMethod
|
|
1
|
+
import { definePlugin, createPaginatedPluginMethod } from "kitcore";
|
|
2
2
|
import { ListTriggerInputFieldsSchema } from "./schemas";
|
|
3
3
|
import { RootFieldItemSchema } from "../../../schemas/Field";
|
|
4
|
+
import { rootFieldItemFormatter } from "../../../formatters/field";
|
|
4
5
|
import { appKeyResolver, actionKeyResolver, connectionIdResolver, inputsAllOptionalResolver, } from "../../../resolvers";
|
|
5
6
|
import { triggersDefaults } from "../shared";
|
|
6
7
|
import { DEFAULT_PAGE_SIZE } from "../../../constants";
|
|
@@ -11,6 +12,7 @@ export const listTriggerInputFieldsPlugin = definePlugin((sdk) => createPaginate
|
|
|
11
12
|
itemType: "RootField",
|
|
12
13
|
inputSchema: ListTriggerInputFieldsSchema,
|
|
13
14
|
outputSchema: RootFieldItemSchema,
|
|
15
|
+
formatter: rootFieldItemFormatter,
|
|
14
16
|
defaultPageSize: DEFAULT_PAGE_SIZE,
|
|
15
17
|
// actionKeyResolver and inputsAllOptionalResolver depend on actionType.
|
|
16
18
|
// Pin it to "read" so they resolve correctly without the user setting it.
|
|
@@ -21,13 +23,12 @@ export const listTriggerInputFieldsPlugin = definePlugin((sdk) => createPaginate
|
|
|
21
23
|
inputs: inputsAllOptionalResolver,
|
|
22
24
|
actionType: { type: "constant", value: "read" },
|
|
23
25
|
},
|
|
24
|
-
handler: async ({ sdk, options
|
|
26
|
+
handler: async ({ sdk, options }) => {
|
|
25
27
|
// Thin pass-through to listActionInputFields with actionType pinned.
|
|
26
|
-
// Awaiting the paginated method returns the first page.
|
|
27
|
-
|
|
28
|
+
// Awaiting the paginated method returns the first page (an SdkPage).
|
|
29
|
+
return await sdk.listActionInputFields({
|
|
28
30
|
...options,
|
|
29
31
|
actionType: "read",
|
|
30
32
|
});
|
|
31
|
-
return { data: result.data, nextCursor: result.nextCursor };
|
|
32
33
|
},
|
|
33
34
|
}));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ListTriggerInputFieldsSchema: z.ZodObject<{
|
|
3
3
|
app: z.ZodString & {
|
|
4
|
-
_def: z.core.$ZodStringDef & import("
|
|
4
|
+
_def: z.core.$ZodStringDef & import("kitcore").PositionalMetadata;
|
|
5
5
|
};
|
|
6
6
|
action: z.ZodString & {
|
|
7
|
-
_def: z.core.$ZodStringDef & import("
|
|
7
|
+
_def: z.core.$ZodStringDef & import("kitcore").PositionalMetadata;
|
|
8
8
|
};
|
|
9
9
|
connection: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
10
10
|
inputs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -15,7 +15,7 @@ export declare const listTriggersPlugin: (sdk: {
|
|
|
15
15
|
cursor?: string;
|
|
16
16
|
pageSize?: number;
|
|
17
17
|
maxItems?: number;
|
|
18
|
-
}) | undefined) => import("
|
|
18
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
19
19
|
description: string;
|
|
20
20
|
key: string;
|
|
21
21
|
app_key: string;
|
|
@@ -30,12 +30,149 @@ export declare const listTriggersPlugin: (sdk: {
|
|
|
30
30
|
} & {
|
|
31
31
|
context: {
|
|
32
32
|
meta: {
|
|
33
|
-
listActions: import("
|
|
33
|
+
listActions: import("kitcore").PluginMeta<unknown>;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
} & {
|
|
37
|
+
getApp: (options?: {
|
|
38
|
+
app: string;
|
|
39
|
+
} | {
|
|
40
|
+
appKey: string;
|
|
41
|
+
} | undefined) => Promise<{
|
|
42
|
+
data: {
|
|
43
|
+
slug: string;
|
|
44
|
+
title: string;
|
|
45
|
+
key: string;
|
|
46
|
+
implementation_id: string;
|
|
47
|
+
description?: string | undefined;
|
|
48
|
+
is_hidden?: boolean | undefined;
|
|
49
|
+
auth_type?: string | undefined;
|
|
50
|
+
actions?: {
|
|
51
|
+
read?: number | undefined;
|
|
52
|
+
read_bulk?: number | undefined;
|
|
53
|
+
write?: number | undefined;
|
|
54
|
+
search?: number | undefined;
|
|
55
|
+
search_or_write?: number | undefined;
|
|
56
|
+
search_and_write?: number | undefined;
|
|
57
|
+
filter?: number | undefined;
|
|
58
|
+
} | undefined;
|
|
59
|
+
is_deprecated?: boolean | undefined;
|
|
60
|
+
is_beta?: boolean | undefined;
|
|
61
|
+
is_premium?: boolean | undefined;
|
|
62
|
+
age_in_days?: number | undefined;
|
|
63
|
+
banner?: string | undefined;
|
|
64
|
+
categories?: {
|
|
65
|
+
id: number;
|
|
66
|
+
name: string;
|
|
67
|
+
slug: string;
|
|
68
|
+
}[] | undefined;
|
|
69
|
+
images?: {
|
|
70
|
+
url_16x16?: string | undefined;
|
|
71
|
+
url_32x32?: string | undefined;
|
|
72
|
+
url_64x64?: string | undefined;
|
|
73
|
+
url_128x128?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
popularity?: number | undefined;
|
|
76
|
+
has_filters?: boolean | undefined;
|
|
77
|
+
has_reads?: boolean | undefined;
|
|
78
|
+
has_searches?: boolean | undefined;
|
|
79
|
+
has_searches_or_writes?: boolean | undefined;
|
|
80
|
+
has_upfront_fields?: boolean | undefined;
|
|
81
|
+
has_writes?: boolean | undefined;
|
|
82
|
+
is_built_in?: boolean | undefined;
|
|
83
|
+
is_featured?: boolean | undefined;
|
|
84
|
+
is_invite?: boolean | undefined;
|
|
85
|
+
is_public?: boolean | undefined;
|
|
86
|
+
is_upcoming?: boolean | undefined;
|
|
87
|
+
visibility?: string | undefined;
|
|
88
|
+
primary_color?: string | undefined;
|
|
89
|
+
secondary_color?: string | undefined;
|
|
90
|
+
classification?: string | undefined;
|
|
91
|
+
api_docs_url?: string | undefined;
|
|
92
|
+
image?: string | undefined;
|
|
93
|
+
version?: string | undefined;
|
|
94
|
+
};
|
|
95
|
+
}>;
|
|
96
|
+
} & {
|
|
97
|
+
context: {
|
|
98
|
+
meta: {
|
|
99
|
+
getApp: import("kitcore").PluginMeta<unknown>;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
} & {
|
|
103
|
+
listApps: (options?: ({
|
|
104
|
+
search?: string | undefined;
|
|
105
|
+
apps?: string[] | undefined;
|
|
106
|
+
appKeys?: string[] | undefined;
|
|
107
|
+
pageSize?: number | undefined;
|
|
108
|
+
maxItems?: number | undefined;
|
|
109
|
+
cursor?: string | undefined;
|
|
110
|
+
} & {
|
|
111
|
+
cursor?: string;
|
|
112
|
+
pageSize?: number;
|
|
113
|
+
maxItems?: number;
|
|
114
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
115
|
+
slug: string;
|
|
116
|
+
title: string;
|
|
117
|
+
key: string;
|
|
118
|
+
implementation_id: string;
|
|
119
|
+
description?: string | undefined;
|
|
120
|
+
is_hidden?: boolean | undefined;
|
|
121
|
+
auth_type?: string | undefined;
|
|
122
|
+
actions?: {
|
|
123
|
+
read?: number | undefined;
|
|
124
|
+
read_bulk?: number | undefined;
|
|
125
|
+
write?: number | undefined;
|
|
126
|
+
search?: number | undefined;
|
|
127
|
+
search_or_write?: number | undefined;
|
|
128
|
+
search_and_write?: number | undefined;
|
|
129
|
+
filter?: number | undefined;
|
|
130
|
+
} | undefined;
|
|
131
|
+
is_deprecated?: boolean | undefined;
|
|
132
|
+
is_beta?: boolean | undefined;
|
|
133
|
+
is_premium?: boolean | undefined;
|
|
134
|
+
age_in_days?: number | undefined;
|
|
135
|
+
banner?: string | undefined;
|
|
136
|
+
categories?: {
|
|
137
|
+
id: number;
|
|
138
|
+
name: string;
|
|
139
|
+
slug: string;
|
|
140
|
+
}[] | undefined;
|
|
141
|
+
images?: {
|
|
142
|
+
url_16x16?: string | undefined;
|
|
143
|
+
url_32x32?: string | undefined;
|
|
144
|
+
url_64x64?: string | undefined;
|
|
145
|
+
url_128x128?: string | undefined;
|
|
146
|
+
} | undefined;
|
|
147
|
+
popularity?: number | undefined;
|
|
148
|
+
has_filters?: boolean | undefined;
|
|
149
|
+
has_reads?: boolean | undefined;
|
|
150
|
+
has_searches?: boolean | undefined;
|
|
151
|
+
has_searches_or_writes?: boolean | undefined;
|
|
152
|
+
has_upfront_fields?: boolean | undefined;
|
|
153
|
+
has_writes?: boolean | undefined;
|
|
154
|
+
is_built_in?: boolean | undefined;
|
|
155
|
+
is_featured?: boolean | undefined;
|
|
156
|
+
is_invite?: boolean | undefined;
|
|
157
|
+
is_public?: boolean | undefined;
|
|
158
|
+
is_upcoming?: boolean | undefined;
|
|
159
|
+
visibility?: string | undefined;
|
|
160
|
+
primary_color?: string | undefined;
|
|
161
|
+
secondary_color?: string | undefined;
|
|
162
|
+
classification?: string | undefined;
|
|
163
|
+
api_docs_url?: string | undefined;
|
|
164
|
+
image?: string | undefined;
|
|
165
|
+
version?: string | undefined;
|
|
166
|
+
}>;
|
|
167
|
+
} & {
|
|
168
|
+
context: {
|
|
169
|
+
meta: {
|
|
170
|
+
listApps: import("kitcore").PluginMeta<unknown>;
|
|
34
171
|
};
|
|
35
172
|
};
|
|
36
173
|
} & {
|
|
37
174
|
context: {
|
|
38
|
-
meta: Record<string, import("
|
|
175
|
+
meta: Record<string, import("kitcore").PluginMeta>;
|
|
39
176
|
};
|
|
40
177
|
}) => {
|
|
41
178
|
listTriggers: (options?: ({
|
|
@@ -47,7 +184,7 @@ export declare const listTriggersPlugin: (sdk: {
|
|
|
47
184
|
cursor?: string;
|
|
48
185
|
pageSize?: number;
|
|
49
186
|
maxItems?: number;
|
|
50
|
-
}) | undefined) => import("
|
|
187
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
51
188
|
description: string;
|
|
52
189
|
key: string;
|
|
53
190
|
app_key: string;
|
|
@@ -62,7 +199,7 @@ export declare const listTriggersPlugin: (sdk: {
|
|
|
62
199
|
} & {
|
|
63
200
|
context: {
|
|
64
201
|
meta: {
|
|
65
|
-
listTriggers: import("
|
|
202
|
+
listTriggers: import("kitcore").PluginMeta<unknown>;
|
|
66
203
|
};
|
|
67
204
|
};
|
|
68
205
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/listTriggers/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/listTriggers/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyB9B,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { definePlugin, createPaginatedPluginMethod
|
|
1
|
+
import { definePlugin, createPaginatedPluginMethod } from "kitcore";
|
|
2
2
|
import { ListTriggersSchema } from "./schemas";
|
|
3
3
|
import { ActionItemSchema } from "../../../schemas/Action";
|
|
4
|
+
import { actionItemFormatter } from "../../../formatters/action";
|
|
4
5
|
import { appKeyResolver } from "../../../resolvers";
|
|
5
6
|
import { triggersDefaults } from "../shared";
|
|
6
7
|
import { DEFAULT_PAGE_SIZE } from "../../../constants";
|
|
@@ -11,15 +12,15 @@ export const listTriggersPlugin = definePlugin((sdk) => createPaginatedPluginMet
|
|
|
11
12
|
itemType: "Action",
|
|
12
13
|
inputSchema: ListTriggersSchema,
|
|
13
14
|
outputSchema: ActionItemSchema,
|
|
15
|
+
formatter: actionItemFormatter,
|
|
14
16
|
defaultPageSize: DEFAULT_PAGE_SIZE,
|
|
15
17
|
resolvers: { app: appKeyResolver },
|
|
16
|
-
handler: async ({ sdk, options
|
|
18
|
+
handler: async ({ sdk, options }) => {
|
|
17
19
|
// Thin pass-through to listActions with actionType pinned to "read".
|
|
18
|
-
// Awaiting the paginated method returns the first page.
|
|
19
|
-
|
|
20
|
+
// Awaiting the paginated method returns the first page (an SdkPage).
|
|
21
|
+
return await sdk.listActions({
|
|
20
22
|
...options,
|
|
21
23
|
actionType: "read",
|
|
22
24
|
});
|
|
23
|
-
return { data: result.data, nextCursor: result.nextCursor };
|
|
24
25
|
},
|
|
25
26
|
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ListTriggersSchema: z.ZodObject<{
|
|
3
3
|
app: z.ZodString & {
|
|
4
|
-
_def: z.core.$ZodStringDef & import("
|
|
4
|
+
_def: z.core.$ZodStringDef & import("kitcore").PositionalMetadata;
|
|
5
5
|
};
|
|
6
6
|
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
7
7
|
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16,9 +16,40 @@ export declare const pauseTriggerInboxPlugin: (sdk: {
|
|
|
16
16
|
};
|
|
17
17
|
} & {
|
|
18
18
|
context: import("../../eventEmission").EventEmissionContext;
|
|
19
|
+
} & {
|
|
20
|
+
listTriggerInboxes: (options?: ({
|
|
21
|
+
name?: string | undefined;
|
|
22
|
+
status?: string | undefined;
|
|
23
|
+
pageSize?: number | undefined;
|
|
24
|
+
maxItems?: number | undefined;
|
|
25
|
+
cursor?: string | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
cursor?: string;
|
|
28
|
+
pageSize?: number;
|
|
29
|
+
maxItems?: number;
|
|
30
|
+
}) | undefined) => import("kitcore").PaginatedSdkResult<{
|
|
31
|
+
id: string;
|
|
32
|
+
created_at: string;
|
|
33
|
+
name: string | null;
|
|
34
|
+
status: string;
|
|
35
|
+
paused_reason: string | null;
|
|
36
|
+
notification_url: string | null;
|
|
37
|
+
subscription: {
|
|
38
|
+
connection_id: string | number | null;
|
|
39
|
+
app_key: string;
|
|
40
|
+
action_key: string;
|
|
41
|
+
inputs: Record<string, unknown>;
|
|
42
|
+
};
|
|
43
|
+
}>;
|
|
44
|
+
} & {
|
|
45
|
+
context: {
|
|
46
|
+
meta: {
|
|
47
|
+
listTriggerInboxes: import("kitcore").PluginMeta<unknown>;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
19
50
|
} & {
|
|
20
51
|
context: {
|
|
21
|
-
meta: Record<string, import("
|
|
52
|
+
meta: Record<string, import("kitcore").PluginMeta>;
|
|
22
53
|
};
|
|
23
54
|
}) => {
|
|
24
55
|
pauseTriggerInbox: (options?: {
|
|
@@ -42,7 +73,7 @@ export declare const pauseTriggerInboxPlugin: (sdk: {
|
|
|
42
73
|
} & {
|
|
43
74
|
context: {
|
|
44
75
|
meta: {
|
|
45
|
-
pauseTriggerInbox: import("
|
|
76
|
+
pauseTriggerInbox: import("kitcore").PluginMeta<unknown>;
|
|
46
77
|
};
|
|
47
78
|
};
|
|
48
79
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/pauseTriggerInbox/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/pauseTriggerInbox/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCnC,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,UAAU,CACtD,OAAO,uBAAuB,CAC/B,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { definePlugin, createPluginMethod } from "
|
|
1
|
+
import { definePlugin, createPluginMethod } from "kitcore";
|
|
2
2
|
import { PauseTriggerInboxSchema, TriggerInboxItemSchema } from "./schemas";
|
|
3
|
+
import { triggerInboxItemFormatter } from "../../../formatters/triggerInbox";
|
|
3
4
|
import { triggerInboxResolver } from "../../../resolvers";
|
|
4
5
|
import { resolveTriggerInboxId } from "../utils";
|
|
5
6
|
import { triggersDefaults } from "../shared";
|
|
@@ -10,6 +11,7 @@ export const pauseTriggerInboxPlugin = definePlugin((sdk) => createPluginMethod(
|
|
|
10
11
|
itemType: "TriggerInbox",
|
|
11
12
|
inputSchema: PauseTriggerInboxSchema,
|
|
12
13
|
outputSchema: TriggerInboxItemSchema,
|
|
14
|
+
formatter: triggerInboxItemFormatter,
|
|
13
15
|
resolvers: { inbox: triggerInboxResolver },
|
|
14
16
|
handler: async ({ sdk, options }) => {
|
|
15
17
|
const { inbox } = options;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import type { FunctionOptions } from "../../../types/functions";
|
|
3
2
|
import { TriggerInboxItemSchema, type TriggerInboxItem } from "../../../schemas/TriggerInbox";
|
|
4
3
|
export declare const PauseTriggerInboxSchema: z.ZodObject<{
|
|
5
4
|
inbox: z.ZodString & {
|
|
6
|
-
_def: z.core.$ZodStringDef & import("
|
|
5
|
+
_def: z.core.$ZodStringDef & import("kitcore").PositionalMetadata;
|
|
7
6
|
};
|
|
8
7
|
}, z.core.$strip>;
|
|
9
|
-
export type PauseTriggerInboxOptions = z.infer<typeof PauseTriggerInboxSchema
|
|
8
|
+
export type PauseTriggerInboxOptions = z.infer<typeof PauseTriggerInboxSchema>;
|
|
10
9
|
export interface PauseTriggerInboxResult {
|
|
11
10
|
data: TriggerInboxItem;
|
|
12
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/pauseTriggerInbox/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/plugins/triggers/pauseTriggerInbox/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,sBAAsB,EACtB,KAAK,gBAAgB,EACtB,MAAM,+BAA+B,CAAC;AAEvC,eAAO,MAAM,uBAAuB;;;;iBAI6B,CAAC;AAElE,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE/E,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
|