@heliofi/common 0.2.88 → 0.2.90

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.
Files changed (30) hide show
  1. package/dist/src/domain/constants/index.d.ts +0 -1
  2. package/dist/src/domain/constants/index.js +0 -1
  3. package/dist/src/domain/constants/index.js.map +1 -1
  4. package/dist/src/domain/model/index.d.ts +1 -1
  5. package/dist/src/domain/model/index.js +1 -1
  6. package/dist/src/domain/model/index.js.map +1 -1
  7. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.d.ts +11 -0
  8. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js +57 -0
  9. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js.map +1 -0
  10. package/dist/src/domain/model/refund-request/entities/RefundRequestCollectionItem.entity.d.ts +1 -0
  11. package/dist/src/domain/model/refund-request/entities/RefundRequestCollectionItem.entity.js.map +1 -1
  12. package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +2 -0
  13. package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -1
  14. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.dto.d.ts +5 -0
  15. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.dto.js +37 -0
  16. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.dto.js.map +1 -0
  17. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.entity.d.ts +4 -0
  18. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.entity.js +7 -0
  19. package/dist/src/domain/model/stripe-api-keys/StripeApiKey.entity.js.map +1 -0
  20. package/dist/src/domain/model/stripe-api-keys/StripeApiKeys.dto.d.ts +4 -0
  21. package/dist/src/domain/model/stripe-api-keys/StripeApiKeys.dto.js +26 -0
  22. package/dist/src/domain/model/stripe-api-keys/StripeApiKeys.dto.js.map +1 -0
  23. package/dist/src/domain/model/stripe-api-keys/index.d.ts +3 -0
  24. package/dist/src/domain/model/stripe-api-keys/index.js +20 -0
  25. package/dist/src/domain/model/stripe-api-keys/index.js.map +1 -0
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. package/package.json +2 -2
  28. package/dist/src/domain/constants/bannedCountries.d.ts +0 -1
  29. package/dist/src/domain/constants/bannedCountries.js +0 -42
  30. package/dist/src/domain/constants/bannedCountries.js.map +0 -1
@@ -28,4 +28,3 @@ export * from './theme';
28
28
  export * from './nftType';
29
29
  export * from './redirectQueryParams.enum';
30
30
  export * from './onrampTransactionStatus';
31
- export * from './bannedCountries';
@@ -44,5 +44,4 @@ __exportStar(require("./theme"), exports);
44
44
  __exportStar(require("./nftType"), exports);
45
45
  __exportStar(require("./redirectQueryParams.enum"), exports);
46
46
  __exportStar(require("./onrampTransactionStatus"), exports);
47
- __exportStar(require("./bannedCountries"), exports);
48
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,6DAA2C;AAC3C,4DAA0C;AAC1C,oDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,6DAA2C;AAC3C,4DAA0C"}
@@ -5,7 +5,7 @@ export * from './wallet';
5
5
  export * from './report';
6
6
  export * from './customer-details';
7
7
  export * from './discord-auth-details';
8
- export * from './stripe-details';
8
+ export * from './stripe-api-keys';
9
9
  export * from './transaction-meta';
10
10
  export * from './discordDetails';
11
11
  export * from './currency';
@@ -21,7 +21,7 @@ __exportStar(require("./wallet"), exports);
21
21
  __exportStar(require("./report"), exports);
22
22
  __exportStar(require("./customer-details"), exports);
23
23
  __exportStar(require("./discord-auth-details"), exports);
24
- __exportStar(require("./stripe-details"), exports);
24
+ __exportStar(require("./stripe-api-keys"), exports);
25
25
  __exportStar(require("./transaction-meta"), exports);
26
26
  __exportStar(require("./discordDetails"), exports);
