@redonvn/redai-backend-api-sdk 0.2.4 → 0.2.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.
Files changed (113) hide show
  1. package/dist/cjs/generated/index.js +17 -4
  2. package/dist/cjs/generated/index.js.map +1 -1
  3. package/dist/cjs/generated/r-point/index.js +34 -0
  4. package/dist/cjs/generated/r-point/index.js.map +1 -0
  5. package/dist/cjs/generated/r-point/services/coupon-admin.service.js +64 -0
  6. package/dist/cjs/generated/r-point/services/coupon-admin.service.js.map +1 -0
  7. package/dist/cjs/generated/r-point/services/coupon-user.service.js +28 -0
  8. package/dist/cjs/generated/r-point/services/coupon-user.service.js.map +1 -0
  9. package/dist/cjs/generated/r-point/services/coupon-website.service.js +37 -0
  10. package/dist/cjs/generated/r-point/services/coupon-website.service.js.map +1 -0
  11. package/dist/cjs/generated/r-point/services/index.js +27 -0
  12. package/dist/cjs/generated/r-point/services/index.js.map +1 -0
  13. package/dist/cjs/generated/r-point/services/invoice-user.service.js +19 -0
  14. package/dist/cjs/generated/r-point/services/invoice-user.service.js.map +1 -0
  15. package/dist/cjs/generated/r-point/services/matbao-credential-admin.service.js +64 -0
  16. package/dist/cjs/generated/r-point/services/matbao-credential-admin.service.js.map +1 -0
  17. package/dist/cjs/generated/r-point/services/payment-user.service.js +55 -0
  18. package/dist/cjs/generated/r-point/services/payment-user.service.js.map +1 -0
  19. package/dist/cjs/generated/r-point/services/point-admin.service.js +73 -0
  20. package/dist/cjs/generated/r-point/services/point-admin.service.js.map +1 -0
  21. package/dist/cjs/generated/r-point/services/point-coupon-user.service.js +19 -0
  22. package/dist/cjs/generated/r-point/services/point-coupon-user.service.js.map +1 -0
  23. package/dist/cjs/generated/r-point/services/point-user.service.js +28 -0
  24. package/dist/cjs/generated/r-point/services/point-user.service.js.map +1 -0
  25. package/dist/cjs/generated/r-point/services/transaction-user.service.js +55 -0
  26. package/dist/cjs/generated/r-point/services/transaction-user.service.js.map +1 -0
  27. package/dist/cjs/generated/r-point/services/webhook-user.service.js +19 -0
  28. package/dist/cjs/generated/r-point/services/webhook-user.service.js.map +1 -0
  29. package/dist/cjs/generated/r-point/types.js +102 -0
  30. package/dist/cjs/generated/r-point/types.js.map +1 -0
  31. package/dist/cjs/generated/services/index.js +1 -0
  32. package/dist/cjs/generated/services/index.js.map +1 -1
  33. package/dist/cjs/generated/shared-types.js.map +1 -1
  34. package/dist/cjs/generated/types.js +2 -1
  35. package/dist/cjs/generated/types.js.map +1 -1
  36. package/dist/cjs/index.js +26 -2
  37. package/dist/cjs/index.js.map +1 -1
  38. package/dist/esm/generated/index.d.ts +2 -0
  39. package/dist/esm/generated/index.d.ts.map +1 -1
  40. package/dist/esm/generated/index.js +2 -0
  41. package/dist/esm/generated/index.js.map +1 -1
  42. package/dist/esm/generated/r-point/index.d.ts +4 -0
  43. package/dist/esm/generated/r-point/index.d.ts.map +1 -0
  44. package/dist/esm/generated/r-point/index.js +5 -0
  45. package/dist/esm/generated/r-point/index.js.map +1 -0
  46. package/dist/esm/generated/r-point/services/coupon-admin.service.d.ts +15 -0
  47. package/dist/esm/generated/r-point/services/coupon-admin.service.d.ts.map +1 -0
  48. package/dist/esm/generated/r-point/services/coupon-admin.service.js +60 -0
  49. package/dist/esm/generated/r-point/services/coupon-admin.service.js.map +1 -0
  50. package/dist/esm/generated/r-point/services/coupon-user.service.d.ts +9 -0
  51. package/dist/esm/generated/r-point/services/coupon-user.service.d.ts.map +1 -0
  52. package/dist/esm/generated/r-point/services/coupon-user.service.js +24 -0
  53. package/dist/esm/generated/r-point/services/coupon-user.service.js.map +1 -0
  54. package/dist/esm/generated/r-point/services/coupon-website.service.d.ts +10 -0
  55. package/dist/esm/generated/r-point/services/coupon-website.service.d.ts.map +1 -0
  56. package/dist/esm/generated/r-point/services/coupon-website.service.js +33 -0
  57. package/dist/esm/generated/r-point/services/coupon-website.service.js.map +1 -0
  58. package/dist/esm/generated/r-point/services/index.d.ts +12 -0
  59. package/dist/esm/generated/r-point/services/index.d.ts.map +1 -0
  60. package/dist/esm/generated/r-point/services/index.js +13 -0
  61. package/dist/esm/generated/r-point/services/index.js.map +1 -0
  62. package/dist/esm/generated/r-point/services/invoice-user.service.d.ts +8 -0
  63. package/dist/esm/generated/r-point/services/invoice-user.service.d.ts.map +1 -0
  64. package/dist/esm/generated/r-point/services/invoice-user.service.js +15 -0
  65. package/dist/esm/generated/r-point/services/invoice-user.service.js.map +1 -0
  66. package/dist/esm/generated/r-point/services/matbao-credential-admin.service.d.ts +13 -0
  67. package/dist/esm/generated/r-point/services/matbao-credential-admin.service.d.ts.map +1 -0
  68. package/dist/esm/generated/r-point/services/matbao-credential-admin.service.js +60 -0
  69. package/dist/esm/generated/r-point/services/matbao-credential-admin.service.js.map +1 -0
  70. package/dist/esm/generated/r-point/services/payment-user.service.d.ts +12 -0
  71. package/dist/esm/generated/r-point/services/payment-user.service.d.ts.map +1 -0
  72. package/dist/esm/generated/r-point/services/payment-user.service.js +51 -0
  73. package/dist/esm/generated/r-point/services/payment-user.service.js.map +1 -0
  74. package/dist/esm/generated/r-point/services/point-admin.service.d.ts +16 -0
  75. package/dist/esm/generated/r-point/services/point-admin.service.d.ts.map +1 -0
  76. package/dist/esm/generated/r-point/services/point-admin.service.js +69 -0
  77. package/dist/esm/generated/r-point/services/point-admin.service.js.map +1 -0
  78. package/dist/esm/generated/r-point/services/point-coupon-user.service.d.ts +8 -0
  79. package/dist/esm/generated/r-point/services/point-coupon-user.service.d.ts.map +1 -0
  80. package/dist/esm/generated/r-point/services/point-coupon-user.service.js +15 -0
  81. package/dist/esm/generated/r-point/services/point-coupon-user.service.js.map +1 -0
  82. package/dist/esm/generated/r-point/services/point-user.service.d.ts +9 -0
  83. package/dist/esm/generated/r-point/services/point-user.service.d.ts.map +1 -0
  84. package/dist/esm/generated/r-point/services/point-user.service.js +24 -0
  85. package/dist/esm/generated/r-point/services/point-user.service.js.map +1 -0
  86. package/dist/esm/generated/r-point/services/transaction-user.service.d.ts +12 -0
  87. package/dist/esm/generated/r-point/services/transaction-user.service.d.ts.map +1 -0
  88. package/dist/esm/generated/r-point/services/transaction-user.service.js +51 -0
  89. package/dist/esm/generated/r-point/services/transaction-user.service.js.map +1 -0
  90. package/dist/esm/generated/r-point/services/webhook-user.service.d.ts +8 -0
  91. package/dist/esm/generated/r-point/services/webhook-user.service.d.ts.map +1 -0
  92. package/dist/esm/generated/r-point/services/webhook-user.service.js +15 -0
  93. package/dist/esm/generated/r-point/services/webhook-user.service.js.map +1 -0
  94. package/dist/esm/generated/r-point/types.d.ts +717 -0
  95. package/dist/esm/generated/r-point/types.d.ts.map +1 -0
  96. package/dist/esm/generated/r-point/types.js +98 -0
  97. package/dist/esm/generated/r-point/types.js.map +1 -0
  98. package/dist/esm/generated/services/index.d.ts +1 -0
  99. package/dist/esm/generated/services/index.d.ts.map +1 -1
  100. package/dist/esm/generated/services/index.js +1 -0
  101. package/dist/esm/generated/services/index.js.map +1 -1
  102. package/dist/esm/generated/shared-types.d.ts +18 -0
  103. package/dist/esm/generated/shared-types.d.ts.map +1 -1
  104. package/dist/esm/generated/shared-types.js.map +1 -1
  105. package/dist/esm/generated/types.d.ts +1 -0
  106. package/dist/esm/generated/types.d.ts.map +1 -1
  107. package/dist/esm/generated/types.js +1 -0
  108. package/dist/esm/generated/types.js.map +1 -1
  109. package/dist/esm/index.d.ts +25 -2
  110. package/dist/esm/index.d.ts.map +1 -1
  111. package/dist/esm/index.js +14 -2
  112. package/dist/esm/index.js.map +1 -1
  113. package/package.json +1 -1
