@bpinternal/const 0.24.0 → 0.25.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.
|
@@ -185,6 +185,7 @@ export declare const billingConfig: {
|
|
|
185
185
|
};
|
|
186
186
|
readonly providerProductId: "__UNKNOWN_STRIPE_ID__";
|
|
187
187
|
readonly autoRechargeable: true;
|
|
188
|
+
readonly prorationDisabled: true;
|
|
188
189
|
};
|
|
189
190
|
readonly storage_addon: {
|
|
190
191
|
readonly id: "storage_addon";
|
|
@@ -455,6 +456,7 @@ export declare const billingDefinitions: {
|
|
|
455
456
|
};
|
|
456
457
|
readonly providerProductId: "__UNKNOWN_STRIPE_ID__";
|
|
457
458
|
readonly autoRechargeable: true;
|
|
459
|
+
readonly prorationDisabled: true;
|
|
458
460
|
};
|
|
459
461
|
readonly storage_addon: {
|
|
460
462
|
readonly id: "storage_addon";
|
package/dist/prefixes.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare const prefixToObjectMap: {
|
|
|
54
54
|
readonly webhook: "webhook";
|
|
55
55
|
readonly wkspace: "workspace";
|
|
56
56
|
readonly wksadd: "workspaceAddon";
|
|
57
|
-
readonly
|
|
57
|
+
readonly wksqtaadd: "workspaceQuotaAddition";
|
|
58
58
|
readonly wksplan: "workspacePlan";
|
|
59
59
|
readonly wrkflow: "workflow";
|
|
60
60
|
readonly wkspacepf: "workspacePreference";
|
|
@@ -112,7 +112,7 @@ export type UserId = Ids['UserId'];
|
|
|
112
112
|
export type WebhookId = Ids['WebhookId'];
|
|
113
113
|
export type WorkflowId = Ids['WorkflowId'];
|
|
114
114
|
export type WorkspaceAddonId = Ids['WorkspaceAddonId'];
|
|
115
|
-
export type
|
|
115
|
+
export type WorkspaceQuotaAdditionId = Ids['WorkspaceQuotaAdditionId'];
|
|
116
116
|
export type WorkspaceId = Ids['WorkspaceId'];
|
|
117
117
|
export type WorkspacePlanId = Ids['WorkspacePlanId'];
|
|
118
118
|
type Reverser<T extends Record<PropertyKey, PropertyKey>> = {
|
package/dist/prefixes.js
CHANGED
|
@@ -57,7 +57,7 @@ exports.prefixToObjectMap = {
|
|
|
57
57
|
webhook: 'webhook',
|
|
58
58
|
wkspace: 'workspace',
|
|
59
59
|
wksadd: 'workspaceAddon',
|
|
60
|
-
|
|
60
|
+
wksqtaadd: 'workspaceQuotaAddition',
|
|
61
61
|
wksplan: 'workspacePlan',
|
|
62
62
|
wrkflow: 'workflow',
|
|
63
63
|
wkspacepf: 'workspacePreference',
|
|
@@ -120,7 +120,7 @@ exports.objectToPrefixMap = {
|
|
|
120
120
|
workflow: 'wrkflow',
|
|
121
121
|
workspace: 'wkspace',
|
|
122
122
|
workspaceAddon: 'wksadd',
|
|
123
|
-
|
|
123
|
+
workspaceQuotaAddition: 'wksqtaadd',
|
|
124
124
|
workspacePlan: 'wksplan',
|
|
125
125
|
workspacePreference: 'wkspacepf',
|
|
126
126
|
trial: 'trial',
|