@bpinternal/const 0.16.0 → 0.17.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.
@@ -48,6 +48,7 @@ export declare const prefixToObjectMap: {
48
48
  readonly job: "job";
49
49
  readonly pcrgrant: "pendingCreditGrant";
50
50
  readonly promo: "promoCode";
51
+ readonly smgevt: "smaugEvent";
51
52
  readonly usage: "usage";
52
53
  readonly user: "user";
53
54
  readonly webhook: "webhook";
@@ -105,6 +106,7 @@ export type CreditGrantId = Ids['CreditGrantId'];
105
106
  export type JobId = Ids['JobId'];
106
107
  export type PendingCreditGrantId = Ids['PendingCreditGrantId'];
107
108
  export type PromoCodeId = Ids['PromoCodeId'];
109
+ export type SmaugEventId = Ids['SmaugEventId'];
108
110
  export type UsageId = Ids['UsageId'];
109
111
  export type UserId = Ids['UserId'];
110
112
  export type WebhookId = Ids['WebhookId'];
package/dist/prefixes.js CHANGED
@@ -51,6 +51,7 @@ exports.prefixToObjectMap = {
51
51
  job: 'job',
52
52
  pcrgrant: 'pendingCreditGrant',
53
53
  promo: 'promoCode',
54
+ smgevt: 'smaugEvent',
54
55
  usage: 'usage',
55
56
  user: 'user',
56
57
  webhook: 'webhook',
@@ -112,6 +113,7 @@ exports.objectToPrefixMap = {
112
113
  job: 'job',
113
114
  pendingCreditGrant: 'pcrgrant',
114
115
  promoCode: 'promo',
116
+ smaugEvent: 'smgevt',
115
117
  usage: 'usage',
116
118
  user: 'user',
117
119
  webhook: 'webhook',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "files": [