@collctiv/l2s-models 1.0.113 → 1.0.115

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.
@@ -32,5 +32,6 @@ export type RefundInformation = {
32
32
  payment_amount: number;
33
33
  total_refunds: number;
34
34
  amount_remaining: number;
35
+ in_progress_refunds: number;
35
36
  };
36
37
  //# sourceMappingURL=refund.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"refund.d.ts","sourceRoot":"","sources":["../../entities/refund.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEpF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,qBAGa,MAAO,YAAW,WAAW,EAAE,UAAU,EAAE,WAAW;IAExD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,IAAI,CAAc;IAC/B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAK;IAGnB,OAAO,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,YAAY,CAAoB;IAGxC,0BAA0B,EAAE,MAAM,CAAK;IAEvC,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEL,IAAI,GAAE,OAAO,CAAC,MAAM,CAAM;CAGhD;AAED,oBAAY,YAAY;IACpB,GAAG,QAAQ;IACX,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CAC1B;AAED,oBAAY,YAAY;IACpB,iBAAiB,uBAAuB;IACxC,cAAc,oBAAoB;IAClC,KAAK,UAAU;IACf,OAAO,YAAY;CACtB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;CAC5B,CAAA"}
1
+ {"version":3,"file":"refund.d.ts","sourceRoot":"","sources":["../../entities/refund.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEpF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,qBAGa,MAAO,YAAW,WAAW,EAAE,UAAU,EAAE,WAAW;IAExD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,IAAI,CAAc;IAC/B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAK;IAGnB,OAAO,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,YAAY,CAAoB;IAGxC,0BAA0B,EAAE,MAAM,CAAK;IAEvC,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEL,IAAI,GAAE,OAAO,CAAC,MAAM,CAAM;CAGhD;AAED,oBAAY,YAAY;IACpB,GAAG,QAAQ;IACX,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CAC1B;AAED,oBAAY,YAAY;IACpB,iBAAiB,uBAAuB;IACxC,cAAc,oBAAoB;IAClC,KAAK,UAAU;IACf,OAAO,YAAY;CACtB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;CAC/B,CAAA"}
@@ -46,7 +46,7 @@ __decorate([
46
46
  ], Refund.prototype, "amount_remaining_to_refund", void 0);
47
47
  Refund = __decorate([
48
48
  Collection("refunds"),
49
- Topic("refunds"),
49
+ Topic("refunds", { previous: true }),
50
50
  Modifiable(),
51
51
  __metadata("design:paramtypes", [Object])
52
52
  ], Refund);
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
- "name": "@collctiv/l2s-models",
3
- "version": "1.0.113",
4
- "description": "L2S models, interfaces, types and enums",
5
- "main": "./dist/index.js",
6
- "type": "module",
7
- "files": [
8
- "dist"
9
- ],
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/Collctiv/l2s-models.git"
13
- },
14
- "author": "",
15
- "license": "ISC",
16
- "bugs": {
17
- "url": "https://github.com/Collctiv/l2s-models/issues"
18
- },
19
- "homepage": "https://github.com/Collctiv/l2s-models#readme",
20
- "dependencies": {
21
- "date-fns": "^4.4.0",
22
- "reflect-metadata": "^0.2.2"
23
- },
24
- "devDependencies": {
25
- "@types/node": "^25.6.0",
26
- "ts-node": "^10.9.2",
27
- "typescript": "^6.0.3"
28
- },
29
- "scripts": {
30
- "test": "jest \"tests/.*\\.test\\.ts\"",
31
- "build": "tsc"
32
- }
33
- }
2
+ "name": "@collctiv/l2s-models",
3
+ "version": "1.0.115",
4
+ "description": "L2S models, interfaces, types and enums",
5
+ "main": "./dist/index.js",
6
+ "type": "module",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "test": "jest \"tests/.*\\.test\\.ts\"",
12
+ "build": "tsc"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/Collctiv/l2s-models.git"
17
+ },
18
+ "author": "",
19
+ "license": "ISC",
20
+ "bugs": {
21
+ "url": "https://github.com/Collctiv/l2s-models/issues"
22
+ },
23
+ "homepage": "https://github.com/Collctiv/l2s-models#readme",
24
+ "dependencies": {
25
+ "date-fns": "^4.4.0",
26
+ "reflect-metadata": "^0.2.2"
27
+ },
28
+ "devDependencies": {
29
+ "@types/node": "^25.6.0",
30
+ "ts-node": "^10.9.2",
31
+ "typescript": "^6.0.3"
32
+ }
33
+ }