@heliofi/common 0.1.652 → 0.1.654

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 (71) hide show
  1. package/dist/src/domain/model/charge/constants.d.ts +4 -0
  2. package/dist/src/domain/model/charge/constants.js +9 -0
  3. package/dist/src/domain/model/charge/constants.js.map +1 -0
  4. package/dist/src/domain/model/charge/dtos/createChargeWithOptionalShopify.dto.d.ts +6 -0
  5. package/dist/src/domain/model/charge/dtos/createChargeWithOptionalShopify.dto.js +26 -0
  6. package/dist/src/domain/model/charge/dtos/createChargeWithOptionalShopify.dto.js.map +1 -0
  7. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +4 -0
  8. package/dist/src/domain/model/{raffle-details/dtos/updateRaffleDetails.dto.js → charge/dtos/shopifyDetails.dto.js} +10 -20
  9. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +1 -0
  10. package/dist/src/domain/model/explorer-search/entities/index.d.ts +1 -0
  11. package/dist/src/domain/model/explorer-search/entities/index.js +1 -0
  12. package/dist/src/domain/model/explorer-search/entities/index.js.map +1 -1
  13. package/dist/src/domain/model/explorer-search/entities/transactionSearchResult.entity.d.ts +5 -0
  14. package/dist/src/domain/model/explorer-search/entities/transactionSearchResult.entity.js +8 -0
  15. package/dist/src/domain/model/explorer-search/entities/transactionSearchResult.entity.js.map +1 -0
  16. package/dist/src/domain/model/fee/dtos/index.d.ts +1 -0
  17. package/dist/src/domain/model/fee/dtos/index.js +1 -0
  18. package/dist/src/domain/model/fee/dtos/index.js.map +1 -1
  19. package/dist/src/domain/model/geoblock/entities/ipGeoblock.entity.d.ts +4 -0
  20. package/dist/src/domain/model/geoblock/entities/ipGeoblock.entity.js +8 -0
  21. package/dist/src/domain/model/geoblock/entities/ipGeoblock.entity.js.map +1 -0
  22. package/dist/src/domain/model/geoblock/entities/ipGeoblockAllowed.entity.d.ts +4 -0
  23. package/dist/src/domain/model/geoblock/entities/ipGeoblockAllowed.entity.js +8 -0
  24. package/dist/src/domain/model/geoblock/entities/ipGeoblockAllowed.entity.js.map +1 -0
  25. package/dist/src/domain/model/on-ramps/dtos/moonpaySignedUrl.d.ts +3 -0
  26. package/dist/src/domain/model/on-ramps/dtos/moonpaySignedUrl.js +22 -0
  27. package/dist/src/domain/model/on-ramps/dtos/moonpaySignedUrl.js.map +1 -0
  28. package/dist/src/domain/model/on-ramps/entities/MoonPaySignedWalletAddress.entity.d.ts +4 -0
  29. package/dist/src/domain/model/on-ramps/entities/MoonPaySignedWalletAddress.entity.js +8 -0
  30. package/dist/src/domain/model/on-ramps/entities/MoonPaySignedWalletAddress.entity.js.map +1 -0
  31. package/dist/src/domain/model/on-ramps/entities/MoonPayUrlWithSignature.entity.d.ts +4 -0
  32. package/dist/src/domain/model/on-ramps/entities/MoonPayUrlWithSignature.entity.js +8 -0
  33. package/dist/src/domain/model/on-ramps/entities/MoonPayUrlWithSignature.entity.js.map +1 -0
  34. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +4 -0
  35. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +8 -0
  36. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +1 -0
  37. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +1 -0
  38. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +18 -0
  39. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +1 -0
  40. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +1 -0
  41. package/dist/src/domain/model/prepare-refund/shopify/index.js +18 -0
  42. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +1 -0
  43. package/dist/src/domain/model/shopify-api/mockAccessToken.d.ts +1 -0
  44. package/dist/src/domain/model/shopify-api/mockAccessToken.js +5 -0
  45. package/dist/src/domain/model/shopify-api/mockAccessToken.js.map +1 -0
  46. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +7 -0
  47. package/dist/src/domain/model/{raffle-details/dtos/createRaffleDetails.dto.js → shopify-pay/dtos/customer/shopifyCustomer.dto.js} +18 -21
  48. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +1 -0
  49. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +8 -0
  50. package/dist/src/domain/model/{auth/dtos/generateTwitterRefreshToken.dto.js → shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js} +15 -11
  51. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +1 -0
  52. package/dist/src/domain/model/transaction-meta/entities/ShopifyPaymentDetailsMeta.d.ts +4 -0
  53. package/dist/src/domain/model/transaction-meta/entities/ShopifyPaymentDetailsMeta.js +7 -0
  54. package/dist/src/domain/model/transaction-meta/entities/ShopifyPaymentDetailsMeta.js.map +1 -0
  55. package/dist/src/domain/services/ClusterService.js +2 -2
  56. package/dist/src/domain/services/ClusterService.js.map +1 -1
  57. package/dist/tsconfig.tsbuildinfo +1 -1
  58. package/package.json +2 -2
  59. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +0 -4
  60. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +0 -7
  61. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +0 -1
  62. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +0 -8
  63. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +0 -1
  64. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.d.ts +0 -8
  65. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js +0 -8
  66. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js.map +0 -1
  67. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +0 -7
  68. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js.map +0 -1
  69. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.d.ts +0 -6
  70. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js.map +0 -1
  71. package/yarn-error.log +0 -18384
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.1.652",
4
+ "version": "0.1.654",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "ts-loader": "^9.3.1",
30
30
  "typescript": "4.8.4"
