@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.
@@ -31,6 +31,7 @@ export declare const addons: {
31
31
  };
32
32
  readonly providerProductId: "__UNKNOWN_STRIPE_ID__";
33
33
  readonly autoRechargeable: true;
34
+ readonly prorationDisabled: true;
34
35
  };
35
36
  readonly storage_addon: {
36
37
  readonly id: "storage_addon";
@@ -48,6 +48,7 @@ exports.addons = {
48
48
  },
49
49
  providerProductId: schemas_1.UNKNOWN_STRIPE_ID,
50
50
  autoRechargeable: true,
51
+ prorationDisabled: true,
51
52
  },
52
53
  storage_addon: {
53
54
  id: 'storage_addon',
@@ -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";
@@ -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 wksaddinst: "workspaceAddonAddition";
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 WorkspaceAddonAdditionId = Ids['WorkspaceAddonAdditionId'];
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
- wksaddinst: 'workspaceAddonAddition',
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
- workspaceAddonAddition: 'wksaddinst',
123
+ workspaceQuotaAddition: 'wksqtaadd',
124
124
  workspacePlan: 'wksplan',
125
125
  workspacePreference: 'wkspacepf',
126
126
  trial: 'trial',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "files": [