@contractspec/example.saas-boilerplate 3.8.9 → 3.8.10
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/.turbo/turbo-build.log +156 -156
- package/CHANGELOG.md +20 -0
- package/dist/billing/billing.entity.js +1 -113
- package/dist/billing/billing.enum.js +1 -19
- package/dist/billing/billing.event.js +1 -90
- package/dist/billing/billing.handler.js +1 -148
- package/dist/billing/billing.operations.js +1 -278
- package/dist/billing/billing.presentation.js +1 -55
- package/dist/billing/billing.schema.js +1 -121
- package/dist/billing/index.js +1 -691
- package/dist/browser/billing/billing.entity.js +1 -113
- package/dist/browser/billing/billing.enum.js +1 -19
- package/dist/browser/billing/billing.event.js +1 -90
- package/dist/browser/billing/billing.handler.js +1 -148
- package/dist/browser/billing/billing.operations.js +1 -278
- package/dist/browser/billing/billing.presentation.js +1 -55
- package/dist/browser/billing/billing.schema.js +1 -121
- package/dist/browser/billing/index.js +1 -691
- package/dist/browser/dashboard/dashboard.presentation.js +1 -55
- package/dist/browser/dashboard/index.js +1 -55
- package/dist/browser/docs/index.js +5 -49
- package/dist/browser/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/browser/example.js +1 -39
- package/dist/browser/handlers/index.js +2 -358
- package/dist/browser/handlers/saas.handlers.js +2 -134
- package/dist/browser/index.js +9 -3591
- package/dist/browser/presentations/index.js +1 -299
- package/dist/browser/project/index.js +1 -793
- package/dist/browser/project/project.entity.js +1 -77
- package/dist/browser/project/project.enum.js +1 -18
- package/dist/browser/project/project.event.js +1 -103
- package/dist/browser/project/project.handler.js +1 -178
- package/dist/browser/project/project.operations.js +1 -372
- package/dist/browser/project/project.presentation.js +1 -180
- package/dist/browser/project/project.schema.js +1 -134
- package/dist/browser/saas-boilerplate.feature.js +1 -304
- package/dist/browser/seeders/index.js +2 -20
- package/dist/browser/settings/index.js +1 -75
- package/dist/browser/settings/settings.entity.js +1 -74
- package/dist/browser/settings/settings.enum.js +1 -11
- package/dist/browser/shared/mock-data.js +1 -104
- package/dist/browser/tests/operations.test-spec.js +1 -112
- package/dist/browser/ui/SaasDashboard.js +1 -1239
- package/dist/browser/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/browser/ui/SaasProjectList.js +1 -162
- package/dist/browser/ui/SaasSettingsPanel.js +1 -145
- package/dist/browser/ui/hooks/index.js +1 -159
- package/dist/browser/ui/hooks/useProjectList.js +1 -66
- package/dist/browser/ui/hooks/useProjectMutations.js +1 -91
- package/dist/browser/ui/index.js +5 -2077
- package/dist/browser/ui/modals/CreateProjectModal.js +1 -153
- package/dist/browser/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/browser/ui/modals/index.js +1 -487
- package/dist/browser/ui/overlays/demo-overlays.js +1 -61
- package/dist/browser/ui/overlays/index.js +1 -61
- package/dist/browser/ui/renderers/index.js +5 -901
- package/dist/browser/ui/renderers/project-list.markdown.js +5 -725
- package/dist/browser/ui/renderers/project-list.renderer.js +1 -177
- package/dist/browser/visualizations/catalog.js +1 -155
- package/dist/browser/visualizations/index.js +1 -217
- package/dist/browser/visualizations/selectors.js +1 -210
- package/dist/dashboard/dashboard.presentation.js +1 -55
- package/dist/dashboard/index.js +1 -55
- package/dist/docs/index.js +5 -49
- package/dist/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/example.js +1 -39
- package/dist/handlers/index.js +2 -358
- package/dist/handlers/saas.handlers.js +2 -134
- package/dist/index.js +9 -3591
- package/dist/node/billing/billing.entity.js +1 -113
- package/dist/node/billing/billing.enum.js +1 -19
- package/dist/node/billing/billing.event.js +1 -90
- package/dist/node/billing/billing.handler.js +1 -148
- package/dist/node/billing/billing.operations.js +1 -278
- package/dist/node/billing/billing.presentation.js +1 -55
- package/dist/node/billing/billing.schema.js +1 -121
- package/dist/node/billing/index.js +1 -691
- package/dist/node/dashboard/dashboard.presentation.js +1 -55
- package/dist/node/dashboard/index.js +1 -55
- package/dist/node/docs/index.js +5 -49
- package/dist/node/docs/saas-boilerplate.docblock.js +5 -49
- package/dist/node/example.js +1 -39
- package/dist/node/handlers/index.js +2 -358
- package/dist/node/handlers/saas.handlers.js +2 -134
- package/dist/node/index.js +9 -3591
- package/dist/node/presentations/index.js +1 -299
- package/dist/node/project/index.js +1 -793
- package/dist/node/project/project.entity.js +1 -77
- package/dist/node/project/project.enum.js +1 -18
- package/dist/node/project/project.event.js +1 -103
- package/dist/node/project/project.handler.js +1 -178
- package/dist/node/project/project.operations.js +1 -372
- package/dist/node/project/project.presentation.js +1 -180
- package/dist/node/project/project.schema.js +1 -134
- package/dist/node/saas-boilerplate.feature.js +1 -304
- package/dist/node/seeders/index.js +2 -20
- package/dist/node/settings/index.js +1 -75
- package/dist/node/settings/settings.entity.js +1 -74
- package/dist/node/settings/settings.enum.js +1 -11
- package/dist/node/shared/mock-data.js +1 -104
- package/dist/node/tests/operations.test-spec.js +1 -112
- package/dist/node/ui/SaasDashboard.js +1 -1239
- package/dist/node/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/node/ui/SaasProjectList.js +1 -162
- package/dist/node/ui/SaasSettingsPanel.js +1 -145
- package/dist/node/ui/hooks/index.js +1 -159
- package/dist/node/ui/hooks/useProjectList.js +1 -66
- package/dist/node/ui/hooks/useProjectMutations.js +1 -91
- package/dist/node/ui/index.js +5 -2077
- package/dist/node/ui/modals/CreateProjectModal.js +1 -153
- package/dist/node/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/node/ui/modals/index.js +1 -487
- package/dist/node/ui/overlays/demo-overlays.js +1 -61
- package/dist/node/ui/overlays/index.js +1 -61
- package/dist/node/ui/renderers/index.js +5 -901
- package/dist/node/ui/renderers/project-list.markdown.js +5 -725
- package/dist/node/ui/renderers/project-list.renderer.js +1 -177
- package/dist/node/visualizations/catalog.js +1 -155
- package/dist/node/visualizations/index.js +1 -217
- package/dist/node/visualizations/selectors.js +1 -210
- package/dist/presentations/index.js +1 -299
- package/dist/project/index.js +1 -793
- package/dist/project/project.entity.js +1 -77
- package/dist/project/project.enum.js +1 -18
- package/dist/project/project.event.js +1 -103
- package/dist/project/project.handler.js +1 -178
- package/dist/project/project.operations.js +1 -372
- package/dist/project/project.presentation.js +1 -180
- package/dist/project/project.schema.js +1 -134
- package/dist/saas-boilerplate.feature.js +1 -304
- package/dist/seeders/index.js +2 -20
- package/dist/settings/index.js +1 -75
- package/dist/settings/settings.entity.js +1 -74
- package/dist/settings/settings.enum.js +1 -11
- package/dist/shared/mock-data.js +1 -104
- package/dist/tests/operations.test-spec.js +1 -112
- package/dist/ui/SaasDashboard.js +1 -1239
- package/dist/ui/SaasDashboard.visualizations.js +1 -249
- package/dist/ui/SaasProjectList.js +1 -162
- package/dist/ui/SaasSettingsPanel.js +1 -145
- package/dist/ui/hooks/index.js +1 -159
- package/dist/ui/hooks/useProjectList.js +1 -66
- package/dist/ui/hooks/useProjectMutations.js +1 -91
- package/dist/ui/index.js +5 -2077
- package/dist/ui/modals/CreateProjectModal.js +1 -153
- package/dist/ui/modals/ProjectActionsModal.js +1 -335
- package/dist/ui/modals/index.js +1 -487
- package/dist/ui/overlays/demo-overlays.js +1 -61
- package/dist/ui/overlays/index.js +1 -61
- package/dist/ui/renderers/index.js +5 -901
- package/dist/ui/renderers/project-list.markdown.js +5 -725
- package/dist/ui/renderers/project-list.renderer.js +1 -177
- package/dist/visualizations/catalog.js +1 -155
- package/dist/visualizations/index.js +1 -217
- package/dist/visualizations/selectors.js +1 -210
- package/package.json +12 -12
package/dist/shared/mock-data.js
CHANGED
|
@@ -1,105 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
|
|
3
|
-
var MOCK_PROJECTS = [
|
|
4
|
-
{
|
|
5
|
-
id: "proj-1",
|
|
6
|
-
name: "Marketing Website",
|
|
7
|
-
description: "Main company website redesign project",
|
|
8
|
-
slug: "marketing-website",
|
|
9
|
-
organizationId: "demo-org",
|
|
10
|
-
createdBy: "user-1",
|
|
11
|
-
status: "ACTIVE",
|
|
12
|
-
isPublic: false,
|
|
13
|
-
tags: ["marketing", "website", "redesign"],
|
|
14
|
-
createdAt: new Date("2024-01-15T10:00:00Z"),
|
|
15
|
-
updatedAt: new Date("2024-03-20T14:30:00Z")
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
id: "proj-2",
|
|
19
|
-
name: "Mobile App v2",
|
|
20
|
-
description: "Next generation mobile application",
|
|
21
|
-
slug: "mobile-app-v2",
|
|
22
|
-
organizationId: "demo-org",
|
|
23
|
-
createdBy: "user-2",
|
|
24
|
-
status: "ACTIVE",
|
|
25
|
-
isPublic: false,
|
|
26
|
-
tags: ["mobile", "app", "v2"],
|
|
27
|
-
createdAt: new Date("2024-02-01T09:00:00Z"),
|
|
28
|
-
updatedAt: new Date("2024-04-05T11:15:00Z")
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
id: "proj-3",
|
|
32
|
-
name: "API Integration",
|
|
33
|
-
description: "Third-party API integration project",
|
|
34
|
-
slug: "api-integration",
|
|
35
|
-
organizationId: "demo-org",
|
|
36
|
-
createdBy: "user-1",
|
|
37
|
-
status: "DRAFT",
|
|
38
|
-
isPublic: false,
|
|
39
|
-
tags: ["api", "integration"],
|
|
40
|
-
createdAt: new Date("2024-03-10T08:00:00Z"),
|
|
41
|
-
updatedAt: new Date("2024-03-10T08:00:00Z")
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
id: "proj-4",
|
|
45
|
-
name: "Analytics Dashboard",
|
|
46
|
-
description: "Internal analytics and reporting dashboard",
|
|
47
|
-
slug: "analytics-dashboard",
|
|
48
|
-
organizationId: "demo-org",
|
|
49
|
-
createdBy: "user-3",
|
|
50
|
-
status: "ARCHIVED",
|
|
51
|
-
isPublic: true,
|
|
52
|
-
tags: ["analytics", "dashboard", "reporting"],
|
|
53
|
-
createdAt: new Date("2023-10-01T12:00:00Z"),
|
|
54
|
-
updatedAt: new Date("2024-02-28T16:45:00Z")
|
|
55
|
-
}
|
|
56
|
-
];
|
|
57
|
-
var MOCK_SUBSCRIPTION = {
|
|
58
|
-
id: "sub-1",
|
|
59
|
-
organizationId: "demo-org",
|
|
60
|
-
planId: "pro",
|
|
61
|
-
planName: "Professional",
|
|
62
|
-
status: "ACTIVE",
|
|
63
|
-
currentPeriodStart: new Date("2024-04-01T00:00:00Z"),
|
|
64
|
-
currentPeriodEnd: new Date("2024-05-01T00:00:00Z"),
|
|
65
|
-
limits: {
|
|
66
|
-
projects: 25,
|
|
67
|
-
users: 10,
|
|
68
|
-
storage: 50,
|
|
69
|
-
apiCalls: 1e5
|
|
70
|
-
},
|
|
71
|
-
usage: {
|
|
72
|
-
projects: 4,
|
|
73
|
-
users: 5,
|
|
74
|
-
storage: 12.5,
|
|
75
|
-
apiCalls: 45230
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
var MOCK_USAGE_SUMMARY = {
|
|
79
|
-
organizationId: "demo-org",
|
|
80
|
-
period: "current_month",
|
|
81
|
-
apiCalls: {
|
|
82
|
-
total: 45230,
|
|
83
|
-
limit: 1e5,
|
|
84
|
-
percentUsed: 45.23
|
|
85
|
-
},
|
|
86
|
-
storage: {
|
|
87
|
-
totalGb: 12.5,
|
|
88
|
-
limitGb: 50,
|
|
89
|
-
percentUsed: 25
|
|
90
|
-
},
|
|
91
|
-
activeProjects: 4,
|
|
92
|
-
activeUsers: 5,
|
|
93
|
-
breakdown: [
|
|
94
|
-
{ date: "2024-04-01", apiCalls: 3200, storageGb: 12.1 },
|
|
95
|
-
{ date: "2024-04-02", apiCalls: 2800, storageGb: 12.2 },
|
|
96
|
-
{ date: "2024-04-03", apiCalls: 4100, storageGb: 12.3 },
|
|
97
|
-
{ date: "2024-04-04", apiCalls: 3600, storageGb: 12.4 },
|
|
98
|
-
{ date: "2024-04-05", apiCalls: 3800, storageGb: 12.5 }
|
|
99
|
-
]
|
|
100
|
-
};
|
|
101
|
-
export {
|
|
102
|
-
MOCK_USAGE_SUMMARY,
|
|
103
|
-
MOCK_SUBSCRIPTION,
|
|
104
|
-
MOCK_PROJECTS
|
|
105
|
-
};
|
|
2
|
+
var b=[{id:"proj-1",name:"Marketing Website",description:"Main company website redesign project",slug:"marketing-website",organizationId:"demo-org",createdBy:"user-1",status:"ACTIVE",isPublic:!1,tags:["marketing","website","redesign"],createdAt:new Date("2024-01-15T10:00:00Z"),updatedAt:new Date("2024-03-20T14:30:00Z")},{id:"proj-2",name:"Mobile App v2",description:"Next generation mobile application",slug:"mobile-app-v2",organizationId:"demo-org",createdBy:"user-2",status:"ACTIVE",isPublic:!1,tags:["mobile","app","v2"],createdAt:new Date("2024-02-01T09:00:00Z"),updatedAt:new Date("2024-04-05T11:15:00Z")},{id:"proj-3",name:"API Integration",description:"Third-party API integration project",slug:"api-integration",organizationId:"demo-org",createdBy:"user-1",status:"DRAFT",isPublic:!1,tags:["api","integration"],createdAt:new Date("2024-03-10T08:00:00Z"),updatedAt:new Date("2024-03-10T08:00:00Z")},{id:"proj-4",name:"Analytics Dashboard",description:"Internal analytics and reporting dashboard",slug:"analytics-dashboard",organizationId:"demo-org",createdBy:"user-3",status:"ARCHIVED",isPublic:!0,tags:["analytics","dashboard","reporting"],createdAt:new Date("2023-10-01T12:00:00Z"),updatedAt:new Date("2024-02-28T16:45:00Z")}],d={id:"sub-1",organizationId:"demo-org",planId:"pro",planName:"Professional",status:"ACTIVE",currentPeriodStart:new Date("2024-04-01T00:00:00Z"),currentPeriodEnd:new Date("2024-05-01T00:00:00Z"),limits:{projects:25,users:10,storage:50,apiCalls:1e5},usage:{projects:4,users:5,storage:12.5,apiCalls:45230}},f={organizationId:"demo-org",period:"current_month",apiCalls:{total:45230,limit:1e5,percentUsed:45.23},storage:{totalGb:12.5,limitGb:50,percentUsed:25},activeProjects:4,activeUsers:5,breakdown:[{date:"2024-04-01",apiCalls:3200,storageGb:12.1},{date:"2024-04-02",apiCalls:2800,storageGb:12.2},{date:"2024-04-03",apiCalls:4100,storageGb:12.3},{date:"2024-04-04",apiCalls:3600,storageGb:12.4},{date:"2024-04-05",apiCalls:3800,storageGb:12.5}]};export{f as MOCK_USAGE_SUMMARY,d as MOCK_SUBSCRIPTION,b as MOCK_PROJECTS};
|
|
@@ -1,113 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
|
|
3
|
-
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
4
|
-
var ProjectListTest = defineTestSpec({
|
|
5
|
-
meta: {
|
|
6
|
-
key: "saas.project.list.test",
|
|
7
|
-
version: "1.0.0",
|
|
8
|
-
stability: "experimental",
|
|
9
|
-
owners: ["@example.saas-boilerplate"],
|
|
10
|
-
description: "Test for listing projects",
|
|
11
|
-
tags: ["test"]
|
|
12
|
-
},
|
|
13
|
-
target: {
|
|
14
|
-
type: "operation",
|
|
15
|
-
operation: { key: "saas.project.list", version: "1.0.0" }
|
|
16
|
-
},
|
|
17
|
-
scenarios: [
|
|
18
|
-
{
|
|
19
|
-
key: "success",
|
|
20
|
-
when: { operation: { key: "saas.project.list" } },
|
|
21
|
-
then: [{ type: "expectOutput", match: {} }]
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
key: "error",
|
|
25
|
-
when: { operation: { key: "saas.project.list" } },
|
|
26
|
-
then: [{ type: "expectError" }]
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
});
|
|
30
|
-
var ProjectGetTest = defineTestSpec({
|
|
31
|
-
meta: {
|
|
32
|
-
key: "saas.project.get.test",
|
|
33
|
-
version: "1.0.0",
|
|
34
|
-
stability: "experimental",
|
|
35
|
-
owners: ["@example.saas-boilerplate"],
|
|
36
|
-
description: "Test for getting project",
|
|
37
|
-
tags: ["test"]
|
|
38
|
-
},
|
|
39
|
-
target: {
|
|
40
|
-
type: "operation",
|
|
41
|
-
operation: { key: "saas.project.get", version: "1.0.0" }
|
|
42
|
-
},
|
|
43
|
-
scenarios: [
|
|
44
|
-
{
|
|
45
|
-
key: "success",
|
|
46
|
-
when: { operation: { key: "saas.project.get" } },
|
|
47
|
-
then: [{ type: "expectOutput", match: {} }]
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
key: "error",
|
|
51
|
-
when: { operation: { key: "saas.project.get" } },
|
|
52
|
-
then: [{ type: "expectError" }]
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
});
|
|
56
|
-
var BillingSubscriptionGetTest = defineTestSpec({
|
|
57
|
-
meta: {
|
|
58
|
-
key: "saas.billing.subscription.get.test",
|
|
59
|
-
version: "1.0.0",
|
|
60
|
-
stability: "experimental",
|
|
61
|
-
owners: ["@example.saas-boilerplate"],
|
|
62
|
-
description: "Test for getting subscription",
|
|
63
|
-
tags: ["test"]
|
|
64
|
-
},
|
|
65
|
-
target: {
|
|
66
|
-
type: "operation",
|
|
67
|
-
operation: { key: "saas.billing.subscription.get", version: "1.0.0" }
|
|
68
|
-
},
|
|
69
|
-
scenarios: [
|
|
70
|
-
{
|
|
71
|
-
key: "success",
|
|
72
|
-
when: { operation: { key: "saas.billing.subscription.get" } },
|
|
73
|
-
then: [{ type: "expectOutput", match: {} }]
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
key: "error",
|
|
77
|
-
when: { operation: { key: "saas.billing.subscription.get" } },
|
|
78
|
-
then: [{ type: "expectError" }]
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
});
|
|
82
|
-
var BillingUsageSummaryTest = defineTestSpec({
|
|
83
|
-
meta: {
|
|
84
|
-
key: "saas.billing.usage.summary.test",
|
|
85
|
-
version: "1.0.0",
|
|
86
|
-
stability: "experimental",
|
|
87
|
-
owners: ["@example.saas-boilerplate"],
|
|
88
|
-
description: "Test for getting usage summary",
|
|
89
|
-
tags: ["test"]
|
|
90
|
-
},
|
|
91
|
-
target: {
|
|
92
|
-
type: "operation",
|
|
93
|
-
operation: { key: "saas.billing.usage.summary", version: "1.0.0" }
|
|
94
|
-
},
|
|
95
|
-
scenarios: [
|
|
96
|
-
{
|
|
97
|
-
key: "success",
|
|
98
|
-
when: { operation: { key: "saas.billing.usage.summary" } },
|
|
99
|
-
then: [{ type: "expectOutput", match: {} }]
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
key: "error",
|
|
103
|
-
when: { operation: { key: "saas.billing.usage.summary" } },
|
|
104
|
-
then: [{ type: "expectError" }]
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
});
|
|
108
|
-
export {
|
|
109
|
-
ProjectListTest,
|
|
110
|
-
ProjectGetTest,
|
|
111
|
-
BillingUsageSummaryTest,
|
|
112
|
-
BillingSubscriptionGetTest
|
|
113
|
-
};
|
|
2
|
+
import{defineTestSpec as g}from"@contractspec/lib.contracts-spec/tests";var j=g({meta:{key:"saas.project.list.test",version:"1.0.0",stability:"experimental",owners:["@example.saas-boilerplate"],description:"Test for listing projects",tags:["test"]},target:{type:"operation",operation:{key:"saas.project.list",version:"1.0.0"}},scenarios:[{key:"success",when:{operation:{key:"saas.project.list"}},then:[{type:"expectOutput",match:{}}]},{key:"error",when:{operation:{key:"saas.project.list"}},then:[{type:"expectError"}]}]}),k=g({meta:{key:"saas.project.get.test",version:"1.0.0",stability:"experimental",owners:["@example.saas-boilerplate"],description:"Test for getting project",tags:["test"]},target:{type:"operation",operation:{key:"saas.project.get",version:"1.0.0"}},scenarios:[{key:"success",when:{operation:{key:"saas.project.get"}},then:[{type:"expectOutput",match:{}}]},{key:"error",when:{operation:{key:"saas.project.get"}},then:[{type:"expectError"}]}]}),m=g({meta:{key:"saas.billing.subscription.get.test",version:"1.0.0",stability:"experimental",owners:["@example.saas-boilerplate"],description:"Test for getting subscription",tags:["test"]},target:{type:"operation",operation:{key:"saas.billing.subscription.get",version:"1.0.0"}},scenarios:[{key:"success",when:{operation:{key:"saas.billing.subscription.get"}},then:[{type:"expectOutput",match:{}}]},{key:"error",when:{operation:{key:"saas.billing.subscription.get"}},then:[{type:"expectError"}]}]}),q=g({meta:{key:"saas.billing.usage.summary.test",version:"1.0.0",stability:"experimental",owners:["@example.saas-boilerplate"],description:"Test for getting usage summary",tags:["test"]},target:{type:"operation",operation:{key:"saas.billing.usage.summary",version:"1.0.0"}},scenarios:[{key:"success",when:{operation:{key:"saas.billing.usage.summary"}},then:[{type:"expectOutput",match:{}}]},{key:"error",when:{operation:{key:"saas.billing.usage.summary"}},then:[{type:"expectError"}]}]});export{j as ProjectListTest,k as ProjectGetTest,q as BillingUsageSummaryTest,m as BillingSubscriptionGetTest};
|