@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 { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -31,7 +31,6 @@ export const ListTenantTopicsGlobals$inboundSchema: z.ZodType<
|
|
|
31
31
|
"tenant_id": "tenantId",
|
|
32
32
|
});
|
|
33
33
|
});
|
|
34
|
-
|
|
35
34
|
/** @internal */
|
|
36
35
|
export type ListTenantTopicsGlobals$Outbound = {
|
|
37
36
|
tenant_id?: string | undefined;
|
|
@@ -50,19 +49,6 @@ export const ListTenantTopicsGlobals$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 ListTenantTopicsGlobals$ {
|
|
58
|
-
/** @deprecated use `ListTenantTopicsGlobals$inboundSchema` instead. */
|
|
59
|
-
export const inboundSchema = ListTenantTopicsGlobals$inboundSchema;
|
|
60
|
-
/** @deprecated use `ListTenantTopicsGlobals$outboundSchema` instead. */
|
|
61
|
-
export const outboundSchema = ListTenantTopicsGlobals$outboundSchema;
|
|
62
|
-
/** @deprecated use `ListTenantTopicsGlobals$Outbound` instead. */
|
|
63
|
-
export type Outbound = ListTenantTopicsGlobals$Outbound;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
52
|
export function listTenantTopicsGlobalsToJSON(
|
|
67
53
|
listTenantTopicsGlobals: ListTenantTopicsGlobals,
|
|
68
54
|
): string {
|
|
@@ -70,7 +56,6 @@ export function listTenantTopicsGlobalsToJSON(
|
|
|
70
56
|
ListTenantTopicsGlobals$outboundSchema.parse(listTenantTopicsGlobals),
|
|
71
57
|
);
|
|
72
58
|
}
|
|
73
|
-
|
|
74
59
|
export function listTenantTopicsGlobalsFromJSON(
|
|
75
60
|
jsonString: string,
|
|
76
61
|
): SafeParseResult<ListTenantTopicsGlobals, SDKValidationError> {
|
|
@@ -93,7 +78,6 @@ export const ListTenantTopicsRequest$inboundSchema: z.ZodType<
|
|
|
93
78
|
"tenant_id": "tenantId",
|
|
94
79
|
});
|
|
95
80
|
});
|
|
96
|
-
|
|
97
81
|
/** @internal */
|
|
98
82
|
export type ListTenantTopicsRequest$Outbound = {
|
|
99
83
|
tenant_id?: string | undefined;
|
|
@@ -112,19 +96,6 @@ export const ListTenantTopicsRequest$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 ListTenantTopicsRequest$ {
|
|
120
|
-
/** @deprecated use `ListTenantTopicsRequest$inboundSchema` instead. */
|
|
121
|
-
export const inboundSchema = ListTenantTopicsRequest$inboundSchema;
|
|
122
|
-
/** @deprecated use `ListTenantTopicsRequest$outboundSchema` instead. */
|
|
123
|
-
export const outboundSchema = ListTenantTopicsRequest$outboundSchema;
|
|
124
|
-
/** @deprecated use `ListTenantTopicsRequest$Outbound` instead. */
|
|
125
|
-
export type Outbound = ListTenantTopicsRequest$Outbound;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
99
|
export function listTenantTopicsRequestToJSON(
|
|
129
100
|
listTenantTopicsRequest: ListTenantTopicsRequest,
|
|
130
101
|
): string {
|
|
@@ -132,7 +103,6 @@ export function listTenantTopicsRequestToJSON(
|
|
|
132
103
|
ListTenantTopicsRequest$outboundSchema.parse(listTenantTopicsRequest),
|
|
133
104
|
);
|
|
134
105
|
}
|
|
135
|
-
|
|
136
106
|
export function listTenantTopicsRequestFromJSON(
|
|
137
107
|
jsonString: string,
|
|
138
108
|
): SafeParseResult<ListTenantTopicsRequest, 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";
|
|
@@ -39,7 +39,6 @@ export const RetryTenantEventGlobals$inboundSchema: z.ZodType<
|
|
|
39
39
|
"tenant_id": "tenantId",
|
|
40
40
|
});
|
|
41
41
|
});
|
|
42
|
-
|
|
43
42
|
/** @internal */
|
|
44
43
|
export type RetryTenantEventGlobals$Outbound = {
|
|
45
44
|
tenant_id?: string | undefined;
|
|
@@ -58,19 +57,6 @@ export const RetryTenantEventGlobals$outboundSchema: z.ZodType<
|
|
|
58
57
|
});
|
|
59
58
|
});
|
|
60
59
|
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
|
-
*/
|
|
65
|
-
export namespace RetryTenantEventGlobals$ {
|
|
66
|
-
/** @deprecated use `RetryTenantEventGlobals$inboundSchema` instead. */
|
|
67
|
-
export const inboundSchema = RetryTenantEventGlobals$inboundSchema;
|
|
68
|
-
/** @deprecated use `RetryTenantEventGlobals$outboundSchema` instead. */
|
|
69
|
-
export const outboundSchema = RetryTenantEventGlobals$outboundSchema;
|
|
70
|
-
/** @deprecated use `RetryTenantEventGlobals$Outbound` instead. */
|
|
71
|
-
export type Outbound = RetryTenantEventGlobals$Outbound;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
60
|
export function retryTenantEventGlobalsToJSON(
|
|
75
61
|
retryTenantEventGlobals: RetryTenantEventGlobals,
|
|
76
62
|
): string {
|
|
@@ -78,7 +64,6 @@ export function retryTenantEventGlobalsToJSON(
|
|
|
78
64
|
RetryTenantEventGlobals$outboundSchema.parse(retryTenantEventGlobals),
|
|
79
65
|
);
|
|
80
66
|
}
|
|
81
|
-
|
|
82
67
|
export function retryTenantEventGlobalsFromJSON(
|
|
83
68
|
jsonString: string,
|
|
84
69
|
): SafeParseResult<RetryTenantEventGlobals, SDKValidationError> {
|
|
@@ -105,7 +90,6 @@ export const RetryTenantEventRequest$inboundSchema: z.ZodType<
|
|
|
105
90
|
"event_id": "eventId",
|
|
106
91
|
});
|
|
107
92
|
});
|
|
108
|
-
|
|
109
93
|
/** @internal */
|
|
110
94
|
export type RetryTenantEventRequest$Outbound = {
|
|
111
95
|
tenant_id?: string | undefined;
|
|
@@ -130,19 +114,6 @@ export const RetryTenantEventRequest$outboundSchema: z.ZodType<
|
|
|
130
114
|
});
|
|
131
115
|
});
|
|
132
116
|
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
136
|
-
*/
|
|
137
|
-
export namespace RetryTenantEventRequest$ {
|
|
138
|
-
/** @deprecated use `RetryTenantEventRequest$inboundSchema` instead. */
|
|
139
|
-
export const inboundSchema = RetryTenantEventRequest$inboundSchema;
|
|
140
|
-
/** @deprecated use `RetryTenantEventRequest$outboundSchema` instead. */
|
|
141
|
-
export const outboundSchema = RetryTenantEventRequest$outboundSchema;
|
|
142
|
-
/** @deprecated use `RetryTenantEventRequest$Outbound` instead. */
|
|
143
|
-
export type Outbound = RetryTenantEventRequest$Outbound;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
117
|
export function retryTenantEventRequestToJSON(
|
|
147
118
|
retryTenantEventRequest: RetryTenantEventRequest,
|
|
148
119
|
): string {
|
|
@@ -150,7 +121,6 @@ export function retryTenantEventRequestToJSON(
|
|
|
150
121
|
RetryTenantEventRequest$outboundSchema.parse(retryTenantEventRequest),
|
|
151
122
|
);
|
|
152
123
|
}
|
|
153
|
-
|
|
154
124
|
export function retryTenantEventRequestFromJSON(
|
|
155
125
|
jsonString: string,
|
|
156
126
|
): SafeParseResult<RetryTenantEventRequest, 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";
|
|
@@ -22,7 +22,7 @@ export type UpdateTenantDestinationRequest = {
|
|
|
22
22
|
* The ID of the destination.
|
|
23
23
|
*/
|
|
24
24
|
destinationId: string;
|
|
25
|
-
|
|
25
|
+
params: components.DestinationUpdate;
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
/**
|
|
@@ -42,7 +42,6 @@ export const UpdateTenantDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
42
42
|
"tenant_id": "tenantId",
|
|
43
43
|
});
|
|
44
44
|
});
|
|
45
|
-
|
|
46
45
|
/** @internal */
|
|
47
46
|
export type UpdateTenantDestinationGlobals$Outbound = {
|
|
48
47
|
tenant_id?: string | undefined;
|
|
@@ -61,19 +60,6 @@ export const UpdateTenantDestinationGlobals$outboundSchema: z.ZodType<
|
|
|
61
60
|
});
|
|
62
61
|
});
|
|
63
62
|
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
67
|
-
*/
|
|
68
|
-
export namespace UpdateTenantDestinationGlobals$ {
|
|
69
|
-
/** @deprecated use `UpdateTenantDestinationGlobals$inboundSchema` instead. */
|
|
70
|
-
export const inboundSchema = UpdateTenantDestinationGlobals$inboundSchema;
|
|
71
|
-
/** @deprecated use `UpdateTenantDestinationGlobals$outboundSchema` instead. */
|
|
72
|
-
export const outboundSchema = UpdateTenantDestinationGlobals$outboundSchema;
|
|
73
|
-
/** @deprecated use `UpdateTenantDestinationGlobals$Outbound` instead. */
|
|
74
|
-
export type Outbound = UpdateTenantDestinationGlobals$Outbound;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
63
|
export function updateTenantDestinationGlobalsToJSON(
|
|
78
64
|
updateTenantDestinationGlobals: UpdateTenantDestinationGlobals,
|
|
79
65
|
): string {
|
|
@@ -83,7 +69,6 @@ export function updateTenantDestinationGlobalsToJSON(
|
|
|
83
69
|
),
|
|
84
70
|
);
|
|
85
71
|
}
|
|
86
|
-
|
|
87
72
|
export function updateTenantDestinationGlobalsFromJSON(
|
|
88
73
|
jsonString: string,
|
|
89
74
|
): SafeParseResult<UpdateTenantDestinationGlobals, SDKValidationError> {
|
|
@@ -102,20 +87,18 @@ export const UpdateTenantDestinationRequest$inboundSchema: z.ZodType<
|
|
|
102
87
|
> = z.object({
|
|
103
88
|
tenant_id: z.string().optional(),
|
|
104
89
|
destination_id: z.string(),
|
|
105
|
-
|
|
90
|
+
params: components.DestinationUpdate$inboundSchema,
|
|
106
91
|
}).transform((v) => {
|
|
107
92
|
return remap$(v, {
|
|
108
93
|
"tenant_id": "tenantId",
|
|
109
94
|
"destination_id": "destinationId",
|
|
110
|
-
"DestinationUpdate": "destinationUpdate",
|
|
111
95
|
});
|
|
112
96
|
});
|
|
113
|
-
|
|
114
97
|
/** @internal */
|
|
115
98
|
export type UpdateTenantDestinationRequest$Outbound = {
|
|
116
99
|
tenant_id?: string | undefined;
|
|
117
100
|
destination_id: string;
|
|
118
|
-
|
|
101
|
+
params: components.DestinationUpdate$Outbound;
|
|
119
102
|
};
|
|
120
103
|
|
|
121
104
|
/** @internal */
|
|
@@ -126,28 +109,14 @@ export const UpdateTenantDestinationRequest$outboundSchema: z.ZodType<
|
|
|
126
109
|
> = z.object({
|
|
127
110
|
tenantId: z.string().optional(),
|
|
128
111
|
destinationId: z.string(),
|
|
129
|
-
|
|
112
|
+
params: components.DestinationUpdate$outboundSchema,
|
|
130
113
|
}).transform((v) => {
|
|
131
114
|
return remap$(v, {
|
|
132
115
|
tenantId: "tenant_id",
|
|
133
116
|
destinationId: "destination_id",
|
|
134
|
-
destinationUpdate: "DestinationUpdate",
|
|
135
117
|
});
|
|
136
118
|
});
|
|
137
119
|
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
141
|
-
*/
|
|
142
|
-
export namespace UpdateTenantDestinationRequest$ {
|
|
143
|
-
/** @deprecated use `UpdateTenantDestinationRequest$inboundSchema` instead. */
|
|
144
|
-
export const inboundSchema = UpdateTenantDestinationRequest$inboundSchema;
|
|
145
|
-
/** @deprecated use `UpdateTenantDestinationRequest$outboundSchema` instead. */
|
|
146
|
-
export const outboundSchema = UpdateTenantDestinationRequest$outboundSchema;
|
|
147
|
-
/** @deprecated use `UpdateTenantDestinationRequest$Outbound` instead. */
|
|
148
|
-
export type Outbound = UpdateTenantDestinationRequest$Outbound;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
120
|
export function updateTenantDestinationRequestToJSON(
|
|
152
121
|
updateTenantDestinationRequest: UpdateTenantDestinationRequest,
|
|
153
122
|
): string {
|
|
@@ -157,7 +126,6 @@ export function updateTenantDestinationRequestToJSON(
|
|
|
157
126
|
),
|
|
158
127
|
);
|
|
159
128
|
}
|
|
160
|
-
|
|
161
129
|
export function updateTenantDestinationRequestFromJSON(
|
|
162
130
|
jsonString: string,
|
|
163
131
|
): SafeParseResult<UpdateTenantDestinationRequest, SDKValidationError> {
|
|
@@ -174,7 +142,6 @@ export const UpdateTenantDestinationResponse$inboundSchema: z.ZodType<
|
|
|
174
142
|
z.ZodTypeDef,
|
|
175
143
|
unknown
|
|
176
144
|
> = components.Destination$inboundSchema;
|
|
177
|
-
|
|
178
145
|
/** @internal */
|
|
179
146
|
export type UpdateTenantDestinationResponse$Outbound =
|
|
180
147
|
components.Destination$Outbound;
|
|
@@ -186,19 +153,6 @@ export const UpdateTenantDestinationResponse$outboundSchema: z.ZodType<
|
|
|
186
153
|
UpdateTenantDestinationResponse
|
|
187
154
|
> = components.Destination$outboundSchema;
|
|
188
155
|
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
192
|
-
*/
|
|
193
|
-
export namespace UpdateTenantDestinationResponse$ {
|
|
194
|
-
/** @deprecated use `UpdateTenantDestinationResponse$inboundSchema` instead. */
|
|
195
|
-
export const inboundSchema = UpdateTenantDestinationResponse$inboundSchema;
|
|
196
|
-
/** @deprecated use `UpdateTenantDestinationResponse$outboundSchema` instead. */
|
|
197
|
-
export const outboundSchema = UpdateTenantDestinationResponse$outboundSchema;
|
|
198
|
-
/** @deprecated use `UpdateTenantDestinationResponse$Outbound` instead. */
|
|
199
|
-
export type Outbound = UpdateTenantDestinationResponse$Outbound;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
156
|
export function updateTenantDestinationResponseToJSON(
|
|
203
157
|
updateTenantDestinationResponse: UpdateTenantDestinationResponse,
|
|
204
158
|
): string {
|
|
@@ -208,7 +162,6 @@ export function updateTenantDestinationResponseToJSON(
|
|
|
208
162
|
),
|
|
209
163
|
);
|
|
210
164
|
}
|
|
211
|
-
|
|
212
165
|
export function updateTenantDestinationResponseFromJSON(
|
|
213
166
|
jsonString: string,
|
|
214
167
|
): SafeParseResult<UpdateTenantDestinationResponse, SDKValidationError> {
|
|
@@ -2,10 +2,11 @@
|
|
|
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";
|
|
9
|
+
import * as components from "../components/index.js";
|
|
9
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
11
|
|
|
11
12
|
export type UpsertTenantGlobals = {
|
|
@@ -17,6 +18,10 @@ export type UpsertTenantRequest = {
|
|
|
17
18
|
* The ID of the tenant. Required when using AdminApiKey authentication.
|
|
18
19
|
*/
|
|
19
20
|
tenantId?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Optional tenant metadata
|
|
23
|
+
*/
|
|
24
|
+
params?: components.TenantUpsert | undefined;
|
|
20
25
|
};
|
|
21
26
|
|
|
22
27
|
/** @internal */
|
|
@@ -31,7 +36,6 @@ export const UpsertTenantGlobals$inboundSchema: z.ZodType<
|
|
|
31
36
|
"tenant_id": "tenantId",
|
|
32
37
|
});
|
|
33
38
|
});
|
|
34
|
-
|
|
35
39
|
/** @internal */
|
|
36
40
|
export type UpsertTenantGlobals$Outbound = {
|
|
37
41
|
tenant_id?: string | undefined;
|
|
@@ -50,19 +54,6 @@ export const UpsertTenantGlobals$outboundSchema: z.ZodType<
|
|
|
50
54
|
});
|
|
51
55
|
});
|
|
52
56
|
|
|
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 UpsertTenantGlobals$ {
|
|
58
|
-
/** @deprecated use `UpsertTenantGlobals$inboundSchema` instead. */
|
|
59
|
-
export const inboundSchema = UpsertTenantGlobals$inboundSchema;
|
|
60
|
-
/** @deprecated use `UpsertTenantGlobals$outboundSchema` instead. */
|
|
61
|
-
export const outboundSchema = UpsertTenantGlobals$outboundSchema;
|
|
62
|
-
/** @deprecated use `UpsertTenantGlobals$Outbound` instead. */
|
|
63
|
-
export type Outbound = UpsertTenantGlobals$Outbound;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
57
|
export function upsertTenantGlobalsToJSON(
|
|
67
58
|
upsertTenantGlobals: UpsertTenantGlobals,
|
|
68
59
|
): string {
|
|
@@ -70,7 +61,6 @@ export function upsertTenantGlobalsToJSON(
|
|
|
70
61
|
UpsertTenantGlobals$outboundSchema.parse(upsertTenantGlobals),
|
|
71
62
|
);
|
|
72
63
|
}
|
|
73
|
-
|
|
74
64
|
export function upsertTenantGlobalsFromJSON(
|
|
75
65
|
jsonString: string,
|
|
76
66
|
): SafeParseResult<UpsertTenantGlobals, SDKValidationError> {
|
|
@@ -88,15 +78,16 @@ export const UpsertTenantRequest$inboundSchema: z.ZodType<
|
|
|
88
78
|
unknown
|
|
89
79
|
> = z.object({
|
|
90
80
|
tenant_id: z.string().optional(),
|
|
81
|
+
params: components.TenantUpsert$inboundSchema.optional(),
|
|
91
82
|
}).transform((v) => {
|
|
92
83
|
return remap$(v, {
|
|
93
84
|
"tenant_id": "tenantId",
|
|
94
85
|
});
|
|
95
86
|
});
|
|
96
|
-
|
|
97
87
|
/** @internal */
|
|
98
88
|
export type UpsertTenantRequest$Outbound = {
|
|
99
89
|
tenant_id?: string | undefined;
|
|
90
|
+
params?: components.TenantUpsert$Outbound | undefined;
|
|
100
91
|
};
|
|
101
92
|
|
|
102
93
|
/** @internal */
|
|
@@ -106,25 +97,13 @@ export const UpsertTenantRequest$outboundSchema: z.ZodType<
|
|
|
106
97
|
UpsertTenantRequest
|
|
107
98
|
> = z.object({
|
|
108
99
|
tenantId: z.string().optional(),
|
|
100
|
+
params: components.TenantUpsert$outboundSchema.optional(),
|
|
109
101
|
}).transform((v) => {
|
|
110
102
|
return remap$(v, {
|
|
111
103
|
tenantId: "tenant_id",
|
|
112
104
|
});
|
|
113
105
|
});
|
|
114
106
|
|
|
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 UpsertTenantRequest$ {
|
|
120
|
-
/** @deprecated use `UpsertTenantRequest$inboundSchema` instead. */
|
|
121
|
-
export const inboundSchema = UpsertTenantRequest$inboundSchema;
|
|
122
|
-
/** @deprecated use `UpsertTenantRequest$outboundSchema` instead. */
|
|
123
|
-
export const outboundSchema = UpsertTenantRequest$outboundSchema;
|
|
124
|
-
/** @deprecated use `UpsertTenantRequest$Outbound` instead. */
|
|
125
|
-
export type Outbound = UpsertTenantRequest$Outbound;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
107
|
export function upsertTenantRequestToJSON(
|
|
129
108
|
upsertTenantRequest: UpsertTenantRequest,
|
|
130
109
|
): string {
|
|
@@ -132,7 +111,6 @@ export function upsertTenantRequestToJSON(
|
|
|
132
111
|
UpsertTenantRequest$outboundSchema.parse(upsertTenantRequest),
|
|
133
112
|
);
|
|
134
113
|
}
|
|
135
|
-
|
|
136
114
|
export function upsertTenantRequestFromJSON(
|
|
137
115
|
jsonString: string,
|
|
138
116
|
): SafeParseResult<UpsertTenantRequest, SDKValidationError> {
|
package/src/sdk/events.ts
CHANGED
|
@@ -12,7 +12,6 @@ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
|
12
12
|
import * as components from "../models/components/index.js";
|
|
13
13
|
import * as operations from "../models/operations/index.js";
|
|
14
14
|
import { unwrapAsync } from "../types/fp.js";
|
|
15
|
-
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
16
15
|
|
|
17
16
|
export class Events extends ClientSDK {
|
|
18
17
|
/**
|
|
@@ -24,10 +23,8 @@ export class Events extends ClientSDK {
|
|
|
24
23
|
async list(
|
|
25
24
|
request: operations.ListTenantEventsRequest,
|
|
26
25
|
options?: RequestOptions,
|
|
27
|
-
): Promise<
|
|
28
|
-
|
|
29
|
-
> {
|
|
30
|
-
return unwrapResultIterator(eventsList(
|
|
26
|
+
): Promise<operations.ListTenantEventsResponse> {
|
|
27
|
+
return unwrapAsync(eventsList(
|
|
31
28
|
this,
|
|
32
29
|
request,
|
|
33
30
|
options,
|
|
@@ -77,13 +74,8 @@ export class Events extends ClientSDK {
|
|
|
77
74
|
async listByDestination(
|
|
78
75
|
request: operations.ListTenantEventsByDestinationRequest,
|
|
79
76
|
options?: RequestOptions,
|
|
80
|
-
): Promise<
|
|
81
|
-
|
|
82
|
-
operations.ListTenantEventsByDestinationResponse,
|
|
83
|
-
{ cursor: string }
|
|
84
|
-
>
|
|
85
|
-
> {
|
|
86
|
-
return unwrapResultIterator(eventsListByDestination(
|
|
77
|
+
): Promise<operations.ListTenantEventsByDestinationResponse> {
|
|
78
|
+
return unwrapAsync(eventsListByDestination(
|
|
87
79
|
this,
|
|
88
80
|
request,
|
|
89
81
|
options,
|
package/src/sdk/health.ts
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import { healthCheck } from "../funcs/healthCheck.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as operations from "../models/operations/index.js";
|
|
7
8
|
import { unwrapAsync } from "../types/fp.js";
|
|
8
9
|
|
|
9
10
|
export class Health extends ClientSDK {
|
|
@@ -11,11 +12,23 @@ export class Health extends ClientSDK {
|
|
|
11
12
|
* Health Check
|
|
12
13
|
*
|
|
13
14
|
* @remarks
|
|
14
|
-
*
|
|
15
|
+
* Health check endpoint that reports the status of all workers.
|
|
16
|
+
*
|
|
17
|
+
* Returns HTTP 200 when all workers are healthy, or HTTP 503 if any worker has failed.
|
|
18
|
+
*
|
|
19
|
+
* The response includes:
|
|
20
|
+
* - `status`: Overall health status ("healthy" or "failed")
|
|
21
|
+
* - `timestamp`: When this health check was performed (ISO 8601 format)
|
|
22
|
+
* - `workers`: Map of worker names to their individual health status
|
|
23
|
+
*
|
|
24
|
+
* Each worker reports:
|
|
25
|
+
* - `status`: Worker health ("healthy" or "failed")
|
|
26
|
+
*
|
|
27
|
+
* Note: Error details are not exposed for security reasons. Check application logs for detailed error information.
|
|
15
28
|
*/
|
|
16
29
|
async check(
|
|
17
30
|
options?: RequestOptions,
|
|
18
|
-
): Promise<
|
|
31
|
+
): Promise<operations.HealthCheckResponse> {
|
|
19
32
|
return unwrapAsync(healthCheck(
|
|
20
33
|
this,
|
|
21
34
|
options,
|
package/src/sdk/tenants.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { tenantsDelete } from "../funcs/tenantsDelete.js";
|
|
|
6
6
|
import { tenantsGet } from "../funcs/tenantsGet.js";
|
|
7
7
|
import { tenantsGetPortalUrl } from "../funcs/tenantsGetPortalUrl.js";
|
|
8
8
|
import { tenantsGetToken } from "../funcs/tenantsGetToken.js";
|
|
9
|
+
import { tenantsListTenants } from "../funcs/tenantsListTenants.js";
|
|
9
10
|
import { tenantsUpsert } from "../funcs/tenantsUpsert.js";
|
|
10
11
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
12
|
import * as components from "../models/components/index.js";
|
|
@@ -13,6 +14,29 @@ import * as operations from "../models/operations/index.js";
|
|
|
13
14
|
import { unwrapAsync } from "../types/fp.js";
|
|
14
15
|
|
|
15
16
|
export class Tenants extends ClientSDK {
|
|
17
|
+
/**
|
|
18
|
+
* List Tenants
|
|
19
|
+
*
|
|
20
|
+
* @remarks
|
|
21
|
+
* List all tenants with cursor-based pagination.
|
|
22
|
+
*
|
|
23
|
+
* **Requirements:** This endpoint requires Redis with RediSearch module (e.g., `redis/redis-stack-server`).
|
|
24
|
+
* If RediSearch is not available, this endpoint returns `501 Not Implemented`.
|
|
25
|
+
*
|
|
26
|
+
* The response includes lightweight tenant objects without computed fields like `destinations_count` and `topics`.
|
|
27
|
+
* Use `GET /tenants/{tenant_id}` to retrieve full tenant details including these fields.
|
|
28
|
+
*/
|
|
29
|
+
async listTenants(
|
|
30
|
+
request: operations.ListTenantsRequest,
|
|
31
|
+
options?: RequestOptions,
|
|
32
|
+
): Promise<components.TenantListResponse> {
|
|
33
|
+
return unwrapAsync(tenantsListTenants(
|
|
34
|
+
this,
|
|
35
|
+
request,
|
|
36
|
+
options,
|
|
37
|
+
));
|
|
38
|
+
}
|
|
39
|
+
|
|
16
40
|
/**
|
|
17
41
|
* Create or Update Tenant
|
|
18
42
|
*
|
package/src/types/blobs.ts
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
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
|
|
|
7
|
-
export const blobLikeSchema: z.ZodType<Blob, z.ZodTypeDef, Blob> =
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
export const blobLikeSchema: z.ZodType<Blob, z.ZodTypeDef, Blob> = z.custom<
|
|
8
|
+
Blob
|
|
9
|
+
>(isBlobLike, {
|
|
10
|
+
message: "expected a Blob, File or Blob-like object",
|
|
11
|
+
fatal: true,
|
|
12
|
+
});
|
|
12
13
|
|
|
13
14
|
export function isBlobLike(val: unknown): val is Blob {
|
|
14
15
|
if (val instanceof Blob) {
|
package/src/types/enums.ts
CHANGED
|
@@ -2,15 +2,44 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { Unrecognized, unrecognized } from "./unrecognized.js";
|
|
7
7
|
|
|
8
|
-
export
|
|
9
|
-
|
|
8
|
+
export type ClosedEnum<T extends Readonly<Record<string, string | number>>> =
|
|
9
|
+
T[keyof T];
|
|
10
|
+
export type OpenEnum<T extends Readonly<Record<string, string | number>>> =
|
|
11
|
+
| T[keyof T]
|
|
12
|
+
| Unrecognized<T[keyof T] extends number ? number : string>;
|
|
13
|
+
|
|
14
|
+
export function inboundSchema<T extends Record<string, string>>(
|
|
15
|
+
enumObj: T,
|
|
16
|
+
): z.ZodType<OpenEnum<T>, z.ZodTypeDef, unknown> {
|
|
17
|
+
const options = Object.values(enumObj);
|
|
18
|
+
return z.union([
|
|
19
|
+
...options.map(x => z.literal(x)),
|
|
20
|
+
z.string().transform(x => unrecognized(x)),
|
|
21
|
+
] as any);
|
|
10
22
|
}
|
|
11
23
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
24
|
+
export function inboundSchemaInt<T extends Record<string, number | string>>(
|
|
25
|
+
enumObj: T,
|
|
26
|
+
): z.ZodType<OpenEnum<T>, z.ZodTypeDef, unknown> {
|
|
27
|
+
// For numeric enums, Object.values returns both numbers and string keys
|
|
28
|
+
const options = Object.values(enumObj).filter(v => typeof v === "number");
|
|
29
|
+
return z.union([
|
|
30
|
+
...options.map(x => z.literal(x)),
|
|
31
|
+
z.number().int().transform(x => unrecognized(x)),
|
|
32
|
+
] as any);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export function outboundSchema<T extends Record<string, string>>(
|
|
36
|
+
_: T,
|
|
37
|
+
): z.ZodType<string, z.ZodTypeDef, OpenEnum<T>> {
|
|
38
|
+
return z.string() as any;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export function outboundSchemaInt<T extends Record<string, number | string>>(
|
|
42
|
+
_: T,
|
|
43
|
+
): z.ZodType<number, z.ZodTypeDef, OpenEnum<T>> {
|
|
44
|
+
return z.number().int() as any;
|
|
45
|
+
}
|
package/src/types/index.ts
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
export { blobLikeSchema, isBlobLike } from "./blobs.js";
|
|
6
|
-
export {
|
|
7
|
-
export type { ClosedEnum, OpenEnum, Unrecognized } from "./enums.js";
|
|
6
|
+
export type { ClosedEnum, OpenEnum } from "./enums.js";
|
|
8
7
|
export type { Result } from "./fp.js";
|
|
9
8
|
export type { PageIterator, Paginator } from "./operations.js";
|
|
10
9
|
export { createPageIterator } from "./operations.js";
|
|
11
10
|
export { RFCDate } from "./rfcdate.js";
|
|
11
|
+
export * from "./unrecognized.js";
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
declare const __brand: unique symbol;
|
|
6
|
+
export type Unrecognized<T> = T & { [__brand]: "unrecognized" };
|
|
7
|
+
|
|
8
|
+
function unrecognized<T>(value: T): Unrecognized<T> {
|
|
9
|
+
globalCount++;
|
|
10
|
+
return value as Unrecognized<T>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
let globalCount = 0;
|
|
14
|
+
let refCount = 0;
|
|
15
|
+
export function startCountingUnrecognized() {
|
|
16
|
+
refCount++;
|
|
17
|
+
const start = globalCount;
|
|
18
|
+
return {
|
|
19
|
+
/**
|
|
20
|
+
* Ends counting and returns the delta.
|
|
21
|
+
* @param delta - If provided, only this amount is added to the parent counter
|
|
22
|
+
* (used for nested unions where we only want to record the winning option's count).
|
|
23
|
+
* If not provided, records all counts since start().
|
|
24
|
+
*/
|
|
25
|
+
end: (delta?: number) => {
|
|
26
|
+
const count = globalCount - start;
|
|
27
|
+
// Reset globalCount back to start, then add only the specified delta
|
|
28
|
+
globalCount = start + (delta ?? count);
|
|
29
|
+
if (--refCount === 0) globalCount = 0;
|
|
30
|
+
return count;
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { unrecognized };
|