@binalyze/air-sdk 5.21.2 → 5.23.0
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/dist/generated/bindings-v2.d.ts +3 -0
- package/dist/generated/bindings-v2.js +44 -0
- package/dist/generated/bindings-v2.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/sdk/typescript-axios/sdk.gen.d.ts +738 -19
- package/dist/sdk/typescript-axios/sdk.gen.js +5362 -1735
- package/dist/sdk/typescript-axios/sdk.gen.js.map +1 -1
- package/dist/sdk/typescript-axios/types.gen.d.ts +15798 -7128
- package/dist/sdk/typescript-axios-v2/client/client.gen.d.ts +2 -0
- package/dist/sdk/typescript-axios-v2/client/client.gen.js +141 -0
- package/dist/sdk/typescript-axios-v2/client/client.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/client/index.d.ts +7 -0
- package/dist/sdk/typescript-axios-v2/client/index.js +16 -0
- package/dist/sdk/typescript-axios-v2/client/index.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/client/types.gen.d.ts +95 -0
- package/dist/sdk/typescript-axios-v2/client/types.gen.js +5 -0
- package/dist/sdk/typescript-axios-v2/client/types.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/client/utils.gen.d.ts +14 -0
- package/dist/sdk/typescript-axios-v2/client/utils.gen.js +175 -0
- package/dist/sdk/typescript-axios-v2/client/utils.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/client.gen.d.ts +12 -0
- package/dist/sdk/typescript-axios-v2/client.gen.js +8 -0
- package/dist/sdk/typescript-axios-v2/client.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/auth.gen.d.ts +18 -0
- package/dist/sdk/typescript-axios-v2/core/auth.gen.js +20 -0
- package/dist/sdk/typescript-axios-v2/core/auth.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/bodySerializer.gen.d.ts +17 -0
- package/dist/sdk/typescript-axios-v2/core/bodySerializer.gen.js +62 -0
- package/dist/sdk/typescript-axios-v2/core/bodySerializer.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/params.gen.d.ts +33 -0
- package/dist/sdk/typescript-axios-v2/core/params.gen.js +94 -0
- package/dist/sdk/typescript-axios-v2/core/params.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/pathSerializer.gen.d.ts +33 -0
- package/dist/sdk/typescript-axios-v2/core/pathSerializer.gen.js +125 -0
- package/dist/sdk/typescript-axios-v2/core/pathSerializer.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/sdk/typescript-axios-v2/core/serverSentEvents.gen.js +141 -0
- package/dist/sdk/typescript-axios-v2/core/serverSentEvents.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/types.gen.d.ts +78 -0
- package/dist/sdk/typescript-axios-v2/core/types.gen.js +5 -0
- package/dist/sdk/typescript-axios-v2/core/types.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/core/utils.gen.d.ts +19 -0
- package/dist/sdk/typescript-axios-v2/core/utils.gen.js +95 -0
- package/dist/sdk/typescript-axios-v2/core/utils.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/index.d.ts +2 -0
- package/dist/sdk/typescript-axios-v2/index.js +21 -0
- package/dist/sdk/typescript-axios-v2/index.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/sdk.gen.d.ts +695 -0
- package/dist/sdk/typescript-axios-v2/sdk.gen.js +3435 -0
- package/dist/sdk/typescript-axios-v2/sdk.gen.js.map +1 -0
- package/dist/sdk/typescript-axios-v2/types.gen.d.ts +8240 -0
- package/dist/sdk/typescript-axios-v2/types.gen.js +5 -0
- package/dist/sdk/typescript-axios-v2/types.gen.js.map +1 -0
- package/dist/types/acquisitions.d.ts +2 -2
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.js +3 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/page-iterator.d.ts +12 -0
- package/dist/utils/page-iterator.js +23 -0
- package/dist/utils/page-iterator.js.map +1 -0
- package/dist/utils/retry.d.ts +29 -0
- package/dist/utils/retry.js +70 -0
- package/dist/utils/retry.js.map +1 -0
- package/dist/utils/typed-errors.d.ts +44 -0
- package/dist/utils/typed-errors.js +82 -0
- package/dist/utils/typed-errors.js.map +1 -0
- package/dist/v2/AIR.d.ts +56 -0
- package/dist/v2/AIR.js +80 -0
- package/dist/v2/AIR.js.map +1 -0
- package/dist/v2/index.d.ts +1 -0
- package/dist/v2/index.js +18 -0
- package/dist/v2/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.sdkV2 = exports.createConfigV2 = exports.createClientV2 = exports.clientV2 = void 0;
|
|
37
|
+
// Auto-generated by prepare-npm-package.js
|
|
38
|
+
var client_gen_1 = require("../sdk/typescript-axios-v2/client.gen");
|
|
39
|
+
Object.defineProperty(exports, "clientV2", { enumerable: true, get: function () { return client_gen_1.client; } });
|
|
40
|
+
var client_1 = require("../sdk/typescript-axios-v2/client");
|
|
41
|
+
Object.defineProperty(exports, "createClientV2", { enumerable: true, get: function () { return client_1.createClient; } });
|
|
42
|
+
Object.defineProperty(exports, "createConfigV2", { enumerable: true, get: function () { return client_1.createConfig; } });
|
|
43
|
+
exports.sdkV2 = __importStar(require("../sdk/typescript-axios-v2/sdk.gen"));
|
|
44
|
+
//# sourceMappingURL=bindings-v2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bindings-v2.js","sourceRoot":"","sources":["../../src/generated/bindings-v2.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA2C;AAC3C,oEAA2E;AAAlE,sGAAA,MAAM,OAAY;AAC3B,4DAG2C;AAFzC,wGAAA,YAAY,OAAkB;AAC9B,wGAAA,YAAY,OAAkB;AAEhC,4EAA4D"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
1
|
export { AIR } from "./air/AIR";
|
|
2
|
+
export { AIRV2 } from "./v2/AIR";
|
|
3
|
+
export type { RequestOptions } from "./v2/AIR";
|
|
4
|
+
export { AirV2Error, V2_ERROR_CODES } from "./utils/typed-errors";
|
|
5
|
+
export type { TypedV2Error, V2ErrorCode, V2ApiErrorEntry, V2Envelope } from "./utils/typed-errors";
|
|
6
|
+
export { DEFAULT_RETRYABLE_STATUSES, MUTATION_RETRYABLE_STATUSES } from "./utils/retry";
|
|
7
|
+
export type { RetryOptions, RetryableResponse } from "./utils/retry";
|
|
8
|
+
export type { OffsetPageLike } from "./utils/page-iterator";
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AIR = void 0;
|
|
3
|
+
exports.MUTATION_RETRYABLE_STATUSES = exports.DEFAULT_RETRYABLE_STATUSES = exports.V2_ERROR_CODES = exports.AirV2Error = exports.AIRV2 = exports.AIR = void 0;
|
|
4
4
|
var AIR_1 = require("./air/AIR");
|
|
5
5
|
Object.defineProperty(exports, "AIR", { enumerable: true, get: function () { return AIR_1.AIR; } });
|
|
6
|
+
var AIR_2 = require("./v2/AIR");
|
|
7
|
+
Object.defineProperty(exports, "AIRV2", { enumerable: true, get: function () { return AIR_2.AIRV2; } });
|
|
8
|
+
var typed_errors_1 = require("./utils/typed-errors");
|
|
9
|
+
Object.defineProperty(exports, "AirV2Error", { enumerable: true, get: function () { return typed_errors_1.AirV2Error; } });
|
|
10
|
+
Object.defineProperty(exports, "V2_ERROR_CODES", { enumerable: true, get: function () { return typed_errors_1.V2_ERROR_CODES; } });
|
|
11
|
+
var retry_1 = require("./utils/retry");
|
|
12
|
+
Object.defineProperty(exports, "DEFAULT_RETRYABLE_STATUSES", { enumerable: true, get: function () { return retry_1.DEFAULT_RETRYABLE_STATUSES; } });
|
|
13
|
+
Object.defineProperty(exports, "MUTATION_RETRYABLE_STATUSES", { enumerable: true, get: function () { return retry_1.MUTATION_RETRYABLE_STATUSES; } });
|
|
6
14
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAAvB,0FAAA,GAAG,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAAvB,0FAAA,GAAG,OAAA;AACZ,gCAAiC;AAAxB,4FAAA,KAAK,OAAA;AAEd,qDAAkE;AAAzD,0GAAA,UAAU,OAAA;AAAE,8GAAA,cAAc,OAAA;AAEnC,uCAAwF;AAA/E,mHAAA,0BAA0B,OAAA;AAAE,oHAAA,2BAA2B,OAAA"}
|