@saasicat/nest 0.26.0 → 0.27.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/LICENSE +90 -201
- package/dist/_entries.cjs +3265 -2846
- package/dist/billing/index.d.cts +4 -4
- package/dist/billing/index.d.ts +4 -4
- package/dist/billing/index.js +33 -31
- package/dist/catalog/index.js +5 -5
- package/dist/checkout-offer/index.js +2 -2
- package/dist/chunk-2FR6ZL7R.js +0 -0
- package/dist/chunk-2JTISFUZ.js +792 -0
- package/dist/chunk-2SLTRKXC.js +0 -0
- package/dist/chunk-3E6ONOMG.js +50 -0
- package/dist/{chunk-UOWK2HYG.js → chunk-7ZPFQXHM.js} +1 -1
- package/dist/{chunk-B7NRY2LV.js → chunk-CJFAOD7K.js} +1 -39
- package/dist/{chunk-J62YI25C.js → chunk-EHKMPP6J.js} +1194 -775
- package/dist/{chunk-RPO4IVUY.js → chunk-F4B2NJUZ.js} +26 -91
- package/dist/chunk-H4DOTO7S.js +85 -0
- package/dist/{chunk-V3MRZ7SH.js → chunk-UHD6FJBQ.js} +421 -1197
- package/dist/{define-saasicat-BK6RRWWG.d.ts → define-saasicat-3ois8t8s.d.ts} +26 -3
- package/dist/{define-saasicat-D30I-WET.d.cts → define-saasicat-CFxut1VR.d.cts} +26 -3
- package/dist/{enforce-quota.interceptor-B9QueAFf.d.ts → enforce-quota.interceptor-CYDNvAQz.d.ts} +3 -3
- package/dist/{enforce-quota.interceptor-DY6CLjoP.d.cts → enforce-quota.interceptor-N80KC34N.d.cts} +3 -3
- package/dist/entitlement/index.js +7 -4
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +87 -79
- package/dist/{saas-platform.module-D1mUZPrz.d.ts → module-options-ByJL7FZm.d.ts} +40 -27
- package/dist/{saas-platform.module-CgalxzcT.d.cts → module-options-klrPnWGF.d.cts} +40 -27
- package/dist/platform/index.d.cts +201 -19
- package/dist/platform/index.d.ts +201 -19
- package/dist/platform/index.js +58 -33
- package/dist/promo/index.js +2 -2
- package/dist/subscription-contract/index.js +5 -2
- package/dist/{tenant-billing.controller-DHSUrT_N.d.cts → tenant-billing.controller-CAMMdfn1.d.cts} +1 -1
- package/dist/{tenant-billing.controller-BSlpFqVA.d.ts → tenant-billing.controller-CYYK0CpT.d.ts} +1 -1
- package/dist/{subscription-bundles.module-BDbODWvA.d.ts → tenant-billing.module-B0stLoJn.d.ts} +51 -51
- package/dist/{subscription-bundles.module-Cfi-lFWF.d.cts → tenant-billing.module-BxJS6fX4.d.cts} +51 -51
- package/dist/testing/index.d.cts +8 -8
- package/dist/testing/index.d.ts +8 -8
- package/dist/testing/index.js +13 -11
- package/package.json +4 -4
- package/dist/{chunk-QB7MICKQ.js → chunk-7X5MSAIL.js} +9 -9
- package/dist/{chunk-FY4EJTV4.js → chunk-OYNHOY45.js} +0 -0
- package/dist/{chunk-I4XD43AN.js → chunk-XTVAFJ3P.js} +3 -3
package/dist/billing/index.d.cts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { BillingCycle, FeatureKey, UpsellOfferResolver, BundleRepository, CatalogEntryRepository, UpsellOffer, PlanCatalog, PlanCatalogReadSink, PlanCatalogReadSnapshot, PlanCatalogImportSink, PlanCatalogImportReport, PlanId, PlanDef, QuotaKey, MarketingTopFeature, FeatureUiRegistry, MarketingProjectionRepository, ConfiguratorSourcesLookup, ConfiguratorMarketingProvider, ConfiguratorCatalog } from '@saasicat/types';
|
|
2
2
|
export { BundleVersionFields, ChangeDirection, DiffResult, PlanVersionFields, VersionChange, VersionChangeDirection, classifyBundleVersionDiff, classifyPlanDiff } from '@saasicat/types';
|
|
3
|
-
import { F as FEATURE_GUARD_MARKER, f as ContractFreezePort, g as ContractFreezeSourcePort } from '../
|
|
4
|
-
export { A as AUDIT_CONTEXT_RESOLVER_TOKEN, a as AuditContextResolver, b as AuthGuardList, C as CONTRACT_FREEZE_PORT_TOKEN, c as CONTRACT_FREEZE_PROJECT_KEY_TOKEN, d as CONTRACT_FREEZE_SOURCE_PORT_TOKEN, e as ContractFreezeBundleSnapshot, D as DuePendingPlanChange, M as MarkedFeatureGuard, P as PENDING_PLAN_QUERY_PORT_TOKEN, h as PendingPlanQueryPort, S as SELF_SERVICE_BLOCKED_BUNDLES_TOKEN, i as SELF_SERVICE_BLOCKED_PLANS_TOKEN, j as SUBSCRIPTION_USAGE_PORT_TOKEN, k as SUBSCRIPTION_WRITE_PORT_TOKEN, l as SelfServiceBlockedBundles, m as SelfServiceBlockedPlans, n as SubscriptionBundleControllerOptions, o as SubscriptionBundleModule, p as SubscriptionBundleModuleOptions, T as TENANT_AUTH_GUARDS_TOKEN, q as TENANT_ID_RESOLVER_TOKEN, r as TRIAL_PROJECTION_PORT_TOKEN, s as TenantBillingModule, t as TenantBillingModuleOptions, u as TenantIdResolver, v as TrialProjectionInput, w as TrialProjectionPort, U as USAGE_SNAPSHOT_PORT_TOKEN, x as USER_EMAIL_RESOLVER_TOKEN, y as USER_ID_RESOLVER_TOKEN, z as UserEmailResolver, B as UserIdResolver, E as isPlatformFeatureGuard } from '../
|
|
3
|
+
import { F as FEATURE_GUARD_MARKER, f as ContractFreezePort, g as ContractFreezeSourcePort } from '../tenant-billing.module-BxJS6fX4.cjs';
|
|
4
|
+
export { A as AUDIT_CONTEXT_RESOLVER_TOKEN, a as AuditContextResolver, b as AuthGuardList, C as CONTRACT_FREEZE_PORT_TOKEN, c as CONTRACT_FREEZE_PROJECT_KEY_TOKEN, d as CONTRACT_FREEZE_SOURCE_PORT_TOKEN, e as ContractFreezeBundleSnapshot, D as DuePendingPlanChange, M as MarkedFeatureGuard, P as PENDING_PLAN_QUERY_PORT_TOKEN, h as PendingPlanQueryPort, S as SELF_SERVICE_BLOCKED_BUNDLES_TOKEN, i as SELF_SERVICE_BLOCKED_PLANS_TOKEN, j as SUBSCRIPTION_USAGE_PORT_TOKEN, k as SUBSCRIPTION_WRITE_PORT_TOKEN, l as SelfServiceBlockedBundles, m as SelfServiceBlockedPlans, n as SubscriptionBundleControllerOptions, o as SubscriptionBundleModule, p as SubscriptionBundleModuleOptions, T as TENANT_AUTH_GUARDS_TOKEN, q as TENANT_ID_RESOLVER_TOKEN, r as TRIAL_PROJECTION_PORT_TOKEN, s as TenantBillingModule, t as TenantBillingModuleOptions, u as TenantIdResolver, v as TrialProjectionInput, w as TrialProjectionPort, U as USAGE_SNAPSHOT_PORT_TOKEN, x as USER_EMAIL_RESOLVER_TOKEN, y as USER_ID_RESOLVER_TOKEN, z as UserEmailResolver, B as UserIdResolver, E as isPlatformFeatureGuard } from '../tenant-billing.module-BxJS6fX4.cjs';
|
|
5
5
|
import * as _nestjs_common from '@nestjs/common';
|
|
6
6
|
import { CanActivate, ExecutionContext, ArgumentsHost, Type, DynamicModule, ForwardReference, Provider } from '@nestjs/common';
|
|
7
7
|
export { Type as NestType } from '@nestjs/common';
|
|
8
8
|
import { Reflector, BaseExceptionFilter } from '@nestjs/core';
|
|
9
9
|
import { c as EntitlementService } from '../aggregation-mZ7WZROK.cjs';
|
|
10
10
|
import { P as ProviderSpec } from '../di-CcNeq9v-.cjs';
|
|
11
|
-
export { A as AddBundleToSubscriptionInput, B as BundlePreviewSnapshot, C as CancelBundleFromSubscriptionInput, a as CancelSubscriptionDto, b as ChangePlanDto, c as CompleteOnboardingSubscriptionDto, d as ComposedTenantAuthGuard, L as LimitsCheckRow, P as PendingPlanMaterializationService, e as PlanChangeContext, f as PlanChangePreviewDto, g as PlanChangePreviewIssue, h as PlanChangePreviewService, i as PlanChangeType, j as PlanSnapshotDto, k as PreviewPlanChangeDto, l as ProrationDto, m as ProrationInput, R as RedundantFeatureHint, S as SubscriptionBundleAddPreviewDto, n as SubscriptionBundleCancelPreviewDto, o as SubscriptionBundleConfig, p as SubscriptionBundlePreviewContext, q as SubscriptionBundlePreviewIssue, r as SubscriptionBundlePreviewService, s as SubscriptionBundlesService, T as TenantAdminGuard, t as TenantBillingController, U as UsageResponse, u as addMonths, v as computeProration, w as resolveBundleCancelEffectiveAt, x as resolveBundlePriceNet } from '../tenant-billing.controller-
|
|
11
|
+
export { A as AddBundleToSubscriptionInput, B as BundlePreviewSnapshot, C as CancelBundleFromSubscriptionInput, a as CancelSubscriptionDto, b as ChangePlanDto, c as CompleteOnboardingSubscriptionDto, d as ComposedTenantAuthGuard, L as LimitsCheckRow, P as PendingPlanMaterializationService, e as PlanChangeContext, f as PlanChangePreviewDto, g as PlanChangePreviewIssue, h as PlanChangePreviewService, i as PlanChangeType, j as PlanSnapshotDto, k as PreviewPlanChangeDto, l as ProrationDto, m as ProrationInput, R as RedundantFeatureHint, S as SubscriptionBundleAddPreviewDto, n as SubscriptionBundleCancelPreviewDto, o as SubscriptionBundleConfig, p as SubscriptionBundlePreviewContext, q as SubscriptionBundlePreviewIssue, r as SubscriptionBundlePreviewService, s as SubscriptionBundlesService, T as TenantAdminGuard, t as TenantBillingController, U as UsageResponse, u as addMonths, v as computeProration, w as resolveBundleCancelEffectiveAt, x as resolveBundlePriceNet } from '../tenant-billing.controller-CAMMdfn1.cjs';
|
|
12
12
|
import { S as SubscriptionContractService } from '../subscription-contract.service--cm47ZJJ.cjs';
|
|
13
13
|
import '../plan-resolution-CFCoUkrE.cjs';
|
|
14
14
|
import '../service-D48clObR.cjs';
|
|
@@ -193,7 +193,7 @@ declare class FeatureGuard implements CanActivate {
|
|
|
193
193
|
private readonly entitlements;
|
|
194
194
|
private readonly config;
|
|
195
195
|
private readonly upsellResolver;
|
|
196
|
-
/** Lets `
|
|
196
|
+
/** Lets `EnforcementChainCheck` recognise this guard across CJS entries. */
|
|
197
197
|
static readonly [FEATURE_GUARD_MARKER] = true;
|
|
198
198
|
private readonly logger;
|
|
199
199
|
constructor(reflector: Reflector, entitlements: EntitlementService, config?: FeatureGuardConfig | null, upsellResolver?: UpsellOfferResolver | null);
|
package/dist/billing/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { BillingCycle, FeatureKey, UpsellOfferResolver, BundleRepository, CatalogEntryRepository, UpsellOffer, PlanCatalog, PlanCatalogReadSink, PlanCatalogReadSnapshot, PlanCatalogImportSink, PlanCatalogImportReport, PlanId, PlanDef, QuotaKey, MarketingTopFeature, FeatureUiRegistry, MarketingProjectionRepository, ConfiguratorSourcesLookup, ConfiguratorMarketingProvider, ConfiguratorCatalog } from '@saasicat/types';
|
|
2
2
|
export { BundleVersionFields, ChangeDirection, DiffResult, PlanVersionFields, VersionChange, VersionChangeDirection, classifyBundleVersionDiff, classifyPlanDiff } from '@saasicat/types';
|
|
3
|
-
import { F as FEATURE_GUARD_MARKER, f as ContractFreezePort, g as ContractFreezeSourcePort } from '../
|
|
4
|
-
export { A as AUDIT_CONTEXT_RESOLVER_TOKEN, a as AuditContextResolver, b as AuthGuardList, C as CONTRACT_FREEZE_PORT_TOKEN, c as CONTRACT_FREEZE_PROJECT_KEY_TOKEN, d as CONTRACT_FREEZE_SOURCE_PORT_TOKEN, e as ContractFreezeBundleSnapshot, D as DuePendingPlanChange, M as MarkedFeatureGuard, P as PENDING_PLAN_QUERY_PORT_TOKEN, h as PendingPlanQueryPort, S as SELF_SERVICE_BLOCKED_BUNDLES_TOKEN, i as SELF_SERVICE_BLOCKED_PLANS_TOKEN, j as SUBSCRIPTION_USAGE_PORT_TOKEN, k as SUBSCRIPTION_WRITE_PORT_TOKEN, l as SelfServiceBlockedBundles, m as SelfServiceBlockedPlans, n as SubscriptionBundleControllerOptions, o as SubscriptionBundleModule, p as SubscriptionBundleModuleOptions, T as TENANT_AUTH_GUARDS_TOKEN, q as TENANT_ID_RESOLVER_TOKEN, r as TRIAL_PROJECTION_PORT_TOKEN, s as TenantBillingModule, t as TenantBillingModuleOptions, u as TenantIdResolver, v as TrialProjectionInput, w as TrialProjectionPort, U as USAGE_SNAPSHOT_PORT_TOKEN, x as USER_EMAIL_RESOLVER_TOKEN, y as USER_ID_RESOLVER_TOKEN, z as UserEmailResolver, B as UserIdResolver, E as isPlatformFeatureGuard } from '../
|
|
3
|
+
import { F as FEATURE_GUARD_MARKER, f as ContractFreezePort, g as ContractFreezeSourcePort } from '../tenant-billing.module-B0stLoJn.js';
|
|
4
|
+
export { A as AUDIT_CONTEXT_RESOLVER_TOKEN, a as AuditContextResolver, b as AuthGuardList, C as CONTRACT_FREEZE_PORT_TOKEN, c as CONTRACT_FREEZE_PROJECT_KEY_TOKEN, d as CONTRACT_FREEZE_SOURCE_PORT_TOKEN, e as ContractFreezeBundleSnapshot, D as DuePendingPlanChange, M as MarkedFeatureGuard, P as PENDING_PLAN_QUERY_PORT_TOKEN, h as PendingPlanQueryPort, S as SELF_SERVICE_BLOCKED_BUNDLES_TOKEN, i as SELF_SERVICE_BLOCKED_PLANS_TOKEN, j as SUBSCRIPTION_USAGE_PORT_TOKEN, k as SUBSCRIPTION_WRITE_PORT_TOKEN, l as SelfServiceBlockedBundles, m as SelfServiceBlockedPlans, n as SubscriptionBundleControllerOptions, o as SubscriptionBundleModule, p as SubscriptionBundleModuleOptions, T as TENANT_AUTH_GUARDS_TOKEN, q as TENANT_ID_RESOLVER_TOKEN, r as TRIAL_PROJECTION_PORT_TOKEN, s as TenantBillingModule, t as TenantBillingModuleOptions, u as TenantIdResolver, v as TrialProjectionInput, w as TrialProjectionPort, U as USAGE_SNAPSHOT_PORT_TOKEN, x as USER_EMAIL_RESOLVER_TOKEN, y as USER_ID_RESOLVER_TOKEN, z as UserEmailResolver, B as UserIdResolver, E as isPlatformFeatureGuard } from '../tenant-billing.module-B0stLoJn.js';
|
|
5
5
|
import * as _nestjs_common from '@nestjs/common';
|
|
6
6
|
import { CanActivate, ExecutionContext, ArgumentsHost, Type, DynamicModule, ForwardReference, Provider } from '@nestjs/common';
|
|
7
7
|
export { Type as NestType } from '@nestjs/common';
|
|
8
8
|
import { Reflector, BaseExceptionFilter } from '@nestjs/core';
|
|
9
9
|
import { c as EntitlementService } from '../aggregation-DP5zfKbU.js';
|
|
10
10
|
import { P as ProviderSpec } from '../di-CcNeq9v-.js';
|
|
11
|
-
export { A as AddBundleToSubscriptionInput, B as BundlePreviewSnapshot, C as CancelBundleFromSubscriptionInput, a as CancelSubscriptionDto, b as ChangePlanDto, c as CompleteOnboardingSubscriptionDto, d as ComposedTenantAuthGuard, L as LimitsCheckRow, P as PendingPlanMaterializationService, e as PlanChangeContext, f as PlanChangePreviewDto, g as PlanChangePreviewIssue, h as PlanChangePreviewService, i as PlanChangeType, j as PlanSnapshotDto, k as PreviewPlanChangeDto, l as ProrationDto, m as ProrationInput, R as RedundantFeatureHint, S as SubscriptionBundleAddPreviewDto, n as SubscriptionBundleCancelPreviewDto, o as SubscriptionBundleConfig, p as SubscriptionBundlePreviewContext, q as SubscriptionBundlePreviewIssue, r as SubscriptionBundlePreviewService, s as SubscriptionBundlesService, T as TenantAdminGuard, t as TenantBillingController, U as UsageResponse, u as addMonths, v as computeProration, w as resolveBundleCancelEffectiveAt, x as resolveBundlePriceNet } from '../tenant-billing.controller-
|
|
11
|
+
export { A as AddBundleToSubscriptionInput, B as BundlePreviewSnapshot, C as CancelBundleFromSubscriptionInput, a as CancelSubscriptionDto, b as ChangePlanDto, c as CompleteOnboardingSubscriptionDto, d as ComposedTenantAuthGuard, L as LimitsCheckRow, P as PendingPlanMaterializationService, e as PlanChangeContext, f as PlanChangePreviewDto, g as PlanChangePreviewIssue, h as PlanChangePreviewService, i as PlanChangeType, j as PlanSnapshotDto, k as PreviewPlanChangeDto, l as ProrationDto, m as ProrationInput, R as RedundantFeatureHint, S as SubscriptionBundleAddPreviewDto, n as SubscriptionBundleCancelPreviewDto, o as SubscriptionBundleConfig, p as SubscriptionBundlePreviewContext, q as SubscriptionBundlePreviewIssue, r as SubscriptionBundlePreviewService, s as SubscriptionBundlesService, T as TenantAdminGuard, t as TenantBillingController, U as UsageResponse, u as addMonths, v as computeProration, w as resolveBundleCancelEffectiveAt, x as resolveBundlePriceNet } from '../tenant-billing.controller-CYYK0CpT.js';
|
|
12
12
|
import { S as SubscriptionContractService } from '../subscription-contract.service--cm47ZJJ.js';
|
|
13
13
|
import '../plan-resolution-CFCoUkrE.js';
|
|
14
14
|
import '../service-D48clObR.js';
|
|
@@ -193,7 +193,7 @@ declare class FeatureGuard implements CanActivate {
|
|
|
193
193
|
private readonly entitlements;
|
|
194
194
|
private readonly config;
|
|
195
195
|
private readonly upsellResolver;
|
|
196
|
-
/** Lets `
|
|
196
|
+
/** Lets `EnforcementChainCheck` recognise this guard across CJS entries. */
|
|
197
197
|
static readonly [FEATURE_GUARD_MARKER] = true;
|
|
198
198
|
private readonly logger;
|
|
199
199
|
constructor(reflector: Reflector, entitlements: EntitlementService, config?: FeatureGuardConfig | null, upsellResolver?: UpsellOfferResolver | null);
|
package/dist/billing/index.js
CHANGED
|
@@ -1,32 +1,47 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CatalogBundleUpsellResolver,
|
|
3
|
+
ConfiguratorCatalogBuilder,
|
|
4
|
+
FEATURE_GUARD_CONFIG_TOKEN,
|
|
5
|
+
FeatureGuard,
|
|
6
|
+
LimitExceededFilter,
|
|
7
|
+
PLAN_CATALOG_IMPORT_SINK_TOKEN,
|
|
8
|
+
PlanCatalogImportDto,
|
|
9
|
+
PlanCatalogImporterModule,
|
|
10
|
+
PlanCatalogImporterService,
|
|
11
|
+
PlanCatalogValidationError,
|
|
12
|
+
PublishValidationError,
|
|
13
|
+
UPSELL_OFFER_CURRENCY_TOKEN,
|
|
14
|
+
UPSELL_OFFER_RESOLVER_TOKEN,
|
|
15
|
+
assertBaseVersionFresh,
|
|
16
|
+
assertChangeNote,
|
|
17
|
+
assertDraftPublishable,
|
|
18
|
+
assertOptimisticLockHeld,
|
|
19
|
+
buildPlanCatalogImporterController,
|
|
20
|
+
clearPendingPlanVersionFields,
|
|
21
|
+
computeCarriedTrialEndsAt,
|
|
22
|
+
computeNextPeriod,
|
|
23
|
+
decideRenewal,
|
|
24
|
+
loadPlanCatalogFromFile,
|
|
25
|
+
loadPlanCatalogFromString
|
|
26
|
+
} from "../chunk-2JTISFUZ.js";
|
|
1
27
|
import {
|
|
2
28
|
CONTRACT_FREEZE_PORT_TOKEN,
|
|
3
29
|
CONTRACT_FREEZE_PROJECT_KEY_TOKEN,
|
|
4
30
|
CONTRACT_FREEZE_SOURCE_PORT_TOKEN,
|
|
5
31
|
CancelSubscriptionDto,
|
|
6
|
-
CatalogBundleUpsellResolver,
|
|
7
32
|
ChangePlanDto,
|
|
8
33
|
CompleteOnboardingSubscriptionDto,
|
|
9
34
|
ComposedTenantAuthGuard,
|
|
10
|
-
ConfiguratorCatalogBuilder,
|
|
11
|
-
FEATURE_GUARD_CONFIG_TOKEN,
|
|
12
35
|
FEATURE_GUARD_MARKER,
|
|
13
36
|
FEATURE_UI_REGISTRY_TOKEN,
|
|
14
|
-
FeatureGuard,
|
|
15
|
-
LimitExceededFilter,
|
|
16
|
-
PLAN_CATALOG_IMPORT_SINK_TOKEN,
|
|
17
37
|
PUBLIC_CATALOG_BUNDLE_REPOSITORY_TOKEN,
|
|
18
38
|
PUBLIC_CATALOG_MARKETING_REPOSITORY_TOKEN,
|
|
19
39
|
PUBLIC_CATALOG_PROJECT_KEY_TOKEN,
|
|
20
40
|
PendingPlanMaterializationService,
|
|
21
|
-
PlanCatalogImportDto,
|
|
22
|
-
PlanCatalogImporterModule,
|
|
23
|
-
PlanCatalogImporterService,
|
|
24
|
-
PlanCatalogValidationError,
|
|
25
41
|
PlanChangePreviewService,
|
|
26
42
|
PreviewPlanChangeDto,
|
|
27
43
|
PublicCatalogController,
|
|
28
44
|
PublicCatalogModule,
|
|
29
|
-
PublishValidationError,
|
|
30
45
|
REQUIRE_FEATURE_KEY,
|
|
31
46
|
RequireFeature,
|
|
32
47
|
SELF_SERVICE_BLOCKED_BUNDLES_TOKEN,
|
|
@@ -38,31 +53,18 @@ import {
|
|
|
38
53
|
TenantAdminGuard,
|
|
39
54
|
TenantBillingController,
|
|
40
55
|
TenantBillingModule,
|
|
41
|
-
UPSELL_OFFER_CURRENCY_TOKEN,
|
|
42
|
-
UPSELL_OFFER_RESOLVER_TOKEN,
|
|
43
56
|
addMonths,
|
|
44
|
-
assertBaseVersionFresh,
|
|
45
|
-
assertChangeNote,
|
|
46
|
-
assertDraftPublishable,
|
|
47
|
-
assertOptimisticLockHeld,
|
|
48
|
-
buildPlanCatalogImporterController,
|
|
49
57
|
buildTenantSubscriptionBundlesController,
|
|
50
|
-
clearPendingPlanVersionFields,
|
|
51
|
-
computeCarriedTrialEndsAt,
|
|
52
|
-
computeNextPeriod,
|
|
53
58
|
computeProration,
|
|
54
|
-
decideRenewal,
|
|
55
59
|
initialPeriodWindow,
|
|
56
60
|
isPlatformFeatureGuard,
|
|
57
|
-
loadPlanCatalogFromFile,
|
|
58
|
-
loadPlanCatalogFromString,
|
|
59
61
|
periodEndAfter,
|
|
60
62
|
periodEndWithMinLead,
|
|
61
63
|
resolveBundleCancelEffectiveAt,
|
|
62
64
|
resolveBundlePriceNet
|
|
63
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-UHD6FJBQ.js";
|
|
64
66
|
import "../chunk-37HEKVDH.js";
|
|
65
|
-
import "../chunk-
|
|
67
|
+
import "../chunk-CJFAOD7K.js";
|
|
66
68
|
import {
|
|
67
69
|
AUDIT_CONTEXT_RESOLVER_TOKEN,
|
|
68
70
|
PENDING_PLAN_QUERY_PORT_TOKEN,
|
|
@@ -77,11 +79,13 @@ import {
|
|
|
77
79
|
classifyBundleVersionDiff,
|
|
78
80
|
classifyPlanDiff
|
|
79
81
|
} from "../chunk-WPUVJRIN.js";
|
|
82
|
+
import "../chunk-E56W4U2P.js";
|
|
80
83
|
import "../chunk-BSK6YBLI.js";
|
|
84
|
+
import "../chunk-YSC46BGM.js";
|
|
81
85
|
import {
|
|
82
86
|
SUBSCRIPTION_BUNDLE_CONFIG_TOKEN,
|
|
83
87
|
SUBSCRIPTION_BUNDLE_REPOSITORY_TOKEN
|
|
84
|
-
} from "../chunk-
|
|
88
|
+
} from "../chunk-F4B2NJUZ.js";
|
|
85
89
|
import {
|
|
86
90
|
PLAN_CATALOG_READ_SINK_TOKEN,
|
|
87
91
|
PLAN_CATALOG_TOKEN,
|
|
@@ -98,13 +102,11 @@ import {
|
|
|
98
102
|
isFeaturePlannedOnly
|
|
99
103
|
} from "../chunk-DQKCK7DX.js";
|
|
100
104
|
import "../chunk-NYLON2VC.js";
|
|
105
|
+
import "../chunk-EBJJNTW6.js";
|
|
101
106
|
import "../chunk-WKVBNTYC.js";
|
|
102
107
|
import "../chunk-L4KTQ6CL.js";
|
|
103
|
-
import "../chunk-L4SUWH5B.js";
|
|
104
|
-
import "../chunk-E56W4U2P.js";
|
|
105
|
-
import "../chunk-YSC46BGM.js";
|
|
106
|
-
import "../chunk-EBJJNTW6.js";
|
|
107
108
|
import "../chunk-SABTXESR.js";
|
|
109
|
+
import "../chunk-L4SUWH5B.js";
|
|
108
110
|
import "../chunk-SHUYVCID.js";
|
|
109
111
|
export {
|
|
110
112
|
AUDIT_CONTEXT_RESOLVER_TOKEN,
|
package/dist/catalog/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
runSeedGateFromFile,
|
|
7
7
|
seedGateExitCode,
|
|
8
8
|
validateSeedAgainstSnapshot
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-7ZPFQXHM.js";
|
|
10
10
|
import "../chunk-74SCJ4HF.js";
|
|
11
11
|
import {
|
|
12
12
|
ADVISORY_STRICT_MODE_CODES,
|
|
@@ -56,8 +56,10 @@ import {
|
|
|
56
56
|
quotaApprovalSignature,
|
|
57
57
|
validateBundleDraft,
|
|
58
58
|
validatePlanDraft
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-7X5MSAIL.js";
|
|
60
60
|
import "../chunk-WPUVJRIN.js";
|
|
61
|
+
import "../chunk-E56W4U2P.js";
|
|
62
|
+
import "../chunk-YSC46BGM.js";
|
|
61
63
|
import "../chunk-5ZXBXYXU.js";
|
|
62
64
|
import "../chunk-WKVBNTYC.js";
|
|
63
65
|
import {
|
|
@@ -69,10 +71,8 @@ import {
|
|
|
69
71
|
PLAN_REPOSITORY_TOKEN,
|
|
70
72
|
PROMOTION_REPOSITORY_TOKEN
|
|
71
73
|
} from "../chunk-L4KTQ6CL.js";
|
|
72
|
-
import "../chunk-L4SUWH5B.js";
|
|
73
|
-
import "../chunk-E56W4U2P.js";
|
|
74
|
-
import "../chunk-YSC46BGM.js";
|
|
75
74
|
import "../chunk-SABTXESR.js";
|
|
75
|
+
import "../chunk-L4SUWH5B.js";
|
|
76
76
|
import "../chunk-SHUYVCID.js";
|
|
77
77
|
export {
|
|
78
78
|
ADVISORY_STRICT_MODE_CODES,
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
CreateCheckoutOfferDto,
|
|
7
7
|
UpdateCheckoutOfferDto,
|
|
8
8
|
buildCheckoutOfferController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-XTVAFJ3P.js";
|
|
10
10
|
import "../chunk-BSK6YBLI.js";
|
|
11
|
-
import "../chunk-L4KTQ6CL.js";
|
|
12
11
|
import "../chunk-YSC46BGM.js";
|
|
12
|
+
import "../chunk-L4KTQ6CL.js";
|
|
13
13
|
import "../chunk-SABTXESR.js";
|
|
14
14
|
import "../chunk-SHUYVCID.js";
|
|
15
15
|
export {
|
|
File without changes
|