@sellout/models 0.0.383 → 0.0.384

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.
@@ -24,6 +24,7 @@ const GET_PROMO_CODE = (0, client_1.gql) `
24
24
  endsAt
25
25
  totalQty
26
26
  remainingQty
27
+ isActive
27
28
  }
28
29
  purchaseLimit
29
30
  visible
@@ -1 +1 @@
1
- {"version":3,"file":"promoCodeVerify.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/promoCodeVerify.query.ts"],"names":[],"mappings":";;AAAA,2CAAmC;AAEnC,MAAM,cAAc,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDzB,CAAC;AAEF,kBAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"promoCodeVerify.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/promoCodeVerify.query.ts"],"names":[],"mappings":";;AAAA,2CAAmC;AAEnC,MAAM,cAAc,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDzB,CAAC;AAEF,kBAAe,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.383",
3
+ "version": "0.0.384",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@apollo/client": "^3.9.6",
20
20
  "@hapi/joi": "^17.1.1",
21
- "@sellout/utils": "^0.0.383",
21
+ "@sellout/utils": "^0.0.384",
22
22
  "@types/hapi__joi": "^16.0.1",
23
23
  "@types/shortid": "^0.0.29",
24
24
  "@types/zen-observable": "^0.8.7",
@@ -32,5 +32,5 @@
32
32
  "protobufjs": "^6.11.2",
33
33
  "typescript": "^4.9.5"
34
34
  },
35
- "gitHead": "974b73ad065e7121c3e73c6cac3edca613028641"
35
+ "gitHead": "1cbafa1999f5f1f90bf6c4fa934d2b6e0278a3de"
36
36
  }
@@ -23,6 +23,7 @@ const GET_PROMO_CODE = gql`
23
23
  endsAt
24
24
  totalQty
25
25
  remainingQty
26
+ isActive
26
27
  }
27
28
  purchaseLimit
28
29
  visible