@saasicat/nest 0.7.0 → 0.8.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/dist/admin/index.cjs +1 -5
- package/dist/admin/index.js +2 -2
- package/dist/{chunk-U6HT27J7.js → chunk-PLDHI6NA.js} +1 -5
- package/dist/{chunk-SD3TT2BR.js → chunk-T5SXXAKG.js} +1 -1
- package/dist/{chunk-A2QBXDJC.js → chunk-YHHE4KDA.js} +1 -1
- package/dist/index.cjs +1 -5
- package/dist/index.js +2 -2
- package/dist/platform/index.cjs +1 -5
- package/dist/platform/index.js +2 -2
- package/dist/testing/index.cjs +1 -5
- package/dist/testing/index.js +2 -2
- package/package.json +3 -3
package/dist/admin/index.cjs
CHANGED
|
@@ -688,7 +688,7 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
688
688
|
// section is deliberately curated:
|
|
689
689
|
// Overview: dashboard
|
|
690
690
|
// Product catalog: discovery → bundles → plans →
|
|
691
|
-
//
|
|
691
|
+
// marketingCatalog → promoCodes
|
|
692
692
|
// (promoCodes is appended by the app contributions
|
|
693
693
|
// and therefore lands at the end of the section)
|
|
694
694
|
// Customers: tenants → users → pilots
|
|
@@ -716,10 +716,6 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
716
716
|
enabled: true,
|
|
717
717
|
requiredCapability: "plans.read"
|
|
718
718
|
},
|
|
719
|
-
planVersions: {
|
|
720
|
-
enabled: true,
|
|
721
|
-
requiredCapability: "plans.read"
|
|
722
|
-
},
|
|
723
719
|
// SPEC_V2 §11.1 M3 — marketing catalog (locale pivot).
|
|
724
720
|
// Apps that market a public catalog set
|
|
725
721
|
// `marketingProjections.read = true`.
|
package/dist/admin/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
AdminStatsService,
|
|
7
7
|
PROMO_CODE_STATS_PORT_TOKEN,
|
|
8
8
|
SUBSCRIPTION_STATS_PORT_TOKEN
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-T5SXXAKG.js";
|
|
10
10
|
import {
|
|
11
11
|
ADMIN_MANIFEST_CONFIG,
|
|
12
12
|
AdminBypassRlsInterceptor,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
REQUIRE_MFA_KEY,
|
|
22
22
|
RequireMfa,
|
|
23
23
|
SuperAdminGuard
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-PLDHI6NA.js";
|
|
25
25
|
import {
|
|
26
26
|
AUDIT_PORT_TOKEN,
|
|
27
27
|
AdminAuditService,
|
|
@@ -537,7 +537,7 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
537
537
|
// section is deliberately curated:
|
|
538
538
|
// Overview: dashboard
|
|
539
539
|
// Product catalog: discovery → bundles → plans →
|
|
540
|
-
//
|
|
540
|
+
// marketingCatalog → promoCodes
|
|
541
541
|
// (promoCodes is appended by the app contributions
|
|
542
542
|
// and therefore lands at the end of the section)
|
|
543
543
|
// Customers: tenants → users → pilots
|
|
@@ -565,10 +565,6 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
565
565
|
enabled: true,
|
|
566
566
|
requiredCapability: "plans.read"
|
|
567
567
|
},
|
|
568
|
-
planVersions: {
|
|
569
|
-
enabled: true,
|
|
570
|
-
requiredCapability: "plans.read"
|
|
571
|
-
},
|
|
572
568
|
// SPEC_V2 §11.1 M3 — marketing catalog (locale pivot).
|
|
573
569
|
// Apps that market a public catalog set
|
|
574
570
|
// `marketingProjections.read = true`.
|
package/dist/index.cjs
CHANGED
|
@@ -6095,7 +6095,7 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
6095
6095
|
// section is deliberately curated:
|
|
6096
6096
|
// Overview: dashboard
|
|
6097
6097
|
// Product catalog: discovery → bundles → plans →
|
|
6098
|
-
//
|
|
6098
|
+
// marketingCatalog → promoCodes
|
|
6099
6099
|
// (promoCodes is appended by the app contributions
|
|
6100
6100
|
// and therefore lands at the end of the section)
|
|
6101
6101
|
// Customers: tenants → users → pilots
|
|
@@ -6123,10 +6123,6 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
6123
6123
|
enabled: true,
|
|
6124
6124
|
requiredCapability: "plans.read"
|
|
6125
6125
|
},
|
|
6126
|
-
planVersions: {
|
|
6127
|
-
enabled: true,
|
|
6128
|
-
requiredCapability: "plans.read"
|
|
6129
|
-
},
|
|
6130
6126
|
// SPEC_V2 §11.1 M3 — marketing catalog (locale pivot).
|
|
6131
6127
|
// Apps that market a public catalog set
|
|
6132
6128
|
// `marketingProjections.read = true`.
|
package/dist/index.js
CHANGED
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
AdminStatsService,
|
|
55
55
|
PROMO_CODE_STATS_PORT_TOKEN,
|
|
56
56
|
SUBSCRIPTION_STATS_PORT_TOKEN
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-T5SXXAKG.js";
|
|
58
58
|
import {
|
|
59
59
|
CONTRACT_FREEZE_PORT_TOKEN,
|
|
60
60
|
CONTRACT_FREEZE_PROJECT_KEY_TOKEN,
|
|
@@ -242,7 +242,7 @@ import {
|
|
|
242
242
|
REQUIRE_MFA_KEY,
|
|
243
243
|
RequireMfa,
|
|
244
244
|
SuperAdminGuard
|
|
245
|
-
} from "./chunk-
|
|
245
|
+
} from "./chunk-PLDHI6NA.js";
|
|
246
246
|
import {
|
|
247
247
|
REQUIRE_FEATURE_KEY,
|
|
248
248
|
RequireFeature
|
package/dist/platform/index.cjs
CHANGED
|
@@ -679,7 +679,7 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
679
679
|
// section is deliberately curated:
|
|
680
680
|
// Overview: dashboard
|
|
681
681
|
// Product catalog: discovery → bundles → plans →
|
|
682
|
-
//
|
|
682
|
+
// marketingCatalog → promoCodes
|
|
683
683
|
// (promoCodes is appended by the app contributions
|
|
684
684
|
// and therefore lands at the end of the section)
|
|
685
685
|
// Customers: tenants → users → pilots
|
|
@@ -707,10 +707,6 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
707
707
|
enabled: true,
|
|
708
708
|
requiredCapability: "plans.read"
|
|
709
709
|
},
|
|
710
|
-
planVersions: {
|
|
711
|
-
enabled: true,
|
|
712
|
-
requiredCapability: "plans.read"
|
|
713
|
-
},
|
|
714
710
|
// SPEC_V2 §11.1 M3 — marketing catalog (locale pivot).
|
|
715
711
|
// Apps that market a public catalog set
|
|
716
712
|
// `marketingProjections.read = true`.
|
package/dist/platform/index.js
CHANGED
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
StaticPlanResolver,
|
|
10
10
|
TenantManifestService,
|
|
11
11
|
buildTenantManifestController
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-YHHE4KDA.js";
|
|
13
13
|
import {
|
|
14
14
|
AdminManifestService
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-PLDHI6NA.js";
|
|
16
16
|
import "../chunk-Q53N43LQ.js";
|
|
17
17
|
import "../chunk-E56W4U2P.js";
|
|
18
18
|
import "../chunk-AJ3EPELS.js";
|
package/dist/testing/index.cjs
CHANGED
|
@@ -1577,7 +1577,7 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
1577
1577
|
// section is deliberately curated:
|
|
1578
1578
|
// Overview: dashboard
|
|
1579
1579
|
// Product catalog: discovery → bundles → plans →
|
|
1580
|
-
//
|
|
1580
|
+
// marketingCatalog → promoCodes
|
|
1581
1581
|
// (promoCodes is appended by the app contributions
|
|
1582
1582
|
// and therefore lands at the end of the section)
|
|
1583
1583
|
// Customers: tenants → users → pilots
|
|
@@ -1605,10 +1605,6 @@ var PLATFORM_CORE_MANIFEST_CONTRIBUTION = {
|
|
|
1605
1605
|
enabled: true,
|
|
1606
1606
|
requiredCapability: "plans.read"
|
|
1607
1607
|
},
|
|
1608
|
-
planVersions: {
|
|
1609
|
-
enabled: true,
|
|
1610
|
-
requiredCapability: "plans.read"
|
|
1611
|
-
},
|
|
1612
1608
|
// SPEC_V2 §11.1 M3 — marketing catalog (locale pivot).
|
|
1613
1609
|
// Apps that market a public catalog set
|
|
1614
1610
|
// `marketingProjections.read = true`.
|
package/dist/testing/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
StaticEntitlementService,
|
|
6
6
|
StaticFeatureGuard,
|
|
7
7
|
StaticPlanResolver
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-YHHE4KDA.js";
|
|
9
|
+
import "../chunk-PLDHI6NA.js";
|
|
10
10
|
import "../chunk-Q53N43LQ.js";
|
|
11
11
|
import "../chunk-E56W4U2P.js";
|
|
12
12
|
import "../chunk-AJ3EPELS.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasicat/nest",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "NestJS implementation of the SaaS platform: billing, promo codes, admin backend, audit, MFA, adapter ports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"js-yaml": "^4.1.0",
|
|
138
138
|
"otplib": "^13.4.1",
|
|
139
139
|
"qrcode": "^1.5.4",
|
|
140
|
-
"@saasicat/spec": "^0.
|
|
141
|
-
"@saasicat/types": "^0.
|
|
140
|
+
"@saasicat/spec": "^0.8.0",
|
|
141
|
+
"@saasicat/types": "^0.8.0"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@nestjs/common": "^11.0.0",
|