@hookdeck/outpost-sdk 0.4.0 → 0.6.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/README.md +23 -57
- package/RUNTIMES.md +6 -6
- package/bin/mcp-server.js +38070 -19703
- package/bin/mcp-server.js.map +346 -155
- package/dist/commonjs/funcs/destinationsCreate.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsCreate.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsCreate.js +5 -35
- package/dist/commonjs/funcs/destinationsCreate.js.map +1 -1
- package/dist/commonjs/funcs/destinationsDelete.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsDelete.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsDelete.js +4 -34
- package/dist/commonjs/funcs/destinationsDelete.js.map +1 -1
- package/dist/commonjs/funcs/destinationsDisable.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsDisable.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsDisable.js +4 -34
- package/dist/commonjs/funcs/destinationsDisable.js.map +1 -1
- package/dist/commonjs/funcs/destinationsEnable.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsEnable.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsEnable.js +4 -34
- package/dist/commonjs/funcs/destinationsEnable.js.map +1 -1
- package/dist/commonjs/funcs/destinationsGet.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsGet.js +4 -34
- package/dist/commonjs/funcs/destinationsGet.js.map +1 -1
- package/dist/commonjs/funcs/destinationsList.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsList.js +5 -35
- package/dist/commonjs/funcs/destinationsList.js.map +1 -1
- package/dist/commonjs/funcs/destinationsUpdate.d.ts +1 -2
- package/dist/commonjs/funcs/destinationsUpdate.d.ts.map +1 -1
- package/dist/commonjs/funcs/destinationsUpdate.js +5 -35
- package/dist/commonjs/funcs/destinationsUpdate.js.map +1 -1
- package/dist/commonjs/funcs/eventsGet.d.ts +1 -2
- package/dist/commonjs/funcs/eventsGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsGet.js +4 -34
- package/dist/commonjs/funcs/eventsGet.js.map +1 -1
- package/dist/commonjs/funcs/eventsGetByDestination.d.ts +1 -2
- package/dist/commonjs/funcs/eventsGetByDestination.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsGetByDestination.js +4 -34
- package/dist/commonjs/funcs/eventsGetByDestination.js.map +1 -1
- package/dist/commonjs/funcs/eventsList.d.ts +1 -5
- package/dist/commonjs/funcs/eventsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsList.js +9 -74
- package/dist/commonjs/funcs/eventsList.js.map +1 -1
- package/dist/commonjs/funcs/eventsListByDestination.d.ts +1 -5
- package/dist/commonjs/funcs/eventsListByDestination.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListByDestination.js +9 -72
- package/dist/commonjs/funcs/eventsListByDestination.js.map +1 -1
- package/dist/commonjs/funcs/eventsListDeliveries.d.ts +1 -2
- package/dist/commonjs/funcs/eventsListDeliveries.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsListDeliveries.js +5 -35
- package/dist/commonjs/funcs/eventsListDeliveries.js.map +1 -1
- package/dist/commonjs/funcs/eventsRetry.d.ts +1 -2
- package/dist/commonjs/funcs/eventsRetry.d.ts.map +1 -1
- package/dist/commonjs/funcs/eventsRetry.js +6 -37
- package/dist/commonjs/funcs/eventsRetry.js.map +1 -1
- package/dist/commonjs/funcs/healthCheck.d.ts +15 -2
- package/dist/commonjs/funcs/healthCheck.d.ts.map +1 -1
- package/dist/commonjs/funcs/healthCheck.js +17 -5
- package/dist/commonjs/funcs/healthCheck.js.map +1 -1
- package/dist/commonjs/funcs/publishEvent.js +1 -1
- package/dist/commonjs/funcs/publishEvent.js.map +1 -1
- package/dist/commonjs/funcs/schemasGet.d.ts +1 -2
- package/dist/commonjs/funcs/schemasGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/schemasGet.js +4 -34
- package/dist/commonjs/funcs/schemasGet.js.map +1 -1
- package/dist/commonjs/funcs/schemasGetDestinationTypeJwt.js +1 -1
- package/dist/commonjs/funcs/schemasGetDestinationTypeJwt.js.map +1 -1
- package/dist/commonjs/funcs/schemasListDestinationTypesJwt.js +2 -2
- package/dist/commonjs/funcs/schemasListDestinationTypesJwt.js.map +1 -1
- package/dist/commonjs/funcs/schemasListTenantDestinationTypes.d.ts +1 -2
- package/dist/commonjs/funcs/schemasListTenantDestinationTypes.d.ts.map +1 -1
- package/dist/commonjs/funcs/schemasListTenantDestinationTypes.js +5 -35
- package/dist/commonjs/funcs/schemasListTenantDestinationTypes.js.map +1 -1
- package/dist/commonjs/funcs/tenantsDelete.d.ts +1 -2
- package/dist/commonjs/funcs/tenantsDelete.d.ts.map +1 -1
- package/dist/commonjs/funcs/tenantsDelete.js +4 -34
- package/dist/commonjs/funcs/tenantsDelete.js.map +1 -1
- package/dist/commonjs/funcs/tenantsGet.d.ts +1 -2
- package/dist/commonjs/funcs/tenantsGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/tenantsGet.js +4 -34
- package/dist/commonjs/funcs/tenantsGet.js.map +1 -1
- package/dist/commonjs/funcs/tenantsGetPortalUrl.d.ts +1 -2
- package/dist/commonjs/funcs/tenantsGetPortalUrl.d.ts.map +1 -1
- package/dist/commonjs/funcs/tenantsGetPortalUrl.js +4 -34
- package/dist/commonjs/funcs/tenantsGetPortalUrl.js.map +1 -1
- package/dist/commonjs/funcs/tenantsGetToken.d.ts +1 -2
- package/dist/commonjs/funcs/tenantsGetToken.d.ts.map +1 -1
- package/dist/commonjs/funcs/tenantsGetToken.js +4 -34
- package/dist/commonjs/funcs/tenantsGetToken.js.map +1 -1
- package/dist/commonjs/funcs/tenantsListTenants.d.ts +25 -0
- package/dist/commonjs/funcs/tenantsListTenants.d.ts.map +1 -0
- package/dist/commonjs/funcs/tenantsListTenants.js +130 -0
- package/dist/commonjs/funcs/tenantsListTenants.js.map +1 -0
- package/dist/commonjs/funcs/tenantsUpsert.d.ts +1 -2
- package/dist/commonjs/funcs/tenantsUpsert.d.ts.map +1 -1
- package/dist/commonjs/funcs/tenantsUpsert.js +6 -35
- package/dist/commonjs/funcs/tenantsUpsert.js.map +1 -1
- package/dist/commonjs/funcs/topicsList.d.ts +1 -2
- package/dist/commonjs/funcs/topicsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/topicsList.js +5 -35
- package/dist/commonjs/funcs/topicsList.js.map +1 -1
- package/dist/commonjs/funcs/topicsListJwt.js +2 -2
- package/dist/commonjs/funcs/topicsListJwt.js.map +1 -1
- package/dist/commonjs/lib/base64.d.ts +1 -1
- package/dist/commonjs/lib/base64.d.ts.map +1 -1
- package/dist/commonjs/lib/base64.js +1 -1
- package/dist/commonjs/lib/base64.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/encodings.d.ts +1 -0
- package/dist/commonjs/lib/encodings.d.ts.map +1 -1
- package/dist/commonjs/lib/encodings.js +12 -1
- package/dist/commonjs/lib/encodings.js.map +1 -1
- package/dist/commonjs/lib/schemas.d.ts +1 -1
- package/dist/commonjs/lib/schemas.d.ts.map +1 -1
- package/dist/commonjs/lib/schemas.js +2 -2
- package/dist/commonjs/lib/schemas.js.map +1 -1
- package/dist/commonjs/lib/sdks.js +2 -2
- package/dist/commonjs/lib/sdks.js.map +1 -1
- package/dist/commonjs/lib/url.js +1 -1
- package/dist/commonjs/lib/url.js.map +1 -1
- package/dist/commonjs/mcp-server/cli/start/command.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/cli/start/command.js +2 -3
- package/dist/commonjs/mcp-server/cli/start/command.js.map +1 -1
- package/dist/commonjs/mcp-server/extensions.d.ts +1 -1
- package/dist/commonjs/mcp-server/extensions.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/prompts.d.ts +4 -4
- package/dist/commonjs/mcp-server/prompts.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/prompts.js.map +1 -1
- package/dist/commonjs/mcp-server/resources.d.ts +3 -3
- package/dist/commonjs/mcp-server/resources.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/resources.js.map +1 -1
- package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +3 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/shared.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/shared.js +1 -1
- package/dist/commonjs/mcp-server/shared.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsCreate.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsDelete.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsDisable.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsEnable.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsGet.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsList.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/destinationsUpdate.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsGet.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsGetByDestination.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsList.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsList.js +1 -1
- package/dist/commonjs/mcp-server/tools/eventsList.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/eventsListByDestination.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsListByDestination.js +1 -1
- package/dist/commonjs/mcp-server/tools/eventsListByDestination.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/eventsListDeliveries.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/eventsRetry.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/healthCheck.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/tools/healthCheck.js +14 -1
- package/dist/commonjs/mcp-server/tools/healthCheck.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/publishEvent.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/schemasGet.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/schemasGetDestinationTypeJwt.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/schemasListTenantDestinationTypes.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/tenantsDelete.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/tenantsGet.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/tenantsGetPortalUrl.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/tenantsGetToken.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/tenantsListTenants.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/tenantsListTenants.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/tenantsListTenants.js +71 -0
- package/dist/commonjs/mcp-server/tools/tenantsListTenants.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/tenantsUpsert.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools/topicsList.d.ts +1 -1
- package/dist/commonjs/mcp-server/tools.d.ts +4 -4
- package/dist/commonjs/mcp-server/tools.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/tools.js.map +1 -1
- package/dist/commonjs/models/components/awskinesisconfig.d.ts +1 -13
- package/dist/commonjs/models/components/awskinesisconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/awskinesisconfig.js +2 -13
- package/dist/commonjs/models/components/awskinesisconfig.js.map +1 -1
- package/dist/commonjs/models/components/awskinesiscredentials.d.ts +1 -13
- package/dist/commonjs/models/components/awskinesiscredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/awskinesiscredentials.js +2 -13
- package/dist/commonjs/models/components/awskinesiscredentials.js.map +1 -1
- package/dist/commonjs/models/components/awss3config.d.ts +1 -13
- package/dist/commonjs/models/components/awss3config.d.ts.map +1 -1
- package/dist/commonjs/models/components/awss3config.js +2 -13
- package/dist/commonjs/models/components/awss3config.js.map +1 -1
- package/dist/commonjs/models/components/awss3credentials.d.ts +1 -13
- package/dist/commonjs/models/components/awss3credentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/awss3credentials.js +2 -13
- package/dist/commonjs/models/components/awss3credentials.js.map +1 -1
- package/dist/commonjs/models/components/awssqsconfig.d.ts +1 -13
- package/dist/commonjs/models/components/awssqsconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/awssqsconfig.js +2 -13
- package/dist/commonjs/models/components/awssqsconfig.js.map +1 -1
- package/dist/commonjs/models/components/awssqscredentials.d.ts +1 -13
- package/dist/commonjs/models/components/awssqscredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/awssqscredentials.js +2 -13
- package/dist/commonjs/models/components/awssqscredentials.js.map +1 -1
- package/dist/commonjs/models/components/azureservicebusconfig.d.ts +1 -13
- package/dist/commonjs/models/components/azureservicebusconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/azureservicebusconfig.js +2 -13
- package/dist/commonjs/models/components/azureservicebusconfig.js.map +1 -1
- package/dist/commonjs/models/components/azureservicebuscredentials.d.ts +1 -13
- package/dist/commonjs/models/components/azureservicebuscredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/azureservicebuscredentials.js +2 -13
- package/dist/commonjs/models/components/azureservicebuscredentials.js.map +1 -1
- package/dist/commonjs/models/components/deliveryattempt.d.ts +6 -34
- package/dist/commonjs/models/components/deliveryattempt.d.ts.map +1 -1
- package/dist/commonjs/models/components/deliveryattempt.js +7 -30
- package/dist/commonjs/models/components/deliveryattempt.js.map +1 -1
- package/dist/commonjs/models/components/destination.d.ts +4 -43
- package/dist/commonjs/models/components/destination.d.ts.map +1 -1
- package/dist/commonjs/models/components/destination.js +19 -55
- package/dist/commonjs/models/components/destination.js.map +1 -1
- package/dist/commonjs/models/components/destinationawskinesis.d.ts +40 -44
- package/dist/commonjs/models/components/destinationawskinesis.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationawskinesis.js +16 -36
- package/dist/commonjs/models/components/destinationawskinesis.js.map +1 -1
- package/dist/commonjs/models/components/destinationawss3.d.ts +40 -44
- package/dist/commonjs/models/components/destinationawss3.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationawss3.js +16 -36
- package/dist/commonjs/models/components/destinationawss3.js.map +1 -1
- package/dist/commonjs/models/components/destinationawssqs.d.ts +40 -44
- package/dist/commonjs/models/components/destinationawssqs.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationawssqs.js +16 -36
- package/dist/commonjs/models/components/destinationawssqs.js.map +1 -1
- package/dist/commonjs/models/components/destinationazureservicebus.d.ts +40 -44
- package/dist/commonjs/models/components/destinationazureservicebus.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationazureservicebus.js +17 -36
- package/dist/commonjs/models/components/destinationazureservicebus.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreate.d.ts +4 -43
- package/dist/commonjs/models/components/destinationcreate.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreate.js +19 -55
- package/dist/commonjs/models/components/destinationcreate.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawskinesis.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreateawskinesis.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawskinesis.js +19 -36
- package/dist/commonjs/models/components/destinationcreateawskinesis.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawss3.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreateawss3.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawss3.js +19 -36
- package/dist/commonjs/models/components/destinationcreateawss3.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawssqs.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreateawssqs.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreateawssqs.js +19 -36
- package/dist/commonjs/models/components/destinationcreateawssqs.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreateazureservicebus.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreateazureservicebus.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreateazureservicebus.js +19 -36
- package/dist/commonjs/models/components/destinationcreateazureservicebus.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreategcppubsub.d.ts +69 -0
- package/dist/commonjs/models/components/destinationcreategcppubsub.d.ts.map +1 -0
- package/dist/commonjs/models/components/destinationcreategcppubsub.js +84 -0
- package/dist/commonjs/models/components/destinationcreategcppubsub.js.map +1 -0
- package/dist/commonjs/models/components/destinationcreatehookdeck.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreatehookdeck.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreatehookdeck.js +19 -36
- package/dist/commonjs/models/components/destinationcreatehookdeck.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreaterabbitmq.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreaterabbitmq.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreaterabbitmq.js +19 -36
- package/dist/commonjs/models/components/destinationcreaterabbitmq.js.map +1 -1
- package/dist/commonjs/models/components/destinationcreatewebhook.d.ts +35 -44
- package/dist/commonjs/models/components/destinationcreatewebhook.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationcreatewebhook.js +19 -36
- package/dist/commonjs/models/components/destinationcreatewebhook.js.map +1 -1
- package/dist/commonjs/models/components/destinationgcppubsub.d.ts +94 -0
- package/dist/commonjs/models/components/destinationgcppubsub.d.ts.map +1 -0
- package/dist/commonjs/models/components/destinationgcppubsub.js +102 -0
- package/dist/commonjs/models/components/destinationgcppubsub.js.map +1 -0
- package/dist/commonjs/models/components/destinationhookdeck.d.ts +40 -44
- package/dist/commonjs/models/components/destinationhookdeck.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationhookdeck.js +17 -36
- package/dist/commonjs/models/components/destinationhookdeck.js.map +1 -1
- package/dist/commonjs/models/components/destinationrabbitmq.d.ts +40 -44
- package/dist/commonjs/models/components/destinationrabbitmq.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationrabbitmq.js +16 -36
- package/dist/commonjs/models/components/destinationrabbitmq.js.map +1 -1
- package/dist/commonjs/models/components/destinationschemafield.d.ts +6 -34
- package/dist/commonjs/models/components/destinationschemafield.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationschemafield.js +8 -29
- package/dist/commonjs/models/components/destinationschemafield.js.map +1 -1
- package/dist/commonjs/models/components/destinationtype.d.ts +24 -0
- package/dist/commonjs/models/components/destinationtype.d.ts.map +1 -0
- package/dist/commonjs/models/components/destinationtype.js +58 -0
- package/dist/commonjs/models/components/destinationtype.js.map +1 -0
- package/dist/commonjs/models/components/destinationtypeschema.d.ts +1 -13
- package/dist/commonjs/models/components/destinationtypeschema.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationtypeschema.js +2 -13
- package/dist/commonjs/models/components/destinationtypeschema.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdate.d.ts +5 -15
- package/dist/commonjs/models/components/destinationupdate.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdate.js +8 -13
- package/dist/commonjs/models/components/destinationupdate.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawskinesis.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdateawskinesis.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawskinesis.js +17 -13
- package/dist/commonjs/models/components/destinationupdateawskinesis.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawss3.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdateawss3.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawss3.js +17 -13
- package/dist/commonjs/models/components/destinationupdateawss3.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawssqs.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdateawssqs.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdateawssqs.js +17 -13
- package/dist/commonjs/models/components/destinationupdateawssqs.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdateazureservicebus.d.ts +59 -0
- package/dist/commonjs/models/components/destinationupdateazureservicebus.d.ts.map +1 -0
- package/dist/commonjs/models/components/destinationupdateazureservicebus.js +80 -0
- package/dist/commonjs/models/components/destinationupdateazureservicebus.js.map +1 -0
- package/dist/commonjs/models/components/destinationupdategcppubsub.d.ts +59 -0
- package/dist/commonjs/models/components/destinationupdategcppubsub.d.ts.map +1 -0
- package/dist/commonjs/models/components/destinationupdategcppubsub.js +80 -0
- package/dist/commonjs/models/components/destinationupdategcppubsub.js.map +1 -0
- package/dist/commonjs/models/components/destinationupdatehookdeck.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdatehookdeck.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdatehookdeck.js +17 -13
- package/dist/commonjs/models/components/destinationupdatehookdeck.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdaterabbitmq.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdaterabbitmq.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdaterabbitmq.js +17 -13
- package/dist/commonjs/models/components/destinationupdaterabbitmq.js.map +1 -1
- package/dist/commonjs/models/components/destinationupdatewebhook.d.ts +33 -13
- package/dist/commonjs/models/components/destinationupdatewebhook.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationupdatewebhook.js +17 -13
- package/dist/commonjs/models/components/destinationupdatewebhook.js.map +1 -1
- package/dist/commonjs/models/components/destinationwebhook.d.ts +40 -44
- package/dist/commonjs/models/components/destinationwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/components/destinationwebhook.js +16 -36
- package/dist/commonjs/models/components/destinationwebhook.js.map +1 -1
- package/dist/commonjs/models/components/event.d.ts +15 -15
- package/dist/commonjs/models/components/event.d.ts.map +1 -1
- package/dist/commonjs/models/components/event.js +15 -15
- package/dist/commonjs/models/components/event.js.map +1 -1
- package/dist/commonjs/models/components/gcppubsubconfig.d.ts +30 -0
- package/dist/commonjs/models/components/gcppubsubconfig.d.ts.map +1 -0
- package/dist/commonjs/models/components/gcppubsubconfig.js +71 -0
- package/dist/commonjs/models/components/gcppubsubconfig.js.map +1 -0
- package/dist/commonjs/models/components/gcppubsubcredentials.d.ts +20 -0
- package/dist/commonjs/models/components/gcppubsubcredentials.d.ts.map +1 -0
- package/dist/commonjs/models/components/gcppubsubcredentials.js +67 -0
- package/dist/commonjs/models/components/gcppubsubcredentials.js.map +1 -0
- package/dist/commonjs/models/components/hookdeckcredentials.d.ts +1 -13
- package/dist/commonjs/models/components/hookdeckcredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/hookdeckcredentials.js +2 -13
- package/dist/commonjs/models/components/hookdeckcredentials.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +10 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +10 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/portalredirect.d.ts +6 -13
- package/dist/commonjs/models/components/portalredirect.d.ts.map +1 -1
- package/dist/commonjs/models/components/portalredirect.js +6 -13
- package/dist/commonjs/models/components/portalredirect.js.map +1 -1
- package/dist/commonjs/models/components/publishrequest.d.ts +1 -13
- package/dist/commonjs/models/components/publishrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/publishrequest.js +2 -13
- package/dist/commonjs/models/components/publishrequest.js.map +1 -1
- package/dist/commonjs/models/components/publishresponse.d.ts +6 -13
- package/dist/commonjs/models/components/publishresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/publishresponse.js +4 -13
- package/dist/commonjs/models/components/publishresponse.js.map +1 -1
- package/dist/commonjs/models/components/rabbitmqconfig.d.ts +1 -29
- package/dist/commonjs/models/components/rabbitmqconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/rabbitmqconfig.js +2 -24
- package/dist/commonjs/models/components/rabbitmqconfig.js.map +1 -1
- package/dist/commonjs/models/components/rabbitmqcredentials.d.ts +1 -13
- package/dist/commonjs/models/components/rabbitmqcredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/rabbitmqcredentials.js +2 -13
- package/dist/commonjs/models/components/rabbitmqcredentials.js.map +1 -1
- package/dist/commonjs/models/components/security.d.ts +1 -13
- package/dist/commonjs/models/components/security.d.ts.map +1 -1
- package/dist/commonjs/models/components/security.js +2 -13
- package/dist/commonjs/models/components/security.js.map +1 -1
- package/dist/commonjs/models/components/successresponse.d.ts +1 -13
- package/dist/commonjs/models/components/successresponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/successresponse.js +2 -13
- package/dist/commonjs/models/components/successresponse.js.map +1 -1
- package/dist/commonjs/models/components/tenant.d.ts +15 -13
- package/dist/commonjs/models/components/tenant.d.ts.map +1 -1
- package/dist/commonjs/models/components/tenant.js +8 -13
- package/dist/commonjs/models/components/tenant.js.map +1 -1
- package/dist/commonjs/models/components/tenantlistitem.d.ts +52 -0
- package/dist/commonjs/models/components/tenantlistitem.d.ts.map +1 -0
- package/dist/commonjs/models/components/tenantlistitem.js +83 -0
- package/dist/commonjs/models/components/tenantlistitem.js.map +1 -0
- package/dist/commonjs/models/components/tenantlistresponse.d.ts +39 -0
- package/dist/commonjs/models/components/tenantlistresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/tenantlistresponse.js +65 -0
- package/dist/commonjs/models/components/tenantlistresponse.js.map +1 -0
- package/dist/commonjs/models/components/tenanttoken.d.ts +6 -13
- package/dist/commonjs/models/components/tenanttoken.d.ts.map +1 -1
- package/dist/commonjs/models/components/tenanttoken.js +13 -13
- package/dist/commonjs/models/components/tenanttoken.js.map +1 -1
- package/dist/commonjs/models/components/tenantupsert.d.ts +24 -0
- package/dist/commonjs/models/components/tenantupsert.d.ts.map +1 -0
- package/dist/commonjs/models/components/tenantupsert.js +58 -0
- package/dist/commonjs/models/components/tenantupsert.js.map +1 -0
- package/dist/commonjs/models/components/topics.d.ts +1 -27
- package/dist/commonjs/models/components/topics.d.ts.map +1 -1
- package/dist/commonjs/models/components/topics.js +2 -24
- package/dist/commonjs/models/components/topics.js.map +1 -1
- package/dist/commonjs/models/components/webhookconfig.d.ts +6 -13
- package/dist/commonjs/models/components/webhookconfig.d.ts.map +1 -1
- package/dist/commonjs/models/components/webhookconfig.js +13 -13
- package/dist/commonjs/models/components/webhookconfig.js.map +1 -1
- package/dist/commonjs/models/components/webhookcredentials.d.ts +1 -13
- package/dist/commonjs/models/components/webhookcredentials.d.ts.map +1 -1
- package/dist/commonjs/models/components/webhookcredentials.js +2 -13
- package/dist/commonjs/models/components/webhookcredentials.js.map +1 -1
- package/dist/commonjs/models/components/webhookcredentialsupdate.d.ts +1 -13
- package/dist/commonjs/models/components/webhookcredentialsupdate.d.ts.map +1 -1
- package/dist/commonjs/models/components/webhookcredentialsupdate.js +2 -13
- package/dist/commonjs/models/components/webhookcredentialsupdate.js.map +1 -1
- package/dist/commonjs/models/errors/badrequesterror.d.ts +1 -13
- package/dist/commonjs/models/errors/badrequesterror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/badrequesterror.js +3 -14
- package/dist/commonjs/models/errors/badrequesterror.js.map +1 -1
- package/dist/commonjs/models/errors/index.d.ts +2 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +2 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/internalservererror.d.ts +1 -13
- package/dist/commonjs/models/errors/internalservererror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/internalservererror.js +3 -14
- package/dist/commonjs/models/errors/internalservererror.js.map +1 -1
- package/dist/commonjs/models/errors/listtenants.d.ts +57 -0
- package/dist/commonjs/models/errors/listtenants.d.ts.map +1 -0
- package/dist/commonjs/models/errors/listtenants.js +114 -0
- package/dist/commonjs/models/errors/listtenants.js.map +1 -0
- package/dist/commonjs/models/errors/notfounderror.d.ts +1 -13
- package/dist/commonjs/models/errors/notfounderror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/notfounderror.js +3 -14
- package/dist/commonjs/models/errors/notfounderror.js.map +1 -1
- package/dist/commonjs/models/errors/ratelimitederror.d.ts +1 -13
- package/dist/commonjs/models/errors/ratelimitederror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/ratelimitederror.js +3 -14
- package/dist/commonjs/models/errors/ratelimitederror.js.map +1 -1
- package/dist/commonjs/models/errors/responsevalidationerror.js +1 -1
- package/dist/commonjs/models/errors/responsevalidationerror.js.map +1 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.d.ts +1 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.js +1 -1
- package/dist/commonjs/models/errors/sdkvalidationerror.js.map +1 -1
- package/dist/commonjs/models/errors/timeouterror.d.ts +1 -13
- package/dist/commonjs/models/errors/timeouterror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/timeouterror.js +3 -14
- package/dist/commonjs/models/errors/timeouterror.js.map +1 -1
- package/dist/commonjs/models/errors/unauthorizederror.d.ts +1 -13
- package/dist/commonjs/models/errors/unauthorizederror.d.ts.map +1 -1
- package/dist/commonjs/models/errors/unauthorizederror.js +3 -14
- package/dist/commonjs/models/errors/unauthorizederror.js.map +1 -1
- package/dist/commonjs/models/operations/createtenantdestination.d.ts +3 -27
- package/dist/commonjs/models/operations/createtenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createtenantdestination.js +4 -28
- package/dist/commonjs/models/operations/createtenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/deletetenant.d.ts +1 -25
- package/dist/commonjs/models/operations/deletetenant.d.ts.map +1 -1
- package/dist/commonjs/models/operations/deletetenant.js +2 -24
- package/dist/commonjs/models/operations/deletetenant.js.map +1 -1
- package/dist/commonjs/models/operations/deletetenantdestination.d.ts +1 -25
- package/dist/commonjs/models/operations/deletetenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/deletetenantdestination.js +2 -24
- package/dist/commonjs/models/operations/deletetenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/disabletenantdestination.d.ts +1 -25
- package/dist/commonjs/models/operations/disabletenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/disabletenantdestination.js +2 -24
- package/dist/commonjs/models/operations/disabletenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/enabletenantdestination.d.ts +1 -25
- package/dist/commonjs/models/operations/enabletenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/enabletenantdestination.js +2 -24
- package/dist/commonjs/models/operations/enabletenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/getdestinationtypeschema.d.ts +1 -37
- package/dist/commonjs/models/operations/getdestinationtypeschema.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getdestinationtypeschema.js +2 -24
- package/dist/commonjs/models/operations/getdestinationtypeschema.js.map +1 -1
- package/dist/commonjs/models/operations/gettenant.d.ts +1 -25
- package/dist/commonjs/models/operations/gettenant.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenant.js +2 -24
- package/dist/commonjs/models/operations/gettenant.js.map +1 -1
- package/dist/commonjs/models/operations/gettenantdestination.d.ts +1 -25
- package/dist/commonjs/models/operations/gettenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenantdestination.js +2 -24
- package/dist/commonjs/models/operations/gettenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/gettenantdestinationtypeschema.d.ts +1 -49
- package/dist/commonjs/models/operations/gettenantdestinationtypeschema.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenantdestinationtypeschema.js +2 -35
- package/dist/commonjs/models/operations/gettenantdestinationtypeschema.js.map +1 -1
- package/dist/commonjs/models/operations/gettenantevent.d.ts +1 -25
- package/dist/commonjs/models/operations/gettenantevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenantevent.js +2 -24
- package/dist/commonjs/models/operations/gettenantevent.js.map +1 -1
- package/dist/commonjs/models/operations/gettenanteventbydestination.d.ts +1 -25
- package/dist/commonjs/models/operations/gettenanteventbydestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenanteventbydestination.js +2 -24
- package/dist/commonjs/models/operations/gettenanteventbydestination.js.map +1 -1
- package/dist/commonjs/models/operations/gettenantportalurl.d.ts +1 -41
- package/dist/commonjs/models/operations/gettenantportalurl.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenantportalurl.js +2 -35
- package/dist/commonjs/models/operations/gettenantportalurl.js.map +1 -1
- package/dist/commonjs/models/operations/gettenanttoken.d.ts +1 -25
- package/dist/commonjs/models/operations/gettenanttoken.d.ts.map +1 -1
- package/dist/commonjs/models/operations/gettenanttoken.js +2 -24
- package/dist/commonjs/models/operations/gettenanttoken.js.map +1 -1
- package/dist/commonjs/models/operations/healthcheck.d.ts +61 -0
- package/dist/commonjs/models/operations/healthcheck.d.ts.map +1 -0
- package/dist/commonjs/models/operations/healthcheck.js +92 -0
- package/dist/commonjs/models/operations/healthcheck.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +2 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +2 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listtenantdestinations.d.ts +9 -131
- package/dist/commonjs/models/operations/listtenantdestinations.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenantdestinations.js +19 -109
- package/dist/commonjs/models/operations/listtenantdestinations.js.map +1 -1
- package/dist/commonjs/models/operations/listtenantdestinationtypeschemas.d.ts +1 -25
- package/dist/commonjs/models/operations/listtenantdestinationtypeschemas.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenantdestinationtypeschemas.js +2 -24
- package/dist/commonjs/models/operations/listtenantdestinationtypeschemas.js.map +1 -1
- package/dist/commonjs/models/operations/listtenanteventdeliveries.d.ts +1 -25
- package/dist/commonjs/models/operations/listtenanteventdeliveries.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenanteventdeliveries.js +2 -24
- package/dist/commonjs/models/operations/listtenanteventdeliveries.js.map +1 -1
- package/dist/commonjs/models/operations/listtenantevents.d.ts +6 -95
- package/dist/commonjs/models/operations/listtenantevents.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenantevents.js +6 -106
- package/dist/commonjs/models/operations/listtenantevents.js.map +1 -1
- package/dist/commonjs/models/operations/listtenanteventsbydestination.d.ts +6 -83
- package/dist/commonjs/models/operations/listtenanteventsbydestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenanteventsbydestination.js +6 -95
- package/dist/commonjs/models/operations/listtenanteventsbydestination.js.map +1 -1
- package/dist/commonjs/models/operations/listtenants.d.ts +51 -0
- package/dist/commonjs/models/operations/listtenants.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listtenants.js +75 -0
- package/dist/commonjs/models/operations/listtenants.js.map +1 -0
- package/dist/commonjs/models/operations/listtenanttopics.d.ts +1 -25
- package/dist/commonjs/models/operations/listtenanttopics.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listtenanttopics.js +2 -24
- package/dist/commonjs/models/operations/listtenanttopics.js.map +1 -1
- package/dist/commonjs/models/operations/retrytenantevent.d.ts +1 -25
- package/dist/commonjs/models/operations/retrytenantevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retrytenantevent.js +2 -24
- package/dist/commonjs/models/operations/retrytenantevent.js.map +1 -1
- package/dist/commonjs/models/operations/updatetenantdestination.d.ts +3 -39
- package/dist/commonjs/models/operations/updatetenantdestination.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatetenantdestination.js +4 -39
- package/dist/commonjs/models/operations/updatetenantdestination.js.map +1 -1
- package/dist/commonjs/models/operations/upserttenant.d.ts +7 -25
- package/dist/commonjs/models/operations/upserttenant.d.ts.map +1 -1
- package/dist/commonjs/models/operations/upserttenant.js +5 -24
- package/dist/commonjs/models/operations/upserttenant.js.map +1 -1
- package/dist/commonjs/sdk/events.d.ts +2 -7
- package/dist/commonjs/sdk/events.d.ts.map +1 -1
- package/dist/commonjs/sdk/events.js +2 -3
- package/dist/commonjs/sdk/events.js.map +1 -1
- package/dist/commonjs/sdk/health.d.ts +15 -2
- package/dist/commonjs/sdk/health.d.ts.map +1 -1
- package/dist/commonjs/sdk/health.js +13 -1
- package/dist/commonjs/sdk/health.js.map +1 -1
- package/dist/commonjs/sdk/tenants.d.ts +13 -0
- package/dist/commonjs/sdk/tenants.d.ts.map +1 -1
- package/dist/commonjs/sdk/tenants.js +16 -0
- package/dist/commonjs/sdk/tenants.js.map +1 -1
- package/dist/commonjs/types/blobs.d.ts +1 -1
- package/dist/commonjs/types/blobs.d.ts.map +1 -1
- package/dist/commonjs/types/blobs.js +1 -1
- package/dist/commonjs/types/blobs.js.map +1 -1
- package/dist/commonjs/types/constdatetime.d.ts +1 -1
- package/dist/commonjs/types/constdatetime.d.ts.map +1 -1
- package/dist/commonjs/types/constdatetime.js +1 -1
- package/dist/commonjs/types/constdatetime.js.map +1 -1
- package/dist/commonjs/types/enums.d.ts +8 -11
- package/dist/commonjs/types/enums.d.ts.map +1 -1
- package/dist/commonjs/types/enums.js +59 -3
- package/dist/commonjs/types/enums.js.map +1 -1
- package/dist/commonjs/types/index.d.ts +2 -2
- package/dist/commonjs/types/index.d.ts.map +1 -1
- package/dist/commonjs/types/index.js +16 -3
- package/dist/commonjs/types/index.js.map +1 -1
- package/dist/commonjs/types/unrecognized.d.ts +16 -0
- package/dist/commonjs/types/unrecognized.d.ts.map +1 -0
- package/dist/commonjs/types/unrecognized.js +34 -0
- package/dist/commonjs/types/unrecognized.js.map +1 -0
- package/dist/esm/funcs/destinationsCreate.d.ts +1 -2
- package/dist/esm/funcs/destinationsCreate.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsCreate.js +5 -35
- package/dist/esm/funcs/destinationsCreate.js.map +1 -1
- package/dist/esm/funcs/destinationsDelete.d.ts +1 -2
- package/dist/esm/funcs/destinationsDelete.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsDelete.js +4 -34
- package/dist/esm/funcs/destinationsDelete.js.map +1 -1
- package/dist/esm/funcs/destinationsDisable.d.ts +1 -2
- package/dist/esm/funcs/destinationsDisable.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsDisable.js +4 -34
- package/dist/esm/funcs/destinationsDisable.js.map +1 -1
- package/dist/esm/funcs/destinationsEnable.d.ts +1 -2
- package/dist/esm/funcs/destinationsEnable.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsEnable.js +4 -34
- package/dist/esm/funcs/destinationsEnable.js.map +1 -1
- package/dist/esm/funcs/destinationsGet.d.ts +1 -2
- package/dist/esm/funcs/destinationsGet.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsGet.js +4 -34
- package/dist/esm/funcs/destinationsGet.js.map +1 -1
- package/dist/esm/funcs/destinationsList.d.ts +1 -2
- package/dist/esm/funcs/destinationsList.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsList.js +5 -35
- package/dist/esm/funcs/destinationsList.js.map +1 -1
- package/dist/esm/funcs/destinationsUpdate.d.ts +1 -2
- package/dist/esm/funcs/destinationsUpdate.d.ts.map +1 -1
- package/dist/esm/funcs/destinationsUpdate.js +5 -35
- package/dist/esm/funcs/destinationsUpdate.js.map +1 -1
- package/dist/esm/funcs/eventsGet.d.ts +1 -2
- package/dist/esm/funcs/eventsGet.d.ts.map +1 -1
- package/dist/esm/funcs/eventsGet.js +4 -34
- package/dist/esm/funcs/eventsGet.js.map +1 -1
- package/dist/esm/funcs/eventsGetByDestination.d.ts +1 -2
- package/dist/esm/funcs/eventsGetByDestination.d.ts.map +1 -1
- package/dist/esm/funcs/eventsGetByDestination.js +4 -34
- package/dist/esm/funcs/eventsGetByDestination.js.map +1 -1
- package/dist/esm/funcs/eventsList.d.ts +1 -5
- package/dist/esm/funcs/eventsList.d.ts.map +1 -1
- package/dist/esm/funcs/eventsList.js +9 -74
- package/dist/esm/funcs/eventsList.js.map +1 -1
- package/dist/esm/funcs/eventsListByDestination.d.ts +1 -5
- package/dist/esm/funcs/eventsListByDestination.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListByDestination.js +9 -72
- package/dist/esm/funcs/eventsListByDestination.js.map +1 -1
- package/dist/esm/funcs/eventsListDeliveries.d.ts +1 -2
- package/dist/esm/funcs/eventsListDeliveries.d.ts.map +1 -1
- package/dist/esm/funcs/eventsListDeliveries.js +5 -35
- package/dist/esm/funcs/eventsListDeliveries.js.map +1 -1
- package/dist/esm/funcs/eventsRetry.d.ts +1 -2
- package/dist/esm/funcs/eventsRetry.d.ts.map +1 -1
- package/dist/esm/funcs/eventsRetry.js +6 -37
- package/dist/esm/funcs/eventsRetry.js.map +1 -1
- package/dist/esm/funcs/healthCheck.d.ts +15 -2
- package/dist/esm/funcs/healthCheck.d.ts.map +1 -1
- package/dist/esm/funcs/healthCheck.js +17 -5
- package/dist/esm/funcs/healthCheck.js.map +1 -1
- package/dist/esm/funcs/publishEvent.js +1 -1
- package/dist/esm/funcs/publishEvent.js.map +1 -1
- package/dist/esm/funcs/schemasGet.d.ts +1 -2
- package/dist/esm/funcs/schemasGet.d.ts.map +1 -1
- package/dist/esm/funcs/schemasGet.js +4 -34
- package/dist/esm/funcs/schemasGet.js.map +1 -1
- package/dist/esm/funcs/schemasGetDestinationTypeJwt.js +1 -1
- package/dist/esm/funcs/schemasGetDestinationTypeJwt.js.map +1 -1
- package/dist/esm/funcs/schemasListDestinationTypesJwt.js +2 -2
- package/dist/esm/funcs/schemasListDestinationTypesJwt.js.map +1 -1
- package/dist/esm/funcs/schemasListTenantDestinationTypes.d.ts +1 -2
- package/dist/esm/funcs/schemasListTenantDestinationTypes.d.ts.map +1 -1
- package/dist/esm/funcs/schemasListTenantDestinationTypes.js +5 -35
- package/dist/esm/funcs/schemasListTenantDestinationTypes.js.map +1 -1
- package/dist/esm/funcs/tenantsDelete.d.ts +1 -2
- package/dist/esm/funcs/tenantsDelete.d.ts.map +1 -1
- package/dist/esm/funcs/tenantsDelete.js +4 -34
- package/dist/esm/funcs/tenantsDelete.js.map +1 -1
- package/dist/esm/funcs/tenantsGet.d.ts +1 -2
- package/dist/esm/funcs/tenantsGet.d.ts.map +1 -1
- package/dist/esm/funcs/tenantsGet.js +4 -34
- package/dist/esm/funcs/tenantsGet.js.map +1 -1
- package/dist/esm/funcs/tenantsGetPortalUrl.d.ts +1 -2
- package/dist/esm/funcs/tenantsGetPortalUrl.d.ts.map +1 -1
- package/dist/esm/funcs/tenantsGetPortalUrl.js +4 -34
- package/dist/esm/funcs/tenantsGetPortalUrl.js.map +1 -1
- package/dist/esm/funcs/tenantsGetToken.d.ts +1 -2
- package/dist/esm/funcs/tenantsGetToken.d.ts.map +1 -1
- package/dist/esm/funcs/tenantsGetToken.js +4 -34
- package/dist/esm/funcs/tenantsGetToken.js.map +1 -1
- package/dist/esm/funcs/tenantsListTenants.d.ts +25 -0
- package/dist/esm/funcs/tenantsListTenants.d.ts.map +1 -0
- package/dist/esm/funcs/tenantsListTenants.js +94 -0
- package/dist/esm/funcs/tenantsListTenants.js.map +1 -0
- package/dist/esm/funcs/tenantsUpsert.d.ts +1 -2
- package/dist/esm/funcs/tenantsUpsert.d.ts.map +1 -1
- package/dist/esm/funcs/tenantsUpsert.js +7 -36
- package/dist/esm/funcs/tenantsUpsert.js.map +1 -1
- package/dist/esm/funcs/topicsList.d.ts +1 -2
- package/dist/esm/funcs/topicsList.d.ts.map +1 -1
- package/dist/esm/funcs/topicsList.js +5 -35
- package/dist/esm/funcs/topicsList.js.map +1 -1
- package/dist/esm/funcs/topicsListJwt.js +2 -2
- package/dist/esm/funcs/topicsListJwt.js.map +1 -1
- package/dist/esm/lib/base64.d.ts +1 -1
- package/dist/esm/lib/base64.d.ts.map +1 -1
- package/dist/esm/lib/base64.js +1 -1
- package/dist/esm/lib/base64.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/encodings.d.ts +1 -0
- package/dist/esm/lib/encodings.d.ts.map +1 -1
- package/dist/esm/lib/encodings.js +12 -1
- package/dist/esm/lib/encodings.js.map +1 -1
- package/dist/esm/lib/schemas.d.ts +1 -1
- package/dist/esm/lib/schemas.d.ts.map +1 -1
- package/dist/esm/lib/schemas.js +1 -1
- package/dist/esm/lib/schemas.js.map +1 -1
- package/dist/esm/lib/sdks.js +2 -2
- package/dist/esm/lib/sdks.js.map +1 -1
- package/dist/esm/lib/url.js +1 -1
- package/dist/esm/lib/url.js.map +1 -1
- package/dist/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/dist/esm/mcp-server/cli/start/command.js +2 -3
- package/dist/esm/mcp-server/cli/start/command.js.map +1 -1
- package/dist/esm/mcp-server/extensions.d.ts +1 -1
- package/dist/esm/mcp-server/extensions.d.ts.map +1 -1
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/prompts.d.ts +4 -4
- package/dist/esm/mcp-server/prompts.d.ts.map +1 -1
- package/dist/esm/mcp-server/prompts.js.map +1 -1
- package/dist/esm/mcp-server/resources.d.ts +3 -3
- package/dist/esm/mcp-server/resources.d.ts.map +1 -1
- package/dist/esm/mcp-server/resources.js.map +1 -1
- package/dist/esm/mcp-server/server.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +3 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/shared.d.ts.map +1 -1
- package/dist/esm/mcp-server/shared.js +1 -1
- package/dist/esm/mcp-server/shared.js.map +1 -1
- package/dist/esm/mcp-server/tools/destinationsCreate.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsDelete.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsDisable.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsEnable.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsGet.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsList.d.ts +1 -1
- package/dist/esm/mcp-server/tools/destinationsUpdate.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsGet.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsGetByDestination.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsList.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsList.js +1 -1
- package/dist/esm/mcp-server/tools/eventsList.js.map +1 -1
- package/dist/esm/mcp-server/tools/eventsListByDestination.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsListByDestination.js +1 -1
- package/dist/esm/mcp-server/tools/eventsListByDestination.js.map +1 -1
- package/dist/esm/mcp-server/tools/eventsListDeliveries.d.ts +1 -1
- package/dist/esm/mcp-server/tools/eventsRetry.d.ts +1 -1
- package/dist/esm/mcp-server/tools/healthCheck.d.ts.map +1 -1
- package/dist/esm/mcp-server/tools/healthCheck.js +14 -1
- package/dist/esm/mcp-server/tools/healthCheck.js.map +1 -1
- package/dist/esm/mcp-server/tools/publishEvent.d.ts +1 -1
- package/dist/esm/mcp-server/tools/schemasGet.d.ts +1 -1
- package/dist/esm/mcp-server/tools/schemasGetDestinationTypeJwt.d.ts +1 -1
- package/dist/esm/mcp-server/tools/schemasListTenantDestinationTypes.d.ts +1 -1
- package/dist/esm/mcp-server/tools/tenantsDelete.d.ts +1 -1
- package/dist/esm/mcp-server/tools/tenantsGet.d.ts +1 -1
- package/dist/esm/mcp-server/tools/tenantsGetPortalUrl.d.ts +1 -1
- package/dist/esm/mcp-server/tools/tenantsGetToken.d.ts +1 -1
- package/dist/esm/mcp-server/tools/tenantsListTenants.d.ts +8 -0
- package/dist/esm/mcp-server/tools/tenantsListTenants.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/tenantsListTenants.js +35 -0
- package/dist/esm/mcp-server/tools/tenantsListTenants.js.map +1 -0
- package/dist/esm/mcp-server/tools/tenantsUpsert.d.ts +1 -1
- package/dist/esm/mcp-server/tools/topicsList.d.ts +1 -1
- package/dist/esm/mcp-server/tools.d.ts +4 -4
- package/dist/esm/mcp-server/tools.d.ts.map +1 -1
- package/dist/esm/mcp-server/tools.js.map +1 -1
- package/dist/esm/models/components/awskinesisconfig.d.ts +1 -13
- package/dist/esm/models/components/awskinesisconfig.d.ts.map +1 -1
- package/dist/esm/models/components/awskinesisconfig.js +1 -12
- package/dist/esm/models/components/awskinesisconfig.js.map +1 -1
- package/dist/esm/models/components/awskinesiscredentials.d.ts +1 -13
- package/dist/esm/models/components/awskinesiscredentials.d.ts.map +1 -1
- package/dist/esm/models/components/awskinesiscredentials.js +1 -12
- package/dist/esm/models/components/awskinesiscredentials.js.map +1 -1
- package/dist/esm/models/components/awss3config.d.ts +1 -13
- package/dist/esm/models/components/awss3config.d.ts.map +1 -1
- package/dist/esm/models/components/awss3config.js +1 -12
- package/dist/esm/models/components/awss3config.js.map +1 -1
- package/dist/esm/models/components/awss3credentials.d.ts +1 -13
- package/dist/esm/models/components/awss3credentials.d.ts.map +1 -1
- package/dist/esm/models/components/awss3credentials.js +1 -12
- package/dist/esm/models/components/awss3credentials.js.map +1 -1
- package/dist/esm/models/components/awssqsconfig.d.ts +1 -13
- package/dist/esm/models/components/awssqsconfig.d.ts.map +1 -1
- package/dist/esm/models/components/awssqsconfig.js +1 -12
- package/dist/esm/models/components/awssqsconfig.js.map +1 -1
- package/dist/esm/models/components/awssqscredentials.d.ts +1 -13
- package/dist/esm/models/components/awssqscredentials.d.ts.map +1 -1
- package/dist/esm/models/components/awssqscredentials.js +1 -12
- package/dist/esm/models/components/awssqscredentials.js.map +1 -1
- package/dist/esm/models/components/azureservicebusconfig.d.ts +1 -13
- package/dist/esm/models/components/azureservicebusconfig.d.ts.map +1 -1
- package/dist/esm/models/components/azureservicebusconfig.js +1 -12
- package/dist/esm/models/components/azureservicebusconfig.js.map +1 -1
- package/dist/esm/models/components/azureservicebuscredentials.d.ts +1 -13
- package/dist/esm/models/components/azureservicebuscredentials.d.ts.map +1 -1
- package/dist/esm/models/components/azureservicebuscredentials.js +1 -12
- package/dist/esm/models/components/azureservicebuscredentials.js.map +1 -1
- package/dist/esm/models/components/deliveryattempt.d.ts +6 -34
- package/dist/esm/models/components/deliveryattempt.d.ts.map +1 -1
- package/dist/esm/models/components/deliveryattempt.js +6 -29
- package/dist/esm/models/components/deliveryattempt.js.map +1 -1
- package/dist/esm/models/components/destination.d.ts +4 -43
- package/dist/esm/models/components/destination.d.ts.map +1 -1
- package/dist/esm/models/components/destination.js +18 -54
- package/dist/esm/models/components/destination.js.map +1 -1
- package/dist/esm/models/components/destinationawskinesis.d.ts +40 -44
- package/dist/esm/models/components/destinationawskinesis.d.ts.map +1 -1
- package/dist/esm/models/components/destinationawskinesis.js +15 -35
- package/dist/esm/models/components/destinationawskinesis.js.map +1 -1
- package/dist/esm/models/components/destinationawss3.d.ts +40 -44
- package/dist/esm/models/components/destinationawss3.d.ts.map +1 -1
- package/dist/esm/models/components/destinationawss3.js +15 -35
- package/dist/esm/models/components/destinationawss3.js.map +1 -1
- package/dist/esm/models/components/destinationawssqs.d.ts +40 -44
- package/dist/esm/models/components/destinationawssqs.d.ts.map +1 -1
- package/dist/esm/models/components/destinationawssqs.js +15 -35
- package/dist/esm/models/components/destinationawssqs.js.map +1 -1
- package/dist/esm/models/components/destinationazureservicebus.d.ts +40 -44
- package/dist/esm/models/components/destinationazureservicebus.d.ts.map +1 -1
- package/dist/esm/models/components/destinationazureservicebus.js +16 -35
- package/dist/esm/models/components/destinationazureservicebus.js.map +1 -1
- package/dist/esm/models/components/destinationcreate.d.ts +4 -43
- package/dist/esm/models/components/destinationcreate.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreate.js +18 -54
- package/dist/esm/models/components/destinationcreate.js.map +1 -1
- package/dist/esm/models/components/destinationcreateawskinesis.d.ts +35 -44
- package/dist/esm/models/components/destinationcreateawskinesis.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreateawskinesis.js +18 -35
- package/dist/esm/models/components/destinationcreateawskinesis.js.map +1 -1
- package/dist/esm/models/components/destinationcreateawss3.d.ts +35 -44
- package/dist/esm/models/components/destinationcreateawss3.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreateawss3.js +18 -35
- package/dist/esm/models/components/destinationcreateawss3.js.map +1 -1
- package/dist/esm/models/components/destinationcreateawssqs.d.ts +35 -44
- package/dist/esm/models/components/destinationcreateawssqs.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreateawssqs.js +18 -35
- package/dist/esm/models/components/destinationcreateawssqs.js.map +1 -1
- package/dist/esm/models/components/destinationcreateazureservicebus.d.ts +35 -44
- package/dist/esm/models/components/destinationcreateazureservicebus.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreateazureservicebus.js +18 -35
- package/dist/esm/models/components/destinationcreateazureservicebus.js.map +1 -1
- package/dist/esm/models/components/destinationcreategcppubsub.d.ts +69 -0
- package/dist/esm/models/components/destinationcreategcppubsub.d.ts.map +1 -0
- package/dist/esm/models/components/destinationcreategcppubsub.js +46 -0
- package/dist/esm/models/components/destinationcreategcppubsub.js.map +1 -0
- package/dist/esm/models/components/destinationcreatehookdeck.d.ts +35 -44
- package/dist/esm/models/components/destinationcreatehookdeck.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreatehookdeck.js +18 -35
- package/dist/esm/models/components/destinationcreatehookdeck.js.map +1 -1
- package/dist/esm/models/components/destinationcreaterabbitmq.d.ts +35 -44
- package/dist/esm/models/components/destinationcreaterabbitmq.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreaterabbitmq.js +18 -35
- package/dist/esm/models/components/destinationcreaterabbitmq.js.map +1 -1
- package/dist/esm/models/components/destinationcreatewebhook.d.ts +35 -44
- package/dist/esm/models/components/destinationcreatewebhook.d.ts.map +1 -1
- package/dist/esm/models/components/destinationcreatewebhook.js +18 -35
- package/dist/esm/models/components/destinationcreatewebhook.js.map +1 -1
- package/dist/esm/models/components/destinationgcppubsub.d.ts +94 -0
- package/dist/esm/models/components/destinationgcppubsub.d.ts.map +1 -0
- package/dist/esm/models/components/destinationgcppubsub.js +64 -0
- package/dist/esm/models/components/destinationgcppubsub.js.map +1 -0
- package/dist/esm/models/components/destinationhookdeck.d.ts +40 -44
- package/dist/esm/models/components/destinationhookdeck.d.ts.map +1 -1
- package/dist/esm/models/components/destinationhookdeck.js +16 -35
- package/dist/esm/models/components/destinationhookdeck.js.map +1 -1
- package/dist/esm/models/components/destinationrabbitmq.d.ts +40 -44
- package/dist/esm/models/components/destinationrabbitmq.d.ts.map +1 -1
- package/dist/esm/models/components/destinationrabbitmq.js +15 -35
- package/dist/esm/models/components/destinationrabbitmq.js.map +1 -1
- package/dist/esm/models/components/destinationschemafield.d.ts +6 -34
- package/dist/esm/models/components/destinationschemafield.d.ts.map +1 -1
- package/dist/esm/models/components/destinationschemafield.js +7 -28
- package/dist/esm/models/components/destinationschemafield.js.map +1 -1
- package/dist/esm/models/components/destinationtype.d.ts +24 -0
- package/dist/esm/models/components/destinationtype.d.ts.map +1 -0
- package/dist/esm/models/components/destinationtype.js +22 -0
- package/dist/esm/models/components/destinationtype.js.map +1 -0
- package/dist/esm/models/components/destinationtypeschema.d.ts +1 -13
- package/dist/esm/models/components/destinationtypeschema.d.ts.map +1 -1
- package/dist/esm/models/components/destinationtypeschema.js +1 -12
- package/dist/esm/models/components/destinationtypeschema.js.map +1 -1
- package/dist/esm/models/components/destinationupdate.d.ts +5 -15
- package/dist/esm/models/components/destinationupdate.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdate.js +7 -12
- package/dist/esm/models/components/destinationupdate.js.map +1 -1
- package/dist/esm/models/components/destinationupdateawskinesis.d.ts +33 -13
- package/dist/esm/models/components/destinationupdateawskinesis.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdateawskinesis.js +16 -12
- package/dist/esm/models/components/destinationupdateawskinesis.js.map +1 -1
- package/dist/esm/models/components/destinationupdateawss3.d.ts +33 -13
- package/dist/esm/models/components/destinationupdateawss3.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdateawss3.js +16 -12
- package/dist/esm/models/components/destinationupdateawss3.js.map +1 -1
- package/dist/esm/models/components/destinationupdateawssqs.d.ts +33 -13
- package/dist/esm/models/components/destinationupdateawssqs.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdateawssqs.js +16 -12
- package/dist/esm/models/components/destinationupdateawssqs.js.map +1 -1
- package/dist/esm/models/components/destinationupdateazureservicebus.d.ts +59 -0
- package/dist/esm/models/components/destinationupdateazureservicebus.d.ts.map +1 -0
- package/dist/esm/models/components/destinationupdateazureservicebus.js +42 -0
- package/dist/esm/models/components/destinationupdateazureservicebus.js.map +1 -0
- package/dist/esm/models/components/destinationupdategcppubsub.d.ts +59 -0
- package/dist/esm/models/components/destinationupdategcppubsub.d.ts.map +1 -0
- package/dist/esm/models/components/destinationupdategcppubsub.js +42 -0
- package/dist/esm/models/components/destinationupdategcppubsub.js.map +1 -0
- package/dist/esm/models/components/destinationupdatehookdeck.d.ts +33 -13
- package/dist/esm/models/components/destinationupdatehookdeck.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdatehookdeck.js +16 -12
- package/dist/esm/models/components/destinationupdatehookdeck.js.map +1 -1
- package/dist/esm/models/components/destinationupdaterabbitmq.d.ts +33 -13
- package/dist/esm/models/components/destinationupdaterabbitmq.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdaterabbitmq.js +16 -12
- package/dist/esm/models/components/destinationupdaterabbitmq.js.map +1 -1
- package/dist/esm/models/components/destinationupdatewebhook.d.ts +33 -13
- package/dist/esm/models/components/destinationupdatewebhook.d.ts.map +1 -1
- package/dist/esm/models/components/destinationupdatewebhook.js +16 -12
- package/dist/esm/models/components/destinationupdatewebhook.js.map +1 -1
- package/dist/esm/models/components/destinationwebhook.d.ts +40 -44
- package/dist/esm/models/components/destinationwebhook.d.ts.map +1 -1
- package/dist/esm/models/components/destinationwebhook.js +15 -35
- package/dist/esm/models/components/destinationwebhook.js.map +1 -1
- package/dist/esm/models/components/event.d.ts +15 -15
- package/dist/esm/models/components/event.d.ts.map +1 -1
- package/dist/esm/models/components/event.js +14 -14
- package/dist/esm/models/components/event.js.map +1 -1
- package/dist/esm/models/components/gcppubsubconfig.d.ts +30 -0
- package/dist/esm/models/components/gcppubsubconfig.d.ts.map +1 -0
- package/dist/esm/models/components/gcppubsubconfig.js +33 -0
- package/dist/esm/models/components/gcppubsubconfig.js.map +1 -0
- package/dist/esm/models/components/gcppubsubcredentials.d.ts +20 -0
- package/dist/esm/models/components/gcppubsubcredentials.d.ts.map +1 -0
- package/dist/esm/models/components/gcppubsubcredentials.js +29 -0
- package/dist/esm/models/components/gcppubsubcredentials.js.map +1 -0
- package/dist/esm/models/components/hookdeckcredentials.d.ts +1 -13
- package/dist/esm/models/components/hookdeckcredentials.d.ts.map +1 -1
- package/dist/esm/models/components/hookdeckcredentials.js +1 -12
- package/dist/esm/models/components/hookdeckcredentials.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +10 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +10 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/portalredirect.d.ts +6 -13
- package/dist/esm/models/components/portalredirect.d.ts.map +1 -1
- package/dist/esm/models/components/portalredirect.js +5 -12
- package/dist/esm/models/components/portalredirect.js.map +1 -1
- package/dist/esm/models/components/publishrequest.d.ts +1 -13
- package/dist/esm/models/components/publishrequest.d.ts.map +1 -1
- package/dist/esm/models/components/publishrequest.js +1 -12
- package/dist/esm/models/components/publishrequest.js.map +1 -1
- package/dist/esm/models/components/publishresponse.d.ts +6 -13
- package/dist/esm/models/components/publishresponse.d.ts.map +1 -1
- package/dist/esm/models/components/publishresponse.js +3 -12
- package/dist/esm/models/components/publishresponse.js.map +1 -1
- package/dist/esm/models/components/rabbitmqconfig.d.ts +1 -29
- package/dist/esm/models/components/rabbitmqconfig.d.ts.map +1 -1
- package/dist/esm/models/components/rabbitmqconfig.js +1 -23
- package/dist/esm/models/components/rabbitmqconfig.js.map +1 -1
- package/dist/esm/models/components/rabbitmqcredentials.d.ts +1 -13
- package/dist/esm/models/components/rabbitmqcredentials.d.ts.map +1 -1
- package/dist/esm/models/components/rabbitmqcredentials.js +1 -12
- package/dist/esm/models/components/rabbitmqcredentials.js.map +1 -1
- package/dist/esm/models/components/security.d.ts +1 -13
- package/dist/esm/models/components/security.d.ts.map +1 -1
- package/dist/esm/models/components/security.js +1 -12
- package/dist/esm/models/components/security.js.map +1 -1
- package/dist/esm/models/components/successresponse.d.ts +1 -13
- package/dist/esm/models/components/successresponse.d.ts.map +1 -1
- package/dist/esm/models/components/successresponse.js +1 -12
- package/dist/esm/models/components/successresponse.js.map +1 -1
- package/dist/esm/models/components/tenant.d.ts +15 -13
- package/dist/esm/models/components/tenant.d.ts.map +1 -1
- package/dist/esm/models/components/tenant.js +7 -12
- package/dist/esm/models/components/tenant.js.map +1 -1
- package/dist/esm/models/components/tenantlistitem.d.ts +52 -0
- package/dist/esm/models/components/tenantlistitem.d.ts.map +1 -0
- package/dist/esm/models/components/tenantlistitem.js +45 -0
- package/dist/esm/models/components/tenantlistitem.js.map +1 -0
- package/dist/esm/models/components/tenantlistresponse.d.ts +39 -0
- package/dist/esm/models/components/tenantlistresponse.d.ts.map +1 -0
- package/dist/esm/models/components/tenantlistresponse.js +27 -0
- package/dist/esm/models/components/tenantlistresponse.js.map +1 -0
- package/dist/esm/models/components/tenanttoken.d.ts +6 -13
- package/dist/esm/models/components/tenanttoken.d.ts.map +1 -1
- package/dist/esm/models/components/tenanttoken.js +12 -12
- package/dist/esm/models/components/tenanttoken.js.map +1 -1
- package/dist/esm/models/components/tenantupsert.d.ts +24 -0
- package/dist/esm/models/components/tenantupsert.d.ts.map +1 -0
- package/dist/esm/models/components/tenantupsert.js +20 -0
- package/dist/esm/models/components/tenantupsert.js.map +1 -0
- package/dist/esm/models/components/topics.d.ts +1 -27
- package/dist/esm/models/components/topics.d.ts.map +1 -1
- package/dist/esm/models/components/topics.js +1 -23
- package/dist/esm/models/components/topics.js.map +1 -1
- package/dist/esm/models/components/webhookconfig.d.ts +6 -13
- package/dist/esm/models/components/webhookconfig.d.ts.map +1 -1
- package/dist/esm/models/components/webhookconfig.js +12 -12
- package/dist/esm/models/components/webhookconfig.js.map +1 -1
- package/dist/esm/models/components/webhookcredentials.d.ts +1 -13
- package/dist/esm/models/components/webhookcredentials.d.ts.map +1 -1
- package/dist/esm/models/components/webhookcredentials.js +1 -12
- package/dist/esm/models/components/webhookcredentials.js.map +1 -1
- package/dist/esm/models/components/webhookcredentialsupdate.d.ts +1 -13
- package/dist/esm/models/components/webhookcredentialsupdate.d.ts.map +1 -1
- package/dist/esm/models/components/webhookcredentialsupdate.js +1 -12
- package/dist/esm/models/components/webhookcredentialsupdate.js.map +1 -1
- package/dist/esm/models/errors/badrequesterror.d.ts +1 -13
- package/dist/esm/models/errors/badrequesterror.d.ts.map +1 -1
- package/dist/esm/models/errors/badrequesterror.js +2 -13
- package/dist/esm/models/errors/badrequesterror.js.map +1 -1
- package/dist/esm/models/errors/index.d.ts +2 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +2 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/internalservererror.d.ts +1 -13
- package/dist/esm/models/errors/internalservererror.d.ts.map +1 -1
- package/dist/esm/models/errors/internalservererror.js +2 -13
- package/dist/esm/models/errors/internalservererror.js.map +1 -1
- package/dist/esm/models/errors/listtenants.d.ts +57 -0
- package/dist/esm/models/errors/listtenants.d.ts.map +1 -0
- package/dist/esm/models/errors/listtenants.js +76 -0
- package/dist/esm/models/errors/listtenants.js.map +1 -0
- package/dist/esm/models/errors/notfounderror.d.ts +1 -13
- package/dist/esm/models/errors/notfounderror.d.ts.map +1 -1
- package/dist/esm/models/errors/notfounderror.js +2 -13
- package/dist/esm/models/errors/notfounderror.js.map +1 -1
- package/dist/esm/models/errors/ratelimitederror.d.ts +1 -13
- package/dist/esm/models/errors/ratelimitederror.d.ts.map +1 -1
- package/dist/esm/models/errors/ratelimitederror.js +2 -13
- package/dist/esm/models/errors/ratelimitederror.js.map +1 -1
- package/dist/esm/models/errors/responsevalidationerror.js +1 -1
- package/dist/esm/models/errors/responsevalidationerror.js.map +1 -1
- package/dist/esm/models/errors/sdkvalidationerror.d.ts +1 -1
- package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +1 -1
- package/dist/esm/models/errors/sdkvalidationerror.js +1 -1
- package/dist/esm/models/errors/sdkvalidationerror.js.map +1 -1
- package/dist/esm/models/errors/timeouterror.d.ts +1 -13
- package/dist/esm/models/errors/timeouterror.d.ts.map +1 -1
- package/dist/esm/models/errors/timeouterror.js +2 -13
- package/dist/esm/models/errors/timeouterror.js.map +1 -1
- package/dist/esm/models/errors/unauthorizederror.d.ts +1 -13
- package/dist/esm/models/errors/unauthorizederror.d.ts.map +1 -1
- package/dist/esm/models/errors/unauthorizederror.js +2 -13
- package/dist/esm/models/errors/unauthorizederror.js.map +1 -1
- package/dist/esm/models/operations/createtenantdestination.d.ts +3 -27
- package/dist/esm/models/operations/createtenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/createtenantdestination.js +3 -27
- package/dist/esm/models/operations/createtenantdestination.js.map +1 -1
- package/dist/esm/models/operations/deletetenant.d.ts +1 -25
- package/dist/esm/models/operations/deletetenant.d.ts.map +1 -1
- package/dist/esm/models/operations/deletetenant.js +1 -23
- package/dist/esm/models/operations/deletetenant.js.map +1 -1
- package/dist/esm/models/operations/deletetenantdestination.d.ts +1 -25
- package/dist/esm/models/operations/deletetenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/deletetenantdestination.js +1 -23
- package/dist/esm/models/operations/deletetenantdestination.js.map +1 -1
- package/dist/esm/models/operations/disabletenantdestination.d.ts +1 -25
- package/dist/esm/models/operations/disabletenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/disabletenantdestination.js +1 -23
- package/dist/esm/models/operations/disabletenantdestination.js.map +1 -1
- package/dist/esm/models/operations/enabletenantdestination.d.ts +1 -25
- package/dist/esm/models/operations/enabletenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/enabletenantdestination.js +1 -23
- package/dist/esm/models/operations/enabletenantdestination.js.map +1 -1
- package/dist/esm/models/operations/getdestinationtypeschema.d.ts +1 -37
- package/dist/esm/models/operations/getdestinationtypeschema.d.ts.map +1 -1
- package/dist/esm/models/operations/getdestinationtypeschema.js +1 -23
- package/dist/esm/models/operations/getdestinationtypeschema.js.map +1 -1
- package/dist/esm/models/operations/gettenant.d.ts +1 -25
- package/dist/esm/models/operations/gettenant.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenant.js +1 -23
- package/dist/esm/models/operations/gettenant.js.map +1 -1
- package/dist/esm/models/operations/gettenantdestination.d.ts +1 -25
- package/dist/esm/models/operations/gettenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenantdestination.js +1 -23
- package/dist/esm/models/operations/gettenantdestination.js.map +1 -1
- package/dist/esm/models/operations/gettenantdestinationtypeschema.d.ts +1 -49
- package/dist/esm/models/operations/gettenantdestinationtypeschema.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenantdestinationtypeschema.js +1 -34
- package/dist/esm/models/operations/gettenantdestinationtypeschema.js.map +1 -1
- package/dist/esm/models/operations/gettenantevent.d.ts +1 -25
- package/dist/esm/models/operations/gettenantevent.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenantevent.js +1 -23
- package/dist/esm/models/operations/gettenantevent.js.map +1 -1
- package/dist/esm/models/operations/gettenanteventbydestination.d.ts +1 -25
- package/dist/esm/models/operations/gettenanteventbydestination.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenanteventbydestination.js +1 -23
- package/dist/esm/models/operations/gettenanteventbydestination.js.map +1 -1
- package/dist/esm/models/operations/gettenantportalurl.d.ts +1 -41
- package/dist/esm/models/operations/gettenantportalurl.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenantportalurl.js +1 -34
- package/dist/esm/models/operations/gettenantportalurl.js.map +1 -1
- package/dist/esm/models/operations/gettenanttoken.d.ts +1 -25
- package/dist/esm/models/operations/gettenanttoken.d.ts.map +1 -1
- package/dist/esm/models/operations/gettenanttoken.js +1 -23
- package/dist/esm/models/operations/gettenanttoken.js.map +1 -1
- package/dist/esm/models/operations/healthcheck.d.ts +61 -0
- package/dist/esm/models/operations/healthcheck.d.ts.map +1 -0
- package/dist/esm/models/operations/healthcheck.js +52 -0
- package/dist/esm/models/operations/healthcheck.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +2 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +2 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listtenantdestinations.d.ts +9 -131
- package/dist/esm/models/operations/listtenantdestinations.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenantdestinations.js +16 -106
- package/dist/esm/models/operations/listtenantdestinations.js.map +1 -1
- package/dist/esm/models/operations/listtenantdestinationtypeschemas.d.ts +1 -25
- package/dist/esm/models/operations/listtenantdestinationtypeschemas.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenantdestinationtypeschemas.js +1 -23
- package/dist/esm/models/operations/listtenantdestinationtypeschemas.js.map +1 -1
- package/dist/esm/models/operations/listtenanteventdeliveries.d.ts +1 -25
- package/dist/esm/models/operations/listtenanteventdeliveries.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenanteventdeliveries.js +1 -23
- package/dist/esm/models/operations/listtenanteventdeliveries.js.map +1 -1
- package/dist/esm/models/operations/listtenantevents.d.ts +6 -95
- package/dist/esm/models/operations/listtenantevents.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenantevents.js +5 -103
- package/dist/esm/models/operations/listtenantevents.js.map +1 -1
- package/dist/esm/models/operations/listtenanteventsbydestination.d.ts +6 -83
- package/dist/esm/models/operations/listtenanteventsbydestination.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenanteventsbydestination.js +5 -92
- package/dist/esm/models/operations/listtenanteventsbydestination.js.map +1 -1
- package/dist/esm/models/operations/listtenants.d.ts +51 -0
- package/dist/esm/models/operations/listtenants.d.ts.map +1 -0
- package/dist/esm/models/operations/listtenants.js +37 -0
- package/dist/esm/models/operations/listtenants.js.map +1 -0
- package/dist/esm/models/operations/listtenanttopics.d.ts +1 -25
- package/dist/esm/models/operations/listtenanttopics.d.ts.map +1 -1
- package/dist/esm/models/operations/listtenanttopics.js +1 -23
- package/dist/esm/models/operations/listtenanttopics.js.map +1 -1
- package/dist/esm/models/operations/retrytenantevent.d.ts +1 -25
- package/dist/esm/models/operations/retrytenantevent.d.ts.map +1 -1
- package/dist/esm/models/operations/retrytenantevent.js +1 -23
- package/dist/esm/models/operations/retrytenantevent.js.map +1 -1
- package/dist/esm/models/operations/updatetenantdestination.d.ts +3 -39
- package/dist/esm/models/operations/updatetenantdestination.d.ts.map +1 -1
- package/dist/esm/models/operations/updatetenantdestination.js +3 -38
- package/dist/esm/models/operations/updatetenantdestination.js.map +1 -1
- package/dist/esm/models/operations/upserttenant.d.ts +7 -25
- package/dist/esm/models/operations/upserttenant.d.ts.map +1 -1
- package/dist/esm/models/operations/upserttenant.js +4 -23
- package/dist/esm/models/operations/upserttenant.js.map +1 -1
- package/dist/esm/sdk/events.d.ts +2 -7
- package/dist/esm/sdk/events.d.ts.map +1 -1
- package/dist/esm/sdk/events.js +2 -3
- package/dist/esm/sdk/events.js.map +1 -1
- package/dist/esm/sdk/health.d.ts +15 -2
- package/dist/esm/sdk/health.d.ts.map +1 -1
- package/dist/esm/sdk/health.js +13 -1
- package/dist/esm/sdk/health.js.map +1 -1
- package/dist/esm/sdk/tenants.d.ts +13 -0
- package/dist/esm/sdk/tenants.d.ts.map +1 -1
- package/dist/esm/sdk/tenants.js +16 -0
- package/dist/esm/sdk/tenants.js.map +1 -1
- package/dist/esm/types/blobs.d.ts +1 -1
- package/dist/esm/types/blobs.d.ts.map +1 -1
- package/dist/esm/types/blobs.js +1 -1
- package/dist/esm/types/blobs.js.map +1 -1
- package/dist/esm/types/constdatetime.d.ts +1 -1
- package/dist/esm/types/constdatetime.d.ts.map +1 -1
- package/dist/esm/types/constdatetime.js +1 -1
- package/dist/esm/types/constdatetime.js.map +1 -1
- package/dist/esm/types/enums.d.ts +8 -11
- package/dist/esm/types/enums.d.ts.map +1 -1
- package/dist/esm/types/enums.js +22 -2
- package/dist/esm/types/enums.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -2
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/index.js +1 -1
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/unrecognized.d.ts +16 -0
- package/dist/esm/types/unrecognized.d.ts.map +1 -0
- package/dist/esm/types/unrecognized.js +31 -0
- package/dist/esm/types/unrecognized.js.map +1 -0
- package/examples/healthCheck.example.ts +1 -1
- package/examples/package-lock.json +3 -11
- package/jsr.json +1 -1
- package/package.json +4 -11
- package/src/funcs/destinationsCreate.ts +5 -66
- package/src/funcs/destinationsDelete.ts +4 -68
- package/src/funcs/destinationsDisable.ts +6 -70
- package/src/funcs/destinationsEnable.ts +6 -70
- package/src/funcs/destinationsGet.ts +4 -68
- package/src/funcs/destinationsList.ts +5 -69
- package/src/funcs/destinationsUpdate.ts +5 -66
- package/src/funcs/eventsGet.ts +4 -68
- package/src/funcs/eventsGetByDestination.ts +4 -68
- package/src/funcs/eventsList.ts +31 -172
- package/src/funcs/eventsListByDestination.ts +33 -176
- package/src/funcs/eventsListDeliveries.ts +5 -69
- package/src/funcs/eventsRetry.ts +6 -71
- package/src/funcs/healthCheck.ts +20 -8
- package/src/funcs/publishEvent.ts +1 -1
- package/src/funcs/schemasGet.ts +6 -68
- package/src/funcs/schemasGetDestinationTypeJwt.ts +1 -1
- package/src/funcs/schemasListDestinationTypesJwt.ts +2 -2
- package/src/funcs/schemasListTenantDestinationTypes.ts +5 -69
- package/src/funcs/tenantsDelete.ts +4 -68
- package/src/funcs/tenantsGet.ts +4 -68
- package/src/funcs/tenantsGetPortalUrl.ts +4 -68
- package/src/funcs/tenantsGetToken.ts +4 -68
- package/src/funcs/tenantsListTenants.ts +186 -0
- package/src/funcs/tenantsUpsert.ts +7 -71
- package/src/funcs/topicsList.ts +5 -69
- package/src/funcs/topicsListJwt.ts +2 -2
- package/src/lib/base64.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/lib/schemas.ts +1 -1
- package/src/lib/sdks.ts +2 -2
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/cli/start/command.ts +2 -3
- package/src/mcp-server/extensions.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/prompts.ts +8 -4
- package/src/mcp-server/resources.ts +7 -3
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/shared.ts +1 -2
- package/src/mcp-server/tools/eventsList.ts +1 -1
- package/src/mcp-server/tools/eventsListByDestination.ts +1 -1
- package/src/mcp-server/tools/healthCheck.ts +14 -1
- package/src/mcp-server/tools/tenantsListTenants.ts +44 -0
- package/src/mcp-server/tools.ts +8 -4
- package/src/models/components/awskinesisconfig.ts +1 -16
- package/src/models/components/awskinesiscredentials.ts +1 -16
- package/src/models/components/awss3config.ts +1 -16
- package/src/models/components/awss3credentials.ts +1 -16
- package/src/models/components/awssqsconfig.ts +1 -16
- package/src/models/components/awssqscredentials.ts +1 -16
- package/src/models/components/azureservicebusconfig.ts +1 -16
- package/src/models/components/azureservicebuscredentials.ts +1 -16
- package/src/models/components/deliveryattempt.ts +12 -37
- package/src/models/components/destination.ts +39 -100
- package/src/models/components/destinationawskinesis.ts +42 -55
- package/src/models/components/destinationawss3.ts +42 -53
- package/src/models/components/destinationawssqs.ts +42 -53
- package/src/models/components/destinationazureservicebus.ts +43 -55
- package/src/models/components/destinationcreate.ts +39 -100
- package/src/models/components/destinationcreateawskinesis.ts +40 -55
- package/src/models/components/destinationcreateawss3.ts +40 -55
- package/src/models/components/destinationcreateawssqs.ts +40 -55
- package/src/models/components/destinationcreateazureservicebus.ts +40 -58
- package/src/models/components/destinationcreategcppubsub.ts +129 -0
- package/src/models/components/destinationcreatehookdeck.ts +40 -55
- package/src/models/components/destinationcreaterabbitmq.ts +40 -55
- package/src/models/components/destinationcreatewebhook.ts +40 -55
- package/src/models/components/destinationgcppubsub.ts +174 -0
- package/src/models/components/destinationhookdeck.ts +43 -55
- package/src/models/components/destinationrabbitmq.ts +42 -55
- package/src/models/components/destinationschemafield.ts +10 -41
- package/src/models/components/destinationtype.ts +33 -0
- package/src/models/components/destinationtypeschema.ts +1 -16
- package/src/models/components/destinationupdate.ts +23 -18
- package/src/models/components/destinationupdateawskinesis.ts +36 -16
- package/src/models/components/destinationupdateawss3.ts +36 -16
- package/src/models/components/destinationupdateawssqs.ts +36 -16
- package/src/models/components/destinationupdateazureservicebus.ts +117 -0
- package/src/models/components/destinationupdategcppubsub.ts +115 -0
- package/src/models/components/destinationupdatehookdeck.ts +36 -16
- package/src/models/components/destinationupdaterabbitmq.ts +36 -16
- package/src/models/components/destinationupdatewebhook.ts +36 -16
- package/src/models/components/destinationwebhook.ts +42 -53
- package/src/models/components/event.ts +23 -20
- package/src/models/components/gcppubsubconfig.ts +75 -0
- package/src/models/components/gcppubsubcredentials.ts +63 -0
- package/src/models/components/hookdeckcredentials.ts +1 -16
- package/src/models/components/index.ts +10 -0
- package/src/models/components/portalredirect.ts +10 -16
- package/src/models/components/publishrequest.ts +1 -16
- package/src/models/components/publishresponse.ts +8 -16
- package/src/models/components/rabbitmqconfig.ts +1 -28
- package/src/models/components/rabbitmqcredentials.ts +1 -16
- package/src/models/components/security.ts +1 -16
- package/src/models/components/successresponse.ts +1 -16
- package/src/models/components/tenant.ts +19 -16
- package/src/models/components/tenantlistitem.ts +103 -0
- package/src/models/components/tenantlistresponse.ts +84 -0
- package/src/models/components/tenanttoken.ts +17 -16
- package/src/models/components/tenantupsert.ts +50 -0
- package/src/models/components/topics.ts +1 -28
- package/src/models/components/webhookconfig.ts +17 -16
- package/src/models/components/webhookcredentials.ts +1 -16
- package/src/models/components/webhookcredentialsupdate.ts +1 -16
- package/src/models/errors/badrequesterror.ts +2 -15
- package/src/models/errors/index.ts +2 -0
- package/src/models/errors/internalservererror.ts +2 -15
- package/src/models/errors/listtenants.ts +138 -0
- package/src/models/errors/notfounderror.ts +2 -15
- package/src/models/errors/ratelimitederror.ts +2 -15
- package/src/models/errors/responsevalidationerror.ts +1 -1
- package/src/models/errors/sdkvalidationerror.ts +1 -1
- package/src/models/errors/timeouterror.ts +2 -15
- package/src/models/errors/unauthorizederror.ts +2 -15
- package/src/models/operations/createtenantdestination.ts +5 -37
- package/src/models/operations/deletetenant.ts +1 -31
- package/src/models/operations/deletetenantdestination.ts +1 -31
- package/src/models/operations/disabletenantdestination.ts +1 -31
- package/src/models/operations/enabletenantdestination.ts +1 -31
- package/src/models/operations/getdestinationtypeschema.ts +1 -28
- package/src/models/operations/gettenant.ts +1 -31
- package/src/models/operations/gettenantdestination.ts +1 -31
- package/src/models/operations/gettenantdestinationtypeschema.ts +1 -48
- package/src/models/operations/gettenantevent.ts +1 -31
- package/src/models/operations/gettenanteventbydestination.ts +1 -33
- package/src/models/operations/gettenantportalurl.ts +1 -43
- package/src/models/operations/gettenanttoken.ts +1 -31
- package/src/models/operations/healthcheck.ts +130 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/listtenantdestinations.ts +39 -155
- package/src/models/operations/listtenantdestinationtypeschemas.ts +1 -35
- package/src/models/operations/listtenanteventdeliveries.ts +1 -31
- package/src/models/operations/listtenantevents.ts +11 -161
- package/src/models/operations/listtenanteventsbydestination.ts +11 -166
- package/src/models/operations/listtenants.ts +96 -0
- package/src/models/operations/listtenanttopics.ts +1 -31
- package/src/models/operations/retrytenantevent.ts +1 -31
- package/src/models/operations/updatetenantdestination.ts +5 -52
- package/src/models/operations/upserttenant.ts +9 -31
- package/src/sdk/events.ts +4 -12
- package/src/sdk/health.ts +15 -2
- package/src/sdk/tenants.ts +24 -0
- package/src/types/blobs.ts +7 -6
- package/src/types/constdatetime.ts +1 -1
- package/src/types/enums.ts +38 -9
- package/src/types/index.ts +2 -2
- package/src/types/unrecognized.ts +35 -0
- package/tsconfig.json +1 -2
- package/docs/sdks/destinations/README.md +0 -701
- package/docs/sdks/events/README.md +0 -551
- package/docs/sdks/health/README.md +0 -84
- package/docs/sdks/outpost/README.md +0 -7
- package/docs/sdks/publish/README.md +0 -117
- package/docs/sdks/schemas/README.md +0 -353
- package/docs/sdks/tenants/README.md +0 -438
- package/docs/sdks/topics/README.md +0 -177
- package/examples/README.md +0 -31
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { collectExtraKeys as collectExtraKeys$ } from "../../lib/schemas.js";
|
|
8
8
|
import { OutpostError } from "./outposterror.js";
|
|
@@ -54,7 +54,7 @@ export const UnauthorizedError$inboundSchema: z.ZodType<
|
|
|
54
54
|
})
|
|
55
55
|
.catchall(z.any()),
|
|
56
56
|
"additionalProperties",
|
|
57
|
-
|
|
57
|
+
false,
|
|
58
58
|
)
|
|
59
59
|
.transform((v) => {
|
|
60
60
|
return new UnauthorizedError(v, {
|
|
@@ -90,16 +90,3 @@ export const UnauthorizedError$outboundSchema: z.ZodType<
|
|
|
90
90
|
};
|
|
91
91
|
}),
|
|
92
92
|
);
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
97
|
-
*/
|
|
98
|
-
export namespace UnauthorizedError$ {
|
|
99
|
-
/** @deprecated use `UnauthorizedError$inboundSchema` instead. */
|
|
100
|
-
export const inboundSchema = UnauthorizedError$inboundSchema;
|
|
101
|
-
/** @deprecated use `UnauthorizedError$outboundSchema` instead. */
|
|
102
|
-
export const outboundSchema = UnauthorizedError$outboundSchema;
|
|
103
|
-
/** @deprecated use `UnauthorizedError$Outbound` instead. */
|
|
104
|
-
export type Outbound = UnauthorizedError$Outbound;
|
|
105
|
-
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -18,7 +18,7 @@ export type CreateTenantDestinationRequest = {
|
|
|
18
18
|
* The ID of the tenant. Required when using AdminApiKey authentication.
|
|
19
19
|
*/
|
|
20
20
|
tenantId?: string | undefined;
|
|
21
|
-
|
|
21
|
+
params: components.DestinationCreate;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
/** @internal */
|
|
@@ -33,7 +33,6 @@ export const CreateTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
33
33
|
"tenant_id": "tenantId",
|
|
34
34
|
});
|
|
35
35
|
});
|
|
36
|
-
|
|
37
36
|
/** @internal */
|
|
38
37
|
export type CreateTenantDestinationGlobals$Outbound = {
|
|
39
38
|
tenant_id?: string | undefined;
|
|
@@ -52,19 +51,6 @@ export const CreateTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
52
51
|
});
|
|
53
52
|
});
|
|
54
53
|
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
|
-
*/
|
|
59
|
-
export namespace CreateTenantDestinationGlobals$ {
|
|
60
|
-
/** @deprecated use `CreateTenantDestinationGlobals$inboundSchema` instead. */
|
|
61
|
-
export const inboundSchema = CreateTenantDestinationGlobals$inboundSchema;
|
|
62
|
-
/** @deprecated use `CreateTenantDestinationGlobals$outboundSchema` instead. */
|
|
63
|
-
export const outboundSchema = CreateTenantDestinationGlobals$outboundSchema;
|
|
64
|
-
/** @deprecated use `CreateTenantDestinationGlobals$Outbound` instead. */
|
|
65
|
-
export type Outbound = CreateTenantDestinationGlobals$Outbound;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
54
|
export function createTenantDestinationGlobalsToJSON(
|
|
69
55
|
createTenantDestinationGlobals: CreateTenantDestinationGlobals,
|
|
70
56
|
): string {
|
|
@@ -74,7 +60,6 @@ export function createTenantDestinationGlobalsToJSON(
|
|
|
74
60
|
),
|
|
75
61
|
);
|
|
76
62
|
}
|
|
77
|
-
|
|
78
63
|
export function createTenantDestinationGlobalsFromJSON(
|
|
79
64
|
jsonString: string,
|
|
80
65
|
): SafeParseResult<CreateTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -92,18 +77,16 @@ export const CreateTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
92
77
|
unknown
|
|
93
78
|
> = z.object({
|
|
94
79
|
tenant_id: z.string().optional(),
|
|
95
|
-
|
|
80
|
+
params: components.DestinationCreate$inboundSchema,
|
|
96
81
|
}).transform((v) => {
|
|
97
82
|
return remap$(v, {
|
|
98
83
|
"tenant_id": "tenantId",
|
|
99
|
-
"DestinationCreate": "destinationCreate",
|
|
100
84
|
});
|
|
101
85
|
});
|
|
102
|
-
|
|
103
86
|
/** @internal */
|
|
104
87
|
export type CreateTenantDestinationRequest$Outbound = {
|
|
105
88
|
tenant_id?: string | undefined;
|
|
106
|
-
|
|
89
|
+
params: components.DestinationCreate$Outbound;
|
|
107
90
|
};
|
|
108
91
|
|
|
109
92
|
/** @internal */
|
|
@@ -113,27 +96,13 @@ export const CreateTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
113
96
|
CreateTenantDestinationRequest
|
|
114
97
|
> = z.object({
|
|
115
98
|
tenantId: z.string().optional(),
|
|
116
|
-
|
|
99
|
+
params: components.DestinationCreate$outboundSchema,
|
|
117
100
|
}).transform((v) => {
|
|
118
101
|
return remap$(v, {
|
|
119
102
|
tenantId: "tenant_id",
|
|
120
|
-
destinationCreate: "DestinationCreate",
|
|
121
103
|
});
|
|
122
104
|
});
|
|
123
105
|
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
127
|
-
*/
|
|
128
|
-
export namespace CreateTenantDestinationRequest$ {
|
|
129
|
-
/** @deprecated use `CreateTenantDestinationRequest$inboundSchema` instead. */
|
|
130
|
-
export const inboundSchema = CreateTenantDestinationRequest$inboundSchema;
|
|
131
|
-
/** @deprecated use `CreateTenantDestinationRequest$outboundSchema` instead. */
|
|
132
|
-
export const outboundSchema = CreateTenantDestinationRequest$outboundSchema;
|
|
133
|
-
/** @deprecated use `CreateTenantDestinationRequest$Outbound` instead. */
|
|
134
|
-
export type Outbound = CreateTenantDestinationRequest$Outbound;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
106
|
export function createTenantDestinationRequestToJSON(
|
|
138
107
|
createTenantDestinationRequest: CreateTenantDestinationRequest,
|
|
139
108
|
): string {
|
|
@@ -143,7 +112,6 @@ export function createTenantDestinationRequestToJSON(
|
|
|
143
112
|
),
|
|
144
113
|
);
|
|
145
114
|
}
|
|
146
|
-
|
|
147
115
|
export function createTenantDestinationRequestFromJSON(
|
|
148
116
|
jsonString: string,
|
|
149
117
|
): SafeParseResult<CreateTenantDestinationRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -31,7 +31,6 @@ export const DeleteTenantGlobals$inboundSchema: z.ZodType<
|
|
|
31
31
|
"tenant_id": "tenantId",
|
|
32
32
|
});
|
|
33
33
|
});
|
|
34
|
-
|
|
35
34
|
/** @internal */
|
|
36
35
|
export type DeleteTenantGlobals$Outbound = {
|
|
37
36
|
tenant_id?: string | undefined;
|
|
@@ -50,19 +49,6 @@ export const DeleteTenantGlobals$outboundSchema: z.ZodType<
|
|
|
50
49
|
});
|
|
51
50
|
});
|
|
52
51
|
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
-
*/
|
|
57
|
-
export namespace DeleteTenantGlobals$ {
|
|
58
|
-
/** @deprecated use `DeleteTenantGlobals$inboundSchema` instead. */
|
|
59
|
-
export const inboundSchema = DeleteTenantGlobals$inboundSchema;
|
|
60
|
-
/** @deprecated use `DeleteTenantGlobals$outboundSchema` instead. */
|
|
61
|
-
export const outboundSchema = DeleteTenantGlobals$outboundSchema;
|
|
62
|
-
/** @deprecated use `DeleteTenantGlobals$Outbound` instead. */
|
|
63
|
-
export type Outbound = DeleteTenantGlobals$Outbound;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
52
|
export function deleteTenantGlobalsToJSON(
|
|
67
53
|
deleteTenantGlobals: DeleteTenantGlobals,
|
|
68
54
|
): string {
|
|
@@ -70,7 +56,6 @@ export function deleteTenantGlobalsToJSON(
|
|
|
70
56
|
DeleteTenantGlobals$outboundSchema.parse(deleteTenantGlobals),
|
|
71
57
|
);
|
|
72
58
|
}
|
|
73
|
-
|
|
74
59
|
export function deleteTenantGlobalsFromJSON(
|
|
75
60
|
jsonString: string,
|
|
76
61
|
): SafeParseResult<DeleteTenantGlobals, SDKValidationError> {
|
|
@@ -93,7 +78,6 @@ export const DeleteTenantRequest$inboundSchema: z.ZodType<
|
|
|
93
78
|
"tenant_id": "tenantId",
|
|
94
79
|
});
|
|
95
80
|
});
|
|
96
|
-
|
|
97
81
|
/** @internal */
|
|
98
82
|
export type DeleteTenantRequest$Outbound = {
|
|
99
83
|
tenant_id?: string | undefined;
|
|
@@ -112,19 +96,6 @@ export const DeleteTenantRequest$outboundSchema: z.ZodType<
|
|
|
112
96
|
});
|
|
113
97
|
});
|
|
114
98
|
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
118
|
-
*/
|
|
119
|
-
export namespace DeleteTenantRequest$ {
|
|
120
|
-
/** @deprecated use `DeleteTenantRequest$inboundSchema` instead. */
|
|
121
|
-
export const inboundSchema = DeleteTenantRequest$inboundSchema;
|
|
122
|
-
/** @deprecated use `DeleteTenantRequest$outboundSchema` instead. */
|
|
123
|
-
export const outboundSchema = DeleteTenantRequest$outboundSchema;
|
|
124
|
-
/** @deprecated use `DeleteTenantRequest$Outbound` instead. */
|
|
125
|
-
export type Outbound = DeleteTenantRequest$Outbound;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
99
|
export function deleteTenantRequestToJSON(
|
|
129
100
|
deleteTenantRequest: DeleteTenantRequest,
|
|
130
101
|
): string {
|
|
@@ -132,7 +103,6 @@ export function deleteTenantRequestToJSON(
|
|
|
132
103
|
DeleteTenantRequest$outboundSchema.parse(deleteTenantRequest),
|
|
133
104
|
);
|
|
134
105
|
}
|
|
135
|
-
|
|
136
106
|
export function deleteTenantRequestFromJSON(
|
|
137
107
|
jsonString: string,
|
|
138
108
|
): SafeParseResult<DeleteTenantRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -35,7 +35,6 @@ export const DeleteTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
35
35
|
"tenant_id": "tenantId",
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
38
|
/** @internal */
|
|
40
39
|
export type DeleteTenantDestinationGlobals$Outbound = {
|
|
41
40
|
tenant_id?: string | undefined;
|
|
@@ -54,19 +53,6 @@ export const DeleteTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
54
53
|
});
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export namespace DeleteTenantDestinationGlobals$ {
|
|
62
|
-
/** @deprecated use `DeleteTenantDestinationGlobals$inboundSchema` instead. */
|
|
63
|
-
export const inboundSchema = DeleteTenantDestinationGlobals$inboundSchema;
|
|
64
|
-
/** @deprecated use `DeleteTenantDestinationGlobals$outboundSchema` instead. */
|
|
65
|
-
export const outboundSchema = DeleteTenantDestinationGlobals$outboundSchema;
|
|
66
|
-
/** @deprecated use `DeleteTenantDestinationGlobals$Outbound` instead. */
|
|
67
|
-
export type Outbound = DeleteTenantDestinationGlobals$Outbound;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
56
|
export function deleteTenantDestinationGlobalsToJSON(
|
|
71
57
|
deleteTenantDestinationGlobals: DeleteTenantDestinationGlobals,
|
|
72
58
|
): string {
|
|
@@ -76,7 +62,6 @@ export function deleteTenantDestinationGlobalsToJSON(
|
|
|
76
62
|
),
|
|
77
63
|
);
|
|
78
64
|
}
|
|
79
|
-
|
|
80
65
|
export function deleteTenantDestinationGlobalsFromJSON(
|
|
81
66
|
jsonString: string,
|
|
82
67
|
): SafeParseResult<DeleteTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -101,7 +86,6 @@ export const DeleteTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
101
86
|
"destination_id": "destinationId",
|
|
102
87
|
});
|
|
103
88
|
});
|
|
104
|
-
|
|
105
89
|
/** @internal */
|
|
106
90
|
export type DeleteTenantDestinationRequest$Outbound = {
|
|
107
91
|
tenant_id?: string | undefined;
|
|
@@ -123,19 +107,6 @@ export const DeleteTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
123
107
|
});
|
|
124
108
|
});
|
|
125
109
|
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
129
|
-
*/
|
|
130
|
-
export namespace DeleteTenantDestinationRequest$ {
|
|
131
|
-
/** @deprecated use `DeleteTenantDestinationRequest$inboundSchema` instead. */
|
|
132
|
-
export const inboundSchema = DeleteTenantDestinationRequest$inboundSchema;
|
|
133
|
-
/** @deprecated use `DeleteTenantDestinationRequest$outboundSchema` instead. */
|
|
134
|
-
export const outboundSchema = DeleteTenantDestinationRequest$outboundSchema;
|
|
135
|
-
/** @deprecated use `DeleteTenantDestinationRequest$Outbound` instead. */
|
|
136
|
-
export type Outbound = DeleteTenantDestinationRequest$Outbound;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
110
|
export function deleteTenantDestinationRequestToJSON(
|
|
140
111
|
deleteTenantDestinationRequest: DeleteTenantDestinationRequest,
|
|
141
112
|
): string {
|
|
@@ -145,7 +116,6 @@ export function deleteTenantDestinationRequestToJSON(
|
|
|
145
116
|
),
|
|
146
117
|
);
|
|
147
118
|
}
|
|
148
|
-
|
|
149
119
|
export function deleteTenantDestinationRequestFromJSON(
|
|
150
120
|
jsonString: string,
|
|
151
121
|
): SafeParseResult<DeleteTenantDestinationRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -35,7 +35,6 @@ export const DisableTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
35
35
|
"tenant_id": "tenantId",
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
38
|
/** @internal */
|
|
40
39
|
export type DisableTenantDestinationGlobals$Outbound = {
|
|
41
40
|
tenant_id?: string | undefined;
|
|
@@ -54,19 +53,6 @@ export const DisableTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
54
53
|
});
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export namespace DisableTenantDestinationGlobals$ {
|
|
62
|
-
/** @deprecated use `DisableTenantDestinationGlobals$inboundSchema` instead. */
|
|
63
|
-
export const inboundSchema = DisableTenantDestinationGlobals$inboundSchema;
|
|
64
|
-
/** @deprecated use `DisableTenantDestinationGlobals$outboundSchema` instead. */
|
|
65
|
-
export const outboundSchema = DisableTenantDestinationGlobals$outboundSchema;
|
|
66
|
-
/** @deprecated use `DisableTenantDestinationGlobals$Outbound` instead. */
|
|
67
|
-
export type Outbound = DisableTenantDestinationGlobals$Outbound;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
56
|
export function disableTenantDestinationGlobalsToJSON(
|
|
71
57
|
disableTenantDestinationGlobals: DisableTenantDestinationGlobals,
|
|
72
58
|
): string {
|
|
@@ -76,7 +62,6 @@ export function disableTenantDestinationGlobalsToJSON(
|
|
|
76
62
|
),
|
|
77
63
|
);
|
|
78
64
|
}
|
|
79
|
-
|
|
80
65
|
export function disableTenantDestinationGlobalsFromJSON(
|
|
81
66
|
jsonString: string,
|
|
82
67
|
): SafeParseResult<DisableTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -101,7 +86,6 @@ export const DisableTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
101
86
|
"destination_id": "destinationId",
|
|
102
87
|
});
|
|
103
88
|
});
|
|
104
|
-
|
|
105
89
|
/** @internal */
|
|
106
90
|
export type DisableTenantDestinationRequest$Outbound = {
|
|
107
91
|
tenant_id?: string | undefined;
|
|
@@ -123,19 +107,6 @@ export const DisableTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
123
107
|
});
|
|
124
108
|
});
|
|
125
109
|
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
129
|
-
*/
|
|
130
|
-
export namespace DisableTenantDestinationRequest$ {
|
|
131
|
-
/** @deprecated use `DisableTenantDestinationRequest$inboundSchema` instead. */
|
|
132
|
-
export const inboundSchema = DisableTenantDestinationRequest$inboundSchema;
|
|
133
|
-
/** @deprecated use `DisableTenantDestinationRequest$outboundSchema` instead. */
|
|
134
|
-
export const outboundSchema = DisableTenantDestinationRequest$outboundSchema;
|
|
135
|
-
/** @deprecated use `DisableTenantDestinationRequest$Outbound` instead. */
|
|
136
|
-
export type Outbound = DisableTenantDestinationRequest$Outbound;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
110
|
export function disableTenantDestinationRequestToJSON(
|
|
140
111
|
disableTenantDestinationRequest: DisableTenantDestinationRequest,
|
|
141
112
|
): string {
|
|
@@ -145,7 +116,6 @@ export function disableTenantDestinationRequestToJSON(
|
|
|
145
116
|
),
|
|
146
117
|
);
|
|
147
118
|
}
|
|
148
|
-
|
|
149
119
|
export function disableTenantDestinationRequestFromJSON(
|
|
150
120
|
jsonString: string,
|
|
151
121
|
): SafeParseResult<DisableTenantDestinationRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -35,7 +35,6 @@ export const EnableTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
35
35
|
"tenant_id": "tenantId",
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
38
|
/** @internal */
|
|
40
39
|
export type EnableTenantDestinationGlobals$Outbound = {
|
|
41
40
|
tenant_id?: string | undefined;
|
|
@@ -54,19 +53,6 @@ export const EnableTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
54
53
|
});
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export namespace EnableTenantDestinationGlobals$ {
|
|
62
|
-
/** @deprecated use `EnableTenantDestinationGlobals$inboundSchema` instead. */
|
|
63
|
-
export const inboundSchema = EnableTenantDestinationGlobals$inboundSchema;
|
|
64
|
-
/** @deprecated use `EnableTenantDestinationGlobals$outboundSchema` instead. */
|
|
65
|
-
export const outboundSchema = EnableTenantDestinationGlobals$outboundSchema;
|
|
66
|
-
/** @deprecated use `EnableTenantDestinationGlobals$Outbound` instead. */
|
|
67
|
-
export type Outbound = EnableTenantDestinationGlobals$Outbound;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
56
|
export function enableTenantDestinationGlobalsToJSON(
|
|
71
57
|
enableTenantDestinationGlobals: EnableTenantDestinationGlobals,
|
|
72
58
|
): string {
|
|
@@ -76,7 +62,6 @@ export function enableTenantDestinationGlobalsToJSON(
|
|
|
76
62
|
),
|
|
77
63
|
);
|
|
78
64
|
}
|
|
79
|
-
|
|
80
65
|
export function enableTenantDestinationGlobalsFromJSON(
|
|
81
66
|
jsonString: string,
|
|
82
67
|
): SafeParseResult<EnableTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -101,7 +86,6 @@ export const EnableTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
101
86
|
"destination_id": "destinationId",
|
|
102
87
|
});
|
|
103
88
|
});
|
|
104
|
-
|
|
105
89
|
/** @internal */
|
|
106
90
|
export type EnableTenantDestinationRequest$Outbound = {
|
|
107
91
|
tenant_id?: string | undefined;
|
|
@@ -123,19 +107,6 @@ export const EnableTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
123
107
|
});
|
|
124
108
|
});
|
|
125
109
|
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
129
|
-
*/
|
|
130
|
-
export namespace EnableTenantDestinationRequest$ {
|
|
131
|
-
/** @deprecated use `EnableTenantDestinationRequest$inboundSchema` instead. */
|
|
132
|
-
export const inboundSchema = EnableTenantDestinationRequest$inboundSchema;
|
|
133
|
-
/** @deprecated use `EnableTenantDestinationRequest$outboundSchema` instead. */
|
|
134
|
-
export const outboundSchema = EnableTenantDestinationRequest$outboundSchema;
|
|
135
|
-
/** @deprecated use `EnableTenantDestinationRequest$Outbound` instead. */
|
|
136
|
-
export type Outbound = EnableTenantDestinationRequest$Outbound;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
110
|
export function enableTenantDestinationRequestToJSON(
|
|
140
111
|
enableTenantDestinationRequest: EnableTenantDestinationRequest,
|
|
141
112
|
): string {
|
|
@@ -145,7 +116,6 @@ export function enableTenantDestinationRequestToJSON(
|
|
|
145
116
|
),
|
|
146
117
|
);
|
|
147
118
|
}
|
|
148
|
-
|
|
149
119
|
export function enableTenantDestinationRequestFromJSON(
|
|
150
120
|
jsonString: string,
|
|
151
121
|
): SafeParseResult<EnableTenantDestinationRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
7
|
import { ClosedEnum } from "../../types/enums.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -37,23 +37,11 @@ export type GetDestinationTypeSchemaRequest = {
|
|
|
37
37
|
export const GetDestinationTypeSchemaType$inboundSchema: z.ZodNativeEnum<
|
|
38
38
|
typeof GetDestinationTypeSchemaType
|
|
39
39
|
> = z.nativeEnum(GetDestinationTypeSchemaType);
|
|
40
|
-
|
|
41
40
|
/** @internal */
|
|
42
41
|
export const GetDestinationTypeSchemaType$outboundSchema: z.ZodNativeEnum<
|
|
43
42
|
typeof GetDestinationTypeSchemaType
|
|
44
43
|
> = GetDestinationTypeSchemaType$inboundSchema;
|
|
45
44
|
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
49
|
-
*/
|
|
50
|
-
export namespace GetDestinationTypeSchemaType$ {
|
|
51
|
-
/** @deprecated use `GetDestinationTypeSchemaType$inboundSchema` instead. */
|
|
52
|
-
export const inboundSchema = GetDestinationTypeSchemaType$inboundSchema;
|
|
53
|
-
/** @deprecated use `GetDestinationTypeSchemaType$outboundSchema` instead. */
|
|
54
|
-
export const outboundSchema = GetDestinationTypeSchemaType$outboundSchema;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
45
|
/** @internal */
|
|
58
46
|
export const GetDestinationTypeSchemaRequest$inboundSchema: z.ZodType<
|
|
59
47
|
GetDestinationTypeSchemaRequest,
|
|
@@ -62,7 +50,6 @@ export const GetDestinationTypeSchemaRequest$inboundSchema: z.ZodType<
|
|
|
62
50
|
> = z.object({
|
|
63
51
|
type: GetDestinationTypeSchemaType$inboundSchema,
|
|
64
52
|
});
|
|
65
|
-
|
|
66
53
|
/** @internal */
|
|
67
54
|
export type GetDestinationTypeSchemaRequest$Outbound = {
|
|
68
55
|
type: string;
|
|
@@ -77,19 +64,6 @@ export const GetDestinationTypeSchemaRequest$outboundSchema: z.ZodType<
|
|
|
77
64
|
type: GetDestinationTypeSchemaType$outboundSchema,
|
|
78
65
|
});
|
|
79
66
|
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
83
|
-
*/
|
|
84
|
-
export namespace GetDestinationTypeSchemaRequest$ {
|
|
85
|
-
/** @deprecated use `GetDestinationTypeSchemaRequest$inboundSchema` instead. */
|
|
86
|
-
export const inboundSchema = GetDestinationTypeSchemaRequest$inboundSchema;
|
|
87
|
-
/** @deprecated use `GetDestinationTypeSchemaRequest$outboundSchema` instead. */
|
|
88
|
-
export const outboundSchema = GetDestinationTypeSchemaRequest$outboundSchema;
|
|
89
|
-
/** @deprecated use `GetDestinationTypeSchemaRequest$Outbound` instead. */
|
|
90
|
-
export type Outbound = GetDestinationTypeSchemaRequest$Outbound;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
67
|
export function getDestinationTypeSchemaRequestToJSON(
|
|
94
68
|
getDestinationTypeSchemaRequest: GetDestinationTypeSchemaRequest,
|
|
95
69
|
): string {
|
|
@@ -99,7 +73,6 @@ export function getDestinationTypeSchemaRequestToJSON(
|
|
|
99
73
|
),
|
|
100
74
|
);
|
|
101
75
|
}
|
|
102
|
-
|
|
103
76
|
export function getDestinationTypeSchemaRequestFromJSON(
|
|
104
77
|
jsonString: string,
|
|
105
78
|
): SafeParseResult<GetDestinationTypeSchemaRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -31,7 +31,6 @@ export const GetTenantGlobals$inboundSchema: z.ZodType<
|
|
|
31
31
|
"tenant_id": "tenantId",
|
|
32
32
|
});
|
|
33
33
|
});
|
|
34
|
-
|
|
35
34
|
/** @internal */
|
|
36
35
|
export type GetTenantGlobals$Outbound = {
|
|
37
36
|
tenant_id?: string | undefined;
|
|
@@ -50,19 +49,6 @@ export const GetTenantGlobals$outboundSchema: z.ZodType<
|
|
|
50
49
|
});
|
|
51
50
|
});
|
|
52
51
|
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
-
*/
|
|
57
|
-
export namespace GetTenantGlobals$ {
|
|
58
|
-
/** @deprecated use `GetTenantGlobals$inboundSchema` instead. */
|
|
59
|
-
export const inboundSchema = GetTenantGlobals$inboundSchema;
|
|
60
|
-
/** @deprecated use `GetTenantGlobals$outboundSchema` instead. */
|
|
61
|
-
export const outboundSchema = GetTenantGlobals$outboundSchema;
|
|
62
|
-
/** @deprecated use `GetTenantGlobals$Outbound` instead. */
|
|
63
|
-
export type Outbound = GetTenantGlobals$Outbound;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
52
|
export function getTenantGlobalsToJSON(
|
|
67
53
|
getTenantGlobals: GetTenantGlobals,
|
|
68
54
|
): string {
|
|
@@ -70,7 +56,6 @@ export function getTenantGlobalsToJSON(
|
|
|
70
56
|
GetTenantGlobals$outboundSchema.parse(getTenantGlobals),
|
|
71
57
|
);
|
|
72
58
|
}
|
|
73
|
-
|
|
74
59
|
export function getTenantGlobalsFromJSON(
|
|
75
60
|
jsonString: string,
|
|
76
61
|
): SafeParseResult<GetTenantGlobals, SDKValidationError> {
|
|
@@ -93,7 +78,6 @@ export const GetTenantRequest$inboundSchema: z.ZodType<
|
|
|
93
78
|
"tenant_id": "tenantId",
|
|
94
79
|
});
|
|
95
80
|
});
|
|
96
|
-
|
|
97
81
|
/** @internal */
|
|
98
82
|
export type GetTenantRequest$Outbound = {
|
|
99
83
|
tenant_id?: string | undefined;
|
|
@@ -112,19 +96,6 @@ export const GetTenantRequest$outboundSchema: z.ZodType<
|
|
|
112
96
|
});
|
|
113
97
|
});
|
|
114
98
|
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
118
|
-
*/
|
|
119
|
-
export namespace GetTenantRequest$ {
|
|
120
|
-
/** @deprecated use `GetTenantRequest$inboundSchema` instead. */
|
|
121
|
-
export const inboundSchema = GetTenantRequest$inboundSchema;
|
|
122
|
-
/** @deprecated use `GetTenantRequest$outboundSchema` instead. */
|
|
123
|
-
export const outboundSchema = GetTenantRequest$outboundSchema;
|
|
124
|
-
/** @deprecated use `GetTenantRequest$Outbound` instead. */
|
|
125
|
-
export type Outbound = GetTenantRequest$Outbound;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
99
|
export function getTenantRequestToJSON(
|
|
129
100
|
getTenantRequest: GetTenantRequest,
|
|
130
101
|
): string {
|
|
@@ -132,7 +103,6 @@ export function getTenantRequestToJSON(
|
|
|
132
103
|
GetTenantRequest$outboundSchema.parse(getTenantRequest),
|
|
133
104
|
);
|
|
134
105
|
}
|
|
135
|
-
|
|
136
106
|
export function getTenantRequestFromJSON(
|
|
137
107
|
jsonString: string,
|
|
138
108
|
): SafeParseResult<GetTenantRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -35,7 +35,6 @@ export const GetTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
35
35
|
"tenant_id": "tenantId",
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
38
|
/** @internal */
|
|
40
39
|
export type GetTenantDestinationGlobals$Outbound = {
|
|
41
40
|
tenant_id?: string | undefined;
|
|
@@ -54,19 +53,6 @@ export const GetTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
54
53
|
});
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export namespace GetTenantDestinationGlobals$ {
|
|
62
|
-
/** @deprecated use `GetTenantDestinationGlobals$inboundSchema` instead. */
|
|
63
|
-
export const inboundSchema = GetTenantDestinationGlobals$inboundSchema;
|
|
64
|
-
/** @deprecated use `GetTenantDestinationGlobals$outboundSchema` instead. */
|
|
65
|
-
export const outboundSchema = GetTenantDestinationGlobals$outboundSchema;
|
|
66
|
-
/** @deprecated use `GetTenantDestinationGlobals$Outbound` instead. */
|
|
67
|
-
export type Outbound = GetTenantDestinationGlobals$Outbound;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
56
|
export function getTenantDestinationGlobalsToJSON(
|
|
71
57
|
getTenantDestinationGlobals: GetTenantDestinationGlobals,
|
|
72
58
|
): string {
|
|
@@ -76,7 +62,6 @@ export function getTenantDestinationGlobalsToJSON(
|
|
|
76
62
|
),
|
|
77
63
|
);
|
|
78
64
|
}
|
|
79
|
-
|
|
80
65
|
export function getTenantDestinationGlobalsFromJSON(
|
|
81
66
|
jsonString: string,
|
|
82
67
|
): SafeParseResult<GetTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -101,7 +86,6 @@ export const GetTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
101
86
|
"destination_id": "destinationId",
|
|
102
87
|
});
|
|
103
88
|
});
|
|
104
|
-
|
|
105
89
|
/** @internal */
|
|
106
90
|
export type GetTenantDestinationRequest$Outbound = {
|
|
107
91
|
tenant_id?: string | undefined;
|
|
@@ -123,19 +107,6 @@ export const GetTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
123
107
|
});
|
|
124
108
|
});
|
|
125
109
|
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
129
|
-
*/
|
|
130
|
-
export namespace GetTenantDestinationRequest$ {
|
|
131
|
-
/** @deprecated use `GetTenantDestinationRequest$inboundSchema` instead. */
|
|
132
|
-
export const inboundSchema = GetTenantDestinationRequest$inboundSchema;
|
|
133
|
-
/** @deprecated use `GetTenantDestinationRequest$outboundSchema` instead. */
|
|
134
|
-
export const outboundSchema = GetTenantDestinationRequest$outboundSchema;
|
|
135
|
-
/** @deprecated use `GetTenantDestinationRequest$Outbound` instead. */
|
|
136
|
-
export type Outbound = GetTenantDestinationRequest$Outbound;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
110
|
export function getTenantDestinationRequestToJSON(
|
|
140
111
|
getTenantDestinationRequest: GetTenantDestinationRequest,
|
|
141
112
|
): string {
|
|
@@ -145,7 +116,6 @@ export function getTenantDestinationRequestToJSON(
|
|
|
145
116
|
),
|
|
146
117
|
);
|
|
147
118
|
}
|
|
148
|
-
|
|
149
119
|
export function getTenantDestinationRequestFromJSON(
|
|
150
120
|
jsonString: string,
|
|
151
121
|
): SafeParseResult<GetTenantDestinationRequest, SDKValidationError> {
|