31
31
  },
32
- "gitHead": "425482620c944f232c51322aa863083d8aaf1825"
32
+ "gitHead": "7a41fd65edd39ea60c8c74956cd46eb6023b9461"
33
33
  }
@@ -1,4 +0,0 @@
1
- export declare class InvalidAllowlistWallets {
2
- wallet: string;
3
- row: number;
4
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvalidAllowlistWallets = void 0;
4
- class InvalidAllowlistWallets {
5
- }
6
- exports.InvalidAllowlistWallets = InvalidAllowlistWallets;
7
- //# sourceMappingURL=InvalidAllowlistWallets.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InvalidAllowlistWallets.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;CAInC;AAJD,0DAIC"}
@@ -1,8 +0,0 @@
1
- import { PaymentRequestType } from '../../payment-request';
2
- export declare class GenerateTwitterRefreshTokenDto {
3
- prId: string;
4
- prType: PaymentRequestType;
5
- state: string;
6
- code: string;
7
- jwt: string;
8
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"generateTwitterRefreshToken.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,2DAA2D;AAE3D,MAAa,8BAA8B;CAoB1C;AAnBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAEb;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;8DACc;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACD;AAnBd,wEAoBC"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- import { DCTokenType } from '../DCTokenType';
3
- export declare class DiscountCodePublicAccess extends Entity {
4
- id?: string;
5
- token?: string;
6
- percent: number;
7
- tokenType: DCTokenType;
8
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DiscountCodePublicAccess = void 0;
4
- const entity_1 = require("../../entity");
5
- class DiscountCodePublicAccess extends entity_1.Entity {
6
- }
7
- exports.DiscountCodePublicAccess = DiscountCodePublicAccess;
8
- //# sourceMappingURL=DiscountCodePublicAccess.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DiscountCodePublicAccess.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,wBAAyB,SAAQ,eAAM;CAQnD;AARD,4DAQC"}
@@ -1,7 +0,0 @@
1
- export declare class CreateRaffleDetailsDto {
2
- maxEntries?: number;
3
- winners: number;
4
- maxPurchaseQuantity: number;
5
- endDatetime: Date;
6
- timezoneLocation: string;
7
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"createRaffleDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/createRaffleDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AAEzC,MAAa,sBAAsB;CAqBlC;AApBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACe;AAE5B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;2DAAC;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACY;AApB3B,wDAqBC"}
@@ -1,6 +0,0 @@
1
- export declare class UpdateRaffleDetailsDto {
2
- maxEntries?: number;
3
- maxPurchaseQuantity?: number;
4
- endDatetime?: Date;
5
- timezoneLocation?: string;
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateRaffleDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AAEzE,MAAa,sBAAsB;CAgBlC;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB;AAE7B;IAAC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACC,IAAI;2DAAC;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACa;AAf5B,wDAgBC"}