@@ -37,7 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.GmailSystemLabel = exports.GmailConnectionStatus = exports.GenderEnum = exports.FileSourceType = exports.FieldTransformType = exports.FacebookPageSortBy = exports.EmailProviderType = exports.DisplayMode = exports.DayOfWeek = exports.CronFrequencyType = exports.CompanyStatus = exports.BodyType = exports.BeneficiaryType = exports.BankCode = exports.BankAccountSortBy = exports.WorkspaceMemberRole = exports.WorkspaceJoinRequestStatus = exports.WorkspaceInviteStatus = exports.WorkspaceInviteLinkStatus = exports.ViewType = exports.ViewSortDirection = exports.ViewLockType = exports.StorageMode = exports.SourceType = exports.RowColoringMode = exports.RollupFunction = exports.RelationType = exports.ReferentialAction = exports.ModelType = exports.MembershipScope = exports.MapProviderType = exports.JobStatus = exports.ImportMode = exports.ImportFileFormat = exports.HookVersion = exports.HookType = exports.HookOperation = exports.HookLogStatus = exports.HookFullMutationMode = exports.HookEnvironment = exports.GridRowHeight = exports.GridColumnAlign = exports.FilterLogicalOp = exports.FilterComparisonSubOp = exports.FilterComparisonOp = exports.FieldType = exports.ExternalDataType = exports.ExportFormatEnum = exports.BaseStatus = exports.AppEvents = void 0;
40
- exports.raiJob = exports.integration = exports.dynamicTable = exports.RaiJobType = exports.RaiJobStatus = exports.ZaloPersonalIntegrationStatus = exports.ZaloBotStatus = exports.ZaloBotMessageType = exports.VERTEX_AI_LOCATIONS = exports.VERTEX_AI = exports.UserTypeEnum = exports.UserCategoryEnum = exports.TrustLevelEnum = exports.TransformType = exports.TransformOperation = exports.SortDirection = exports.SideMode = exports.ProxyStatusDto = exports.ProxyProtocolDto = exports.ProviderShipmentType = exports.ProviderLlmEnum = exports.PaymentGatewayStatus = exports.OwnedTypeEnum = exports.MergeStrategy = exports.MediaOperationEnum = exports.IntegrationStatus = exports.IntegrationJobHealthStatus = exports.IntegrationInputFieldType = exports.IntegrationInputFieldSourceType = exports.IntegrationEntityStatus = exports.HttpMethod = exports.GoogleServiceType = exports.GoogleAdsAccountStatus = void 0;
40
+ exports.raiJob = exports.rPoint = exports.integration = exports.dynamicTable = exports.RaiJobType = exports.RaiJobStatus = exports.TransactionStatus = exports.TransactionSortField = exports.TransactionFilterOperator = exports.TransactionFilterFieldType = exports.TransactionFilterField = exports.PurchaseHistorySortField = exports.PaymentMethod = exports.InvoiceStatus = exports.DiscountType = exports.CouponType = exports.CouponStatus = exports.ZaloPersonalIntegrationStatus = exports.ZaloBotStatus = exports.ZaloBotMessageType = exports.VERTEX_AI_LOCATIONS = exports.VERTEX_AI = exports.UserTypeEnum = exports.UserCategoryEnum = exports.TrustLevelEnum = exports.TransformType = exports.TransformOperation = exports.SortDirection = exports.SideMode = exports.ProxyStatusDto = exports.ProxyProtocolDto = exports.ProviderShipmentType = exports.ProviderLlmEnum = exports.PaymentGatewayStatus = exports.OwnedTypeEnum = exports.MergeStrategy = exports.MediaOperationEnum = exports.IntegrationStatus = exports.IntegrationJobHealthStatus = exports.IntegrationInputFieldType = exports.IntegrationInputFieldSourceType = exports.IntegrationEntityStatus = exports.HttpMethod = exports.GoogleServiceType = exports.GoogleAdsAccountStatus = void 0;
41
41
  /* eslint-disable */
