@stigg/typescript 0.1.0-beta.1 → 0.1.0-beta.2

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 (128) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
  3. package/resources/v1/credits/auto-recharge.d.mts +84 -0
  4. package/resources/v1/credits/auto-recharge.d.mts.map +1 -0
  5. package/resources/v1/credits/auto-recharge.d.ts +84 -0
  6. package/resources/v1/credits/auto-recharge.d.ts.map +1 -0
  7. package/resources/v1/credits/auto-recharge.js +16 -0
  8. package/resources/v1/credits/auto-recharge.js.map +1 -0
  9. package/resources/v1/credits/auto-recharge.mjs +12 -0
  10. package/resources/v1/credits/auto-recharge.mjs.map +1 -0
  11. package/resources/v1/{events/credits → credits}/credits.d.mts +11 -82
  12. package/resources/v1/credits/credits.d.mts.map +1 -0
  13. package/resources/v1/{events/credits → credits}/credits.d.ts +11 -82
  14. package/resources/v1/credits/credits.d.ts.map +1 -0
  15. package/resources/v1/{events/credits → credits}/credits.js +7 -10
  16. package/resources/v1/credits/credits.js.map +1 -0
  17. package/resources/v1/{events/credits → credits}/credits.mjs +6 -9
  18. package/resources/v1/credits/credits.mjs.map +1 -0
  19. package/resources/v1/{events/credits → credits}/custom-currencies.d.mts +12 -219
  20. package/resources/v1/credits/custom-currencies.d.mts.map +1 -0
  21. package/resources/v1/{events/credits → credits}/custom-currencies.d.ts +12 -219
  22. package/resources/v1/credits/custom-currencies.d.ts.map +1 -0
  23. package/resources/v1/{events/credits → credits}/custom-currencies.js +3 -3
  24. package/resources/v1/credits/custom-currencies.js.map +1 -0
  25. package/resources/v1/{events/credits → credits}/custom-currencies.mjs +3 -3
  26. package/resources/v1/credits/custom-currencies.mjs.map +1 -0
  27. package/resources/v1/{events/credits → credits}/grants.d.mts +4 -4
  28. package/resources/v1/credits/grants.d.mts.map +1 -0
  29. package/resources/v1/{events/credits → credits}/grants.d.ts +4 -4
  30. package/resources/v1/credits/grants.d.ts.map +1 -0
  31. package/resources/v1/{events/credits → credits}/grants.js +3 -3
  32. package/resources/v1/credits/grants.js.map +1 -0
  33. package/resources/v1/{events/credits → credits}/grants.mjs +3 -3
  34. package/resources/v1/credits/grants.mjs.map +1 -0
  35. package/resources/v1/credits/index.d.mts +5 -0
  36. package/resources/v1/credits/index.d.mts.map +1 -0
  37. package/resources/v1/credits/index.d.ts +5 -0
  38. package/resources/v1/credits/index.d.ts.map +1 -0
  39. package/resources/v1/{events/credits → credits}/index.js +3 -1
  40. package/resources/v1/credits/index.js.map +1 -0
  41. package/resources/v1/{events/credits → credits}/index.mjs +1 -0
  42. package/resources/v1/credits/index.mjs.map +1 -0
  43. package/resources/v1/credits.d.mts.map +1 -0
  44. package/resources/v1/credits.d.ts.map +1 -0
  45. package/resources/v1/{events/credits.js → credits.js} +1 -1
  46. package/resources/v1/credits.js.map +1 -0
  47. package/resources/v1/credits.mjs.map +1 -0
  48. package/resources/v1/events.d.mts +65 -1
  49. package/resources/v1/events.d.mts.map +1 -1
  50. package/resources/v1/events.d.ts +65 -1
  51. package/resources/v1/events.d.ts.map +1 -1
  52. package/resources/v1/events.js +15 -2
  53. package/resources/v1/events.js.map +1 -1
  54. package/resources/v1/events.mjs +13 -1
  55. package/resources/v1/events.mjs.map +1 -1
  56. package/resources/v1/index.d.mts +2 -1
  57. package/resources/v1/index.d.mts.map +1 -1
  58. package/resources/v1/index.d.ts +2 -1
  59. package/resources/v1/index.d.ts.map +1 -1
  60. package/resources/v1/index.js +7 -5
  61. package/resources/v1/index.js.map +1 -1
  62. package/resources/v1/index.mjs +2 -1
  63. package/resources/v1/index.mjs.map +1 -1
  64. package/resources/v1/v1.d.mts +6 -2
  65. package/resources/v1/v1.d.mts.map +1 -1
  66. package/resources/v1/v1.d.ts +6 -2
  67. package/resources/v1/v1.d.ts.map +1 -1
  68. package/resources/v1/v1.js +6 -2
  69. package/resources/v1/v1.js.map +1 -1
  70. package/resources/v1/v1.mjs +6 -2
  71. package/resources/v1/v1.mjs.map +1 -1
  72. package/src/resources/v1/credits/auto-recharge.ts +109 -0
  73. package/src/resources/v1/{events/credits → credits}/credits.ts +20 -109
  74. package/src/resources/v1/{events/credits → credits}/custom-currencies.ts +13 -256
  75. package/src/resources/v1/{events/credits → credits}/grants.ts +5 -5
  76. package/src/resources/v1/{events/credits → credits}/index.ts +6 -6
  77. package/src/resources/v1/events.ts +75 -1
  78. package/src/resources/v1/index.ts +9 -1
  79. package/src/resources/v1/v1.ts +22 -2
  80. package/src/version.ts +1 -1
  81. package/version.d.mts +1 -1
  82. package/version.d.ts +1 -1
  83. package/version.js +1 -1
  84. package/version.mjs +1 -1
  85. package/resources/v1/events/credits/credits.d.mts.map +0 -1
  86. package/resources/v1/events/credits/credits.d.ts.map +0 -1
  87. package/resources/v1/events/credits/credits.js.map +0 -1
  88. package/resources/v1/events/credits/credits.mjs.map +0 -1
  89. package/resources/v1/events/credits/custom-currencies.d.mts.map +0 -1
  90. package/resources/v1/events/credits/custom-currencies.d.ts.map +0 -1
  91. package/resources/v1/events/credits/custom-currencies.js.map +0 -1
  92. package/resources/v1/events/credits/custom-currencies.mjs.map +0 -1
  93. package/resources/v1/events/credits/grants.d.mts.map +0 -1
  94. package/resources/v1/events/credits/grants.d.ts.map +0 -1
  95. package/resources/v1/events/credits/grants.js.map +0 -1
  96. package/resources/v1/events/credits/grants.mjs.map +0 -1
  97. package/resources/v1/events/credits/index.d.mts +0 -4
  98. package/resources/v1/events/credits/index.d.mts.map +0 -1
  99. package/resources/v1/events/credits/index.d.ts +0 -4
  100. package/resources/v1/events/credits/index.d.ts.map +0 -1
  101. package/resources/v1/events/credits/index.js.map +0 -1
  102. package/resources/v1/events/credits/index.mjs.map +0 -1
  103. package/resources/v1/events/credits.d.mts.map +0 -1
  104. package/resources/v1/events/credits.d.ts.map +0 -1
  105. package/resources/v1/events/credits.js.map +0 -1
  106. package/resources/v1/events/credits.mjs.map +0 -1
  107. package/resources/v1/events/events.d.mts +0 -70
  108. package/resources/v1/events/events.d.mts.map +0 -1
  109. package/resources/v1/events/events.d.ts +0 -70
  110. package/resources/v1/events/events.d.ts.map +0 -1
  111. package/resources/v1/events/events.js +0 -27
  112. package/resources/v1/events/events.js.map +0 -1
  113. package/resources/v1/events/events.mjs +0 -22
  114. package/resources/v1/events/events.mjs.map +0 -1
  115. package/resources/v1/events/index.d.mts +0 -3
  116. package/resources/v1/events/index.d.mts.map +0 -1
  117. package/resources/v1/events/index.d.ts +0 -3
  118. package/resources/v1/events/index.d.ts.map +0 -1
  119. package/resources/v1/events/index.js +0 -9
  120. package/resources/v1/events/index.js.map +0 -1
  121. package/resources/v1/events/index.mjs +0 -4
  122. package/resources/v1/events/index.mjs.map +0 -1
  123. package/src/resources/v1/events/events.ts +0 -103
  124. package/src/resources/v1/events/index.ts +0 -13
  125. /package/resources/v1/{events/credits.d.mts → credits.d.mts} +0 -0
  126. /package/resources/v1/{events/credits.d.ts → credits.d.ts} +0 -0
  127. /package/resources/v1/{events/credits.mjs → credits.mjs} +0 -0
  128. /package/src/resources/v1/{events/credits.ts → credits.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-beta.2 (2026-05-12)
4
+
5
+ Full Changelog: [v0.1.0-beta.1...v0.1.0-beta.2](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.1...v0.1.0-beta.2)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([aedc20f](https://github.com/stiggio/stigg-typescript/commit/aedc20f592452d04924be9ae0571c04ade1eb59f))
10
+
3
11
  ## 0.1.0-beta.1 (2026-05-12)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.37...v0.1.0-beta.1](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.37...v0.1.0-beta.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/typescript",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "The official TypeScript library for the Stigg API",
5
5
  "author": "Stigg <>",
6
6
  "types": "./index.d.ts",
@@ -0,0 +1,84 @@
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import { APIPromise } from "../../../core/api-promise.mjs";
3
+ import { RequestOptions } from "../../../internal/request-options.mjs";
4
+ export declare class AutoRecharge extends APIResource {
5
+ /**
6
+ * Retrieves the automatic recharge configuration for a customer and currency.
7
+ * Returns default settings if no configuration exists.
8
+ */
9
+ getAutoRecharge(query: AutoRechargeGetAutoRechargeParams, options?: RequestOptions): APIPromise<AutoRechargeGetAutoRechargeResponse>;
10
+ }
11
+ /**
12
+ * Response object
13
+ */
14
+ export interface AutoRechargeGetAutoRechargeResponse {
15
+ /**
16
+ * Automatic recharge configuration for a customer and currency
17
+ */
18
+ data: AutoRechargeGetAutoRechargeResponse.Data;
19
+ }
20
+ export declare namespace AutoRechargeGetAutoRechargeResponse {
21
+ /**
22
+ * Automatic recharge configuration for a customer and currency
23
+ */
24
+ interface Data {
25
+ /**
26
+ * The unique configuration ID
27
+ */
28
+ id: string | null;
29
+ /**
30
+ * Timestamp of when the record was created
31
+ */
32
+ createdAt: string | null;
33
+ /**
34
+ * The currency ID for this configuration
35
+ */
36
+ currencyId: string;
37
+ /**
38
+ * The customer ID this configuration belongs to
39
+ */
40
+ customerId: string;
41
+ /**
42
+ * Expiration period for auto-recharge grants (1_MONTH or 1_YEAR)
43
+ */
44
+ grantExpirationPeriod: '1_MONTH' | '1_YEAR';
45
+ /**
46
+ * Whether automatic recharge is enabled
47
+ */
48
+ isEnabled: boolean;
49
+ /**
50
+ * Maximum monthly spend limit for automatic recharges
51
+ */
52
+ maxSpendLimit: number | null;
53
+ /**
54
+ * The target credit balance to recharge to
55
+ */
56
+ targetBalance: number;
57
+ /**
58
+ * The threshold type (CREDIT_AMOUNT or DOLLAR_AMOUNT)
59
+ */
60
+ thresholdType: 'CREDIT_AMOUNT' | 'DOLLAR_AMOUNT';
61
+ /**
62
+ * The threshold value that triggers a recharge
63
+ */
64
+ thresholdValue: number;
65
+ /**
66
+ * Timestamp of when the record was last updated
67
+ */
68
+ updatedAt: string | null;
69
+ }
70
+ }
71
+ export interface AutoRechargeGetAutoRechargeParams {
72
+ /**
73
+ * Filter by currency ID (required)
74
+ */
75
+ currencyId: string;
76
+ /**
77
+ * Filter by customer ID (required)
78
+ */
79
+ customerId: string;
80
+ }
81
+ export declare namespace AutoRecharge {
82
+ export { type AutoRechargeGetAutoRechargeResponse as AutoRechargeGetAutoRechargeResponse, type AutoRechargeGetAutoRechargeParams as AutoRechargeGetAutoRechargeParams, };
83
+ }
84
+ //# sourceMappingURL=auto-recharge.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-recharge.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/credits/auto-recharge.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;OAGG;IACH,eAAe,CACb,KAAK,EAAE,iCAAiC,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mCAAmC,CAAC;CAGnD;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,mCAAmC,CAAC,IAAI,CAAC;CAChD;AAED,yBAAiB,mCAAmC,CAAC;IACnD;;OAEG;IACH,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;WAEG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,qBAAqB,EAAE,SAAS,GAAG,QAAQ,CAAC;QAE5C;;WAEG;QACH,SAAS,EAAE,OAAO,CAAC;QAEnB;;WAEG;QACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAE7B;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,aAAa,EAAE,eAAe,GAAG,eAAe,CAAC;QAEjD;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B;CACF;AAED,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;CACH"}
@@ -0,0 +1,84 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import { APIPromise } from "../../../core/api-promise.js";
3
+ import { RequestOptions } from "../../../internal/request-options.js";
4
+ export declare class AutoRecharge extends APIResource {
5
+ /**
6
+ * Retrieves the automatic recharge configuration for a customer and currency.
7
+ * Returns default settings if no configuration exists.
8
+ */
9
+ getAutoRecharge(query: AutoRechargeGetAutoRechargeParams, options?: RequestOptions): APIPromise<AutoRechargeGetAutoRechargeResponse>;
10
+ }
11
+ /**
12
+ * Response object
13
+ */
14
+ export interface AutoRechargeGetAutoRechargeResponse {
15
+ /**
16
+ * Automatic recharge configuration for a customer and currency
17
+ */
18
+ data: AutoRechargeGetAutoRechargeResponse.Data;
19
+ }
20
+ export declare namespace AutoRechargeGetAutoRechargeResponse {
21
+ /**
22
+ * Automatic recharge configuration for a customer and currency
23
+ */
24
+ interface Data {
25
+ /**
26
+ * The unique configuration ID
27
+ */
28
+ id: string | null;
29
+ /**
30
+ * Timestamp of when the record was created
31
+ */
32
+ createdAt: string | null;
33
+ /**
34
+ * The currency ID for this configuration
35
+ */
36
+ currencyId: string;
37
+ /**
38
+ * The customer ID this configuration belongs to
39
+ */
40
+ customerId: string;
41
+ /**
42
+ * Expiration period for auto-recharge grants (1_MONTH or 1_YEAR)
43
+ */
44
+ grantExpirationPeriod: '1_MONTH' | '1_YEAR';
45
+ /**
46
+ * Whether automatic recharge is enabled
47
+ */
48
+ isEnabled: boolean;
49
+ /**
50
+ * Maximum monthly spend limit for automatic recharges
51
+ */
52
+ maxSpendLimit: number | null;
53
+ /**
54
+ * The target credit balance to recharge to
55
+ */
56
+ targetBalance: number;
57
+ /**
58
+ * The threshold type (CREDIT_AMOUNT or DOLLAR_AMOUNT)
59
+ */
60
+ thresholdType: 'CREDIT_AMOUNT' | 'DOLLAR_AMOUNT';
61
+ /**
62
+ * The threshold value that triggers a recharge
63
+ */
64
+ thresholdValue: number;
65
+ /**
66
+ * Timestamp of when the record was last updated
67
+ */
68
+ updatedAt: string | null;
69
+ }
70
+ }
71
+ export interface AutoRechargeGetAutoRechargeParams {
72
+ /**
73
+ * Filter by currency ID (required)
74
+ */
75
+ currencyId: string;
76
+ /**
77
+ * Filter by customer ID (required)
78
+ */
79
+ customerId: string;
80
+ }
81
+ export declare namespace AutoRecharge {
82
+ export { type AutoRechargeGetAutoRechargeResponse as AutoRechargeGetAutoRechargeResponse, type AutoRechargeGetAutoRechargeParams as AutoRechargeGetAutoRechargeParams, };
83
+ }
84
+ //# sourceMappingURL=auto-recharge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-recharge.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/credits/auto-recharge.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;OAGG;IACH,eAAe,CACb,KAAK,EAAE,iCAAiC,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mCAAmC,CAAC;CAGnD;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,mCAAmC,CAAC,IAAI,CAAC;CAChD;AAED,yBAAiB,mCAAmC,CAAC;IACnD;;OAEG;IACH,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;WAEG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,qBAAqB,EAAE,SAAS,GAAG,QAAQ,CAAC;QAE5C;;WAEG;QACH,SAAS,EAAE,OAAO,CAAC;QAEnB;;WAEG;QACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAE7B;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,aAAa,EAAE,eAAe,GAAG,eAAe,CAAC;QAEjD;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B;CACF;AAED,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;CACH"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.AutoRecharge = void 0;
5
+ const resource_1 = require("../../../core/resource.js");
6
+ class AutoRecharge extends resource_1.APIResource {
7
+ /**
8
+ * Retrieves the automatic recharge configuration for a customer and currency.
9
+ * Returns default settings if no configuration exists.
10
+ */
11
+ getAutoRecharge(query, options) {
12
+ return this._client.get('/api/v1/credits/auto-recharge', { query, ...options });
13
+ }
14
+ }
15
+ exports.AutoRecharge = AutoRecharge;
16
+ //# sourceMappingURL=auto-recharge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-recharge.js","sourceRoot":"","sources":["../../../src/resources/v1/credits/auto-recharge.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;OAGG;IACH,eAAe,CACb,KAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;CACF;AAXD,oCAWC"}
@@ -0,0 +1,12 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ export class AutoRecharge extends APIResource {
4
+ /**
5
+ * Retrieves the automatic recharge configuration for a customer and currency.
6
+ * Returns default settings if no configuration exists.
7
+ */
8
+ getAutoRecharge(query, options) {
9
+ return this._client.get('/api/v1/credits/auto-recharge', { query, ...options });
10
+ }
11
+ }
12
+ //# sourceMappingURL=auto-recharge.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-recharge.mjs","sourceRoot":"","sources":["../../../src/resources/v1/credits/auto-recharge.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;OAGG;IACH,eAAe,CACb,KAAwC,EACxC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;CACF"}
@@ -1,19 +1,17 @@
1
- import { APIResource } from "../../../../core/resource.mjs";
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import * as AutoRechargeAPI from "./auto-recharge.mjs";
3
+ import { AutoRecharge, AutoRechargeGetAutoRechargeParams, AutoRechargeGetAutoRechargeResponse } from "./auto-recharge.mjs";
2
4
  import * as CustomCurrenciesAPI from "./custom-currencies.mjs";
3
- import { CustomCurrencies, CustomCurrencyArchiveResponse, CustomCurrencyCreateParams, CustomCurrencyCreateResponse, CustomCurrencyListAssociatedEntitiesResponse, CustomCurrencyListParams, CustomCurrencyListResponse, CustomCurrencyListResponsesMyCursorIDPage, CustomCurrencyUnarchiveResponse, CustomCurrencyUpdateParams, CustomCurrencyUpdateResponse } from "./custom-currencies.mjs";
5
+ import { CustomCurrencies, CustomCurrency, CustomCurrencyCreateParams, CustomCurrencyListAssociatedEntitiesResponse, CustomCurrencyListParams, CustomCurrencyListResponse, CustomCurrencyListResponsesMyCursorIDPage, CustomCurrencyUpdateParams } from "./custom-currencies.mjs";
4
6
  import * as GrantsAPI from "./grants.mjs";
5
7
  import { CreditGrantResponse, GrantCreateParams, GrantListParams, GrantListResponse, GrantListResponsesMyCursorIDPage, Grants } from "./grants.mjs";
6
- import { APIPromise } from "../../../../core/api-promise.mjs";
7
- import { MyCursorIDPage, type MyCursorIDPageParams, PagePromise } from "../../../../core/pagination.mjs";
8
- import { RequestOptions } from "../../../../internal/request-options.mjs";
8
+ import { APIPromise } from "../../../core/api-promise.mjs";
9
+ import { MyCursorIDPage, type MyCursorIDPageParams, PagePromise } from "../../../core/pagination.mjs";
10
+ import { RequestOptions } from "../../../internal/request-options.mjs";
9
11
  export declare class Credits extends APIResource {
10
12
  grants: GrantsAPI.Grants;
11
13
  customCurrencies: CustomCurrenciesAPI.CustomCurrencies;
12
- /**
13
- * Retrieves the automatic recharge configuration for a customer and currency.
14
- * Returns default settings if no configuration exists.
15
- */
16
- getAutoRecharge(query: CreditGetAutoRechargeParams, options?: RequestOptions): APIPromise<CreditGetAutoRechargeResponse>;
14
+ autoRecharge: AutoRechargeAPI.AutoRecharge;
17
15
  /**
18
16
  * Retrieves credit usage time-series data for a customer, grouped by feature, over
19
17
  * a specified time range.
@@ -25,66 +23,6 @@ export declare class Credits extends APIResource {
25
23
  listLedger(query: CreditListLedgerParams, options?: RequestOptions): PagePromise<CreditListLedgerResponsesMyCursorIDPage, CreditListLedgerResponse>;
26
24
  }
27
25
  export type CreditListLedgerResponsesMyCursorIDPage = MyCursorIDPage<CreditListLedgerResponse>;
28
- /**
29
- * Response object
30
- */
31
- export interface CreditGetAutoRechargeResponse {
32
- /**
33
- * Automatic recharge configuration for a customer and currency
34
- */
35
- data: CreditGetAutoRechargeResponse.Data;
36
- }
37
- export declare namespace CreditGetAutoRechargeResponse {
38
- /**
39
- * Automatic recharge configuration for a customer and currency
40
- */
41
- interface Data {
42
- /**
43
- * The unique configuration ID
44
- */
45
- id: string | null;
46
- /**
47
- * Timestamp of when the record was created
48
- */
49
- createdAt: string | null;
50
- /**
51
- * The currency ID for this configuration
52
- */
53
- currencyId: string;
54
- /**
55
- * The customer ID this configuration belongs to
56
- */
57
- customerId: string;
58
- /**
59
- * Expiration period for auto-recharge grants (1_MONTH or 1_YEAR)
60
- */
61
- grantExpirationPeriod: '1_MONTH' | '1_YEAR';
62
- /**
63
- * Whether automatic recharge is enabled
64
- */
65
- isEnabled: boolean;
66
- /**
67
- * Maximum monthly spend limit for automatic recharges
68
- */
69
- maxSpendLimit: number | null;
70
- /**
71
- * The target credit balance to recharge to
72
- */
73
- targetBalance: number;
74
- /**
75
- * The threshold type (CREDIT_AMOUNT or DOLLAR_AMOUNT)
76
- */
77
- thresholdType: 'CREDIT_AMOUNT' | 'DOLLAR_AMOUNT';
78
- /**
79
- * The threshold value that triggers a recharge
80
- */
81
- thresholdValue: number;
82
- /**
83
- * Timestamp of when the record was last updated
84
- */
85
- updatedAt: string | null;
86
- }
87
- }
88
26
  /**
89
27
  * Response object
90
28
  */
@@ -213,16 +151,6 @@ export interface CreditListLedgerResponse {
213
151
  */
214
152
  timestamp: string;
215
153
  }
216
- export interface CreditGetAutoRechargeParams {
217
- /**
218
- * Filter by currency ID (required)
219
- */
220
- currencyId: string;
221
- /**
222
- * Filter by customer ID (required)
223
- */
224
- customerId: string;
225
- }
226
154
  export interface CreditGetUsageParams {
227
155
  /**
228
156
  * Filter by customer ID (required)
@@ -267,8 +195,9 @@ export interface CreditListLedgerParams extends MyCursorIDPageParams {
267
195
  resourceId?: string;
268
196
  }
269
197
  export declare namespace Credits {
270
- export { type CreditGetAutoRechargeResponse as CreditGetAutoRechargeResponse, type CreditGetUsageResponse as CreditGetUsageResponse, type CreditListLedgerResponse as CreditListLedgerResponse, type CreditListLedgerResponsesMyCursorIDPage as CreditListLedgerResponsesMyCursorIDPage, type CreditGetAutoRechargeParams as CreditGetAutoRechargeParams, type CreditGetUsageParams as CreditGetUsageParams, type CreditListLedgerParams as CreditListLedgerParams, };
198
+ export { type CreditGetUsageResponse as CreditGetUsageResponse, type CreditListLedgerResponse as CreditListLedgerResponse, type CreditListLedgerResponsesMyCursorIDPage as CreditListLedgerResponsesMyCursorIDPage, type CreditGetUsageParams as CreditGetUsageParams, type CreditListLedgerParams as CreditListLedgerParams, };
271
199
  export { Grants as Grants, type CreditGrantResponse as CreditGrantResponse, type GrantListResponse as GrantListResponse, type GrantListResponsesMyCursorIDPage as GrantListResponsesMyCursorIDPage, type GrantCreateParams as GrantCreateParams, type GrantListParams as GrantListParams, };
272
- export { CustomCurrencies as CustomCurrencies, type CustomCurrencyCreateResponse as CustomCurrencyCreateResponse, type CustomCurrencyUpdateResponse as CustomCurrencyUpdateResponse, type CustomCurrencyListResponse as CustomCurrencyListResponse, type CustomCurrencyArchiveResponse as CustomCurrencyArchiveResponse, type CustomCurrencyListAssociatedEntitiesResponse as CustomCurrencyListAssociatedEntitiesResponse, type CustomCurrencyUnarchiveResponse as CustomCurrencyUnarchiveResponse, type CustomCurrencyListResponsesMyCursorIDPage as CustomCurrencyListResponsesMyCursorIDPage, type CustomCurrencyCreateParams as CustomCurrencyCreateParams, type CustomCurrencyUpdateParams as CustomCurrencyUpdateParams, type CustomCurrencyListParams as CustomCurrencyListParams, };
200
+ export { CustomCurrencies as CustomCurrencies, type CustomCurrency as CustomCurrency, type CustomCurrencyListResponse as CustomCurrencyListResponse, type CustomCurrencyListAssociatedEntitiesResponse as CustomCurrencyListAssociatedEntitiesResponse, type CustomCurrencyListResponsesMyCursorIDPage as CustomCurrencyListResponsesMyCursorIDPage, type CustomCurrencyCreateParams as CustomCurrencyCreateParams, type CustomCurrencyUpdateParams as CustomCurrencyUpdateParams, type CustomCurrencyListParams as CustomCurrencyListParams, };
201
+ export { AutoRecharge as AutoRecharge, type AutoRechargeGetAutoRechargeResponse as AutoRechargeGetAutoRechargeResponse, type AutoRechargeGetAutoRechargeParams as AutoRechargeGetAutoRechargeParams, };
273
202
  }
274
203
  //# sourceMappingURL=credits.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/credits/credits.ts"],"names":[],"mappings":"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"}
@@ -1,19 +1,17 @@
1
- import { APIResource } from "../../../../core/resource.js";
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as AutoRechargeAPI from "./auto-recharge.js";
3
+ import { AutoRecharge, AutoRechargeGetAutoRechargeParams, AutoRechargeGetAutoRechargeResponse } from "./auto-recharge.js";
2
4
  import * as CustomCurrenciesAPI from "./custom-currencies.js";
3
- import { CustomCurrencies, CustomCurrencyArchiveResponse, CustomCurrencyCreateParams, CustomCurrencyCreateResponse, CustomCurrencyListAssociatedEntitiesResponse, CustomCurrencyListParams, CustomCurrencyListResponse, CustomCurrencyListResponsesMyCursorIDPage, CustomCurrencyUnarchiveResponse, CustomCurrencyUpdateParams, CustomCurrencyUpdateResponse } from "./custom-currencies.js";
5
+ import { CustomCurrencies, CustomCurrency, CustomCurrencyCreateParams, CustomCurrencyListAssociatedEntitiesResponse, CustomCurrencyListParams, CustomCurrencyListResponse, CustomCurrencyListResponsesMyCursorIDPage, CustomCurrencyUpdateParams } from "./custom-currencies.js";
4
6
  import * as GrantsAPI from "./grants.js";
5
7
  import { CreditGrantResponse, GrantCreateParams, GrantListParams, GrantListResponse, GrantListResponsesMyCursorIDPage, Grants } from "./grants.js";
6
- import { APIPromise } from "../../../../core/api-promise.js";
7
- import { MyCursorIDPage, type MyCursorIDPageParams, PagePromise } from "../../../../core/pagination.js";
8
- import { RequestOptions } from "../../../../internal/request-options.js";
8
+ import { APIPromise } from "../../../core/api-promise.js";
9
+ import { MyCursorIDPage, type MyCursorIDPageParams, PagePromise } from "../../../core/pagination.js";
10
+ import { RequestOptions } from "../../../internal/request-options.js";
9
11
  export declare class Credits extends APIResource {
10
12
  grants: GrantsAPI.Grants;
11
13
  customCurrencies: CustomCurrenciesAPI.CustomCurrencies;
12
- /**
13
- * Retrieves the automatic recharge configuration for a customer and currency.
14
- * Returns default settings if no configuration exists.
15
- */
16
- getAutoRecharge(query: CreditGetAutoRechargeParams, options?: RequestOptions): APIPromise<CreditGetAutoRechargeResponse>;
14
+ autoRecharge: AutoRechargeAPI.AutoRecharge;
17
15
  /**
18
16
  * Retrieves credit usage time-series data for a customer, grouped by feature, over
19
17
  * a specified time range.
@@ -25,66 +23,6 @@ export declare class Credits extends APIResource {
25
23
  listLedger(query: CreditListLedgerParams, options?: RequestOptions): PagePromise<CreditListLedgerResponsesMyCursorIDPage, CreditListLedgerResponse>;
26
24
  }
27
25
  export type CreditListLedgerResponsesMyCursorIDPage = MyCursorIDPage<CreditListLedgerResponse>;
28
- /**
29
- * Response object
30
- */
31
- export interface CreditGetAutoRechargeResponse {
32
- /**
33
- * Automatic recharge configuration for a customer and currency
34
- */
35
- data: CreditGetAutoRechargeResponse.Data;
36
- }
37
- export declare namespace CreditGetAutoRechargeResponse {
38
- /**
39
- * Automatic recharge configuration for a customer and currency
40
- */
41
- interface Data {
42
- /**
43
- * The unique configuration ID
44
- */
45
- id: string | null;
46
- /**
47
- * Timestamp of when the record was created
48
- */
49
- createdAt: string | null;
50
- /**
51
- * The currency ID for this configuration
52
- */
53
- currencyId: string;
54
- /**
55
- * The customer ID this configuration belongs to
56
- */
57
- customerId: string;
58
- /**
59
- * Expiration period for auto-recharge grants (1_MONTH or 1_YEAR)
60
- */
61
- grantExpirationPeriod: '1_MONTH' | '1_YEAR';
62
- /**
63
- * Whether automatic recharge is enabled
64
- */
65
- isEnabled: boolean;
66
- /**
67
- * Maximum monthly spend limit for automatic recharges
68
- */
69
- maxSpendLimit: number | null;
70
- /**
71
- * The target credit balance to recharge to
72
- */
73
- targetBalance: number;
74
- /**
75
- * The threshold type (CREDIT_AMOUNT or DOLLAR_AMOUNT)
76
- */
77
- thresholdType: 'CREDIT_AMOUNT' | 'DOLLAR_AMOUNT';
78
- /**
79
- * The threshold value that triggers a recharge
80
- */
81
- thresholdValue: number;
82
- /**
83
- * Timestamp of when the record was last updated
84
- */
85
- updatedAt: string | null;
86
- }
87
- }
88
26
  /**
89
27
  * Response object
90
28
  */
@@ -213,16 +151,6 @@ export interface CreditListLedgerResponse {
213
151
  */
214
152
  timestamp: string;
215
153
  }
216
- export interface CreditGetAutoRechargeParams {
217
- /**
218
- * Filter by currency ID (required)
219
- */
220
- currencyId: string;
221
- /**
222
- * Filter by customer ID (required)
223
- */
224
- customerId: string;
225
- }
226
154
  export interface CreditGetUsageParams {
227
155
  /**
228
156
  * Filter by customer ID (required)
@@ -267,8 +195,9 @@ export interface CreditListLedgerParams extends MyCursorIDPageParams {
267
195
  resourceId?: string;
268
196
  }
269
197
  export declare namespace Credits {
270
- export { type CreditGetAutoRechargeResponse as CreditGetAutoRechargeResponse, type CreditGetUsageResponse as CreditGetUsageResponse, type CreditListLedgerResponse as CreditListLedgerResponse, type CreditListLedgerResponsesMyCursorIDPage as CreditListLedgerResponsesMyCursorIDPage, type CreditGetAutoRechargeParams as CreditGetAutoRechargeParams, type CreditGetUsageParams as CreditGetUsageParams, type CreditListLedgerParams as CreditListLedgerParams, };
198
+ export { type CreditGetUsageResponse as CreditGetUsageResponse, type CreditListLedgerResponse as CreditListLedgerResponse, type CreditListLedgerResponsesMyCursorIDPage as CreditListLedgerResponsesMyCursorIDPage, type CreditGetUsageParams as CreditGetUsageParams, type CreditListLedgerParams as CreditListLedgerParams, };
271
199
  export { Grants as Grants, type CreditGrantResponse as CreditGrantResponse, type GrantListResponse as GrantListResponse, type GrantListResponsesMyCursorIDPage as GrantListResponsesMyCursorIDPage, type GrantCreateParams as GrantCreateParams, type GrantListParams as GrantListParams, };
272
- export { CustomCurrencies as CustomCurrencies, type CustomCurrencyCreateResponse as CustomCurrencyCreateResponse, type CustomCurrencyUpdateResponse as CustomCurrencyUpdateResponse, type CustomCurrencyListResponse as CustomCurrencyListResponse, type CustomCurrencyArchiveResponse as CustomCurrencyArchiveResponse, type CustomCurrencyListAssociatedEntitiesResponse as CustomCurrencyListAssociatedEntitiesResponse, type CustomCurrencyUnarchiveResponse as CustomCurrencyUnarchiveResponse, type CustomCurrencyListResponsesMyCursorIDPage as CustomCurrencyListResponsesMyCursorIDPage, type CustomCurrencyCreateParams as CustomCurrencyCreateParams, type CustomCurrencyUpdateParams as CustomCurrencyUpdateParams, type CustomCurrencyListParams as CustomCurrencyListParams, };
200
+ export { CustomCurrencies as CustomCurrencies, type CustomCurrency as CustomCurrency, type CustomCurrencyListResponse as CustomCurrencyListResponse, type CustomCurrencyListAssociatedEntitiesResponse as CustomCurrencyListAssociatedEntitiesResponse, type CustomCurrencyListResponsesMyCursorIDPage as CustomCurrencyListResponsesMyCursorIDPage, type CustomCurrencyCreateParams as CustomCurrencyCreateParams, type CustomCurrencyUpdateParams as CustomCurrencyUpdateParams, type CustomCurrencyListParams as CustomCurrencyListParams, };
201
+ export { AutoRecharge as AutoRecharge, type AutoRechargeGetAutoRechargeResponse as AutoRechargeGetAutoRechargeResponse, type AutoRechargeGetAutoRechargeParams as AutoRechargeGetAutoRechargeParams, };
273
202
  }
274
203
  //# sourceMappingURL=credits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/credits/credits.ts"],"names":[],"mappings":"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"}
@@ -2,25 +2,21 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.Credits = void 0;
5
- const tslib_1 = require("../../../../internal/tslib.js");
6
- const resource_1 = require("../../../../core/resource.js");
5
+ const tslib_1 = require("../../../internal/tslib.js");
6
+ const resource_1 = require("../../../core/resource.js");
7
+ const AutoRechargeAPI = tslib_1.__importStar(require("./auto-recharge.js"));
8
+ const auto_recharge_1 = require("./auto-recharge.js");
7
9
  const CustomCurrenciesAPI = tslib_1.__importStar(require("./custom-currencies.js"));
8
10
  const custom_currencies_1 = require("./custom-currencies.js");
9
11
  const GrantsAPI = tslib_1.__importStar(require("./grants.js"));
10
12
  const grants_1 = require("./grants.js");
11
- const pagination_1 = require("../../../../core/pagination.js");
13
+ const pagination_1 = require("../../../core/pagination.js");
12
14
  class Credits extends resource_1.APIResource {
13
15
  constructor() {
14
16
  super(...arguments);
15
17
  this.grants = new GrantsAPI.Grants(this._client);
16
18
  this.customCurrencies = new CustomCurrenciesAPI.CustomCurrencies(this._client);
17
- }
18
- /**
19
- * Retrieves the automatic recharge configuration for a customer and currency.
20
- * Returns default settings if no configuration exists.
21
- */
22
- getAutoRecharge(query, options) {
23
- return this._client.get('/api/v1/credits/auto-recharge', { query, ...options });
19
+ this.autoRecharge = new AutoRechargeAPI.AutoRecharge(this._client);
24
20
  }
25
21
  /**
26
22
  * Retrieves credit usage time-series data for a customer, grouped by feature, over
@@ -42,4 +38,5 @@ class Credits extends resource_1.APIResource {
42
38
  exports.Credits = Credits;
43
39
  Credits.Grants = grants_1.Grants;
44
40
  Credits.CustomCurrencies = custom_currencies_1.CustomCurrencies;
41
+ Credits.AutoRecharge = auto_recharge_1.AutoRecharge;
45
42
  //# sourceMappingURL=credits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.js","sourceRoot":"","sources":["../../../src/resources/v1/credits/credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,4EAAmD;AACnD,sDAIyB;AACzB,oFAA2D;AAC3D,8DAS6B;AAC7B,+DAAsC;AACtC,wCAOkB;AAElB,4DAAkG;AAGlG,MAAa,OAAQ,SAAQ,sBAAW;IAAxC;;QACE,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAsB9F,CAAC;IApBC;;;OAGG;IACH,QAAQ,CAAC,KAA2B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,UAAU,CACR,KAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wBAAwB,EAAE,CAAA,2BAAwC,CAAA,EAAE;YACjG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AA3BD,0BA2BC;AAsND,OAAO,CAAC,MAAM,GAAG,eAAM,CAAC;AACxB,OAAO,CAAC,gBAAgB,GAAG,oCAAgB,CAAC;AAC5C,OAAO,CAAC,YAAY,GAAG,4BAAY,CAAC"}
@@ -1,22 +1,18 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../../../core/resource.mjs";
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import * as AutoRechargeAPI from "./auto-recharge.mjs";
4
+ import { AutoRecharge, } from "./auto-recharge.mjs";
3
5
  import * as CustomCurrenciesAPI from "./custom-currencies.mjs";
4
6
  import { CustomCurrencies, } from "./custom-currencies.mjs";
5
7
  import * as GrantsAPI from "./grants.mjs";
6
8
  import { Grants, } from "./grants.mjs";
7
- import { MyCursorIDPage } from "../../../../core/pagination.mjs";
9
+ import { MyCursorIDPage } from "../../../core/pagination.mjs";
8
10
  export class Credits extends APIResource {
9
11
  constructor() {
10
12
  super(...arguments);
11
13
  this.grants = new GrantsAPI.Grants(this._client);
12
14
  this.customCurrencies = new CustomCurrenciesAPI.CustomCurrencies(this._client);
13
- }
14
- /**
15
- * Retrieves the automatic recharge configuration for a customer and currency.
16
- * Returns default settings if no configuration exists.
17
- */
18
- getAutoRecharge(query, options) {
19
- return this._client.get('/api/v1/credits/auto-recharge', { query, ...options });
15
+ this.autoRecharge = new AutoRechargeAPI.AutoRecharge(this._client);
20
16
  }
21
17
  /**
22
18
  * Retrieves credit usage time-series data for a customer, grouped by feature, over
@@ -37,4 +33,5 @@ export class Credits extends APIResource {
37
33
  }
38
34
  Credits.Grants = Grants;
39
35
  Credits.CustomCurrencies = CustomCurrencies;
36
+ Credits.AutoRecharge = AutoRecharge;
40
37
  //# sourceMappingURL=credits.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.mjs","sourceRoot":"","sources":["../../../src/resources/v1/credits/credits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EACL,YAAY,GAGb;OACM,KAAK,mBAAmB;OACxB,EACL,gBAAgB,GAQjB;OACM,KAAK,SAAS;OACd,EAML,MAAM,GACP;OAEM,EAAE,cAAc,EAA0C;AAGjE,MAAM,OAAO,OAAQ,SAAQ,WAAW;IAAxC;;QACE,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAsB9F,CAAC;IApBC;;;OAGG;IACH,QAAQ,CAAC,KAA2B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,UAAU,CACR,KAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wBAAwB,EAAE,CAAA,cAAwC,CAAA,EAAE;YACjG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAsND,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC;AACxB,OAAO,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;AAC5C,OAAO,CAAC,YAAY,GAAG,YAAY,CAAC"}