@unified-api/typescript-sdk 2.85.47 → 2.85.48
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/FUNCTIONS.md +2 -2
- package/README.md +12 -12
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/examples/accountingCreateAccountingAccount.example.ts +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
package/FUNCTIONS.md
CHANGED
|
@@ -38,7 +38,7 @@ async function run() {
|
|
|
38
38
|
currency: "BOB",
|
|
39
39
|
customerDefinedCode: "quo",
|
|
40
40
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
41
|
-
id: "
|
|
41
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
42
42
|
isPayable: true,
|
|
43
43
|
name: "Electronic Aluminum Tuna",
|
|
44
44
|
status: "ARCHIVED",
|
|
@@ -55,7 +55,7 @@ async function run() {
|
|
|
55
55
|
},
|
|
56
56
|
],
|
|
57
57
|
type: "BANK",
|
|
58
|
-
updatedAt: new Date("2023-01-
|
|
58
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
59
59
|
},
|
|
60
60
|
connectionId: "<id>",
|
|
61
61
|
});
|
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ async function run() {
|
|
|
105
105
|
currency: "BOB",
|
|
106
106
|
customerDefinedCode: "quo",
|
|
107
107
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
108
|
-
id: "
|
|
108
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
109
109
|
isPayable: true,
|
|
110
110
|
name: "Electronic Aluminum Tuna",
|
|
111
111
|
status: "ARCHIVED",
|
|
@@ -122,7 +122,7 @@ async function run() {
|
|
|
122
122
|
},
|
|
123
123
|
],
|
|
124
124
|
type: "BANK",
|
|
125
|
-
updatedAt: new Date("2023-01-
|
|
125
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
126
126
|
},
|
|
127
127
|
connectionId: "<id>",
|
|
128
128
|
});
|
|
@@ -155,7 +155,7 @@ async function run() {
|
|
|
155
155
|
currency: "BOB",
|
|
156
156
|
customerDefinedCode: "quo",
|
|
157
157
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
158
|
-
id: "
|
|
158
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
159
159
|
isPayable: true,
|
|
160
160
|
name: "Electronic Aluminum Tuna",
|
|
161
161
|
status: "ARCHIVED",
|
|
@@ -172,7 +172,7 @@ async function run() {
|
|
|
172
172
|
},
|
|
173
173
|
],
|
|
174
174
|
type: "BANK",
|
|
175
|
-
updatedAt: new Date("2023-01-
|
|
175
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
176
176
|
},
|
|
177
177
|
connectionId: "<id>",
|
|
178
178
|
});
|
|
@@ -271,7 +271,7 @@ async function run() {
|
|
|
271
271
|
currency: "BOB",
|
|
272
272
|
customerDefinedCode: "quo",
|
|
273
273
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
274
|
-
id: "
|
|
274
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
275
275
|
isPayable: true,
|
|
276
276
|
name: "Electronic Aluminum Tuna",
|
|
277
277
|
status: "ARCHIVED",
|
|
@@ -288,7 +288,7 @@ async function run() {
|
|
|
288
288
|
},
|
|
289
289
|
],
|
|
290
290
|
type: "BANK",
|
|
291
|
-
updatedAt: new Date("2023-01-
|
|
291
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
292
292
|
},
|
|
293
293
|
connectionId: "<id>",
|
|
294
294
|
});
|
|
@@ -337,7 +337,7 @@ async function run() {
|
|
|
337
337
|
currency: "BOB",
|
|
338
338
|
customerDefinedCode: "quo",
|
|
339
339
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
340
|
-
id: "
|
|
340
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
341
341
|
isPayable: true,
|
|
342
342
|
name: "Electronic Aluminum Tuna",
|
|
343
343
|
status: "ARCHIVED",
|
|
@@ -354,7 +354,7 @@ async function run() {
|
|
|
354
354
|
},
|
|
355
355
|
],
|
|
356
356
|
type: "BANK",
|
|
357
|
-
updatedAt: new Date("2023-01-
|
|
357
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
358
358
|
},
|
|
359
359
|
connectionId: "<id>",
|
|
360
360
|
});
|
|
@@ -462,7 +462,7 @@ async function run() {
|
|
|
462
462
|
currency: "BOB",
|
|
463
463
|
customerDefinedCode: "quo",
|
|
464
464
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
465
|
-
id: "
|
|
465
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
466
466
|
isPayable: true,
|
|
467
467
|
name: "Electronic Aluminum Tuna",
|
|
468
468
|
status: "ARCHIVED",
|
|
@@ -479,7 +479,7 @@ async function run() {
|
|
|
479
479
|
},
|
|
480
480
|
],
|
|
481
481
|
type: "BANK",
|
|
482
|
-
updatedAt: new Date("2023-01-
|
|
482
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
483
483
|
},
|
|
484
484
|
connectionId: "<id>",
|
|
485
485
|
}, {
|
|
@@ -530,7 +530,7 @@ async function run() {
|
|
|
530
530
|
currency: "BOB",
|
|
531
531
|
customerDefinedCode: "quo",
|
|
532
532
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
533
|
-
id: "
|
|
533
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
534
534
|
isPayable: true,
|
|
535
535
|
name: "Electronic Aluminum Tuna",
|
|
536
536
|
status: "ARCHIVED",
|
|
@@ -547,7 +547,7 @@ async function run() {
|
|
|
547
547
|
},
|
|
548
548
|
],
|
|
549
549
|
type: "BANK",
|
|
550
|
-
updatedAt: new Date("2023-01-
|
|
550
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
551
551
|
},
|
|
552
552
|
connectionId: "<id>",
|
|
553
553
|
});
|
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "1.0";
|
|
38
|
-
readonly sdkVersion: "2.85.
|
|
38
|
+
readonly sdkVersion: "2.85.48";
|
|
39
39
|
readonly genVersion: "2.938.0";
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 2.85.
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 2.85.48 2.938.0 1.0 @unified-api/typescript-sdk";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -39,8 +39,8 @@ function serverURLFromOptions(options) {
|
|
|
39
39
|
exports.SDK_METADATA = {
|
|
40
40
|
language: "typescript",
|
|
41
41
|
openapiDocVersion: "1.0",
|
|
42
|
-
sdkVersion: "2.85.
|
|
42
|
+
sdkVersion: "2.85.48",
|
|
43
43
|
genVersion: "2.938.0",
|
|
44
|
-
userAgent: "speakeasy-sdk/typescript 2.85.
|
|
44
|
+
userAgent: "speakeasy-sdk/typescript 2.85.48 2.938.0 1.0 @unified-api/typescript-sdk",
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.js.map
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "1.0";
|
|
38
|
-
readonly sdkVersion: "2.85.
|
|
38
|
+
readonly sdkVersion: "2.85.48";
|
|
39
39
|
readonly genVersion: "2.938.0";
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 2.85.
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 2.85.48 2.938.0 1.0 @unified-api/typescript-sdk";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -35,8 +35,8 @@ export function serverURLFromOptions(options) {
|
|
|
35
35
|
export const SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
37
|
openapiDocVersion: "1.0",
|
|
38
|
-
sdkVersion: "2.85.
|
|
38
|
+
sdkVersion: "2.85.48",
|
|
39
39
|
genVersion: "2.938.0",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 2.85.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 2.85.48 2.938.0 1.0 @unified-api/typescript-sdk",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
|
@@ -27,7 +27,7 @@ async function main() {
|
|
|
27
27
|
currency: "BOB",
|
|
28
28
|
customerDefinedCode: "quo",
|
|
29
29
|
description: "Spoliatio comedo vilitas harum cupiditate.",
|
|
30
|
-
id: "
|
|
30
|
+
id: "83739f72-9953-46a9-aedd-877d0667d16d",
|
|
31
31
|
isPayable: true,
|
|
32
32
|
name: "Electronic Aluminum Tuna",
|
|
33
33
|
status: "ARCHIVED",
|
|
@@ -44,7 +44,7 @@ async function main() {
|
|
|
44
44
|
},
|
|
45
45
|
],
|
|
46
46
|
type: "BANK",
|
|
47
|
-
updatedAt: new Date("2023-01-
|
|
47
|
+
updatedAt: new Date("2023-01-03T06:57:17.864Z"),
|
|
48
48
|
},
|
|
49
49
|
connectionId: "<id>",
|
|
50
50
|
});
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -73,8 +73,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
73
73
|
export const SDK_METADATA = {
|
|
74
74
|
language: "typescript",
|
|
75
75
|
openapiDocVersion: "1.0",
|
|
76
|
-
sdkVersion: "2.85.
|
|
76
|
+
sdkVersion: "2.85.48",
|
|
77
77
|
genVersion: "2.938.0",
|
|
78
78
|
userAgent:
|
|
79
|
-
"speakeasy-sdk/typescript 2.85.
|
|
79
|
+
"speakeasy-sdk/typescript 2.85.48 2.938.0 1.0 @unified-api/typescript-sdk",
|
|
80
80
|
} as const;
|