@openmeter/sdk 1.0.0-beta-8ae53646bb5f → 1.0.0-beta-7886962a9af3
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/dist/cjs/src/client/schemas.d.cts +10 -7
- package/dist/cjs/src/zod/index.cjs +58 -30
- package/dist/cjs/src/zod/index.d.cts +21 -21
- package/dist/cjs/src/zod/index.js.map +1 -1
- package/dist/cjs/{tsconfig.672c3cea.tsbuildinfo → tsconfig.8ef66b3e.tsbuildinfo} +1 -1
- package/dist/cjs/{tsconfig.c59a21bd.tsbuildinfo → tsconfig.f240060b.tsbuildinfo} +1 -1
- package/dist/src/client/schemas.d.ts +10 -7
- package/dist/src/zod/index.d.ts +21 -21
- package/dist/src/zod/index.js +56 -28
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -9691,6 +9691,8 @@ export interface components {
|
|
|
9691
9691
|
*/
|
|
9692
9692
|
maximumAmount?: components['schemas']['Numeric'];
|
|
9693
9693
|
};
|
|
9694
|
+
/** @description ULID (Universally Unique Lexicographically Sortable Identifier) or external unique key. */
|
|
9695
|
+
ULIDOrExternalKey: string;
|
|
9694
9696
|
/** @description The request has not been applied because it lacks valid authentication credentials for the target resource. */
|
|
9695
9697
|
UnauthorizedProblemResponse: components['schemas']['UnexpectedProblemResponse'];
|
|
9696
9698
|
/** @description A Problem Details object (RFC 7807).
|
|
@@ -10522,6 +10524,7 @@ export type TaxBehavior = components['schemas']['TaxBehavior'];
|
|
|
10522
10524
|
export type TaxConfig = components['schemas']['TaxConfig'];
|
|
10523
10525
|
export type TieredPriceMode = components['schemas']['TieredPriceMode'];
|
|
10524
10526
|
export type TieredPriceWithCommitments = components['schemas']['TieredPriceWithCommitments'];
|
|
10527
|
+
export type UlidOrExternalKey = components['schemas']['ULIDOrExternalKey'];
|
|
10525
10528
|
export type UnauthorizedProblemResponse = components['schemas']['UnauthorizedProblemResponse'];
|
|
10526
10529
|
export type UnexpectedProblemResponse = components['schemas']['UnexpectedProblemResponse'];
|
|
10527
10530
|
export type UnitPrice = components['schemas']['UnitPrice'];
|
|
@@ -14451,7 +14454,7 @@ export interface operations {
|
|
|
14451
14454
|
};
|
|
14452
14455
|
header?: never;
|
|
14453
14456
|
path: {
|
|
14454
|
-
customerIdOrKey:
|
|
14457
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
14455
14458
|
};
|
|
14456
14459
|
cookie?: never;
|
|
14457
14460
|
};
|
|
@@ -14545,7 +14548,7 @@ export interface operations {
|
|
|
14545
14548
|
query?: never;
|
|
14546
14549
|
header?: never;
|
|
14547
14550
|
path: {
|
|
14548
|
-
customerIdOrKey:
|
|
14551
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
14549
14552
|
};
|
|
14550
14553
|
cookie?: never;
|
|
14551
14554
|
};
|
|
@@ -14643,7 +14646,7 @@ export interface operations {
|
|
|
14643
14646
|
query?: never;
|
|
14644
14647
|
header?: never;
|
|
14645
14648
|
path: {
|
|
14646
|
-
customerIdOrKey:
|
|
14649
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
14647
14650
|
};
|
|
14648
14651
|
cookie?: never;
|
|
14649
14652
|
};
|
|
@@ -14840,7 +14843,7 @@ export interface operations {
|
|
|
14840
14843
|
};
|
|
14841
14844
|
header?: never;
|
|
14842
14845
|
path: {
|
|
14843
|
-
customerIdOrKey:
|
|
14846
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
14844
14847
|
};
|
|
14845
14848
|
cookie?: never;
|
|
14846
14849
|
};
|
|
@@ -14934,7 +14937,7 @@ export interface operations {
|
|
|
14934
14937
|
query?: never;
|
|
14935
14938
|
header?: never;
|
|
14936
14939
|
path: {
|
|
14937
|
-
customerIdOrKey:
|
|
14940
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
14938
14941
|
};
|
|
14939
14942
|
cookie?: never;
|
|
14940
14943
|
};
|
|
@@ -15032,7 +15035,7 @@ export interface operations {
|
|
|
15032
15035
|
query?: never;
|
|
15033
15036
|
header?: never;
|
|
15034
15037
|
path: {
|
|
15035
|
-
customerIdOrKey:
|
|
15038
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
15036
15039
|
appId: string;
|
|
15037
15040
|
};
|
|
15038
15041
|
cookie?: never;
|
|
@@ -15231,7 +15234,7 @@ export interface operations {
|
|
|
15231
15234
|
};
|
|
15232
15235
|
header?: never;
|
|
15233
15236
|
path: {
|
|
15234
|
-
customerIdOrKey:
|
|
15237
|
+
customerIdOrKey: components['schemas']['ULIDOrExternalKey'];
|
|
15235
15238
|
};
|
|
15236
15239
|
cookie?: never;
|
|
15237
15240
|
};
|
|
@@ -9,8 +9,8 @@ exports.getInvoiceParams = exports.getInvoicePathInvoiceIdRegExp = exports.invoi
|
|
|
9
9
|
exports.updateInvoiceBodyLinesItemRateCardPriceTiersItemUpToAmountRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceAmountRegExpThree = exports.updateInvoiceBodyLinesItemRateCardPricePaymentTermDefault = exports.updateInvoiceBodyLinesItemRateCardPriceAmountRegExpOne = exports.updateInvoiceBodyLinesItemRateCardTaxConfigStripeCodeRegExp = exports.updateInvoiceBodyLinesItemRateCardFeatureKeyRegExp = exports.updateInvoiceBodyLinesItemRateCardFeatureKeyMax = exports.updateInvoiceBodyLinesItemFeatureKeyRegExp = exports.updateInvoiceBodyLinesItemFeatureKeyMax = exports.updateInvoiceBodyLinesItemPriceMaximumAmountRegExpSeven = exports.updateInvoiceBodyLinesItemPriceMinimumAmountRegExpSeven = exports.updateInvoiceBodyLinesItemPriceQuantityPerPackageRegExpOne = exports.updateInvoiceBodyLinesItemPriceAmountRegExpFive = exports.updateInvoiceBodyLinesItemPriceMaximumAmountRegExpFive = exports.updateInvoiceBodyLinesItemPriceMinimumAmountRegExpFive = exports.updateInvoiceBodyLinesItemPriceMultiplierDefault = exports.updateInvoiceBodyLinesItemPriceMultiplierRegExpOne = exports.updateInvoiceBodyLinesItemPriceMaximumAmountRegExpThree = exports.updateInvoiceBodyLinesItemPriceMinimumAmountRegExpThree = exports.updateInvoiceBodyLinesItemPriceTiersItemUnitPriceAmountRegExpOne = exports.updateInvoiceBodyLinesItemPriceTiersItemFlatPriceAmountRegExpOne = exports.updateInvoiceBodyLinesItemPriceTiersItemUpToAmountRegExpOne = exports.updateInvoiceBodyLinesItemPriceMaximumAmountRegExpOne = exports.updateInvoiceBodyLinesItemPriceMinimumAmountRegExpOne = exports.updateInvoiceBodyLinesItemPriceAmountRegExpThree = exports.updateInvoiceBodyLinesItemPricePaymentTermDefault = exports.updateInvoiceBodyLinesItemPriceAmountRegExpOne = exports.updateInvoiceBodyLinesItemTaxConfigStripeCodeRegExp = exports.updateInvoiceBodyLinesItemDescriptionMax = exports.updateInvoiceBodyLinesItemNameMax = exports.updateInvoiceBodyCustomerAddressesMax = exports.updateInvoiceBodyCustomerAddressesItemCountryRegExpOne = exports.updateInvoiceBodyCustomerAddressesItemCountryMaxOne = exports.updateInvoiceBodyCustomerAddressesItemCountryMinOne = exports.updateInvoiceBodyCustomerTaxIdCodeMaxOne = exports.updateInvoiceBodySupplierAddressesMax = exports.updateInvoiceBodySupplierAddressesItemCountryRegExpOne = exports.updateInvoiceBodySupplierAddressesItemCountryMaxOne = exports.updateInvoiceBodySupplierAddressesItemCountryMinOne = exports.updateInvoiceBodySupplierTaxIdCodeMaxOne = exports.updateInvoiceBodyDescriptionMax = exports.updateInvoiceParams = exports.updateInvoicePathInvoiceIdRegExp = exports.deleteInvoiceParams = exports.deleteInvoicePathInvoiceIdRegExp = exports.getInvoiceQueryParams = exports.getInvoiceQueryIncludeDeletedLinesDefault = exports.getInvoiceQueryExpandDefault = void 0;
|
|
10
10
|
exports.createBillingProfileBodyWorkflowCollectionIntervalDefault = exports.createBillingProfileBodyWorkflowCollectionAlignmentDefault = exports.createBillingProfileBodySupplierAddressesMax = exports.createBillingProfileBodySupplierAddressesItemCountryRegExpOne = exports.createBillingProfileBodySupplierAddressesItemCountryMaxOne = exports.createBillingProfileBodySupplierAddressesItemCountryMinOne = exports.createBillingProfileBodySupplierTaxIdCodeMaxOne = exports.createBillingProfileBodyDescriptionMax = exports.createBillingProfileBodyNameMax = exports.listBillingProfilesQueryParams = exports.listBillingProfilesQueryPageSizeMax = exports.listBillingProfilesQueryPageSizeDefault = exports.listBillingProfilesQueryPageDefault = exports.listBillingProfilesQueryIncludeArchivedDefault = exports.voidInvoiceActionBody = exports.voidInvoiceActionBodyOverridesItemLineIdRegExp = exports.voidInvoiceActionParams = exports.voidInvoiceActionPathInvoiceIdRegExp = exports.recalculateInvoiceTaxActionParams = exports.recalculateInvoiceTaxActionPathInvoiceIdRegExp = exports.snapshotQuantitiesInvoiceActionParams = exports.snapshotQuantitiesInvoiceActionPathInvoiceIdRegExp = exports.retryInvoiceActionParams = exports.retryInvoiceActionPathInvoiceIdRegExp = exports.approveInvoiceActionParams = exports.approveInvoiceActionPathInvoiceIdRegExp = exports.advanceInvoiceActionParams = exports.advanceInvoiceActionPathInvoiceIdRegExp = exports.updateInvoiceBody = exports.updateInvoiceBodyWorkflowWorkflowPaymentCollectionMethodDefault = exports.updateInvoiceBodyWorkflowWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = exports.updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = exports.updateInvoiceBodyWorkflowWorkflowInvoicingDraftPeriodDefault = exports.updateInvoiceBodyWorkflowWorkflowInvoicingAutoAdvanceDefault = exports.updateInvoiceBodyLinesItemIdRegExp = exports.updateInvoiceBodyLinesItemRateCardDiscountsUsageCorrelationIdRegExp = exports.updateInvoiceBodyLinesItemRateCardDiscountsUsageQuantityRegExpOne = exports.updateInvoiceBodyLinesItemRateCardDiscountsPercentageCorrelationIdRegExp = exports.updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpSeven = exports.updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpSeven = exports.updateInvoiceBodyLinesItemRateCardPriceQuantityPerPackageRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceAmountRegExpFive = exports.updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpFive = exports.updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpFive = exports.updateInvoiceBodyLinesItemRateCardPriceMultiplierDefault = exports.updateInvoiceBodyLinesItemRateCardPriceMultiplierRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpThree = exports.updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpThree = exports.updateInvoiceBodyLinesItemRateCardPriceTiersItemUnitPriceAmountRegExpOne = exports.updateInvoiceBodyLinesItemRateCardPriceTiersItemFlatPriceAmountRegExpOne = void 0;
|
|
11
11
|
exports.listCustomersQueryPageSizeDefault = exports.listCustomersQueryPageDefault = exports.createCustomerBody = exports.createCustomerBodyBillingAddressCountryRegExpOne = exports.createCustomerBodyBillingAddressCountryMaxOne = exports.createCustomerBodyBillingAddressCountryMinOne = exports.createCustomerBodyCurrencyRegExpOne = exports.createCustomerBodyCurrencyMaxOne = exports.createCustomerBodyCurrencyMinOne = exports.createCustomerBodyUsageAttributionSubjectKeysMax = exports.createCustomerBodyKeyMax = exports.createCustomerBodyDescriptionMax = exports.createCustomerBodyNameMax = exports.updateBillingProfileBody = exports.updateBillingProfileBodyWorkflowTaxEnforcedDefault = exports.updateBillingProfileBodyWorkflowTaxEnabledDefault = exports.updateBillingProfileBodyWorkflowPaymentCollectionMethodDefault = exports.updateBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = exports.updateBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = exports.updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = exports.updateBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = exports.updateBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = exports.updateBillingProfileBodyWorkflowCollectionIntervalDefault = exports.updateBillingProfileBodyWorkflowCollectionAlignmentDefault = exports.updateBillingProfileBodySupplierAddressesMax = exports.updateBillingProfileBodySupplierAddressesItemCountryRegExpOne = exports.updateBillingProfileBodySupplierAddressesItemCountryMaxOne = exports.updateBillingProfileBodySupplierAddressesItemCountryMinOne = exports.updateBillingProfileBodySupplierTaxIdCodeMaxOne = exports.updateBillingProfileBodyDescriptionMax = exports.updateBillingProfileBodyNameMax = exports.updateBillingProfileParams = exports.updateBillingProfilePathIdRegExp = exports.getBillingProfileQueryParams = exports.getBillingProfileParams = exports.getBillingProfilePathIdRegExp = exports.deleteBillingProfileParams = exports.deleteBillingProfilePathIdRegExp = exports.createBillingProfileBody = exports.createBillingProfileBodyAppsPaymentRegExp = exports.createBillingProfileBodyAppsInvoicingRegExp = exports.createBillingProfileBodyAppsTaxRegExp = exports.createBillingProfileBodyWorkflowTaxEnforcedDefault = exports.createBillingProfileBodyWorkflowTaxEnabledDefault = exports.createBillingProfileBodyWorkflowPaymentCollectionMethodDefault = exports.createBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = exports.createBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = exports.createBillingProfileBodyWorkflowInvoicingDueAfterDefault = exports.createBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = exports.createBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = void 0;
|
|
12
|
-
exports.upsertCustomerAppDataBodyIdRegExpTwo = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExpOne = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMaxOne = exports.upsertCustomerAppDataBodyAppDescriptionMaxOne = exports.upsertCustomerAppDataBodyAppNameMaxOne = exports.upsertCustomerAppDataBodyAppIdRegExpOne = exports.upsertCustomerAppDataBodyIdRegExpOne = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExp = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMax = exports.upsertCustomerAppDataBodyAppDescriptionMax = exports.upsertCustomerAppDataBodyAppNameMax = exports.upsertCustomerAppDataBodyAppIdRegExp = exports.upsertCustomerAppDataBodyIdRegExp = exports.upsertCustomerAppDataParams = exports.
|
|
13
|
-
exports.createFeatureBodyMeterSlugRegExp = exports.createFeatureBodyMeterSlugMax = exports.createFeatureBodyKeyRegExp = exports.createFeatureBodyKeyMax = exports.listFeaturesQueryParams = exports.listFeaturesQueryLimitMax = exports.listFeaturesQueryLimitDefault = exports.listFeaturesQueryOffsetMin = exports.listFeaturesQueryOffsetDefault = exports.listFeaturesQueryPageSizeMax = exports.listFeaturesQueryPageSizeDefault = exports.listFeaturesQueryPageDefault = exports.listFeaturesQueryIncludeArchivedDefault = exports.ingestEventsBody = exports.ingestEventsBodyItemSpecversionDefault = exports.ingestEventsBodySpecversionDefault = exports.listEventsQueryParams = exports.listEventsQueryLimitMax = exports.listEventsQueryLimitDefault = exports.listEventsQueryClientIdMax = exports.getEntitlementByIdParams = exports.getEntitlementByIdPathEntitlementIdRegExp = exports.listEntitlementsQueryParams = exports.listEntitlementsQueryLimitMax = exports.listEntitlementsQueryLimitDefault = exports.listEntitlementsQueryOffsetMin = exports.listEntitlementsQueryOffsetDefault = exports.listEntitlementsQueryPageSizeMax = exports.listEntitlementsQueryPageSizeDefault = exports.listEntitlementsQueryPageDefault = exports.listEntitlementsQueryExcludeInactiveDefault = exports.listCustomerSubscriptionsQueryParams = exports.listCustomerSubscriptionsQueryPageSizeMax = exports.listCustomerSubscriptionsQueryPageSizeDefault = exports.listCustomerSubscriptionsQueryPageDefault = exports.listCustomerSubscriptionsParams = exports.
|
|
12
|
+
exports.upsertCustomerAppDataBodyIdRegExpTwo = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExpOne = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMaxOne = exports.upsertCustomerAppDataBodyAppDescriptionMaxOne = exports.upsertCustomerAppDataBodyAppNameMaxOne = exports.upsertCustomerAppDataBodyAppIdRegExpOne = exports.upsertCustomerAppDataBodyIdRegExpOne = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExp = exports.upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMax = exports.upsertCustomerAppDataBodyAppDescriptionMax = exports.upsertCustomerAppDataBodyAppNameMax = exports.upsertCustomerAppDataBodyAppIdRegExp = exports.upsertCustomerAppDataBodyIdRegExp = exports.upsertCustomerAppDataParams = exports.upsertCustomerAppDataPathCustomerIdOrKeyMaxTwo = exports.upsertCustomerAppDataPathCustomerIdOrKeyRegExpOne = exports.listCustomerAppDataQueryParams = exports.listCustomerAppDataQueryPageSizeMax = exports.listCustomerAppDataQueryPageSizeDefault = exports.listCustomerAppDataQueryPageDefault = exports.listCustomerAppDataParams = exports.listCustomerAppDataPathCustomerIdOrKeyMaxTwo = exports.listCustomerAppDataPathCustomerIdOrKeyRegExpOne = exports.getCustomerAccessParams = exports.getCustomerAccessPathCustomerIdOrKeyRegExp = exports.getCustomerAccessPathCustomerIdOrKeyMax = exports.deleteCustomerParams = exports.deleteCustomerPathCustomerIdOrKeyMaxTwo = exports.deleteCustomerPathCustomerIdOrKeyRegExpOne = exports.updateCustomerBody = exports.updateCustomerBodyBillingAddressCountryRegExpOne = exports.updateCustomerBodyBillingAddressCountryMaxOne = exports.updateCustomerBodyBillingAddressCountryMinOne = exports.updateCustomerBodyCurrencyRegExpOne = exports.updateCustomerBodyCurrencyMaxOne = exports.updateCustomerBodyCurrencyMinOne = exports.updateCustomerBodyUsageAttributionSubjectKeysMax = exports.updateCustomerBodyKeyMax = exports.updateCustomerBodyDescriptionMax = exports.updateCustomerBodyNameMax = exports.updateCustomerParams = exports.updateCustomerPathCustomerIdOrKeyMaxTwo = exports.updateCustomerPathCustomerIdOrKeyRegExpOne = exports.getCustomerQueryParams = exports.getCustomerParams = exports.getCustomerPathCustomerIdOrKeyMaxTwo = exports.getCustomerPathCustomerIdOrKeyRegExpOne = exports.listCustomersQueryParams = exports.listCustomersQueryIncludeDeletedDefault = exports.listCustomersQueryPageSizeMax = void 0;
|
|
13
|
+
exports.createFeatureBodyMeterSlugRegExp = exports.createFeatureBodyMeterSlugMax = exports.createFeatureBodyKeyRegExp = exports.createFeatureBodyKeyMax = exports.listFeaturesQueryParams = exports.listFeaturesQueryLimitMax = exports.listFeaturesQueryLimitDefault = exports.listFeaturesQueryOffsetMin = exports.listFeaturesQueryOffsetDefault = exports.listFeaturesQueryPageSizeMax = exports.listFeaturesQueryPageSizeDefault = exports.listFeaturesQueryPageDefault = exports.listFeaturesQueryIncludeArchivedDefault = exports.ingestEventsBody = exports.ingestEventsBodyItemSpecversionDefault = exports.ingestEventsBodySpecversionDefault = exports.listEventsQueryParams = exports.listEventsQueryLimitMax = exports.listEventsQueryLimitDefault = exports.listEventsQueryClientIdMax = exports.getEntitlementByIdParams = exports.getEntitlementByIdPathEntitlementIdRegExp = exports.listEntitlementsQueryParams = exports.listEntitlementsQueryLimitMax = exports.listEntitlementsQueryLimitDefault = exports.listEntitlementsQueryOffsetMin = exports.listEntitlementsQueryOffsetDefault = exports.listEntitlementsQueryPageSizeMax = exports.listEntitlementsQueryPageSizeDefault = exports.listEntitlementsQueryPageDefault = exports.listEntitlementsQueryExcludeInactiveDefault = exports.listCustomerSubscriptionsQueryParams = exports.listCustomerSubscriptionsQueryPageSizeMax = exports.listCustomerSubscriptionsQueryPageSizeDefault = exports.listCustomerSubscriptionsQueryPageDefault = exports.listCustomerSubscriptionsParams = exports.listCustomerSubscriptionsPathCustomerIdOrKeyMaxTwo = exports.listCustomerSubscriptionsPathCustomerIdOrKeyRegExpOne = exports.getCustomerEntitlementValueQueryParams = exports.getCustomerEntitlementValueParams = exports.getCustomerEntitlementValuePathFeatureKeyRegExp = exports.getCustomerEntitlementValuePathFeatureKeyMax = exports.getCustomerEntitlementValuePathCustomerIdOrKeyRegExp = exports.getCustomerEntitlementValuePathCustomerIdOrKeyMax = exports.deleteCustomerAppDataParams = exports.deleteCustomerAppDataPathAppIdRegExp = exports.deleteCustomerAppDataPathCustomerIdOrKeyMaxTwo = exports.deleteCustomerAppDataPathCustomerIdOrKeyRegExpOne = exports.upsertCustomerAppDataBody = exports.upsertCustomerAppDataBodyItem = void 0;
|
|
14
14
|
exports.deleteMeterParams = exports.deleteMeterPathMeterIdOrSlugRegExp = exports.deleteMeterPathMeterIdOrSlugMax = exports.updateMeterBody = exports.updateMeterBodyNameMax = exports.updateMeterBodyDescriptionMax = exports.updateMeterParams = exports.updateMeterPathMeterIdOrSlugRegExp = exports.updateMeterPathMeterIdOrSlugMax = exports.getMeterParams = exports.getMeterPathMeterIdOrSlugRegExp = exports.getMeterPathMeterIdOrSlugMax = exports.createMeterBody = exports.createMeterBodySlugRegExp = exports.createMeterBodySlugMax = exports.createMeterBodyNameMax = exports.createMeterBodyDescriptionMax = exports.listMetersQueryParams = exports.listMetersQueryIncludeDeletedDefault = exports.listMetersQueryPageSizeMax = exports.listMetersQueryPageSizeDefault = exports.listMetersQueryPageDefault = exports.marketplaceOAuth2InstallAuthorizeQueryParams = exports.marketplaceOAuth2InstallAuthorizeParams = exports.marketplaceOAuth2InstallGetURLParams = exports.marketplaceAppAPIKeyInstallBody = exports.marketplaceAppAPIKeyInstallBodyCreateBillingProfileDefault = exports.marketplaceAppAPIKeyInstallParams = exports.marketplaceAppInstallBody = exports.marketplaceAppInstallBodyCreateBillingProfileDefault = exports.marketplaceAppInstallParams = exports.getMarketplaceListingParams = exports.listMarketplaceListingsQueryParams = exports.listMarketplaceListingsQueryPageSizeMax = exports.listMarketplaceListingsQueryPageSizeDefault = exports.listMarketplaceListingsQueryPageDefault = exports.getProgressParams = exports.voidGrantParams = exports.listGrantsQueryParams = exports.listGrantsQueryLimitMax = exports.listGrantsQueryLimitDefault = exports.listGrantsQueryOffsetMin = exports.listGrantsQueryOffsetDefault = exports.listGrantsQueryPageSizeMax = exports.listGrantsQueryPageSizeDefault = exports.listGrantsQueryPageDefault = exports.listGrantsQueryIncludeDeletedDefault = exports.deleteFeatureParams = exports.getFeatureParams = exports.createFeatureBody = void 0;
|
|
15
15
|
exports.listNotificationRulesQueryParams = exports.listNotificationRulesQueryPageSizeMax = exports.listNotificationRulesQueryPageSizeDefault = exports.listNotificationRulesQueryPageDefault = exports.listNotificationRulesQueryFeatureItemRegExp = exports.listNotificationRulesQueryFeatureItemMax = exports.listNotificationRulesQueryIncludeDisabledDefault = exports.listNotificationRulesQueryIncludeDeletedDefault = exports.getNotificationEventParams = exports.listNotificationEventsQueryParams = exports.listNotificationEventsQueryPageSizeMax = exports.listNotificationEventsQueryPageSizeDefault = exports.listNotificationEventsQueryPageDefault = exports.listNotificationEventsQueryChannelItemRegExp = exports.listNotificationEventsQueryRuleItemRegExp = exports.deleteNotificationChannelParams = exports.deleteNotificationChannelPathChannelIdRegExp = exports.getNotificationChannelParams = exports.getNotificationChannelPathChannelIdRegExp = exports.updateNotificationChannelBody = exports.updateNotificationChannelBodySigningSecretRegExp = exports.updateNotificationChannelBodyDisabledDefault = exports.updateNotificationChannelParams = exports.updateNotificationChannelPathChannelIdRegExp = exports.createNotificationChannelBody = exports.createNotificationChannelBodySigningSecretRegExp = exports.createNotificationChannelBodyDisabledDefault = exports.listNotificationChannelsQueryParams = exports.listNotificationChannelsQueryPageSizeMax = exports.listNotificationChannelsQueryPageSizeDefault = exports.listNotificationChannelsQueryPageDefault = exports.listNotificationChannelsQueryIncludeDisabledDefault = exports.listNotificationChannelsQueryIncludeDeletedDefault = exports.listMeterSubjectsParams = exports.listMeterSubjectsPathMeterIdOrSlugRegExp = exports.listMeterSubjectsPathMeterIdOrSlugMax = exports.queryMeterPostBody = exports.queryMeterPostBodyGroupByMax = exports.queryMeterPostBodySubjectMax = exports.queryMeterPostBodyWindowTimeZoneDefault = exports.queryMeterPostBodyClientIdMax = exports.queryMeterPostParams = exports.queryMeterPostPathMeterIdOrSlugRegExp = exports.queryMeterPostPathMeterIdOrSlugMax = exports.queryMeterQueryParams = exports.queryMeterQueryWindowTimeZoneDefault = exports.queryMeterQueryClientIdMax = exports.queryMeterParams = exports.queryMeterPathMeterIdOrSlugRegExp = exports.queryMeterPathMeterIdOrSlugMax = void 0;
|
|
16
16
|
exports.createPlanBodyKeyMax = exports.createPlanBodyDescriptionMax = exports.createPlanBodyNameMax = exports.listPlansQueryParams = exports.listPlansQueryPageSizeMax = exports.listPlansQueryPageSizeDefault = exports.listPlansQueryPageDefault = exports.listPlansQueryCurrencyItemRegExp = exports.listPlansQueryCurrencyItemMax = exports.listPlansQueryCurrencyItemMin = exports.listPlansQueryKeyItemRegExp = exports.listPlansQueryKeyItemMax = exports.listPlansQueryIdItemRegExp = exports.listPlansQueryIncludeDeletedDefault = exports.testNotificationRuleParams = exports.testNotificationRulePathRuleIdRegExp = exports.deleteNotificationRuleParams = exports.deleteNotificationRulePathRuleIdRegExp = exports.getNotificationRuleParams = exports.getNotificationRulePathRuleIdRegExp = exports.updateNotificationRuleBody = exports.updateNotificationRuleBodyChannelsItemRegExpThree = exports.updateNotificationRuleBodyDisabledDefaultThree = exports.updateNotificationRuleBodyChannelsItemRegExpTwo = exports.updateNotificationRuleBodyDisabledDefaultTwo = exports.updateNotificationRuleBodyFeaturesItemRegExpOne = exports.updateNotificationRuleBodyFeaturesItemMaxOne = exports.updateNotificationRuleBodyChannelsItemRegExpOne = exports.updateNotificationRuleBodyDisabledDefaultOne = exports.updateNotificationRuleBodyFeaturesItemRegExp = exports.updateNotificationRuleBodyFeaturesItemMax = exports.updateNotificationRuleBodyChannelsItemRegExp = exports.updateNotificationRuleBodyThresholdsMax = exports.updateNotificationRuleBodyDisabledDefault = exports.updateNotificationRuleParams = exports.updateNotificationRulePathRuleIdRegExp = exports.createNotificationRuleBody = exports.createNotificationRuleBodyChannelsItemRegExpThree = exports.createNotificationRuleBodyDisabledDefaultThree = exports.createNotificationRuleBodyChannelsItemRegExpTwo = exports.createNotificationRuleBodyDisabledDefaultTwo = exports.createNotificationRuleBodyFeaturesItemRegExpOne = exports.createNotificationRuleBodyFeaturesItemMaxOne = exports.createNotificationRuleBodyChannelsItemRegExpOne = exports.createNotificationRuleBodyDisabledDefaultOne = exports.createNotificationRuleBodyFeaturesItemRegExp = exports.createNotificationRuleBodyFeaturesItemMax = exports.createNotificationRuleBodyChannelsItemRegExp = exports.createNotificationRuleBodyThresholdsMax = exports.createNotificationRuleBodyDisabledDefault = void 0;
|
|
@@ -4534,14 +4534,18 @@ exports.listCustomersQueryParams = zod_1.z.object({
|
|
|
4534
4534
|
* Get a customer by ID or key.
|
|
4535
4535
|
* @summary Get customer
|
|
4536
4536
|
*/
|
|
4537
|
-
exports.
|
|
4538
|
-
exports.
|
|
4537
|
+
exports.getCustomerPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4538
|
+
exports.getCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
4539
4539
|
exports.getCustomerParams = zod_1.z.object({
|
|
4540
4540
|
customerIdOrKey: zod_1.z.coerce
|
|
4541
|
+
.string()
|
|
4542
|
+
.regex(exports.getCustomerPathCustomerIdOrKeyRegExpOne)
|
|
4543
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
4544
|
+
.or(zod_1.z.coerce
|
|
4541
4545
|
.string()
|
|
4542
4546
|
.min(1)
|
|
4543
|
-
.max(exports.
|
|
4544
|
-
.
|
|
4547
|
+
.max(exports.getCustomerPathCustomerIdOrKeyMaxTwo)
|
|
4548
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4545
4549
|
});
|
|
4546
4550
|
exports.getCustomerQueryParams = zod_1.z.object({
|
|
4547
4551
|
expand: zod_1.z
|
|
@@ -4555,14 +4559,18 @@ exports.getCustomerQueryParams = zod_1.z.object({
|
|
|
4555
4559
|
* Update a customer by ID.
|
|
4556
4560
|
* @summary Update customer
|
|
4557
4561
|
*/
|
|
4558
|
-
exports.
|
|
4559
|
-
exports.
|
|
4562
|
+
exports.updateCustomerPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4563
|
+
exports.updateCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
4560
4564
|
exports.updateCustomerParams = zod_1.z.object({
|
|
4561
4565
|
customerIdOrKey: zod_1.z.coerce
|
|
4566
|
+
.string()
|
|
4567
|
+
.regex(exports.updateCustomerPathCustomerIdOrKeyRegExpOne)
|
|
4568
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
4569
|
+
.or(zod_1.z.coerce
|
|
4562
4570
|
.string()
|
|
4563
4571
|
.min(1)
|
|
4564
|
-
.max(exports.
|
|
4565
|
-
.
|
|
4572
|
+
.max(exports.updateCustomerPathCustomerIdOrKeyMaxTwo)
|
|
4573
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4566
4574
|
});
|
|
4567
4575
|
exports.updateCustomerBodyNameMax = 256;
|
|
4568
4576
|
exports.updateCustomerBodyDescriptionMax = 1024;
|
|
@@ -4651,14 +4659,18 @@ exports.updateCustomerBody = zod_1.z
|
|
|
4651
4659
|
* Delete a customer by ID.
|
|
4652
4660
|
* @summary Delete customer
|
|
4653
4661
|
*/
|
|
4654
|
-
exports.
|
|
4655
|
-
exports.
|
|
4662
|
+
exports.deleteCustomerPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4663
|
+
exports.deleteCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
4656
4664
|
exports.deleteCustomerParams = zod_1.z.object({
|
|
4657
4665
|
customerIdOrKey: zod_1.z.coerce
|
|
4666
|
+
.string()
|
|
4667
|
+
.regex(exports.deleteCustomerPathCustomerIdOrKeyRegExpOne)
|
|
4668
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
4669
|
+
.or(zod_1.z.coerce
|
|
4658
4670
|
.string()
|
|
4659
4671
|
.min(1)
|
|
4660
|
-
.max(exports.
|
|
4661
|
-
.
|
|
4672
|
+
.max(exports.deleteCustomerPathCustomerIdOrKeyMaxTwo)
|
|
4673
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4662
4674
|
});
|
|
4663
4675
|
/**
|
|
4664
4676
|
* Get the overall access of a customer.
|
|
@@ -4677,14 +4689,18 @@ exports.getCustomerAccessParams = zod_1.z.object({
|
|
|
4677
4689
|
* List customers app data.
|
|
4678
4690
|
* @summary List customer app data
|
|
4679
4691
|
*/
|
|
4680
|
-
exports.
|
|
4681
|
-
exports.
|
|
4692
|
+
exports.listCustomerAppDataPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4693
|
+
exports.listCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
4682
4694
|
exports.listCustomerAppDataParams = zod_1.z.object({
|
|
4683
4695
|
customerIdOrKey: zod_1.z.coerce
|
|
4696
|
+
.string()
|
|
4697
|
+
.regex(exports.listCustomerAppDataPathCustomerIdOrKeyRegExpOne)
|
|
4698
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
4699
|
+
.or(zod_1.z.coerce
|
|
4684
4700
|
.string()
|
|
4685
4701
|
.min(1)
|
|
4686
|
-
.max(exports.
|
|
4687
|
-
.
|
|
4702
|
+
.max(exports.listCustomerAppDataPathCustomerIdOrKeyMaxTwo)
|
|
4703
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4688
4704
|
});
|
|
4689
4705
|
exports.listCustomerAppDataQueryPageDefault = 1;
|
|
4690
4706
|
exports.listCustomerAppDataQueryPageSizeDefault = 100;
|
|
@@ -4710,14 +4726,18 @@ exports.listCustomerAppDataQueryParams = zod_1.z.object({
|
|
|
4710
4726
|
* Upsert customer app data.
|
|
4711
4727
|
* @summary Upsert customer app data
|
|
4712
4728
|
*/
|
|
4713
|
-
exports.
|
|
4714
|
-
exports.
|
|
4729
|
+
exports.upsertCustomerAppDataPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4730
|
+
exports.upsertCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
4715
4731
|
exports.upsertCustomerAppDataParams = zod_1.z.object({
|
|
4716
4732
|
customerIdOrKey: zod_1.z.coerce
|
|
4733
|
+
.string()
|
|
4734
|
+
.regex(exports.upsertCustomerAppDataPathCustomerIdOrKeyRegExpOne)
|
|
4735
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
4736
|
+
.or(zod_1.z.coerce
|
|
4717
4737
|
.string()
|
|
4718
4738
|
.min(1)
|
|
4719
|
-
.max(exports.
|
|
4720
|
-
.
|
|
4739
|
+
.max(exports.upsertCustomerAppDataPathCustomerIdOrKeyMaxTwo)
|
|
4740
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4721
4741
|
});
|
|
4722
4742
|
exports.upsertCustomerAppDataBodyIdRegExp = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4723
4743
|
exports.upsertCustomerAppDataBodyAppIdRegExp = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
@@ -4969,16 +4989,20 @@ exports.upsertCustomerAppDataBody = zod_1.z.array(exports.upsertCustomerAppDataB
|
|
|
4969
4989
|
* Delete customer app data.
|
|
4970
4990
|
* @summary Delete customer app data
|
|
4971
4991
|
*/
|
|
4972
|
-
exports.
|
|
4973
|
-
exports.
|
|
4992
|
+
exports.deleteCustomerAppDataPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4993
|
+
exports.deleteCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
4974
4994
|
exports.deleteCustomerAppDataPathAppIdRegExp = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
4975
4995
|
exports.deleteCustomerAppDataParams = zod_1.z.object({
|
|
4976
4996
|
appId: zod_1.z.coerce.string().regex(exports.deleteCustomerAppDataPathAppIdRegExp),
|
|
4977
4997
|
customerIdOrKey: zod_1.z.coerce
|
|
4998
|
+
.string()
|
|
4999
|
+
.regex(exports.deleteCustomerAppDataPathCustomerIdOrKeyRegExpOne)
|
|
5000
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
5001
|
+
.or(zod_1.z.coerce
|
|
4978
5002
|
.string()
|
|
4979
5003
|
.min(1)
|
|
4980
|
-
.max(exports.
|
|
4981
|
-
.
|
|
5004
|
+
.max(exports.deleteCustomerAppDataPathCustomerIdOrKeyMaxTwo)
|
|
5005
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
4982
5006
|
});
|
|
4983
5007
|
/**
|
|
4984
5008
|
* Checks customer access to a given feature (by key). All entitlement types share the hasAccess property in their value response, but multiple other properties are returned based on the entitlement type.
|
|
@@ -5007,14 +5031,18 @@ exports.getCustomerEntitlementValueQueryParams = zod_1.z.object({
|
|
|
5007
5031
|
* Lists all subscriptions for a customer.
|
|
5008
5032
|
* @summary List customer subscriptions
|
|
5009
5033
|
*/
|
|
5010
|
-
exports.
|
|
5011
|
-
exports.
|
|
5034
|
+
exports.listCustomerSubscriptionsPathCustomerIdOrKeyRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
|
|
5035
|
+
exports.listCustomerSubscriptionsPathCustomerIdOrKeyMaxTwo = 256;
|
|
5012
5036
|
exports.listCustomerSubscriptionsParams = zod_1.z.object({
|
|
5013
5037
|
customerIdOrKey: zod_1.z.coerce
|
|
5038
|
+
.string()
|
|
5039
|
+
.regex(exports.listCustomerSubscriptionsPathCustomerIdOrKeyRegExpOne)
|
|
5040
|
+
.describe('ULID (Universally Unique Lexicographically Sortable Identifier).')
|
|
5041
|
+
.or(zod_1.z.coerce
|
|
5014
5042
|
.string()
|
|
5015
5043
|
.min(1)
|
|
5016
|
-
.max(exports.
|
|
5017
|
-
.
|
|
5044
|
+
.max(exports.listCustomerSubscriptionsPathCustomerIdOrKeyMaxTwo)
|
|
5045
|
+
.describe('ExternalKey is a looser version of key.')),
|
|
5018
5046
|
});
|
|
5019
5047
|
exports.listCustomerSubscriptionsQueryPageDefault = 1;
|
|
5020
5048
|
exports.listCustomerSubscriptionsQueryPageSizeDefault = 100;
|
|
@@ -7445,10 +7445,10 @@ export declare const listCustomersQueryParams: zod.ZodObject<{
|
|
|
7445
7445
|
* Get a customer by ID or key.
|
|
7446
7446
|
* @summary Get customer
|
|
7447
7447
|
*/
|
|
7448
|
-
export declare const
|
|
7449
|
-
export declare const
|
|
7448
|
+
export declare const getCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
7449
|
+
export declare const getCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
7450
7450
|
export declare const getCustomerParams: zod.ZodObject<{
|
|
7451
|
-
customerIdOrKey: zod.ZodString
|
|
7451
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
7452
7452
|
}, "strip", zod.ZodTypeAny, {
|
|
7453
7453
|
customerIdOrKey: string;
|
|
7454
7454
|
}, {
|
|
@@ -7465,10 +7465,10 @@ export declare const getCustomerQueryParams: zod.ZodObject<{
|
|
|
7465
7465
|
* Update a customer by ID.
|
|
7466
7466
|
* @summary Update customer
|
|
7467
7467
|
*/
|
|
7468
|
-
export declare const
|
|
7469
|
-
export declare const
|
|
7468
|
+
export declare const updateCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
7469
|
+
export declare const updateCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
7470
7470
|
export declare const updateCustomerParams: zod.ZodObject<{
|
|
7471
|
-
customerIdOrKey: zod.ZodString
|
|
7471
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
7472
7472
|
}, "strip", zod.ZodTypeAny, {
|
|
7473
7473
|
customerIdOrKey: string;
|
|
7474
7474
|
}, {
|
|
@@ -7566,10 +7566,10 @@ export declare const updateCustomerBody: zod.ZodObject<{
|
|
|
7566
7566
|
* Delete a customer by ID.
|
|
7567
7567
|
* @summary Delete customer
|
|
7568
7568
|
*/
|
|
7569
|
-
export declare const
|
|
7570
|
-
export declare const
|
|
7569
|
+
export declare const deleteCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
7570
|
+
export declare const deleteCustomerPathCustomerIdOrKeyMaxTwo = 256;
|
|
7571
7571
|
export declare const deleteCustomerParams: zod.ZodObject<{
|
|
7572
|
-
customerIdOrKey: zod.ZodString
|
|
7572
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
7573
7573
|
}, "strip", zod.ZodTypeAny, {
|
|
7574
7574
|
customerIdOrKey: string;
|
|
7575
7575
|
}, {
|
|
@@ -7592,10 +7592,10 @@ export declare const getCustomerAccessParams: zod.ZodObject<{
|
|
|
7592
7592
|
* List customers app data.
|
|
7593
7593
|
* @summary List customer app data
|
|
7594
7594
|
*/
|
|
7595
|
-
export declare const
|
|
7596
|
-
export declare const
|
|
7595
|
+
export declare const listCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
7596
|
+
export declare const listCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
7597
7597
|
export declare const listCustomerAppDataParams: zod.ZodObject<{
|
|
7598
|
-
customerIdOrKey: zod.ZodString
|
|
7598
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
7599
7599
|
}, "strip", zod.ZodTypeAny, {
|
|
7600
7600
|
customerIdOrKey: string;
|
|
7601
7601
|
}, {
|
|
@@ -7621,10 +7621,10 @@ export declare const listCustomerAppDataQueryParams: zod.ZodObject<{
|
|
|
7621
7621
|
* Upsert customer app data.
|
|
7622
7622
|
* @summary Upsert customer app data
|
|
7623
7623
|
*/
|
|
7624
|
-
export declare const
|
|
7625
|
-
export declare const
|
|
7624
|
+
export declare const upsertCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
7625
|
+
export declare const upsertCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
7626
7626
|
export declare const upsertCustomerAppDataParams: zod.ZodObject<{
|
|
7627
|
-
customerIdOrKey: zod.ZodString
|
|
7627
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
7628
7628
|
}, "strip", zod.ZodTypeAny, {
|
|
7629
7629
|
customerIdOrKey: string;
|
|
7630
7630
|
}, {
|
|
@@ -8321,12 +8321,12 @@ export declare const upsertCustomerAppDataBody: zod.ZodArray<zod.ZodDiscriminate
|
|
|
8321
8321
|
* Delete customer app data.
|
|
8322
8322
|
* @summary Delete customer app data
|
|
8323
8323
|
*/
|
|
8324
|
-
export declare const
|
|
8325
|
-
export declare const
|
|
8324
|
+
export declare const deleteCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
8325
|
+
export declare const deleteCustomerAppDataPathCustomerIdOrKeyMaxTwo = 256;
|
|
8326
8326
|
export declare const deleteCustomerAppDataPathAppIdRegExp: RegExp;
|
|
8327
8327
|
export declare const deleteCustomerAppDataParams: zod.ZodObject<{
|
|
8328
8328
|
appId: zod.ZodString;
|
|
8329
|
-
customerIdOrKey: zod.ZodString
|
|
8329
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
8330
8330
|
}, "strip", zod.ZodTypeAny, {
|
|
8331
8331
|
customerIdOrKey: string;
|
|
8332
8332
|
appId: string;
|
|
@@ -8363,10 +8363,10 @@ export declare const getCustomerEntitlementValueQueryParams: zod.ZodObject<{
|
|
|
8363
8363
|
* Lists all subscriptions for a customer.
|
|
8364
8364
|
* @summary List customer subscriptions
|
|
8365
8365
|
*/
|
|
8366
|
-
export declare const
|
|
8367
|
-
export declare const
|
|
8366
|
+
export declare const listCustomerSubscriptionsPathCustomerIdOrKeyRegExpOne: RegExp;
|
|
8367
|
+
export declare const listCustomerSubscriptionsPathCustomerIdOrKeyMaxTwo = 256;
|
|
8368
8368
|
export declare const listCustomerSubscriptionsParams: zod.ZodObject<{
|
|
8369
|
-
customerIdOrKey: zod.ZodString
|
|
8369
|
+
customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
|
|
8370
8370
|
}, "strip", zod.ZodTypeAny, {
|
|
8371
8371
|
customerIdOrKey: string;
|
|
8372
8372
|
}, {
|