@gr4vy/sdk 1.1.22 → 1.1.23
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.
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/reportspecmodel.d.ts +1 -0
- package/models/components/reportspecmodel.d.ts.map +1 -1
- package/models/components/reportspecmodel.js +1 -0
- package/models/components/reportspecmodel.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/reportspecmodel.ts +1 -0
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -44,8 +44,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
44
44
|
export declare const SDK_METADATA: {
|
|
45
45
|
readonly language: "typescript";
|
|
46
46
|
readonly openapiDocVersion: "1.0.0";
|
|
47
|
-
readonly sdkVersion: "1.1.
|
|
48
|
-
readonly genVersion: "2.
|
|
49
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.1.
|
|
47
|
+
readonly sdkVersion: "1.1.23";
|
|
48
|
+
readonly genVersion: "2.672.0";
|
|
49
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.1.23 2.672.0 1.0.0 @gr4vy/sdk";
|
|
50
50
|
};
|
|
51
51
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -37,8 +37,8 @@ function serverURLFromOptions(options) {
|
|
|
37
37
|
exports.SDK_METADATA = {
|
|
38
38
|
language: "typescript",
|
|
39
39
|
openapiDocVersion: "1.0.0",
|
|
40
|
-
sdkVersion: "1.1.
|
|
41
|
-
genVersion: "2.
|
|
42
|
-
userAgent: "speakeasy-sdk/typescript 1.1.
|
|
40
|
+
sdkVersion: "1.1.23",
|
|
41
|
+
genVersion: "2.672.0",
|
|
42
|
+
userAgent: "speakeasy-sdk/typescript 1.1.23 2.672.0 1.0.0 @gr4vy/sdk",
|
|
43
43
|
};
|
|
44
44
|
//# sourceMappingURL=config.js.map
|
|
@@ -4,6 +4,7 @@ export declare const ReportSpecModel: {
|
|
|
4
4
|
readonly Transactions: "transactions";
|
|
5
5
|
readonly TransactionRetries: "transaction_retries";
|
|
6
6
|
readonly DetailedSettlement: "detailed_settlement";
|
|
7
|
+
readonly AccountsReceivables: "accounts_receivables";
|
|
7
8
|
};
|
|
8
9
|
export type ReportSpecModel = OpenEnum<typeof ReportSpecModel>;
|
|
9
10
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportspecmodel.d.ts","sourceRoot":"","sources":["../../src/models/components/reportspecmodel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,QAAQ,EAET,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"reportspecmodel.d.ts","sourceRoot":"","sources":["../../src/models/components/reportspecmodel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,QAAQ,EAET,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC;AACX,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;AAE/D,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAKL,CAAC;AAEL,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,eAAe,CAIf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,2DAAiC,CAAC;CAC9D"}
|
|
@@ -33,6 +33,7 @@ exports.ReportSpecModel = {
|
|
|
33
33
|
Transactions: "transactions",
|
|
34
34
|
TransactionRetries: "transaction_retries",
|
|
35
35
|
DetailedSettlement: "detailed_settlement",
|
|
36
|
+
AccountsReceivables: "accounts_receivables",
|
|
36
37
|
};
|
|
37
38
|
/** @internal */
|
|
38
39
|
exports.ReportSpecModel$inboundSchema = z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportspecmodel.js","sourceRoot":"","sources":["../../src/models/components/reportspecmodel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,mDAI8B;AAEjB,QAAA,eAAe,GAAG;IAC7B,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,qBAAqB;IACzC,kBAAkB,EAAE,qBAAqB;
|
|
1
|
+
{"version":3,"file":"reportspecmodel.js","sourceRoot":"","sources":["../../src/models/components/reportspecmodel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,mDAI8B;AAEjB,QAAA,eAAe,GAAG;IAC7B,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,qBAAqB;IACzC,kBAAkB,EAAE,qBAAqB;IACzC,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAGX,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC;KACF,KAAK,CAAC;IACL,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;IAC7B,CAAC,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,gCAAqB,CAAC;CAC5C,CAAC,CAAC;AAEL,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,KAAK,CAAC;IACV,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;IAC7B,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,EAAwB,CAAC;CACjD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAC/D,CAAC,EALgB,gBAAgB,gCAAhB,gBAAgB,QAKhC"}
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -77,7 +77,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
77
77
|
export const SDK_METADATA = {
|
|
78
78
|
language: "typescript",
|
|
79
79
|
openapiDocVersion: "1.0.0",
|
|
80
|
-
sdkVersion: "1.1.
|
|
81
|
-
genVersion: "2.
|
|
82
|
-
userAgent: "speakeasy-sdk/typescript 1.1.
|
|
80
|
+
sdkVersion: "1.1.23",
|
|
81
|
+
genVersion: "2.672.0",
|
|
82
|
+
userAgent: "speakeasy-sdk/typescript 1.1.23 2.672.0 1.0.0 @gr4vy/sdk",
|
|
83
83
|
} as const;
|
|
@@ -13,6 +13,7 @@ export const ReportSpecModel = {
|
|
|
13
13
|
Transactions: "transactions",
|
|
14
14
|
TransactionRetries: "transaction_retries",
|
|
15
15
|
DetailedSettlement: "detailed_settlement",
|
|
16
|
+
AccountsReceivables: "accounts_receivables",
|
|
16
17
|
} as const;
|
|
17
18
|
export type ReportSpecModel = OpenEnum<typeof ReportSpecModel>;
|
|
18
19
|
|