27
27
  __exportStar(require("./currency"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,mDAAiC;AACjC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,2CAAyB;AACzB,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,2CAAyB;AACzB,2CAAyB"}
@@ -0,0 +1,11 @@
1
+ import { CustomerDetailsDto } from '../../customer-details';
2
+ import { ProductDetailsDto } from '../../product-details';
3
+ export declare class PreparePaymentDto {
4
+ paymentRequestId: string;
5
+ senderPublicKey: string;
6
+ currencyId: string;
7
+ quantity?: number;
8
+ affiliateCode?: string;
9
+ customerDetails?: CustomerDetailsDto;
10
+ productDetails?: ProductDetailsDto;
11
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.PreparePaymentDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const customer_details_1 = require("../../customer-details");
16
+ const product_details_1 = require("../../product-details");
17
+ class PreparePaymentDto {
18
+ }
19
+ __decorate([
20
+ (0, class_validator_1.IsString)(),
21
+ (0, class_validator_1.IsNotEmpty)(),
22
+ __metadata("design:type", String)
23
+ ], PreparePaymentDto.prototype, "paymentRequestId", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.IsNotEmpty)(),
27
+ __metadata("design:type", String)
28
+ ], PreparePaymentDto.prototype, "senderPublicKey", void 0);
29
+ __decorate([
30
+ (0, class_validator_1.IsString)(),
31
+ (0, class_validator_1.IsNotEmpty)(),
32
+ __metadata("design:type", String)
33
+ ], PreparePaymentDto.prototype, "currencyId", void 0);
34
+ __decorate([
35
+ (0, class_validator_1.IsNumber)(),
36
+ (0, class_validator_1.IsOptional)(),
37
+ __metadata("design:type", Number)
38
+ ], PreparePaymentDto.prototype, "quantity", void 0);
39
+ __decorate([
40
+ (0, class_validator_1.IsString)(),
41
+ (0, class_validator_1.IsOptional)(),
42
+ __metadata("design:type", String)
43
+ ], PreparePaymentDto.prototype, "affiliateCode", void 0);
44
+ __decorate([
45
+ (0, class_transformer_1.Type)(() => customer_details_1.CustomerDetailsDto),
46
+ (0, class_validator_1.ValidateNested)(),
47
+ (0, class_validator_1.IsOptional)(),
48
+ __metadata("design:type", customer_details_1.CustomerDetailsDto)
49
+ ], PreparePaymentDto.prototype, "customerDetails", void 0);
50
+ __decorate([
51
+ (0, class_transformer_1.Type)(() => product_details_1.ProductDetailsDto),
52
+ (0, class_validator_1.ValidateNested)(),
53
+ (0, class_validator_1.IsOptional)(),
54
+ __metadata("design:type", product_details_1.ProductDetailsDto)
55
+ ], PreparePaymentDto.prototype, "productDetails", void 0);
56
+ exports.PreparePaymentDto = PreparePaymentDto;
57
+ //# sourceMappingURL=preparePayment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preparePayment.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/preparePayment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAE1D,MAAa,iBAAiB;CA8B7B;AA7BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACU;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACK,qCAAkB;0DAAC;AAErC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACI,mCAAiB;yDAAC;AA7BrC,8CA8BC"}
@@ -7,6 +7,7 @@ export declare class RefundRequestCollectionItem extends BaseRefundRequest {
7
7
  shopifyPaymentId: string;
8
8
  paymentRequestTxId: string;
9
9
  paymentRequestRecipientPublicKey?: string;
10
+ paymentRequestSenderPublicKey?: string;
10
11
  status: RefundRequestStatus;
11
12
  currency: Currency;
12
13
  refundTransactionSignature: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"RefundRequestCollectionItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund-request/entities/RefundRequestCollectionItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yEAA+D;AAI/D,MAAa,2BAA4B,SAAQ,4CAAiB;CAiBjE;AAhBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;kEAClB;AAFxB,kEAiBC"}
1
+ {"version":3,"file":"RefundRequestCollectionItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund-request/entities/RefundRequestCollectionItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yEAA+D;AAI/D,MAAa,2BAA4B,SAAQ,4CAAiB;CAmBjE;AAlBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;kEAClB;AAFxB,kEAmBC"}
@@ -50,4 +50,6 @@ export declare class ReportItem extends Entity {
50
50
  transactionType?: ExportTransactionType;
51
51
  additionalJSON?: string;
52
52
  discountCode?: string;
53
+ shopifyPaymentId?: string;
54
+ shopifyPaymentGid?: string;
53
55
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,UAAW,SAAQ,eAAM;CA+FrC;AA/FD,gCA+FC"}
1
+ {"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,UAAW,SAAQ,eAAM;CAmGrC;AAnGD,gCAmGC"}
@@ -0,0 +1,5 @@
1
+ export declare class StripeApiKeyDto {
2
+ id?: string;
3
+ name?: string;
4
+ newSecretKey?: string;
5
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.StripeApiKeyDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class StripeApiKeyDto {
15
+ }
16
+ __decorate([
17
+ (0, class_validator_1.IsOptional)(),
18
+ (0, class_validator_1.IsMongoId)(),
19
+ __metadata("design:type", String)
20
+ ], StripeApiKeyDto.prototype, "id", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsOptional)(),
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.MaxLength)(100),
25
+ __metadata("design:type", String)
26
+ ], StripeApiKeyDto.prototype, "name", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsOptional)(),
29
+ (0, class_validator_1.IsString)(),
30
+ (0, class_validator_1.MaxLength)(200),
31
+ (0, class_validator_1.Matches)(/^rk_/, {
32
+ message: 'Stripe API key must be a restricted key starting with "rk_"',
33
+ }),
34
+ __metadata("design:type", String)
35
+ ], StripeApiKeyDto.prototype, "newSecretKey", void 0);
36
+ exports.StripeApiKeyDto = StripeApiKeyDto;
37
+ //# sourceMappingURL=StripeApiKey.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StripeApiKey.dto.js","sourceRoot":"","sources":["../../../../../src/domain/model/stripe-api-keys/StripeApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,eAAe;CAiB3B;AAhBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;2CACA;AAEZ;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,GAAG,CAAC;;6CACD;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,2BAAS,EAAC,GAAG,CAAC;IACd,IAAA,yBAAO,EAAC,MAAM,EAAE;QACf,OAAO,EAAE,6DAA6D;KACvE,CAAC;;qDACoB;AAhBxB,0CAiBC"}
@@ -0,0 +1,4 @@
1
+ export declare class StripeApiKey {
2
+ id: string;
3
+ name: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StripeApiKey = void 0;
4
+ class StripeApiKey {
5
+ }
6
+ exports.StripeApiKey = StripeApiKey;
7
+ //# sourceMappingURL=StripeApiKey.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StripeApiKey.entity.js","sourceRoot":"","sources":["../../../../../src/domain/model/stripe-api-keys/StripeApiKey.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,YAAY;CAKxB;AALD,oCAKC"}
@@ -0,0 +1,4 @@
1
+ import { StripeApiKeyDto } from './StripeApiKey.dto';
2
+ export declare class StripeApiKeysDto {
3
+ apiKeys: StripeApiKeyDto[];
4
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.StripeApiKeysDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const StripeApiKey_dto_1 = require("./StripeApiKey.dto");
16
+ class StripeApiKeysDto {
17
+ }
18
+ __decorate([
19
+ (0, class_transformer_1.Type)(() => StripeApiKey_dto_1.StripeApiKeyDto),
20
+ (0, class_validator_1.IsArray)(),
21
+ (0, class_validator_1.IsDefined)(),
22
+ (0, class_validator_1.ValidateNested)({ each: true }),
23
+ __metadata("design:type", Array)
24
+ ], StripeApiKeysDto.prototype, "apiKeys", void 0);
25
+ exports.StripeApiKeysDto = StripeApiKeysDto;
26
+ //# sourceMappingURL=StripeApiKeys.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StripeApiKeys.dto.js","sourceRoot":"","sources":["../../../../../src/domain/model/stripe-api-keys/StripeApiKeys.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqE;AACrE,yDAAyC;AACzC,yDAAqD;AAErD,MAAa,gBAAgB;CAM5B;AALC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,yBAAO,GAAE;IACT,IAAA,2BAAS,GAAE;IACX,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDACJ;AAL7B,4CAMC"}
@@ -0,0 +1,3 @@
1
+ export * from './StripeApiKey.entity';
2
+ export * from './StripeApiKey.dto';
3
+ export * from './StripeApiKeys.dto';
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./StripeApiKey.entity"), exports);
18
+ __exportStar(require("./StripeApiKey.dto"), exports);
19
+ __exportStar(require("./StripeApiKeys.dto"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/stripe-api-keys/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,qDAAmC;AACnC,sDAAoC"}