42
42
  __exportStar(require("./types"), exports);
43
43
  __exportStar(require("./services"), exports);
@@ -121,10 +121,23 @@ Object.defineProperty(exports, "VERTEX_AI_LOCATIONS", { enumerable: true, get: f
121
121
  Object.defineProperty(exports, "ZaloBotMessageType", { enumerable: true, get: function () { return types_2.ZaloBotMessageType; } });
122
122
  Object.defineProperty(exports, "ZaloBotStatus", { enumerable: true, get: function () { return types_2.ZaloBotStatus; } });
123
123
  Object.defineProperty(exports, "ZaloPersonalIntegrationStatus", { enumerable: true, get: function () { return types_2.ZaloPersonalIntegrationStatus; } });
124
- var types_3 = require("./rai-job/types");
125
- Object.defineProperty(exports, "RaiJobStatus", { enumerable: true, get: function () { return types_3.RaiJobStatus; } });
126
- Object.defineProperty(exports, "RaiJobType", { enumerable: true, get: function () { return types_3.RaiJobType; } });
124
+ var types_3 = require("./r-point/types");
125
+ Object.defineProperty(exports, "CouponStatus", { enumerable: true, get: function () { return types_3.CouponStatus; } });
126
+ Object.defineProperty(exports, "CouponType", { enumerable: true, get: function () { return types_3.CouponType; } });
127
+ Object.defineProperty(exports, "DiscountType", { enumerable: true, get: function () { return types_3.DiscountType; } });
128
+ Object.defineProperty(exports, "InvoiceStatus", { enumerable: true, get: function () { return types_3.InvoiceStatus; } });
129
+ Object.defineProperty(exports, "PaymentMethod", { enumerable: true, get: function () { return types_3.PaymentMethod; } });
130
+ Object.defineProperty(exports, "PurchaseHistorySortField", { enumerable: true, get: function () { return types_3.PurchaseHistorySortField; } });
131
+ Object.defineProperty(exports, "TransactionFilterField", { enumerable: true, get: function () { return types_3.TransactionFilterField; } });
132
+ Object.defineProperty(exports, "TransactionFilterFieldType", { enumerable: true, get: function () { return types_3.TransactionFilterFieldType; } });
133
+ Object.defineProperty(exports, "TransactionFilterOperator", { enumerable: true, get: function () { return types_3.TransactionFilterOperator; } });
134
+ Object.defineProperty(exports, "TransactionSortField", { enumerable: true, get: function () { return types_3.TransactionSortField; } });
135
+ Object.defineProperty(exports, "TransactionStatus", { enumerable: true, get: function () { return types_3.TransactionStatus; } });
136
+ var types_4 = require("./rai-job/types");
137
+ Object.defineProperty(exports, "RaiJobStatus", { enumerable: true, get: function () { return types_4.RaiJobStatus; } });
138
+ Object.defineProperty(exports, "RaiJobType", { enumerable: true, get: function () { return types_4.RaiJobType; } });
127
139
  exports.dynamicTable = __importStar(require("./dynamic-table"));
128
140
  exports.integration = __importStar(require("./integration"));
141
+ exports.rPoint = __importStar(require("./r-point"));
129
142
  exports.raiJob = __importStar(require("./rai-job"));
130
143
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0CAAwB;AACxB,6CAA2B;AAC3B,+CAAomB;AAA3lB,kGAAA,SAAS,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AACpkB,6CAAizB;AAAxyB,0GAAA,iBAAiB,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,+GAAA,sBAAsB,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,gHAAA,uBAAuB,OAAA;AAAE,wHAAA,+BAA+B,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sHAAA,6BAA6B,OAAA;AACnxB,yCAA2D;AAAlD,qGAAA,YAAY,OAAA;AAAE,mGAAA,UAAU,OAAA;AACjC,gEAAgD;AAChD,6DAA6C;AAC7C,oDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,34 @@
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
+ exports.TransactionStatus = exports.TransactionSortField = exports.TransactionFilterOperator = exports.TransactionFilterFieldType = exports.TransactionFilterField = exports.SortDirection = exports.PurchaseHistorySortField = exports.PaymentMethod = exports.InvoiceStatus = exports.DiscountType = exports.CouponType = exports.CouponStatus = void 0;
18
+ /* eslint-disable */
19
+ __exportStar(require("./types"), exports);
20
+ __exportStar(require("./services"), exports);
21
+ var types_1 = require("./types");
22
+ Object.defineProperty(exports, "CouponStatus", { enumerable: true, get: function () { return types_1.CouponStatus; } });
23
+ Object.defineProperty(exports, "CouponType", { enumerable: true, get: function () { return types_1.CouponType; } });
24
+ Object.defineProperty(exports, "DiscountType", { enumerable: true, get: function () { return types_1.DiscountType; } });
25
+ Object.defineProperty(exports, "InvoiceStatus", { enumerable: true, get: function () { return types_1.InvoiceStatus; } });
26
+ Object.defineProperty(exports, "PaymentMethod", { enumerable: true, get: function () { return types_1.PaymentMethod; } });
27
+ Object.defineProperty(exports, "PurchaseHistorySortField", { enumerable: true, get: function () { return types_1.PurchaseHistorySortField; } });
28
+ Object.defineProperty(exports, "SortDirection", { enumerable: true, get: function () { return types_1.SortDirection; } });
29
+ Object.defineProperty(exports, "TransactionFilterField", { enumerable: true, get: function () { return types_1.TransactionFilterField; } });
30
+ Object.defineProperty(exports, "TransactionFilterFieldType", { enumerable: true, get: function () { return types_1.TransactionFilterFieldType; } });
31
+ Object.defineProperty(exports, "TransactionFilterOperator", { enumerable: true, get: function () { return types_1.TransactionFilterOperator; } });
32
+ Object.defineProperty(exports, "TransactionSortField", { enumerable: true, get: function () { return types_1.TransactionSortField; } });
33
+ Object.defineProperty(exports, "TransactionStatus", { enumerable: true, get: function () { return types_1.TransactionStatus; } });
34
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/r-point/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0CAAwB;AACxB,6CAA2B;AAC3B,iCAAgQ;AAAvP,qGAAA,YAAY,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,iHAAA,wBAAwB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,+GAAA,sBAAsB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,0GAAA,iBAAiB,OAAA"}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CouponAdminService = void 0;
4
+ class CouponAdminService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async findAll(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/admin/r-point/coupons`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async create(params) {
18
+ return this.client.request({
19
+ method: 'POST',
20
+ url: `/v1/admin/r-point/coupons`,
21
+ params: undefined,
22
+ data: params?.body,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async remove(params) {
27
+ return this.client.request({
28
+ method: 'DELETE',
29
+ url: `/v1/admin/r-point/coupons/${encodeURIComponent(String(params.id))}`,
30
+ params: undefined,
31
+ data: undefined,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ async update(params) {
36
+ return this.client.request({
37
+ method: 'PUT',
38
+ url: `/v1/admin/r-point/coupons/${encodeURIComponent(String(params.id))}`,
39
+ params: undefined,
40
+ data: params?.body,
41
+ headers: undefined,
42
+ });
43
+ }
44
+ async updateStatus(params) {
45
+ return this.client.request({
46
+ method: 'PATCH',
47
+ url: `/v1/admin/r-point/coupons/${encodeURIComponent(String(params.id))}/status`,
48
+ params: undefined,
49
+ data: params?.body,
50
+ headers: undefined,
51
+ });
52
+ }
53
+ async bulkDelete(params) {
54
+ return this.client.request({
55
+ method: 'DELETE',
56
+ url: `/v1/admin/r-point/coupons/bulk`,
57
+ params: undefined,
58
+ data: params?.body,
59
+ headers: undefined,
60
+ });
61
+ }
62
+ }
63
+ exports.CouponAdminService = CouponAdminService;
64
+ //# sourceMappingURL=coupon-admin.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupon-admin.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/coupon-admin.service.ts"],"names":[],"mappings":";;;AAcA,MAAa,kBAAkB;IAC7B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,OAAO,CAAC,MAAiC;QAC7C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqD;YAC7E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,2BAA2B;YAChC,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA+B;QAC1C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC;YAC5D,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,2BAA2B;YAChC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA+B;QAC1C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC;YAChE,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACzE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA+B;QAC1C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC;YAC5D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACzE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAAqC;QACtD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC;YAC5D,MAAM,EAAE,OAAO;YACf,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,SAAS;YAChF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,MAAmC;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0B;YAClD,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,gCAAgC;YACrC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AA9DD,gDA8DC"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CouponUserService = void 0;
4
+ class CouponUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async getRandomCoupons(params) {
9
+ return this.client.request({
10
+ method: 'POST',
11
+ url: `/v1/user/r-point/coupons/random`,
12
+ params: undefined,
13
+ data: params?.body,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async validateCoupon(params) {
18
+ return this.client.request({
19
+ method: 'POST',
20
+ url: `/v1/user/r-point/coupons/validate`,
21
+ params: undefined,
22
+ data: params?.body,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ }
27
+ exports.CouponUserService = CouponUserService;
28
+ //# sourceMappingURL=coupon-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupon-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/coupon-user.service.ts"],"names":[],"mappings":";;;AAUA,MAAa,iBAAiB;IAC5B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,gBAAgB,CAAC,MAAwC;QAC7D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAsC;YAC9D,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,iCAAiC;YACtC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAsC;QACzD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA4C;YACpE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,mCAAmC;YACxC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAtBD,8CAsBC"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CouponWebsiteService = void 0;
4
+ class CouponWebsiteService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async findAll(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/website-redai/coupons`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async create(params) {
18
+ return this.client.request({
19
+ method: 'POST',
20
+ url: `/v1/website-redai/coupons`,
21
+ params: undefined,
22
+ data: params?.body,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async update(params) {
27
+ return this.client.request({
28
+ method: 'PUT',
29
+ url: `/v1/website-redai/coupons/${encodeURIComponent(String(params.id))}`,
30
+ params: undefined,
31
+ data: params?.body,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ }
36
+ exports.CouponWebsiteService = CouponWebsiteService;
37
+ //# sourceMappingURL=coupon-website.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupon-website.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/coupon-website.service.ts"],"names":[],"mappings":";;;AAWA,MAAa,oBAAoB;IAC/B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,OAAO,CAAC,MAAmC;QAC/C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqD;YAC7E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,2BAA2B;YAChC,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAAiC;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC;YAC5D,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,2BAA2B;YAChC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAAiC;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC;YAC5D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACzE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAhCD,oDAgCC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WebhookUserService = exports.TransactionUserService = exports.PointUserService = exports.PointCouponUserService = exports.PointAdminService = exports.PaymentUserService = exports.MatbaoCredentialAdminService = exports.InvoiceUserService = exports.CouponWebsiteService = exports.CouponUserService = exports.CouponAdminService = void 0;
4
+ /* eslint-disable */
5
+ var coupon_admin_service_1 = require("./coupon-admin.service");
6
+ Object.defineProperty(exports, "CouponAdminService", { enumerable: true, get: function () { return coupon_admin_service_1.CouponAdminService; } });
7
+ var coupon_user_service_1 = require("./coupon-user.service");
8
+ Object.defineProperty(exports, "CouponUserService", { enumerable: true, get: function () { return coupon_user_service_1.CouponUserService; } });
9
+ var coupon_website_service_1 = require("./coupon-website.service");
10
+ Object.defineProperty(exports, "CouponWebsiteService", { enumerable: true, get: function () { return coupon_website_service_1.CouponWebsiteService; } });
11
+ var invoice_user_service_1 = require("./invoice-user.service");
12
+ Object.defineProperty(exports, "InvoiceUserService", { enumerable: true, get: function () { return invoice_user_service_1.InvoiceUserService; } });
13
+ var matbao_credential_admin_service_1 = require("./matbao-credential-admin.service");
14
+ Object.defineProperty(exports, "MatbaoCredentialAdminService", { enumerable: true, get: function () { return matbao_credential_admin_service_1.MatbaoCredentialAdminService; } });
15
+ var payment_user_service_1 = require("./payment-user.service");
16
+ Object.defineProperty(exports, "PaymentUserService", { enumerable: true, get: function () { return payment_user_service_1.PaymentUserService; } });
17
+ var point_admin_service_1 = require("./point-admin.service");
18
+ Object.defineProperty(exports, "PointAdminService", { enumerable: true, get: function () { return point_admin_service_1.PointAdminService; } });
19
+ var point_coupon_user_service_1 = require("./point-coupon-user.service");
20
+ Object.defineProperty(exports, "PointCouponUserService", { enumerable: true, get: function () { return point_coupon_user_service_1.PointCouponUserService; } });
21
+ var point_user_service_1 = require("./point-user.service");
22
+ Object.defineProperty(exports, "PointUserService", { enumerable: true, get: function () { return point_user_service_1.PointUserService; } });
23
+ var transaction_user_service_1 = require("./transaction-user.service");
24
+ Object.defineProperty(exports, "TransactionUserService", { enumerable: true, get: function () { return transaction_user_service_1.TransactionUserService; } });
25
+ var webhook_user_service_1 = require("./webhook-user.service");
26
+ Object.defineProperty(exports, "WebhookUserService", { enumerable: true, get: function () { return webhook_user_service_1.WebhookUserService; } });
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/index.ts"],"names":[],"mappings":";;;AAAA,oBAAoB;AACpB,+DAA4D;AAAnD,0HAAA,kBAAkB,OAAA;AAC3B,6DAA0D;AAAjD,wHAAA,iBAAiB,OAAA;AAC1B,mEAAgE;AAAvD,8HAAA,oBAAoB,OAAA;AAC7B,+DAA4D;AAAnD,0HAAA,kBAAkB,OAAA;AAC3B,qFAAiF;AAAxE,+IAAA,4BAA4B,OAAA;AACrC,+DAA4D;AAAnD,0HAAA,kBAAkB,OAAA;AAC3B,6DAA0D;AAAjD,wHAAA,iBAAiB,OAAA;AAC1B,yEAAqE;AAA5D,mIAAA,sBAAsB,OAAA;AAC/B,2DAAwD;AAA/C,sHAAA,gBAAgB,OAAA;AACzB,uEAAoE;AAA3D,kIAAA,sBAAsB,OAAA;AAC/B,+DAA4D;AAAnD,0HAAA,kBAAkB,OAAA"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvoiceUserService = void 0;
4
+ class InvoiceUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async getInvoiceDownloadUrl(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/user/r-point/invoices/${encodeURIComponent(String(params.id))}/download`,
12
+ params: undefined,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ }
18
+ exports.InvoiceUserService = InvoiceUserService;
19
+ //# sourceMappingURL=invoice-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/invoice-user.service.ts"],"names":[],"mappings":";;;AAQA,MAAa,kBAAkB;IAC7B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,qBAAqB,CAAC,MAA8C;QACxE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6C;YACrE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,WAAW;YAClF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAZD,gDAYC"}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MatbaoCredentialAdminService = void 0;
4
+ class MatbaoCredentialAdminService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async findAll(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/admin/r-point/matbao-credentials`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async create(params) {
18
+ return this.client.request({
19
+ method: 'POST',
20
+ url: `/v1/admin/r-point/matbao-credentials`,
21
+ params: undefined,
22
+ data: params?.body,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async delete(params) {
27
+ return this.client.request({
28
+ method: 'DELETE',
29
+ url: `/v1/admin/r-point/matbao-credentials/${encodeURIComponent(String(params.id))}`,
30
+ params: undefined,
31
+ data: undefined,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ async findById(params) {
36
+ return this.client.request({
37
+ method: 'GET',
38
+ url: `/v1/admin/r-point/matbao-credentials/${encodeURIComponent(String(params.id))}`,
39
+ params: undefined,
40
+ data: undefined,
41
+ headers: undefined,
42
+ });
43
+ }
44
+ async update(params) {
45
+ return this.client.request({
46
+ method: 'PUT',
47
+ url: `/v1/admin/r-point/matbao-credentials/${encodeURIComponent(String(params.id))}`,
48
+ params: undefined,
49
+ data: params?.body,
50
+ headers: undefined,
51
+ });
52
+ }
53
+ async findDefault(params) {
54
+ return this.client.request({
55
+ method: 'GET',
56
+ url: `/v1/admin/r-point/matbao-credentials/default`,
57
+ params: undefined,
58
+ data: undefined,
59
+ headers: undefined,
60
+ });
61
+ }
62
+ }
63
+ exports.MatbaoCredentialAdminService = MatbaoCredentialAdminService;
64
+ //# sourceMappingURL=matbao-credential-admin.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"matbao-credential-admin.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/matbao-credential-admin.service.ts"],"names":[],"mappings":";;;AAcA,MAAa,4BAA4B;IACvC,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,OAAO,CAAC,MAA2C;QACvD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+D;YACvF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,sCAAsC;YAC3C,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAAyC;QACpD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C;YACtE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,sCAAsC;YAC3C,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAAyC;QACpD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0B;YAClD,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,wCAAwC,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACpF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,QAAQ,CAAC,MAA2C;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C;YACtE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,wCAAwC,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACpF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAAyC;QACpD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C;YACtE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,wCAAwC,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACpF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,MAA+C;QAC/D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C;YACtE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,8CAA8C;YACnD,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AA9DD,oEA8DC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PaymentUserService = void 0;
4
+ class PaymentUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async getTransactionHistory(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/r-point/payment/history`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async getPaymentInfo(params) {
18
+ return this.client.request({
19
+ method: 'GET',
20
+ url: `/v1/r-point/payment/info/${encodeURIComponent(String(params.transactionId))}`,
21
+ params: undefined,
22
+ data: undefined,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async getOrderDetail(params) {
27
+ return this.client.request({
28
+ method: 'GET',
29
+ url: `/v1/r-point/payment/order/${encodeURIComponent(String(params.orderId))}`,
30
+ params: undefined,
31
+ data: undefined,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ async purchasePoint(params) {
36
+ return this.client.request({
37
+ method: 'POST',
38
+ url: `/v1/r-point/payment/purchase`,
39
+ params: undefined,
40
+ data: params?.body,
41
+ headers: undefined,
42
+ });
43
+ }
44
+ async checkTransactionStatus(params) {
45
+ return this.client.request({
46
+ method: 'GET',
47
+ url: `/v1/r-point/payment/status/${encodeURIComponent(String(params.transactionId))}`,
48
+ params: undefined,
49
+ data: undefined,
50
+ headers: undefined,
51
+ });
52
+ }
53
+ }
54
+ exports.PaymentUserService = PaymentUserService;
55
+ //# sourceMappingURL=payment-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/payment-user.service.ts"],"names":[],"mappings":";;;AAgBA,MAAa,kBAAkB;IAC7B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,qBAAqB,CAAC,MAA+C;QACzE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8D;YACtF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B;YAClC,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAuC;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyC;YACjE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,4BAA4B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,EAAE;YACnF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAuC;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyC;YACjE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE;YAC9E,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAAsC;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA2C;YACnE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,8BAA8B;YACnC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,MAA+C;QAC1E,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA2C;YACnE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,8BAA8B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,EAAE;YACrF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AApDD,gDAoDC"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PointAdminService = void 0;
4
+ class PointAdminService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async findAll(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/admin/r-point/points`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async create(params) {
18
+ return this.client.request({
19
+ method: 'POST',
20
+ url: `/v1/admin/r-point/points`,
21
+ params: undefined,
22
+ data: params?.body,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async remove(params) {
27
+ return this.client.request({
28
+ method: 'DELETE',
29
+ url: `/v1/admin/r-point/points/${encodeURIComponent(String(params.id))}`,
30
+ params: undefined,
31
+ data: undefined,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ async findOne(params) {
36
+ return this.client.request({
37
+ method: 'GET',
38
+ url: `/v1/admin/r-point/points/${encodeURIComponent(String(params.id))}`,
39
+ params: undefined,
40
+ data: undefined,
41
+ headers: undefined,
42
+ });
43
+ }
44
+ async update(params) {
45
+ return this.client.request({
46
+ method: 'PUT',
47
+ url: `/v1/admin/r-point/points/${encodeURIComponent(String(params.id))}`,
48
+ params: undefined,
49
+ data: params?.body,
50
+ headers: undefined,
51
+ });
52
+ }
53
+ async bulkDelete(params) {
54
+ return this.client.request({
55
+ method: 'DELETE',
56
+ url: `/v1/admin/r-point/points/bulk`,
57
+ params: undefined,
58
+ data: params?.body,
59
+ headers: undefined,
60
+ });
61
+ }
62
+ async grantPointsToUser(params) {
63
+ return this.client.request({
64
+ method: 'POST',
65
+ url: `/v1/admin/r-point/points/grant-points`,
66
+ params: undefined,
67
+ data: params?.body,
68
+ headers: undefined,
69
+ });
70
+ }
71
+ }
72
+ exports.PointAdminService = PointAdminService;
73
+ //# sourceMappingURL=point-admin.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"point-admin.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/point-admin.service.ts"],"names":[],"mappings":";;;AAgBA,MAAa,iBAAiB;IAC5B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,OAAO,CAAC,MAAgC;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyD;YACjF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B;YAC/B,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA8B;QACzC,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC;YAChE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,0BAA0B;YAC/B,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA8B;QACzC,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAuC;YAC/D,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,4BAA4B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACxE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,MAA+B;QAC3C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC;YAChE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,4BAA4B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACxE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,MAA8B;QACzC,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC;YAChE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,4BAA4B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YACxE,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,MAAkC;QACjD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0B;YAClD,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,+BAA+B;YACpC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,iBAAiB,CAAC,MAAyC;QAC/D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyC;YACjE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,uCAAuC;YAC5C,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAxED,8CAwEC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PointCouponUserService = void 0;
4
+ class PointCouponUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async applyCoupon(params) {
9
+ return this.client.request({
10
+ method: 'POST',
11
+ url: `/v1/user/r-point/points/apply-coupon`,
12
+ params: undefined,
13
+ data: params?.body,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ }
18
+ exports.PointCouponUserService = PointCouponUserService;
19
+ //# sourceMappingURL=point-coupon-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"point-coupon-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/point-coupon-user.service.ts"],"names":[],"mappings":";;;AAQA,MAAa,sBAAsB;IACjC,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,WAAW,CAAC,MAAwC;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyC;YACjE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,sCAAsC;YAC3C,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAZD,wDAYC"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PointUserService = void 0;
4
+ class PointUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async getAllPoints(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/user/r-point/points`,
12
+ params: undefined,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async getPurchaseHistory(params) {
18
+ return this.client.request({
19
+ method: 'GET',
20
+ url: `/v1/user/r-point/points/purchase-history`,
21
+ params: params?.query,
22
+ data: undefined,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ }
27
+ exports.PointUserService = PointUserService;
28
+ //# sourceMappingURL=point-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"point-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/point-user.service.ts"],"names":[],"mappings":";;;AAWA,MAAa,gBAAgB;IAC3B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,YAAY,CAAC,MAAoC;QACrD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAyC;YACjE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,yBAAyB;YAC9B,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,MAA0C;QACjE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8D;YACtF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0CAA0C;YAC/C,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AAtBD,4CAsBC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TransactionUserService = void 0;
4
+ class TransactionUserService {
5
+ constructor(client) {
6
+ this.client = client;
7
+ }
8
+ async getUserTransactions(params) {
9
+ return this.client.request({
10
+ method: 'GET',
11
+ url: `/v1/admin/r-point/transactions`,
12
+ params: params?.query,
13
+ data: undefined,
14
+ headers: undefined,
15
+ });
16
+ }
17
+ async getTransactionById(params) {
18
+ return this.client.request({
19
+ method: 'GET',
20
+ url: `/v1/admin/r-point/transactions/${encodeURIComponent(String(params.id))}`,
21
+ params: undefined,
22
+ data: undefined,
23
+ headers: undefined,
24
+ });
25
+ }
26
+ async getTransactionFilterSchema(params) {
27
+ return this.client.request({
28
+ method: 'GET',
29
+ url: `/v1/admin/r-point/transactions/filter-generic/schema`,
30
+ params: undefined,
31
+ data: undefined,
32
+ headers: undefined,
33
+ });
34
+ }
35
+ async filterUserTransactions(params) {
36
+ return this.client.request({
37
+ method: 'POST',
38
+ url: `/v1/admin/r-point/transactions/filter`,
39
+ params: undefined,
40
+ data: params?.body,
41
+ headers: undefined,
42
+ });
43
+ }
44
+ async getStatistics(params) {
45
+ return this.client.request({
46
+ method: 'GET',
47
+ url: `/v1/admin/r-point/transactions/statistics/overview`,
48
+ params: params?.query,
49
+ data: undefined,
50
+ headers: undefined,
51
+ });
52
+ }
53
+ }
54
+ exports.TransactionUserService = TransactionUserService;
55
+ //# sourceMappingURL=transaction-user.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction-user.service.js","sourceRoot":"","sources":["../../../../../src/generated/r-point/services/transaction-user.service.ts"],"names":[],"mappings":";;;AAgBA,MAAa,sBAAsB;IACjC,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,mBAAmB,CAAC,MAAiD;QACzE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+E;YACvG,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,gCAAgC;YACrC,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,MAA+C;QACtE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8D;YACtF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,kCAAkC,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE;YAC9E,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,0BAA0B,CAAC,MAAwD;QACvF,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqE;YAC7F,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,sDAAsD;YAC3D,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,MAAmD;QAC9E,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+E;YACvG,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,uCAAuC;YAC5C,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAA2C;QAC7D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6D;YACrF,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,oDAAoD;YACzD,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;CACF;AApDD,wDAoDC"}