@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 { ClosedEnum } from "../../types/enums.js";
|
|
@@ -54,7 +54,6 @@ export const GetTenantDestinationTypeSchemaGlobals$inboundSchema: z.ZodType<
|
|
|
54
54
|
"tenant_id": "tenantId",
|
|
55
55
|
});
|
|
56
56
|
});
|
|
57
|
-
|
|
58
57
|
/** @internal */
|
|
59
58
|
export type GetTenantDestinationTypeSchemaGlobals$Outbound = {
|
|
60
59
|
tenant_id?: string | undefined;
|
|
@@ -73,21 +72,6 @@ export const GetTenantDestinationTypeSchemaGlobals$outboundSchema: z.ZodType<
|
|
|
73
72
|
});
|
|
74
73
|
});
|
|
75
74
|
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
79
|
-
*/
|
|
80
|
-
export namespace GetTenantDestinationTypeSchemaGlobals$ {
|
|
81
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaGlobals$inboundSchema` instead. */
|
|
82
|
-
export const inboundSchema =
|
|
83
|
-
GetTenantDestinationTypeSchemaGlobals$inboundSchema;
|
|
84
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaGlobals$outboundSchema` instead. */
|
|
85
|
-
export const outboundSchema =
|
|
86
|
-
GetTenantDestinationTypeSchemaGlobals$outboundSchema;
|
|
87
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaGlobals$Outbound` instead. */
|
|
88
|
-
export type Outbound = GetTenantDestinationTypeSchemaGlobals$Outbound;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
75
|
export function getTenantDestinationTypeSchemaGlobalsToJSON(
|
|
92
76
|
getTenantDestinationTypeSchemaGlobals: GetTenantDestinationTypeSchemaGlobals,
|
|
93
77
|
): string {
|
|
@@ -97,7 +81,6 @@ export function getTenantDestinationTypeSchemaGlobalsToJSON(
|
|
|
97
81
|
),
|
|
98
82
|
);
|
|
99
83
|
}
|
|
100
|
-
|
|
101
84
|
export function getTenantDestinationTypeSchemaGlobalsFromJSON(
|
|
102
85
|
jsonString: string,
|
|
103
86
|
): SafeParseResult<GetTenantDestinationTypeSchemaGlobals, SDKValidationError> {
|
|
@@ -113,24 +96,11 @@ export function getTenantDestinationTypeSchemaGlobalsFromJSON(
|
|
|
113
96
|
export const GetTenantDestinationTypeSchemaType$inboundSchema: z.ZodNativeEnum<
|
|
114
97
|
typeof GetTenantDestinationTypeSchemaType
|
|
115
98
|
> = z.nativeEnum(GetTenantDestinationTypeSchemaType);
|
|
116
|
-
|
|
117
99
|
/** @internal */
|
|
118
100
|
export const GetTenantDestinationTypeSchemaType$outboundSchema: z.ZodNativeEnum<
|
|
119
101
|
typeof GetTenantDestinationTypeSchemaType
|
|
120
102
|
> = GetTenantDestinationTypeSchemaType$inboundSchema;
|
|
121
103
|
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
125
|
-
*/
|
|
126
|
-
export namespace GetTenantDestinationTypeSchemaType$ {
|
|
127
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaType$inboundSchema` instead. */
|
|
128
|
-
export const inboundSchema = GetTenantDestinationTypeSchemaType$inboundSchema;
|
|
129
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaType$outboundSchema` instead. */
|
|
130
|
-
export const outboundSchema =
|
|
131
|
-
GetTenantDestinationTypeSchemaType$outboundSchema;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
104
|
/** @internal */
|
|
135
105
|
export const GetTenantDestinationTypeSchemaRequest$inboundSchema: z.ZodType<
|
|
136
106
|
GetTenantDestinationTypeSchemaRequest,
|
|
@@ -144,7 +114,6 @@ export const GetTenantDestinationTypeSchemaRequest$inboundSchema: z.ZodType<
|
|
|
144
114
|
"tenant_id": "tenantId",
|
|
145
115
|
});
|
|
146
116
|
});
|
|
147
|
-
|
|
148
117
|
/** @internal */
|
|
149
118
|
export type GetTenantDestinationTypeSchemaRequest$Outbound = {
|
|
150
119
|
tenant_id?: string | undefined;
|
|
@@ -165,21 +134,6 @@ export const GetTenantDestinationTypeSchemaRequest$outboundSchema: z.ZodType<
|
|
|
165
134
|
});
|
|
166
135
|
});
|
|
167
136
|
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
171
|
-
*/
|
|
172
|
-
export namespace GetTenantDestinationTypeSchemaRequest$ {
|
|
173
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaRequest$inboundSchema` instead. */
|
|
174
|
-
export const inboundSchema =
|
|
175
|
-
GetTenantDestinationTypeSchemaRequest$inboundSchema;
|
|
176
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaRequest$outboundSchema` instead. */
|
|
177
|
-
export const outboundSchema =
|
|
178
|
-
GetTenantDestinationTypeSchemaRequest$outboundSchema;
|
|
179
|
-
/** @deprecated use `GetTenantDestinationTypeSchemaRequest$Outbound` instead. */
|
|
180
|
-
export type Outbound = GetTenantDestinationTypeSchemaRequest$Outbound;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
137
|
export function getTenantDestinationTypeSchemaRequestToJSON(
|
|
184
138
|
getTenantDestinationTypeSchemaRequest: GetTenantDestinationTypeSchemaRequest,
|
|
185
139
|
): string {
|
|
@@ -189,7 +143,6 @@ export function getTenantDestinationTypeSchemaRequestToJSON(
|
|
|
189
143
|
),
|
|
190
144
|
);
|
|
191
145
|
}
|
|
192
|
-
|
|
193
146
|
export function getTenantDestinationTypeSchemaRequestFromJSON(
|
|
194
147
|
jsonString: string,
|
|
195
148
|
): SafeParseResult<GetTenantDestinationTypeSchemaRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -35,7 +35,6 @@ export const GetTenantEventGlobals$inboundSchema: z.ZodType<
|
|
|
35
35
|
"tenant_id": "tenantId",
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
38
|
/** @internal */
|
|
40
39
|
export type GetTenantEventGlobals$Outbound = {
|
|
41
40
|
tenant_id?: string | undefined;
|
|
@@ -54,19 +53,6 @@ export const GetTenantEventGlobals$outboundSchema: z.ZodType<
|
|
|
54
53
|
});
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export namespace GetTenantEventGlobals$ {
|
|
62
|
-
/** @deprecated use `GetTenantEventGlobals$inboundSchema` instead. */
|
|
63
|
-
export const inboundSchema = GetTenantEventGlobals$inboundSchema;
|
|
64
|
-
/** @deprecated use `GetTenantEventGlobals$outboundSchema` instead. */
|
|
65
|
-
export const outboundSchema = GetTenantEventGlobals$outboundSchema;
|
|
66
|
-
/** @deprecated use `GetTenantEventGlobals$Outbound` instead. */
|
|
67
|
-
export type Outbound = GetTenantEventGlobals$Outbound;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
56
|
export function getTenantEventGlobalsToJSON(
|
|
71
57
|
getTenantEventGlobals: GetTenantEventGlobals,
|
|
72
58
|
): string {
|
|
@@ -74,7 +60,6 @@ export function getTenantEventGlobalsToJSON(
|
|
|
74
60
|
GetTenantEventGlobals$outboundSchema.parse(getTenantEventGlobals),
|
|
75
61
|
);
|
|
76
62
|
}
|
|
77
|
-
|
|
78
63
|
export function getTenantEventGlobalsFromJSON(
|
|
79
64
|
jsonString: string,
|
|
80
65
|
): SafeParseResult<GetTenantEventGlobals, SDKValidationError> {
|
|
@@ -99,7 +84,6 @@ export const GetTenantEventRequest$inboundSchema: z.ZodType<
|
|
|
99
84
|
"event_id": "eventId",
|
|
100
85
|
});
|
|
101
86
|
});
|
|
102
|
-
|
|
103
87
|
/** @internal */
|
|
104
88
|
export type GetTenantEventRequest$Outbound = {
|
|
105
89
|
tenant_id?: string | undefined;
|
|
@@ -121,19 +105,6 @@ export const GetTenantEventRequest$outboundSchema: z.ZodType<
|
|
|
121
105
|
});
|
|
122
106
|
});
|
|
123
107
|
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
127
|
-
*/
|
|
128
|
-
export namespace GetTenantEventRequest$ {
|
|
129
|
-
/** @deprecated use `GetTenantEventRequest$inboundSchema` instead. */
|
|
130
|
-
export const inboundSchema = GetTenantEventRequest$inboundSchema;
|
|
131
|
-
/** @deprecated use `GetTenantEventRequest$outboundSchema` instead. */
|
|
132
|
-
export const outboundSchema = GetTenantEventRequest$outboundSchema;
|
|
133
|
-
/** @deprecated use `GetTenantEventRequest$Outbound` instead. */
|
|
134
|
-
export type Outbound = GetTenantEventRequest$Outbound;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
108
|
export function getTenantEventRequestToJSON(
|
|
138
109
|
getTenantEventRequest: GetTenantEventRequest,
|
|
139
110
|
): string {
|
|
@@ -141,7 +112,6 @@ export function getTenantEventRequestToJSON(
|
|
|
141
112
|
GetTenantEventRequest$outboundSchema.parse(getTenantEventRequest),
|
|
142
113
|
);
|
|
143
114
|
}
|
|
144
|
-
|
|
145
115
|
export function getTenantEventRequestFromJSON(
|
|
146
116
|
jsonString: string,
|
|
147
117
|
): SafeParseResult<GetTenantEventRequest, 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 GetTenantEventByDestinationGlobals$inboundSchema: z.ZodType<
|
|
|
39
39
|
"tenant_id": "tenantId",
|
|
40
40
|
});
|
|
41
41
|
});
|
|
42
|
-
|
|
43
42
|
/** @internal */
|
|
44
43
|
export type GetTenantEventByDestinationGlobals$Outbound = {
|
|
45
44
|
tenant_id?: string | undefined;
|
|
@@ -58,20 +57,6 @@ export const GetTenantEventByDestinationGlobals$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 GetTenantEventByDestinationGlobals$ {
|
|
66
|
-
/** @deprecated use `GetTenantEventByDestinationGlobals$inboundSchema` instead. */
|
|
67
|
-
export const inboundSchema = GetTenantEventByDestinationGlobals$inboundSchema;
|
|
68
|
-
/** @deprecated use `GetTenantEventByDestinationGlobals$outboundSchema` instead. */
|
|
69
|
-
export const outboundSchema =
|
|
70
|
-
GetTenantEventByDestinationGlobals$outboundSchema;
|
|
71
|
-
/** @deprecated use `GetTenantEventByDestinationGlobals$Outbound` instead. */
|
|
72
|
-
export type Outbound = GetTenantEventByDestinationGlobals$Outbound;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
60
|
export function getTenantEventByDestinationGlobalsToJSON(
|
|
76
61
|
getTenantEventByDestinationGlobals: GetTenantEventByDestinationGlobals,
|
|
77
62
|
): string {
|
|
@@ -81,7 +66,6 @@ export function getTenantEventByDestinationGlobalsToJSON(
|
|
|
81
66
|
),
|
|
82
67
|
);
|
|
83
68
|
}
|
|
84
|
-
|
|
85
69
|
export function getTenantEventByDestinationGlobalsFromJSON(
|
|
86
70
|
jsonString: string,
|
|
87
71
|
): SafeParseResult<GetTenantEventByDestinationGlobals, SDKValidationError> {
|
|
@@ -109,7 +93,6 @@ export const GetTenantEventByDestinationRequest$inboundSchema: z.ZodType<
|
|
|
109
93
|
"event_id": "eventId",
|
|
110
94
|
});
|
|
111
95
|
});
|
|
112
|
-
|
|
113
96
|
/** @internal */
|
|
114
97
|
export type GetTenantEventByDestinationRequest$Outbound = {
|
|
115
98
|
tenant_id?: string | undefined;
|
|
@@ -134,20 +117,6 @@ export const GetTenantEventByDestinationRequest$outboundSchema: z.ZodType<
|
|
|
134
117
|
});
|
|
135
118
|
});
|
|
136
119
|
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
140
|
-
*/
|
|
141
|
-
export namespace GetTenantEventByDestinationRequest$ {
|
|
142
|
-
/** @deprecated use `GetTenantEventByDestinationRequest$inboundSchema` instead. */
|
|
143
|
-
export const inboundSchema = GetTenantEventByDestinationRequest$inboundSchema;
|
|
144
|
-
/** @deprecated use `GetTenantEventByDestinationRequest$outboundSchema` instead. */
|
|
145
|
-
export const outboundSchema =
|
|
146
|
-
GetTenantEventByDestinationRequest$outboundSchema;
|
|
147
|
-
/** @deprecated use `GetTenantEventByDestinationRequest$Outbound` instead. */
|
|
148
|
-
export type Outbound = GetTenantEventByDestinationRequest$Outbound;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
120
|
export function getTenantEventByDestinationRequestToJSON(
|
|
152
121
|
getTenantEventByDestinationRequest: GetTenantEventByDestinationRequest,
|
|
153
122
|
): string {
|
|
@@ -157,7 +126,6 @@ export function getTenantEventByDestinationRequestToJSON(
|
|
|
157
126
|
),
|
|
158
127
|
);
|
|
159
128
|
}
|
|
160
|
-
|
|
161
129
|
export function getTenantEventByDestinationRequestFromJSON(
|
|
162
130
|
jsonString: string,
|
|
163
131
|
): SafeParseResult<GetTenantEventByDestinationRequest, 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 { ClosedEnum } from "../../types/enums.js";
|
|
@@ -48,7 +48,6 @@ export const GetTenantPortalUrlGlobals$inboundSchema: z.ZodType<
|
|
|
48
48
|
"tenant_id": "tenantId",
|
|
49
49
|
});
|
|
50
50
|
});
|
|
51
|
-
|
|
52
51
|
/** @internal */
|
|
53
52
|
export type GetTenantPortalUrlGlobals$Outbound = {
|
|
54
53
|
tenant_id?: string | undefined;
|
|
@@ -67,19 +66,6 @@ export const GetTenantPortalUrlGlobals$outboundSchema: z.ZodType<
|
|
|
67
66
|
});
|
|
68
67
|
});
|
|
69
68
|
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
73
|
-
*/
|
|
74
|
-
export namespace GetTenantPortalUrlGlobals$ {
|
|
75
|
-
/** @deprecated use `GetTenantPortalUrlGlobals$inboundSchema` instead. */
|
|
76
|
-
export const inboundSchema = GetTenantPortalUrlGlobals$inboundSchema;
|
|
77
|
-
/** @deprecated use `GetTenantPortalUrlGlobals$outboundSchema` instead. */
|
|
78
|
-
export const outboundSchema = GetTenantPortalUrlGlobals$outboundSchema;
|
|
79
|
-
/** @deprecated use `GetTenantPortalUrlGlobals$Outbound` instead. */
|
|
80
|
-
export type Outbound = GetTenantPortalUrlGlobals$Outbound;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
69
|
export function getTenantPortalUrlGlobalsToJSON(
|
|
84
70
|
getTenantPortalUrlGlobals: GetTenantPortalUrlGlobals,
|
|
85
71
|
): string {
|
|
@@ -87,7 +73,6 @@ export function getTenantPortalUrlGlobalsToJSON(
|
|
|
87
73
|
GetTenantPortalUrlGlobals$outboundSchema.parse(getTenantPortalUrlGlobals),
|
|
88
74
|
);
|
|
89
75
|
}
|
|
90
|
-
|
|
91
76
|
export function getTenantPortalUrlGlobalsFromJSON(
|
|
92
77
|
jsonString: string,
|
|
93
78
|
): SafeParseResult<GetTenantPortalUrlGlobals, SDKValidationError> {
|
|
@@ -102,22 +87,10 @@ export function getTenantPortalUrlGlobalsFromJSON(
|
|
|
102
87
|
export const Theme$inboundSchema: z.ZodNativeEnum<typeof Theme> = z.nativeEnum(
|
|
103
88
|
Theme,
|
|
104
89
|
);
|
|
105
|
-
|
|
106
90
|
/** @internal */
|
|
107
91
|
export const Theme$outboundSchema: z.ZodNativeEnum<typeof Theme> =
|
|
108
92
|
Theme$inboundSchema;
|
|
109
93
|
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
113
|
-
*/
|
|
114
|
-
export namespace Theme$ {
|
|
115
|
-
/** @deprecated use `Theme$inboundSchema` instead. */
|
|
116
|
-
export const inboundSchema = Theme$inboundSchema;
|
|
117
|
-
/** @deprecated use `Theme$outboundSchema` instead. */
|
|
118
|
-
export const outboundSchema = Theme$outboundSchema;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
94
|
/** @internal */
|
|
122
95
|
export const GetTenantPortalUrlRequest$inboundSchema: z.ZodType<
|
|
123
96
|
GetTenantPortalUrlRequest,
|
|
@@ -131,7 +104,6 @@ export const GetTenantPortalUrlRequest$inboundSchema: z.ZodType<
|
|
|
131
104
|
"tenant_id": "tenantId",
|
|
132
105
|
});
|
|
133
106
|
});
|
|
134
|
-
|
|
135
107
|
/** @internal */
|
|
136
108
|
export type GetTenantPortalUrlRequest$Outbound = {
|
|
137
109
|
tenant_id?: string | undefined;
|
|
@@ -152,19 +124,6 @@ export const GetTenantPortalUrlRequest$outboundSchema: z.ZodType<
|
|
|
152
124
|
});
|
|
153
125
|
});
|
|
154
126
|
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
158
|
-
*/
|
|
159
|
-
export namespace GetTenantPortalUrlRequest$ {
|
|
160
|
-
/** @deprecated use `GetTenantPortalUrlRequest$inboundSchema` instead. */
|
|
161
|
-
export const inboundSchema = GetTenantPortalUrlRequest$inboundSchema;
|
|
162
|
-
/** @deprecated use `GetTenantPortalUrlRequest$outboundSchema` instead. */
|
|
163
|
-
export const outboundSchema = GetTenantPortalUrlRequest$outboundSchema;
|
|
164
|
-
/** @deprecated use `GetTenantPortalUrlRequest$Outbound` instead. */
|
|
165
|
-
export type Outbound = GetTenantPortalUrlRequest$Outbound;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
127
|
export function getTenantPortalUrlRequestToJSON(
|
|
169
128
|
getTenantPortalUrlRequest: GetTenantPortalUrlRequest,
|
|
170
129
|
): string {
|
|
@@ -172,7 +131,6 @@ export function getTenantPortalUrlRequestToJSON(
|
|
|
172
131
|
GetTenantPortalUrlRequest$outboundSchema.parse(getTenantPortalUrlRequest),
|
|
173
132
|
);
|
|
174
133
|
}
|
|
175
|
-
|
|
176
134
|
export function getTenantPortalUrlRequestFromJSON(
|
|
177
135
|
jsonString: string,
|
|
178
136
|
): SafeParseResult<GetTenantPortalUrlRequest, SDKValidationError> {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
@@ -31,7 +31,6 @@ export const GetTenantTokenGlobals$inboundSchema: z.ZodType<
|
|
|
31
31
|
"tenant_id": "tenantId",
|
|
32
32
|
});
|
|
33
33
|
});
|
|
34
|
-
|
|
35
34
|
/** @internal */
|
|
36
35
|
export type GetTenantTokenGlobals$Outbound = {
|
|
37
36
|
tenant_id?: string | undefined;
|
|
@@ -50,19 +49,6 @@ export const GetTenantTokenGlobals$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 GetTenantTokenGlobals$ {
|
|
58
|
-
/** @deprecated use `GetTenantTokenGlobals$inboundSchema` instead. */
|
|
59
|
-
export const inboundSchema = GetTenantTokenGlobals$inboundSchema;
|
|
60
|
-
/** @deprecated use `GetTenantTokenGlobals$outboundSchema` instead. */
|
|
61
|
-
export const outboundSchema = GetTenantTokenGlobals$outboundSchema;
|
|
62
|
-
/** @deprecated use `GetTenantTokenGlobals$Outbound` instead. */
|
|
63
|
-
export type Outbound = GetTenantTokenGlobals$Outbound;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
52
|
export function getTenantTokenGlobalsToJSON(
|
|
67
53
|
getTenantTokenGlobals: GetTenantTokenGlobals,
|
|
68
54
|
): string {
|
|
@@ -70,7 +56,6 @@ export function getTenantTokenGlobalsToJSON(
|
|
|
70
56
|
GetTenantTokenGlobals$outboundSchema.parse(getTenantTokenGlobals),
|
|
71
57
|
);
|
|
72
58
|
}
|
|
73
|
-
|
|
74
59
|
export function getTenantTokenGlobalsFromJSON(
|
|
75
60
|
jsonString: string,
|
|
76
61
|
): SafeParseResult<GetTenantTokenGlobals, SDKValidationError> {
|
|
@@ -93,7 +78,6 @@ export const GetTenantTokenRequest$inboundSchema: z.ZodType<
|
|
|
93
78
|
"tenant_id": "tenantId",
|
|
94
79
|
});
|
|
95
80
|
});
|
|
96
|
-
|
|
97
81
|
/** @internal */
|
|
98
82
|
export type GetTenantTokenRequest$Outbound = {
|
|
99
83
|
tenant_id?: string | undefined;
|
|
@@ -112,19 +96,6 @@ export const GetTenantTokenRequest$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 GetTenantTokenRequest$ {
|
|
120
|
-
/** @deprecated use `GetTenantTokenRequest$inboundSchema` instead. */
|
|
121
|
-
export const inboundSchema = GetTenantTokenRequest$inboundSchema;
|
|
122
|
-
/** @deprecated use `GetTenantTokenRequest$outboundSchema` instead. */
|
|
123
|
-
export const outboundSchema = GetTenantTokenRequest$outboundSchema;
|
|
124
|
-
/** @deprecated use `GetTenantTokenRequest$Outbound` instead. */
|
|
125
|
-
export type Outbound = GetTenantTokenRequest$Outbound;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
99
|
export function getTenantTokenRequestToJSON(
|
|
129
100
|
getTenantTokenRequest: GetTenantTokenRequest,
|
|
130
101
|
): string {
|
|
@@ -132,7 +103,6 @@ export function getTenantTokenRequestToJSON(
|
|
|
132
103
|
GetTenantTokenRequest$outboundSchema.parse(getTenantTokenRequest),
|
|
133
104
|
);
|
|
134
105
|
}
|
|
135
|
-
|
|
136
106
|
export function getTenantTokenRequestFromJSON(
|
|
137
107
|
jsonString: string,
|
|
138
108
|
): SafeParseResult<GetTenantTokenRequest, SDKValidationError> {
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export const HealthCheckStatus1 = {
|
|
12
|
+
Healthy: "healthy",
|
|
13
|
+
} as const;
|
|
14
|
+
export type HealthCheckStatus1 = ClosedEnum<typeof HealthCheckStatus1>;
|
|
15
|
+
|
|
16
|
+
export const HealthCheckStatus2 = {
|
|
17
|
+
Healthy: "healthy",
|
|
18
|
+
} as const;
|
|
19
|
+
export type HealthCheckStatus2 = ClosedEnum<typeof HealthCheckStatus2>;
|
|
20
|
+
|
|
21
|
+
export type Workers = {
|
|
22
|
+
status: HealthCheckStatus2;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Service is healthy - all workers are operational.
|
|
27
|
+
*/
|
|
28
|
+
export type HealthCheckResponse = {
|
|
29
|
+
status: HealthCheckStatus1;
|
|
30
|
+
/**
|
|
31
|
+
* When this health check was performed
|
|
32
|
+
*/
|
|
33
|
+
timestamp: Date;
|
|
34
|
+
workers: { [k: string]: Workers };
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const HealthCheckStatus1$inboundSchema: z.ZodNativeEnum<
|
|
39
|
+
typeof HealthCheckStatus1
|
|
40
|
+
> = z.nativeEnum(HealthCheckStatus1);
|
|
41
|
+
/** @internal */
|
|
42
|
+
export const HealthCheckStatus1$outboundSchema: z.ZodNativeEnum<
|
|
43
|
+
typeof HealthCheckStatus1
|
|
44
|
+
> = HealthCheckStatus1$inboundSchema;
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const HealthCheckStatus2$inboundSchema: z.ZodNativeEnum<
|
|
48
|
+
typeof HealthCheckStatus2
|
|
49
|
+
> = z.nativeEnum(HealthCheckStatus2);
|
|
50
|
+
/** @internal */
|
|
51
|
+
export const HealthCheckStatus2$outboundSchema: z.ZodNativeEnum<
|
|
52
|
+
typeof HealthCheckStatus2
|
|
53
|
+
> = HealthCheckStatus2$inboundSchema;
|
|
54
|
+
|
|
55
|
+
/** @internal */
|
|
56
|
+
export const Workers$inboundSchema: z.ZodType<Workers, z.ZodTypeDef, unknown> =
|
|
57
|
+
z.object({
|
|
58
|
+
status: HealthCheckStatus2$inboundSchema,
|
|
59
|
+
});
|
|
60
|
+
/** @internal */
|
|
61
|
+
export type Workers$Outbound = {
|
|
62
|
+
status: string;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/** @internal */
|
|
66
|
+
export const Workers$outboundSchema: z.ZodType<
|
|
67
|
+
Workers$Outbound,
|
|
68
|
+
z.ZodTypeDef,
|
|
69
|
+
Workers
|
|
70
|
+
> = z.object({
|
|
71
|
+
status: HealthCheckStatus2$outboundSchema,
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
export function workersToJSON(workers: Workers): string {
|
|
75
|
+
return JSON.stringify(Workers$outboundSchema.parse(workers));
|
|
76
|
+
}
|
|
77
|
+
export function workersFromJSON(
|
|
78
|
+
jsonString: string,
|
|
79
|
+
): SafeParseResult<Workers, SDKValidationError> {
|
|
80
|
+
return safeParse(
|
|
81
|
+
jsonString,
|
|
82
|
+
(x) => Workers$inboundSchema.parse(JSON.parse(x)),
|
|
83
|
+
`Failed to parse 'Workers' from JSON`,
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/** @internal */
|
|
88
|
+
export const HealthCheckResponse$inboundSchema: z.ZodType<
|
|
89
|
+
HealthCheckResponse,
|
|
90
|
+
z.ZodTypeDef,
|
|
91
|
+
unknown
|
|
92
|
+
> = z.object({
|
|
93
|
+
status: HealthCheckStatus1$inboundSchema,
|
|
94
|
+
timestamp: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
95
|
+
workers: z.record(z.lazy(() => Workers$inboundSchema)),
|
|
96
|
+
});
|
|
97
|
+
/** @internal */
|
|
98
|
+
export type HealthCheckResponse$Outbound = {
|
|
99
|
+
status: string;
|
|
100
|
+
timestamp: string;
|
|
101
|
+
workers: { [k: string]: Workers$Outbound };
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
/** @internal */
|
|
105
|
+
export const HealthCheckResponse$outboundSchema: z.ZodType<
|
|
106
|
+
HealthCheckResponse$Outbound,
|
|
107
|
+
z.ZodTypeDef,
|
|
108
|
+
HealthCheckResponse
|
|
109
|
+
> = z.object({
|
|
110
|
+
status: HealthCheckStatus1$outboundSchema,
|
|
111
|
+
timestamp: z.date().transform(v => v.toISOString()),
|
|
112
|
+
workers: z.record(z.lazy(() => Workers$outboundSchema)),
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
export function healthCheckResponseToJSON(
|
|
116
|
+
healthCheckResponse: HealthCheckResponse,
|
|
117
|
+
): string {
|
|
118
|
+
return JSON.stringify(
|
|
119
|
+
HealthCheckResponse$outboundSchema.parse(healthCheckResponse),
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
export function healthCheckResponseFromJSON(
|
|
123
|
+
jsonString: string,
|
|
124
|
+
): SafeParseResult<HealthCheckResponse, SDKValidationError> {
|
|
125
|
+
return safeParse(
|
|
126
|
+
jsonString,
|
|
127
|
+
(x) => HealthCheckResponse$inboundSchema.parse(JSON.parse(x)),
|
|
128
|
+
`Failed to parse 'HealthCheckResponse' from JSON`,
|
|
129
|
+
);
|
|
130
|
+
}
|
|
@@ -15,11 +15,13 @@ export * from "./gettenantevent.js";
|
|
|
15
15
|
export * from "./gettenanteventbydestination.js";
|
|
16
16
|
export * from "./gettenantportalurl.js";
|
|
17
17
|
export * from "./gettenanttoken.js";
|
|
18
|
+
export * from "./healthcheck.js";
|
|
18
19
|
export * from "./listtenantdestinations.js";
|
|
19
20
|
export * from "./listtenantdestinationtypeschemas.js";
|
|
20
21
|
export * from "./listtenanteventdeliveries.js";
|
|
21
22
|
export * from "./listtenantevents.js";
|
|
22
23
|
export * from "./listtenanteventsbydestination.js";
|
|
24
|
+
export * from "./listtenants.js";
|
|
23
25
|
export * from "./listtenanttopics.js";
|
|
24
26
|
export * from "./retrytenantevent.js";
|
|
25
27
|
export * from "./updatetenantdestination.js";
|