@saasicat/nest 0.2.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 +202 -0
- package/README.md +53 -0
- package/dist/admin/index.cjs +1283 -0
- package/dist/admin/index.d.cts +225 -0
- package/dist/admin/index.d.ts +225 -0
- package/dist/admin/index.js +58 -0
- package/dist/admin-audit.service-9IqXMlZm.d.cts +30 -0
- package/dist/admin-audit.service-9IqXMlZm.d.ts +30 -0
- package/dist/admin-manifest.config-DyrQNT7M.d.cts +10 -0
- package/dist/admin-manifest.config-DyrQNT7M.d.ts +10 -0
- package/dist/aggregation-CJ3qQf92.d.cts +288 -0
- package/dist/aggregation-Dvz9e8X2.d.ts +288 -0
- package/dist/billing/index.cjs +5205 -0
- package/dist/billing/index.d.cts +1326 -0
- package/dist/billing/index.d.ts +1326 -0
- package/dist/billing/index.js +197 -0
- package/dist/catalog/index.cjs +6449 -0
- package/dist/catalog/index.d.cts +1073 -0
- package/dist/catalog/index.d.ts +1073 -0
- package/dist/catalog/index.js +158 -0
- package/dist/checkout-offer/index.cjs +807 -0
- package/dist/checkout-offer/index.d.cts +120 -0
- package/dist/checkout-offer/index.d.ts +120 -0
- package/dist/checkout-offer/index.js +20 -0
- package/dist/chunk-2FR6ZL7R.js +0 -0
- package/dist/chunk-2PNX2QL2.js +347 -0
- package/dist/chunk-2VNZYRDV.js +326 -0
- package/dist/chunk-7MLGHWKO.js +12 -0
- package/dist/chunk-ABB2CRAS.js +31 -0
- package/dist/chunk-AJ3EPELS.js +157 -0
- package/dist/chunk-E56W4U2P.js +90 -0
- package/dist/chunk-HRU3CP57.js +71 -0
- package/dist/chunk-L4SUWH5B.js +14 -0
- package/dist/chunk-M6CZQYPY.js +314 -0
- package/dist/chunk-MDIZUVIK.js +87 -0
- package/dist/chunk-MV6LW5UB.js +217 -0
- package/dist/chunk-NYLON2VC.js +6 -0
- package/dist/chunk-P6MYZMXQ.js +951 -0
- package/dist/chunk-Q53N43LQ.js +13 -0
- package/dist/chunk-QJVPRD3R.js +573 -0
- package/dist/chunk-RIGLQ4BV.js +3367 -0
- package/dist/chunk-SABTXESR.js +24 -0
- package/dist/chunk-SHUYVCID.js +6 -0
- package/dist/chunk-SYEVGPFC.js +686 -0
- package/dist/chunk-V7HUZ6UQ.js +5923 -0
- package/dist/chunk-WPUVJRIN.js +29 -0
- package/dist/chunk-XCZ3TTFK.js +22 -0
- package/dist/chunk-XSGU2Y2O.js +1611 -0
- package/dist/chunk-YNEW3L63.js +190 -0
- package/dist/chunk-YXGHPILG.js +614 -0
- package/dist/chunk-ZL4LLE2Z.js +465 -0
- package/dist/di-CcNeq9v-.d.cts +16 -0
- package/dist/di-CcNeq9v-.d.ts +16 -0
- package/dist/discovery/index.cjs +588 -0
- package/dist/discovery/index.d.cts +299 -0
- package/dist/discovery/index.d.ts +299 -0
- package/dist/discovery/index.js +49 -0
- package/dist/discovery.scanner-CUYLKlYT.d.cts +59 -0
- package/dist/discovery.scanner-CUYLKlYT.d.ts +59 -0
- package/dist/entitlement/index.cjs +805 -0
- package/dist/entitlement/index.d.cts +60 -0
- package/dist/entitlement/index.d.ts +60 -0
- package/dist/entitlement/index.js +57 -0
- package/dist/index.cjs +15918 -0
- package/dist/index.d.cts +85 -0
- package/dist/index.d.ts +85 -0
- package/dist/index.js +956 -0
- package/dist/plan-resolution-CFCoUkrE.d.cts +41 -0
- package/dist/plan-resolution-CFCoUkrE.d.ts +41 -0
- package/dist/platform/index.cjs +2772 -0
- package/dist/platform/index.d.cts +118 -0
- package/dist/platform/index.d.ts +118 -0
- package/dist/platform/index.js +37 -0
- package/dist/promo/index.cjs +995 -0
- package/dist/promo/index.d.cts +121 -0
- package/dist/promo/index.d.ts +121 -0
- package/dist/promo/index.js +58 -0
- package/dist/registration/index.cjs +1687 -0
- package/dist/registration/index.d.cts +444 -0
- package/dist/registration/index.d.ts +444 -0
- package/dist/registration/index.js +82 -0
- package/dist/saas-platform.module-CgZ2omgg.d.cts +180 -0
- package/dist/saas-platform.module-DT9TnCzk.d.ts +180 -0
- package/dist/service-DX8KbGXl.d.cts +109 -0
- package/dist/service-DX8KbGXl.d.ts +109 -0
- package/dist/subscription-contract/index.cjs +471 -0
- package/dist/subscription-contract/index.d.cts +17 -0
- package/dist/subscription-contract/index.d.ts +17 -0
- package/dist/subscription-contract/index.js +21 -0
- package/dist/subscription-contract.service--cm47ZJJ.d.cts +39 -0
- package/dist/subscription-contract.service--cm47ZJJ.d.ts +39 -0
- package/dist/testing/index.cjs +3942 -0
- package/dist/testing/index.d.cts +279 -0
- package/dist/testing/index.d.ts +279 -0
- package/dist/testing/index.js +1195 -0
- package/package.json +185 -0
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ADVISORY_STRICT_MODE_CODES,
|
|
3
|
+
BundlesService,
|
|
4
|
+
BusinessTypeBundleInputDto,
|
|
5
|
+
BusinessTypesService,
|
|
6
|
+
CatalogEntriesService,
|
|
7
|
+
CatalogModule,
|
|
8
|
+
CreateBundleDto,
|
|
9
|
+
CreateBundleVersionDraftDto,
|
|
10
|
+
CreateBusinessTypeDto,
|
|
11
|
+
CreateBusinessTypeVersionDraftDto,
|
|
12
|
+
CreateMarketingProjectionDto,
|
|
13
|
+
CreatePlanDto,
|
|
14
|
+
CreatePlanVersionDraftDto,
|
|
15
|
+
CreatePromotionDto,
|
|
16
|
+
ListCatalogEntriesQueryDto,
|
|
17
|
+
ListMarketingProjectionsQueryDto,
|
|
18
|
+
ListMarketingSettingsQueryDto,
|
|
19
|
+
ListPromotionsQueryDto,
|
|
20
|
+
MarketingProjectionsService,
|
|
21
|
+
MarketingSettingsService,
|
|
22
|
+
PlanVersionsService,
|
|
23
|
+
PlansService,
|
|
24
|
+
PromotionsService,
|
|
25
|
+
PublicMarketingCatalogService,
|
|
26
|
+
PublishBundleVersionDto,
|
|
27
|
+
PublishBusinessTypeVersionDto,
|
|
28
|
+
PublishPlanVersionDto,
|
|
29
|
+
ReviewCatalogEntryDto,
|
|
30
|
+
SyncDiscoveryDto,
|
|
31
|
+
UpdateBundleDto,
|
|
32
|
+
UpdateBundleVersionDraftDto,
|
|
33
|
+
UpdateBusinessTypeDto,
|
|
34
|
+
UpdateBusinessTypeVersionDraftDto,
|
|
35
|
+
UpdateCatalogEntryI18nDto,
|
|
36
|
+
UpdateMarketingProjectionDto,
|
|
37
|
+
UpdateMarketingSettingsDto,
|
|
38
|
+
UpdatePlanDto,
|
|
39
|
+
UpdatePlanVersionDraftDto,
|
|
40
|
+
UpdatePromotionDto,
|
|
41
|
+
blockingStrictModeWarnings,
|
|
42
|
+
buildBundleVersionsController,
|
|
43
|
+
buildBundlesController,
|
|
44
|
+
buildBusinessTypeVersionsController,
|
|
45
|
+
buildBusinessTypesController,
|
|
46
|
+
buildCatalogEntriesController,
|
|
47
|
+
buildMarketingProjectionsController,
|
|
48
|
+
buildMarketingSettingsController,
|
|
49
|
+
buildPlanVersionsController,
|
|
50
|
+
buildPlansController,
|
|
51
|
+
buildPromotionsController,
|
|
52
|
+
buildPublicMarketingCatalogController,
|
|
53
|
+
featureApprovalSignature,
|
|
54
|
+
formatPreflightReport,
|
|
55
|
+
formatSeedGateReport,
|
|
56
|
+
loadApprovedCatalogKeys,
|
|
57
|
+
preflightExitCode,
|
|
58
|
+
quotaApprovalSignature,
|
|
59
|
+
runPreflight,
|
|
60
|
+
runSeedGateFromFile,
|
|
61
|
+
seedGateExitCode,
|
|
62
|
+
validateBundleDraft,
|
|
63
|
+
validateBusinessTypeDraft,
|
|
64
|
+
validatePlanDraft,
|
|
65
|
+
validateSeedAgainstSnapshot
|
|
66
|
+
} from "../chunk-V7HUZ6UQ.js";
|
|
67
|
+
import "../chunk-WPUVJRIN.js";
|
|
68
|
+
import "../chunk-ABB2CRAS.js";
|
|
69
|
+
import "../chunk-E56W4U2P.js";
|
|
70
|
+
import "../chunk-M6CZQYPY.js";
|
|
71
|
+
import "../chunk-7MLGHWKO.js";
|
|
72
|
+
import {
|
|
73
|
+
BUNDLE_REPOSITORY_TOKEN,
|
|
74
|
+
BUSINESS_TYPE_REPOSITORY_TOKEN,
|
|
75
|
+
CATALOG_ENTRY_REPOSITORY_TOKEN,
|
|
76
|
+
CATALOG_SERVICE_CONFIG_TOKEN,
|
|
77
|
+
MARKETING_PROJECTION_REPOSITORY_TOKEN,
|
|
78
|
+
MARKETING_SETTINGS_REPOSITORY_TOKEN,
|
|
79
|
+
PLAN_REPOSITORY_TOKEN,
|
|
80
|
+
PROMOTION_REPOSITORY_TOKEN
|
|
81
|
+
} from "../chunk-XCZ3TTFK.js";
|
|
82
|
+
import "../chunk-SABTXESR.js";
|
|
83
|
+
import "../chunk-L4SUWH5B.js";
|
|
84
|
+
import "../chunk-SHUYVCID.js";
|
|
85
|
+
export {
|
|
86
|
+
ADVISORY_STRICT_MODE_CODES,
|
|
87
|
+
BUNDLE_REPOSITORY_TOKEN,
|
|
88
|
+
BUSINESS_TYPE_REPOSITORY_TOKEN,
|
|
89
|
+
BundlesService,
|
|
90
|
+
BusinessTypeBundleInputDto,
|
|
91
|
+
BusinessTypesService,
|
|
92
|
+
CATALOG_ENTRY_REPOSITORY_TOKEN,
|
|
93
|
+
CATALOG_SERVICE_CONFIG_TOKEN,
|
|
94
|
+
CatalogEntriesService,
|
|
95
|
+
CatalogModule,
|
|
96
|
+
CreateBundleDto,
|
|
97
|
+
CreateBundleVersionDraftDto,
|
|
98
|
+
CreateBusinessTypeDto,
|
|
99
|
+
CreateBusinessTypeVersionDraftDto,
|
|
100
|
+
CreateMarketingProjectionDto,
|
|
101
|
+
CreatePlanDto,
|
|
102
|
+
CreatePlanVersionDraftDto,
|
|
103
|
+
CreatePromotionDto,
|
|
104
|
+
ListCatalogEntriesQueryDto,
|
|
105
|
+
ListMarketingProjectionsQueryDto,
|
|
106
|
+
ListMarketingSettingsQueryDto,
|
|
107
|
+
ListPromotionsQueryDto,
|
|
108
|
+
MARKETING_PROJECTION_REPOSITORY_TOKEN,
|
|
109
|
+
MARKETING_SETTINGS_REPOSITORY_TOKEN,
|
|
110
|
+
MarketingProjectionsService,
|
|
111
|
+
MarketingSettingsService,
|
|
112
|
+
PLAN_REPOSITORY_TOKEN,
|
|
113
|
+
PROMOTION_REPOSITORY_TOKEN,
|
|
114
|
+
PlanVersionsService,
|
|
115
|
+
PlansService,
|
|
116
|
+
PromotionsService,
|
|
117
|
+
PublicMarketingCatalogService,
|
|
118
|
+
PublishBundleVersionDto,
|
|
119
|
+
PublishBusinessTypeVersionDto,
|
|
120
|
+
PublishPlanVersionDto,
|
|
121
|
+
ReviewCatalogEntryDto,
|
|
122
|
+
SyncDiscoveryDto,
|
|
123
|
+
UpdateBundleDto,
|
|
124
|
+
UpdateBundleVersionDraftDto,
|
|
125
|
+
UpdateBusinessTypeDto,
|
|
126
|
+
UpdateBusinessTypeVersionDraftDto,
|
|
127
|
+
UpdateCatalogEntryI18nDto,
|
|
128
|
+
UpdateMarketingProjectionDto,
|
|
129
|
+
UpdateMarketingSettingsDto,
|
|
130
|
+
UpdatePlanDto,
|
|
131
|
+
UpdatePlanVersionDraftDto,
|
|
132
|
+
UpdatePromotionDto,
|
|
133
|
+
blockingStrictModeWarnings,
|
|
134
|
+
buildBundleVersionsController,
|
|
135
|
+
buildBundlesController,
|
|
136
|
+
buildBusinessTypeVersionsController,
|
|
137
|
+
buildBusinessTypesController,
|
|
138
|
+
buildCatalogEntriesController,
|
|
139
|
+
buildMarketingProjectionsController,
|
|
140
|
+
buildMarketingSettingsController,
|
|
141
|
+
buildPlanVersionsController,
|
|
142
|
+
buildPlansController,
|
|
143
|
+
buildPromotionsController,
|
|
144
|
+
buildPublicMarketingCatalogController,
|
|
145
|
+
featureApprovalSignature,
|
|
146
|
+
formatPreflightReport,
|
|
147
|
+
formatSeedGateReport,
|
|
148
|
+
loadApprovedCatalogKeys,
|
|
149
|
+
preflightExitCode,
|
|
150
|
+
quotaApprovalSignature,
|
|
151
|
+
runPreflight,
|
|
152
|
+
runSeedGateFromFile,
|
|
153
|
+
seedGateExitCode,
|
|
154
|
+
validateBundleDraft,
|
|
155
|
+
validateBusinessTypeDraft,
|
|
156
|
+
validatePlanDraft,
|
|
157
|
+
validateSeedAgainstSnapshot
|
|
158
|
+
};
|