@lokiengineering/loki-common-node 1.5.3 → 1.5.5

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/index.d.ts CHANGED
@@ -288,6 +288,7 @@ declare enum FulfillmentStatus {
288
288
  LOST_SHIPPING_REVIEW = "lost_shipping_review"
289
289
  }
290
290
  declare enum ItemPaymentStatus {
291
+ UNINITIATED = "uninitiated",
291
292
  UNPAID = "unpaid",
292
293
  PAID = "paid",
293
294
  HELD = "held",
@@ -325,9 +326,9 @@ declare enum ItemProofType {
325
326
  APPEAL = "appeal"
326
327
  }
327
328
  declare enum ItemProofStatus {
328
- PENDING = "PENDING",
329
- REJECTED = "REJECTED",
330
- ACCEPTED = "ACCEPTED"
329
+ PENDING = "pending",
330
+ REJECTED = "rejected",
331
+ ACCEPTED = "accepted"
331
332
  }
332
333
 
333
334
  export { ActorType, AdminRole, AppealStatus, ArticleType, AssetType, AssetVisibility, AuthProvider, BusinessLogicErrorEnum, ContentDescriptor, DeliveryDirection, DeliveryStatus, EmailTemplateType, ErrorEntity, type ErrorEnum, FulfillmentStatus, GameCopyStatus, GamePlayMode, GameTier, GeneralErrorEnum, Genre, HouseListPlatform, IncidentResolution, ItemPaymentStatus, ItemProofStatus, ItemProofType, MaturityRating, MembershipTier, OrderChargeStatus, OrderIncidentType, OrderItemStatus, OrderPenaltyType, OrderStatus, OrderType, ParseError, PayoutKnownBank, PeriodKey, PhoneVerificationType, Platform, RefundStatus, ServerErrorEnum, TokenType, VerificationTokenType, VisibilityToTypeMap, WalletTransactionReason, WalletTransactionType };
package/dist/index.js CHANGED
@@ -331,6 +331,7 @@ var FulfillmentStatus = /* @__PURE__ */ ((FulfillmentStatus2) => {
331
331
  return FulfillmentStatus2;
332
332
  })(FulfillmentStatus || {});
333
333
  var ItemPaymentStatus = /* @__PURE__ */ ((ItemPaymentStatus2) => {
334
+ ItemPaymentStatus2["UNINITIATED"] = "uninitiated";
334
335
  ItemPaymentStatus2["UNPAID"] = "unpaid";
335
336
  ItemPaymentStatus2["PAID"] = "paid";
336
337
  ItemPaymentStatus2["HELD"] = "held";
@@ -374,9 +375,9 @@ var ItemProofType = /* @__PURE__ */ ((ItemProofType2) => {
374
375
  return ItemProofType2;
375
376
  })(ItemProofType || {});
376
377
  var ItemProofStatus = /* @__PURE__ */ ((ItemProofStatus2) => {
377
- ItemProofStatus2["PENDING"] = "PENDING";
378
- ItemProofStatus2["REJECTED"] = "REJECTED";
379
- ItemProofStatus2["ACCEPTED"] = "ACCEPTED";
378
+ ItemProofStatus2["PENDING"] = "pending";
379
+ ItemProofStatus2["REJECTED"] = "rejected";
380
+ ItemProofStatus2["ACCEPTED"] = "accepted";
380
381
  return ItemProofStatus2;
381
382
  })(ItemProofStatus || {});
382
383
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokiengineering/loki-common-node",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "Shared TypeScript enums and types for Loki services",
5
5
  "license": "MIT",
6
6
  "repository": {