orb-billing 1.20.1 → 1.20.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.
- package/README.md +1 -1
- package/dist/sdk/models/errors/fivehundrederror.d.ts +1 -2
- package/dist/sdk/models/errors/fivehundrederror.js +0 -24
- package/dist/sdk/models/errors/fourhundredandoneerror.d.ts +2 -3
- package/dist/sdk/models/errors/fourhundredandoneerror.js +0 -24
- package/dist/sdk/models/errors/fourhundredandtwentynineerror.d.ts +2 -3
- package/dist/sdk/models/errors/fourhundredandtwentynineerror.js +0 -24
- package/dist/sdk/models/shared/index.d.ts +0 -3
- package/dist/sdk/models/shared/index.js +0 -3
- package/dist/sdk/models/shared/security.d.ts +1 -1
- package/dist/sdk/models/shared/security.js +1 -1
- package/dist/sdk/sdk.js +2 -2
- package/docs/models/errors/fivehundrederror.md +7 -7
- package/docs/models/errors/fourhundredandoneerror.md +7 -7
- package/docs/models/errors/fourhundredandtwentynineerror.md +7 -7
- package/docs/models/shared/security.md +1 -1
- package/docs/sdks/availability/README.md +1 -1
- package/docs/sdks/coupon/README.md +5 -5
- package/docs/sdks/credit/README.md +6 -6
- package/docs/sdks/creditnote/README.md +2 -2
- package/docs/sdks/customer/README.md +13 -13
- package/docs/sdks/event/README.md +9 -9
- package/docs/sdks/invoice/README.md +8 -8
- package/docs/sdks/item/README.md +2 -2
- package/docs/sdks/metric/README.md +3 -3
- package/docs/sdks/plan/README.md +6 -6
- package/docs/sdks/price/README.md +4 -4
- package/docs/sdks/priceinterval/README.md +1 -1
- package/docs/sdks/subscription/README.md +13 -13
- package/package.json +1 -1
- package/dist/sdk/models/shared/fivehundrederror.d.ts +0 -3
- package/dist/sdk/models/shared/fivehundrederror.js +0 -10
- package/dist/sdk/models/shared/fourhundredandoneerror.d.ts +0 -6
- package/dist/sdk/models/shared/fourhundredandoneerror.js +0 -14
- package/dist/sdk/models/shared/fourhundredandtwentynineerror.d.ts +0 -6
- package/dist/sdk/models/shared/fourhundredandtwentynineerror.js +0 -14
- package/docs/models/shared/fivehundrederrortype.md +0 -8
- package/docs/models/shared/fourhundredandoneerrorstatus.md +0 -8
- package/docs/models/shared/fourhundredandoneerrortype.md +0 -8
- package/docs/models/shared/fourhundredandtwentynineerrorstatus.md +0 -8
- package/docs/models/shared/fourhundredandtwentynineerrortype.md +0 -8
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as shared from "../shared";
|
|
2
1
|
export declare class FiveHundredErrorHeaders extends Error {
|
|
3
2
|
constructor(err?: FiveHundredErrorHeaders);
|
|
4
3
|
}
|
|
@@ -7,6 +6,6 @@ export declare class FiveHundredError extends Error {
|
|
|
7
6
|
headers?: FiveHundredErrorHeaders;
|
|
8
7
|
status: number;
|
|
9
8
|
title?: string;
|
|
10
|
-
type:
|
|
9
|
+
type: string;
|
|
11
10
|
constructor(err?: FiveHundredError);
|
|
12
11
|
}
|
|
@@ -17,42 +17,18 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
17
17
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
18
|
};
|
|
19
19
|
})();
|
|
20
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
-
}
|
|
26
|
-
Object.defineProperty(o, k2, desc);
|
|
27
|
-
}) : (function(o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
}));
|
|
31
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
-
}) : function(o, v) {
|
|
34
|
-
o["default"] = v;
|
|
35
|
-
});
|
|
36
20
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
21
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
22
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
23
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
40
24
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
25
|
};
|
|
42
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
-
if (mod && mod.__esModule) return mod;
|
|
44
|
-
var result = {};
|
|
45
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
__setModuleDefault(result, mod);
|
|
47
|
-
return result;
|
|
48
|
-
};
|
|
49
26
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
28
|
};
|
|
52
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
30
|
exports.FiveHundredError = exports.FiveHundredErrorHeaders = void 0;
|
|
54
31
|
var utils_1 = require("../../../internal/utils");
|
|
55
|
-
var shared = __importStar(require("../shared"));
|
|
56
32
|
var class_transformer_1 = require("class-transformer");
|
|
57
33
|
var FiveHundredErrorHeaders = /** @class */ (function (_super) {
|
|
58
34
|
__extends(FiveHundredErrorHeaders, _super);
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import * as shared from "../shared";
|
|
2
1
|
export declare class FourHundredAndOneErrorHeaders extends Error {
|
|
3
2
|
constructor(err?: FourHundredAndOneErrorHeaders);
|
|
4
3
|
}
|
|
5
4
|
export declare class FourHundredAndOneError extends Error {
|
|
6
5
|
detail?: string;
|
|
7
6
|
headers?: FourHundredAndOneErrorHeaders;
|
|
8
|
-
status:
|
|
7
|
+
status: number;
|
|
9
8
|
title?: string;
|
|
10
|
-
type:
|
|
9
|
+
type: string;
|
|
11
10
|
constructor(err?: FourHundredAndOneError);
|
|
12
11
|
}
|
|
@@ -17,42 +17,18 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
17
17
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
18
|
};
|
|
19
19
|
})();
|
|
20
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
-
}
|
|
26
|
-
Object.defineProperty(o, k2, desc);
|
|
27
|
-
}) : (function(o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
}));
|
|
31
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
-
}) : function(o, v) {
|
|
34
|
-
o["default"] = v;
|
|
35
|
-
});
|
|
36
20
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
21
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
22
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
23
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
40
24
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
25
|
};
|
|
42
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
-
if (mod && mod.__esModule) return mod;
|
|
44
|
-
var result = {};
|
|
45
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
__setModuleDefault(result, mod);
|
|
47
|
-
return result;
|
|
48
|
-
};
|
|
49
26
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
28
|
};
|
|
52
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
30
|
exports.FourHundredAndOneError = exports.FourHundredAndOneErrorHeaders = void 0;
|
|
54
31
|
var utils_1 = require("../../../internal/utils");
|
|
55
|
-
var shared = __importStar(require("../shared"));
|
|
56
32
|
var class_transformer_1 = require("class-transformer");
|
|
57
33
|
var FourHundredAndOneErrorHeaders = /** @class */ (function (_super) {
|
|
58
34
|
__extends(FourHundredAndOneErrorHeaders, _super);
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import * as shared from "../shared";
|
|
2
1
|
export declare class FourHundredAndTwentyNineErrorHeaders extends Error {
|
|
3
2
|
constructor(err?: FourHundredAndTwentyNineErrorHeaders);
|
|
4
3
|
}
|
|
5
4
|
export declare class FourHundredAndTwentyNineError extends Error {
|
|
6
5
|
detail?: string;
|
|
7
6
|
headers?: FourHundredAndTwentyNineErrorHeaders;
|
|
8
|
-
status:
|
|
7
|
+
status: number;
|
|
9
8
|
title?: string;
|
|
10
|
-
type:
|
|
9
|
+
type: string;
|
|
11
10
|
constructor(err?: FourHundredAndTwentyNineError);
|
|
12
11
|
}
|
|
@@ -17,42 +17,18 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
17
17
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
18
|
};
|
|
19
19
|
})();
|
|
20
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
-
}
|
|
26
|
-
Object.defineProperty(o, k2, desc);
|
|
27
|
-
}) : (function(o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
}));
|
|
31
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
-
}) : function(o, v) {
|
|
34
|
-
o["default"] = v;
|
|
35
|
-
});
|
|
36
20
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
21
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
22
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
23
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
40
24
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
25
|
};
|
|
42
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
-
if (mod && mod.__esModule) return mod;
|
|
44
|
-
var result = {};
|
|
45
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
__setModuleDefault(result, mod);
|
|
47
|
-
return result;
|
|
48
|
-
};
|
|
49
26
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
28
|
};
|
|
52
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
30
|
exports.FourHundredAndTwentyNineError = exports.FourHundredAndTwentyNineErrorHeaders = void 0;
|
|
54
31
|
var utils_1 = require("../../../internal/utils");
|
|
55
|
-
var shared = __importStar(require("../shared"));
|
|
56
32
|
var class_transformer_1 = require("class-transformer");
|
|
57
33
|
var FourHundredAndTwentyNineErrorHeaders = /** @class */ (function (_super) {
|
|
58
34
|
__extends(FourHundredAndTwentyNineErrorHeaders, _super);
|
|
@@ -49,12 +49,9 @@ export * from "./editpriceintervalparams";
|
|
|
49
49
|
export * from "./event";
|
|
50
50
|
export * from "./events";
|
|
51
51
|
export * from "./eventsearchcriteria";
|
|
52
|
-
export * from "./fivehundrederror";
|
|
53
52
|
export * from "./fixedfeequantitychange";
|
|
54
53
|
export * from "./fixedfeequantityscheduleentry";
|
|
55
54
|
export * from "./fixedfeequantitytransition";
|
|
56
|
-
export * from "./fourhundredandoneerror";
|
|
57
|
-
export * from "./fourhundredandtwentynineerror";
|
|
58
55
|
export * from "./ingestevent";
|
|
59
56
|
export * from "./ingestionresponse";
|
|
60
57
|
export * from "./ingestrequestbody";
|
|
@@ -68,12 +68,9 @@ __exportStar(require("./editpriceintervalparams"), exports);
|
|
|
68
68
|
__exportStar(require("./event"), exports);
|
|
69
69
|
__exportStar(require("./events"), exports);
|
|
70
70
|
__exportStar(require("./eventsearchcriteria"), exports);
|
|
71
|
-
__exportStar(require("./fivehundrederror"), exports);
|
|
72
71
|
__exportStar(require("./fixedfeequantitychange"), exports);
|
|
73
72
|
__exportStar(require("./fixedfeequantityscheduleentry"), exports);
|
|
74
73
|
__exportStar(require("./fixedfeequantitytransition"), exports);
|
|
75
|
-
__exportStar(require("./fourhundredandoneerror"), exports);
|
|
76
|
-
__exportStar(require("./fourhundredandtwentynineerror"), exports);
|
|
77
74
|
__exportStar(require("./ingestevent"), exports);
|
|
78
75
|
__exportStar(require("./ingestionresponse"), exports);
|
|
79
76
|
__exportStar(require("./ingestrequestbody"), exports);
|
|
@@ -39,7 +39,7 @@ var Security = /** @class */ (function (_super) {
|
|
|
39
39
|
data: "security, scheme=true;type=http;subtype=bearer;name=Authorization",
|
|
40
40
|
}),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
|
-
], Security.prototype, "
|
|
42
|
+
], Security.prototype, "apiKey", void 0);
|
|
43
43
|
return Security;
|
|
44
44
|
}(utils_1.SpeakeasyBase));
|
|
45
45
|
exports.Security = Security;
|
package/dist/sdk/sdk.js
CHANGED
|
@@ -34,9 +34,9 @@ var SDKConfiguration = /** @class */ (function () {
|
|
|
34
34
|
function SDKConfiguration(init) {
|
|
35
35
|
this.language = "typescript";
|
|
36
36
|
this.openapiDocVersion = "1.0";
|
|
37
|
-
this.sdkVersion = "1.20.
|
|
37
|
+
this.sdkVersion = "1.20.2";
|
|
38
38
|
this.genVersion = "2.150.1";
|
|
39
|
-
this.userAgent = "speakeasy-sdk/typescript 1.20.
|
|
39
|
+
this.userAgent = "speakeasy-sdk/typescript 1.20.2 2.150.1 1.0 orb-billing";
|
|
40
40
|
Object.assign(this, init);
|
|
41
41
|
}
|
|
42
42
|
return SDKConfiguration;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
## Fields
|
|
5
5
|
|
|
6
|
-
| Field
|
|
7
|
-
|
|
|
8
|
-
| `detail`
|
|
9
|
-
| `headers`
|
|
10
|
-
| `status`
|
|
11
|
-
| `title`
|
|
12
|
-
| `type`
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
8
|
+
| `detail` | *string* | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `headers` | *FiveHundredErrorHeaders* | :heavy_minus_sign: | N/A |
|
|
10
|
+
| `status` | *number* | :heavy_check_mark: | N/A |
|
|
11
|
+
| `title` | *string* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `type` | *string* | :heavy_check_mark: | N/A |
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
## Fields
|
|
5
5
|
|
|
6
|
-
| Field
|
|
7
|
-
|
|
|
8
|
-
| `detail`
|
|
9
|
-
| `headers`
|
|
10
|
-
| `status`
|
|
11
|
-
| `title`
|
|
12
|
-
| `type`
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
|
8
|
+
| `detail` | *string* | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `headers` | *FourHundredAndOneErrorHeaders* | :heavy_minus_sign: | N/A |
|
|
10
|
+
| `status` | *number* | :heavy_check_mark: | N/A |
|
|
11
|
+
| `title` | *string* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `type` | *string* | :heavy_check_mark: | N/A |
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
## Fields
|
|
5
5
|
|
|
6
|
-
| Field
|
|
7
|
-
|
|
|
8
|
-
| `detail`
|
|
9
|
-
| `headers`
|
|
10
|
-
| `status`
|
|
11
|
-
| `title`
|
|
12
|
-
| `type`
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
|
|
8
|
+
| `detail` | *string* | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `headers` | *FourHundredAndTwentyNineErrorHeaders* | :heavy_minus_sign: | N/A |
|
|
10
|
+
| `status` | *number* | :heavy_check_mark: | N/A |
|
|
11
|
+
| `title` | *string* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `type` | *string* | :heavy_check_mark: | N/A |
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description | Example |
|
|
7
7
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
8
|
-
| `
|
|
8
|
+
| `apiKey` | *string* | :heavy_check_mark: | N/A | |
|
|
@@ -33,7 +33,7 @@ import { ArchiveCouponRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
33
33
|
(async() => {
|
|
34
34
|
const sdk = new Orb({
|
|
35
35
|
security: {
|
|
36
|
-
|
|
36
|
+
apiKey: "",
|
|
37
37
|
},
|
|
38
38
|
});
|
|
39
39
|
const couponId: string = "meek";
|
|
@@ -71,7 +71,7 @@ import { Orb } from "orb-billing";
|
|
|
71
71
|
(async() => {
|
|
72
72
|
const sdk = new Orb({
|
|
73
73
|
security: {
|
|
74
|
-
|
|
74
|
+
apiKey: "",
|
|
75
75
|
},
|
|
76
76
|
});
|
|
77
77
|
|
|
@@ -114,7 +114,7 @@ import { FetchCouponRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
114
114
|
(async() => {
|
|
115
115
|
const sdk = new Orb({
|
|
116
116
|
security: {
|
|
117
|
-
|
|
117
|
+
apiKey: "",
|
|
118
118
|
},
|
|
119
119
|
});
|
|
120
120
|
const couponId: string = "grateful";
|
|
@@ -157,7 +157,7 @@ import { ListCouponsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
157
157
|
(async() => {
|
|
158
158
|
const sdk = new Orb({
|
|
159
159
|
security: {
|
|
160
|
-
|
|
160
|
+
apiKey: "",
|
|
161
161
|
},
|
|
162
162
|
});
|
|
163
163
|
const cursor: string = "Bicycle";
|
|
@@ -204,7 +204,7 @@ import { ListCouponSubscriptionsRequest } from "orb-billing/dist/sdk/models/oper
|
|
|
204
204
|
(async() => {
|
|
205
205
|
const sdk = new Orb({
|
|
206
206
|
security: {
|
|
207
|
-
|
|
207
|
+
apiKey: "",
|
|
208
208
|
},
|
|
209
209
|
});
|
|
210
210
|
const couponId: string = "Potassium";
|
|
@@ -115,7 +115,7 @@ import { CreateLedgerEntryExternalIdRequest } from "orb-billing/dist/sdk/models/
|
|
|
115
115
|
(async() => {
|
|
116
116
|
const sdk = new Orb({
|
|
117
117
|
security: {
|
|
118
|
-
|
|
118
|
+
apiKey: "",
|
|
119
119
|
},
|
|
120
120
|
});
|
|
121
121
|
const externalCustomerId: string = "walnut";
|
|
@@ -244,7 +244,7 @@ import { CreateLedgerEntryRequest } from "orb-billing/dist/sdk/models/operations
|
|
|
244
244
|
(async() => {
|
|
245
245
|
const sdk = new Orb({
|
|
246
246
|
security: {
|
|
247
|
-
|
|
247
|
+
apiKey: "",
|
|
248
248
|
},
|
|
249
249
|
});
|
|
250
250
|
const customerId: string = "online";
|
|
@@ -285,7 +285,7 @@ import { FetchCustomerCreditsRequest } from "orb-billing/dist/sdk/models/operati
|
|
|
285
285
|
(async() => {
|
|
286
286
|
const sdk = new Orb({
|
|
287
287
|
security: {
|
|
288
|
-
|
|
288
|
+
apiKey: "",
|
|
289
289
|
},
|
|
290
290
|
});
|
|
291
291
|
const customerId: string = "dynamic";
|
|
@@ -328,7 +328,7 @@ import { FetchCustomerCreditsExternalIdRequest } from "orb-billing/dist/sdk/mode
|
|
|
328
328
|
(async() => {
|
|
329
329
|
const sdk = new Orb({
|
|
330
330
|
security: {
|
|
331
|
-
|
|
331
|
+
apiKey: "",
|
|
332
332
|
},
|
|
333
333
|
});
|
|
334
334
|
const externalCustomerId: string = "while";
|
|
@@ -434,7 +434,7 @@ import {
|
|
|
434
434
|
(async() => {
|
|
435
435
|
const sdk = new Orb({
|
|
436
436
|
security: {
|
|
437
|
-
|
|
437
|
+
apiKey: "",
|
|
438
438
|
},
|
|
439
439
|
});
|
|
440
440
|
|
|
@@ -537,7 +537,7 @@ import {
|
|
|
537
537
|
(async() => {
|
|
538
538
|
const sdk = new Orb({
|
|
539
539
|
security: {
|
|
540
|
-
|
|
540
|
+
apiKey: "",
|
|
541
541
|
},
|
|
542
542
|
});
|
|
543
543
|
|
|
@@ -24,7 +24,7 @@ import { FetchCreditNoteRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
24
24
|
(async() => {
|
|
25
25
|
const sdk = new Orb({
|
|
26
26
|
security: {
|
|
27
|
-
|
|
27
|
+
apiKey: "",
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
const creditNoteId: string = "grateful";
|
|
@@ -65,7 +65,7 @@ import { ListCreditNotesRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
65
65
|
(async() => {
|
|
66
66
|
const sdk = new Orb({
|
|
67
67
|
security: {
|
|
68
|
-
|
|
68
|
+
apiKey: "",
|
|
69
69
|
},
|
|
70
70
|
});
|
|
71
71
|
const cursor: string = "Bicycle";
|
|
@@ -123,7 +123,7 @@ import { UpdateEvent, UpdateEventProperties } from "orb-billing/dist/sdk/models/
|
|
|
123
123
|
(async() => {
|
|
124
124
|
const sdk = new Orb({
|
|
125
125
|
security: {
|
|
126
|
-
|
|
126
|
+
apiKey: "",
|
|
127
127
|
},
|
|
128
128
|
});
|
|
129
129
|
const customerId: string = "Steel";
|
|
@@ -248,7 +248,7 @@ import { UpdateEvent, UpdateEventProperties } from "orb-billing/dist/sdk/models/
|
|
|
248
248
|
(async() => {
|
|
249
249
|
const sdk = new Orb({
|
|
250
250
|
security: {
|
|
251
|
-
|
|
251
|
+
apiKey: "",
|
|
252
252
|
},
|
|
253
253
|
});
|
|
254
254
|
const externalCustomerId: string = "Awesome";
|
|
@@ -306,7 +306,7 @@ import { NewCustomerPaymentProvider } from "orb-billing/dist/sdk/models/shared";
|
|
|
306
306
|
(async() => {
|
|
307
307
|
const sdk = new Orb({
|
|
308
308
|
security: {
|
|
309
|
-
|
|
309
|
+
apiKey: "",
|
|
310
310
|
},
|
|
311
311
|
});
|
|
312
312
|
|
|
@@ -371,7 +371,7 @@ import { NewCustomerBalanceTransaction, NewCustomerBalanceTransactionType } from
|
|
|
371
371
|
(async() => {
|
|
372
372
|
const sdk = new Orb({
|
|
373
373
|
security: {
|
|
374
|
-
|
|
374
|
+
apiKey: "",
|
|
375
375
|
},
|
|
376
376
|
});
|
|
377
377
|
const customerId: string = "Intelligent";
|
|
@@ -427,7 +427,7 @@ import { DeleteCustomerRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
427
427
|
(async() => {
|
|
428
428
|
const sdk = new Orb({
|
|
429
429
|
security: {
|
|
430
|
-
|
|
430
|
+
apiKey: "",
|
|
431
431
|
},
|
|
432
432
|
});
|
|
433
433
|
const customerId: string = "program";
|
|
@@ -469,7 +469,7 @@ import { FetchCustomerRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
469
469
|
(async() => {
|
|
470
470
|
const sdk = new Orb({
|
|
471
471
|
security: {
|
|
472
|
-
|
|
472
|
+
apiKey: "",
|
|
473
473
|
},
|
|
474
474
|
});
|
|
475
475
|
const customerId: string = "grateful";
|
|
@@ -511,7 +511,7 @@ import { FetchCustomerExternalIdRequest } from "orb-billing/dist/sdk/models/oper
|
|
|
511
511
|
(async() => {
|
|
512
512
|
const sdk = new Orb({
|
|
513
513
|
security: {
|
|
514
|
-
|
|
514
|
+
apiKey: "",
|
|
515
515
|
},
|
|
516
516
|
});
|
|
517
517
|
const externalCustomerId: string = "Technician";
|
|
@@ -652,7 +652,7 @@ import { FetchCustomerCostsViewModeViewMode } from "orb-billing/dist/sdk/models/
|
|
|
652
652
|
(async() => {
|
|
653
653
|
const sdk = new Orb({
|
|
654
654
|
security: {
|
|
655
|
-
|
|
655
|
+
apiKey: "",
|
|
656
656
|
},
|
|
657
657
|
});
|
|
658
658
|
|
|
@@ -796,7 +796,7 @@ import { FetchCustomerCostsExternalIdViewModeViewMode } from "orb-billing/dist/s
|
|
|
796
796
|
(async() => {
|
|
797
797
|
const sdk = new Orb({
|
|
798
798
|
security: {
|
|
799
|
-
|
|
799
|
+
apiKey: "",
|
|
800
800
|
},
|
|
801
801
|
});
|
|
802
802
|
|
|
@@ -841,7 +841,7 @@ import { Orb } from "orb-billing";
|
|
|
841
841
|
(async() => {
|
|
842
842
|
const sdk = new Orb({
|
|
843
843
|
security: {
|
|
844
|
-
|
|
844
|
+
apiKey: "",
|
|
845
845
|
},
|
|
846
846
|
});
|
|
847
847
|
|
|
@@ -899,7 +899,7 @@ import { Orb } from "orb-billing";
|
|
|
899
899
|
(async() => {
|
|
900
900
|
const sdk = new Orb({
|
|
901
901
|
security: {
|
|
902
|
-
|
|
902
|
+
apiKey: "",
|
|
903
903
|
},
|
|
904
904
|
});
|
|
905
905
|
|
|
@@ -952,7 +952,7 @@ import {
|
|
|
952
952
|
(async() => {
|
|
953
953
|
const sdk = new Orb({
|
|
954
954
|
security: {
|
|
955
|
-
|
|
955
|
+
apiKey: "",
|
|
956
956
|
},
|
|
957
957
|
});
|
|
958
958
|
const externalCustomerId: string = "Bicycle";
|
|
@@ -1028,7 +1028,7 @@ import {
|
|
|
1028
1028
|
(async() => {
|
|
1029
1029
|
const sdk = new Orb({
|
|
1030
1030
|
security: {
|
|
1031
|
-
|
|
1031
|
+
apiKey: "",
|
|
1032
1032
|
},
|
|
1033
1033
|
});
|
|
1034
1034
|
const customerId: string = "Gibraltar";
|
|
@@ -63,7 +63,7 @@ import { AmendedEvent, AmendedEventProperties } from "orb-billing/dist/sdk/model
|
|
|
63
63
|
(async() => {
|
|
64
64
|
const sdk = new Orb({
|
|
65
65
|
security: {
|
|
66
|
-
|
|
66
|
+
apiKey: "",
|
|
67
67
|
},
|
|
68
68
|
});
|
|
69
69
|
const eventId: string = "Steel";
|
|
@@ -110,7 +110,7 @@ import { CloseBackfillRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
110
110
|
(async() => {
|
|
111
111
|
const sdk = new Orb({
|
|
112
112
|
security: {
|
|
113
|
-
|
|
113
|
+
apiKey: "",
|
|
114
114
|
},
|
|
115
115
|
});
|
|
116
116
|
const backfillId: string = "olive";
|
|
@@ -167,7 +167,7 @@ import { Orb } from "orb-billing";
|
|
|
167
167
|
(async() => {
|
|
168
168
|
const sdk = new Orb({
|
|
169
169
|
security: {
|
|
170
|
-
|
|
170
|
+
apiKey: "",
|
|
171
171
|
},
|
|
172
172
|
});
|
|
173
173
|
|
|
@@ -235,7 +235,7 @@ import { DeprecateEventRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
235
235
|
(async() => {
|
|
236
236
|
const sdk = new Orb({
|
|
237
237
|
security: {
|
|
238
|
-
|
|
238
|
+
apiKey: "",
|
|
239
239
|
},
|
|
240
240
|
});
|
|
241
241
|
const eventId: string = "CSS";
|
|
@@ -274,7 +274,7 @@ import { FetchBackfillRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
274
274
|
(async() => {
|
|
275
275
|
const sdk = new Orb({
|
|
276
276
|
security: {
|
|
277
|
-
|
|
277
|
+
apiKey: "",
|
|
278
278
|
},
|
|
279
279
|
});
|
|
280
280
|
const backfillId: string = "grateful";
|
|
@@ -488,7 +488,7 @@ import { IngestEvent, IngestEventProperties, IngestRequestBody } from "orb-billi
|
|
|
488
488
|
(async() => {
|
|
489
489
|
const sdk = new Orb({
|
|
490
490
|
security: {
|
|
491
|
-
|
|
491
|
+
apiKey: "",
|
|
492
492
|
},
|
|
493
493
|
});
|
|
494
494
|
const ingestRequestBody: IngestRequestBody = {
|
|
@@ -544,7 +544,7 @@ import { ListBackfillsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
544
544
|
(async() => {
|
|
545
545
|
const sdk = new Orb({
|
|
546
546
|
security: {
|
|
547
|
-
|
|
547
|
+
apiKey: "",
|
|
548
548
|
},
|
|
549
549
|
});
|
|
550
550
|
const cursor: string = "bespatter";
|
|
@@ -590,7 +590,7 @@ import { RevertBackfillRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
590
590
|
(async() => {
|
|
591
591
|
const sdk = new Orb({
|
|
592
592
|
security: {
|
|
593
|
-
|
|
593
|
+
apiKey: "",
|
|
594
594
|
},
|
|
595
595
|
});
|
|
596
596
|
const backfillId: string = "Gasoline";
|
|
@@ -642,7 +642,7 @@ import { Orb } from "orb-billing";
|
|
|
642
642
|
(async() => {
|
|
643
643
|
const sdk = new Orb({
|
|
644
644
|
security: {
|
|
645
|
-
|
|
645
|
+
apiKey: "",
|
|
646
646
|
},
|
|
647
647
|
});
|
|
648
648
|
|
|
@@ -33,7 +33,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
33
33
|
(async() => {
|
|
34
34
|
const sdk = new Orb({
|
|
35
35
|
security: {
|
|
36
|
-
|
|
36
|
+
apiKey: "",
|
|
37
37
|
},
|
|
38
38
|
});
|
|
39
39
|
|
|
@@ -93,7 +93,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
93
93
|
(async() => {
|
|
94
94
|
const sdk = new Orb({
|
|
95
95
|
security: {
|
|
96
|
-
|
|
96
|
+
apiKey: "",
|
|
97
97
|
},
|
|
98
98
|
});
|
|
99
99
|
|
|
@@ -138,7 +138,7 @@ import { FetchInvoiceRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
138
138
|
(async() => {
|
|
139
139
|
const sdk = new Orb({
|
|
140
140
|
security: {
|
|
141
|
-
|
|
141
|
+
apiKey: "",
|
|
142
142
|
},
|
|
143
143
|
});
|
|
144
144
|
const invoiceId: string = "grateful";
|
|
@@ -178,7 +178,7 @@ import { FetchUpcomingInvoiceRequest } from "orb-billing/dist/sdk/models/operati
|
|
|
178
178
|
(async() => {
|
|
179
179
|
const sdk = new Orb({
|
|
180
180
|
security: {
|
|
181
|
-
|
|
181
|
+
apiKey: "",
|
|
182
182
|
},
|
|
183
183
|
});
|
|
184
184
|
const subscriptionId: string = "soluta";
|
|
@@ -220,7 +220,7 @@ import { IssueInvoiceRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
220
220
|
(async() => {
|
|
221
221
|
const sdk = new Orb({
|
|
222
222
|
security: {
|
|
223
|
-
|
|
223
|
+
apiKey: "",
|
|
224
224
|
},
|
|
225
225
|
});
|
|
226
226
|
const invoiceId: string = "hazel";
|
|
@@ -266,7 +266,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
266
266
|
(async() => {
|
|
267
267
|
const sdk = new Orb({
|
|
268
268
|
security: {
|
|
269
|
-
|
|
269
|
+
apiKey: "",
|
|
270
270
|
},
|
|
271
271
|
});
|
|
272
272
|
|
|
@@ -311,7 +311,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
311
311
|
(async() => {
|
|
312
312
|
const sdk = new Orb({
|
|
313
313
|
security: {
|
|
314
|
-
|
|
314
|
+
apiKey: "",
|
|
315
315
|
},
|
|
316
316
|
});
|
|
317
317
|
const invoiceId: string = "Illinois";
|
|
@@ -361,7 +361,7 @@ import { VoidInvoiceRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
361
361
|
(async() => {
|
|
362
362
|
const sdk = new Orb({
|
|
363
363
|
security: {
|
|
364
|
-
|
|
364
|
+
apiKey: "",
|
|
365
365
|
},
|
|
366
366
|
});
|
|
367
367
|
const invoiceId: string = "turquoise";
|
package/docs/sdks/item/README.md
CHANGED
|
@@ -24,7 +24,7 @@ import { FetchItemRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
24
24
|
(async() => {
|
|
25
25
|
const sdk = new Orb({
|
|
26
26
|
security: {
|
|
27
|
-
|
|
27
|
+
apiKey: "",
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
const itemId: string = "grateful";
|
|
@@ -63,7 +63,7 @@ import { ListItemsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
63
63
|
(async() => {
|
|
64
64
|
const sdk = new Orb({
|
|
65
65
|
security: {
|
|
66
|
-
|
|
66
|
+
apiKey: "",
|
|
67
67
|
},
|
|
68
68
|
});
|
|
69
69
|
const cursor: string = "Bicycle";
|
|
@@ -26,7 +26,7 @@ import { Orb } from "orb-billing";
|
|
|
26
26
|
(async() => {
|
|
27
27
|
const sdk = new Orb({
|
|
28
28
|
security: {
|
|
29
|
-
|
|
29
|
+
apiKey: "",
|
|
30
30
|
},
|
|
31
31
|
});
|
|
32
32
|
|
|
@@ -71,7 +71,7 @@ import { FetchMetricRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
71
71
|
(async() => {
|
|
72
72
|
const sdk = new Orb({
|
|
73
73
|
security: {
|
|
74
|
-
|
|
74
|
+
apiKey: "",
|
|
75
75
|
},
|
|
76
76
|
});
|
|
77
77
|
const metricId: string = "grateful";
|
|
@@ -110,7 +110,7 @@ import { Orb } from "orb-billing";
|
|
|
110
110
|
(async() => {
|
|
111
111
|
const sdk = new Orb({
|
|
112
112
|
security: {
|
|
113
|
-
|
|
113
|
+
apiKey: "",
|
|
114
114
|
},
|
|
115
115
|
});
|
|
116
116
|
|
package/docs/sdks/plan/README.md
CHANGED
|
@@ -28,7 +28,7 @@ import { Orb } from "orb-billing";
|
|
|
28
28
|
(async() => {
|
|
29
29
|
const sdk = new Orb({
|
|
30
30
|
security: {
|
|
31
|
-
|
|
31
|
+
apiKey: "",
|
|
32
32
|
},
|
|
33
33
|
});
|
|
34
34
|
|
|
@@ -85,7 +85,7 @@ import { FetchPlanRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
85
85
|
(async() => {
|
|
86
86
|
const sdk = new Orb({
|
|
87
87
|
security: {
|
|
88
|
-
|
|
88
|
+
apiKey: "",
|
|
89
89
|
},
|
|
90
90
|
});
|
|
91
91
|
const planId: string = "grateful";
|
|
@@ -132,7 +132,7 @@ import { FetchPlanExternalIdRequest } from "orb-billing/dist/sdk/models/operatio
|
|
|
132
132
|
(async() => {
|
|
133
133
|
const sdk = new Orb({
|
|
134
134
|
security: {
|
|
135
|
-
|
|
135
|
+
apiKey: "",
|
|
136
136
|
},
|
|
137
137
|
});
|
|
138
138
|
const externalPlanId: string = "Technician";
|
|
@@ -174,7 +174,7 @@ import { ListPlansStatusStatus } from "orb-billing/dist/sdk/models/operations";
|
|
|
174
174
|
(async() => {
|
|
175
175
|
const sdk = new Orb({
|
|
176
176
|
security: {
|
|
177
|
-
|
|
177
|
+
apiKey: "",
|
|
178
178
|
},
|
|
179
179
|
});
|
|
180
180
|
|
|
@@ -215,7 +215,7 @@ import { EditPlan, EditPlanMetadata } from "orb-billing/dist/sdk/models/shared";
|
|
|
215
215
|
(async() => {
|
|
216
216
|
const sdk = new Orb({
|
|
217
217
|
security: {
|
|
218
|
-
|
|
218
|
+
apiKey: "",
|
|
219
219
|
},
|
|
220
220
|
});
|
|
221
221
|
const planId: string = "hie";
|
|
@@ -267,7 +267,7 @@ import { EditPlan, EditPlanMetadata } from "orb-billing/dist/sdk/models/shared";
|
|
|
267
267
|
(async() => {
|
|
268
268
|
const sdk = new Orb({
|
|
269
269
|
security: {
|
|
270
|
-
|
|
270
|
+
apiKey: "",
|
|
271
271
|
},
|
|
272
272
|
});
|
|
273
273
|
const externalPlanId: string = "morph";
|
|
@@ -229,7 +229,7 @@ import { Orb } from "orb-billing";
|
|
|
229
229
|
(async() => {
|
|
230
230
|
const sdk = new Orb({
|
|
231
231
|
security: {
|
|
232
|
-
|
|
232
|
+
apiKey: "",
|
|
233
233
|
},
|
|
234
234
|
});
|
|
235
235
|
|
|
@@ -267,7 +267,7 @@ import { FetchPriceRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
267
267
|
(async() => {
|
|
268
268
|
const sdk = new Orb({
|
|
269
269
|
security: {
|
|
270
|
-
|
|
270
|
+
apiKey: "",
|
|
271
271
|
},
|
|
272
272
|
});
|
|
273
273
|
const priceId: string = "grateful";
|
|
@@ -307,7 +307,7 @@ import { FetchPriceExternalIdRequest } from "orb-billing/dist/sdk/models/operati
|
|
|
307
307
|
(async() => {
|
|
308
308
|
const sdk = new Orb({
|
|
309
309
|
security: {
|
|
310
|
-
|
|
310
|
+
apiKey: "",
|
|
311
311
|
},
|
|
312
312
|
});
|
|
313
313
|
const externalPriceId: string = "Technician";
|
|
@@ -346,7 +346,7 @@ import { ListPricesRequest } from "orb-billing/dist/sdk/models/operations";
|
|
|
346
346
|
(async() => {
|
|
347
347
|
const sdk = new Orb({
|
|
348
348
|
security: {
|
|
349
|
-
|
|
349
|
+
apiKey: "",
|
|
350
350
|
},
|
|
351
351
|
});
|
|
352
352
|
const cursor: string = "Bicycle";
|
|
@@ -89,7 +89,7 @@ import { CancelSubscriptionParams, CancelSubscriptionParamsCancelOption } from "
|
|
|
89
89
|
(async() => {
|
|
90
90
|
const sdk = new Orb({
|
|
91
91
|
security: {
|
|
92
|
-
|
|
92
|
+
apiKey: "",
|
|
93
93
|
},
|
|
94
94
|
});
|
|
95
95
|
const subscriptionId: string = "Clifton";
|
|
@@ -533,7 +533,7 @@ import { DiscountDiscountType, NewSubscriptionExternalMarketplace } from "orb-bi
|
|
|
533
533
|
(async() => {
|
|
534
534
|
const sdk = new Orb({
|
|
535
535
|
security: {
|
|
536
|
-
|
|
536
|
+
apiKey: "",
|
|
537
537
|
},
|
|
538
538
|
});
|
|
539
539
|
|
|
@@ -606,7 +606,7 @@ import { FetchSubscriptionRequest } from "orb-billing/dist/sdk/models/operations
|
|
|
606
606
|
(async() => {
|
|
607
607
|
const sdk = new Orb({
|
|
608
608
|
security: {
|
|
609
|
-
|
|
609
|
+
apiKey: "",
|
|
610
610
|
},
|
|
611
611
|
});
|
|
612
612
|
const subscriptionId: string = "grateful";
|
|
@@ -651,7 +651,7 @@ import { FetchSubscriptionCostsViewModeViewMode } from "orb-billing/dist/sdk/mod
|
|
|
651
651
|
(async() => {
|
|
652
652
|
const sdk = new Orb({
|
|
653
653
|
security: {
|
|
654
|
-
|
|
654
|
+
apiKey: "",
|
|
655
655
|
},
|
|
656
656
|
});
|
|
657
657
|
|
|
@@ -694,7 +694,7 @@ import { Orb } from "orb-billing";
|
|
|
694
694
|
(async() => {
|
|
695
695
|
const sdk = new Orb({
|
|
696
696
|
security: {
|
|
697
|
-
|
|
697
|
+
apiKey: "",
|
|
698
698
|
},
|
|
699
699
|
});
|
|
700
700
|
|
|
@@ -892,7 +892,7 @@ import {
|
|
|
892
892
|
(async() => {
|
|
893
893
|
const sdk = new Orb({
|
|
894
894
|
security: {
|
|
895
|
-
|
|
895
|
+
apiKey: "",
|
|
896
896
|
},
|
|
897
897
|
});
|
|
898
898
|
|
|
@@ -939,7 +939,7 @@ import { ListSubscriptionsStatusStatus } from "orb-billing/dist/sdk/models/opera
|
|
|
939
939
|
(async() => {
|
|
940
940
|
const sdk = new Orb({
|
|
941
941
|
security: {
|
|
942
|
-
|
|
942
|
+
apiKey: "",
|
|
943
943
|
},
|
|
944
944
|
});
|
|
945
945
|
|
|
@@ -1012,7 +1012,7 @@ import {
|
|
|
1012
1012
|
(async() => {
|
|
1013
1013
|
const sdk = new Orb({
|
|
1014
1014
|
security: {
|
|
1015
|
-
|
|
1015
|
+
apiKey: "",
|
|
1016
1016
|
},
|
|
1017
1017
|
});
|
|
1018
1018
|
const subscriptionId: string = "Consultant";
|
|
@@ -1093,7 +1093,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
1093
1093
|
(async() => {
|
|
1094
1094
|
const sdk = new Orb({
|
|
1095
1095
|
security: {
|
|
1096
|
-
|
|
1096
|
+
apiKey: "",
|
|
1097
1097
|
},
|
|
1098
1098
|
});
|
|
1099
1099
|
const subscriptionId: string = "global";
|
|
@@ -1137,7 +1137,7 @@ import { UnscheduleCancellationRequest } from "orb-billing/dist/sdk/models/opera
|
|
|
1137
1137
|
(async() => {
|
|
1138
1138
|
const sdk = new Orb({
|
|
1139
1139
|
security: {
|
|
1140
|
-
|
|
1140
|
+
apiKey: "",
|
|
1141
1141
|
},
|
|
1142
1142
|
});
|
|
1143
1143
|
const subscriptionId: string = "Steel";
|
|
@@ -1179,7 +1179,7 @@ import { UnscheduleFixedFeeQuantityChangeParams } from "orb-billing/dist/sdk/mod
|
|
|
1179
1179
|
(async() => {
|
|
1180
1180
|
const sdk = new Orb({
|
|
1181
1181
|
security: {
|
|
1182
|
-
|
|
1182
|
+
apiKey: "",
|
|
1183
1183
|
},
|
|
1184
1184
|
});
|
|
1185
1185
|
const subscriptionId: string = "East";
|
|
@@ -1222,7 +1222,7 @@ import { UnschedulePlanChangeRequest } from "orb-billing/dist/sdk/models/operati
|
|
|
1222
1222
|
(async() => {
|
|
1223
1223
|
const sdk = new Orb({
|
|
1224
1224
|
security: {
|
|
1225
|
-
|
|
1225
|
+
apiKey: "",
|
|
1226
1226
|
},
|
|
1227
1227
|
});
|
|
1228
1228
|
const subscriptionId: string = "embrace";
|
|
@@ -1273,7 +1273,7 @@ import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
|
1273
1273
|
(async() => {
|
|
1274
1274
|
const sdk = new Orb({
|
|
1275
1275
|
security: {
|
|
1276
|
-
|
|
1276
|
+
apiKey: "",
|
|
1277
1277
|
},
|
|
1278
1278
|
});
|
|
1279
1279
|
const subscriptionId: string = "Falls";
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FiveHundredErrorType = void 0;
|
|
7
|
-
var FiveHundredErrorType;
|
|
8
|
-
(function (FiveHundredErrorType) {
|
|
9
|
-
FiveHundredErrorType["HttpsDocsWithorbComReferenceErrorResponsesNumber500InternalServerError"] = "https://docs.withorb.com/reference/error-responses#500-internal-server-error";
|
|
10
|
-
})(FiveHundredErrorType = exports.FiveHundredErrorType || (exports.FiveHundredErrorType = {}));
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare enum FourHundredAndOneErrorStatus {
|
|
2
|
-
FourHundredAndOne = 401
|
|
3
|
-
}
|
|
4
|
-
export declare enum FourHundredAndOneErrorType {
|
|
5
|
-
HttpsDocsWithorbComReferenceErrorResponsesNumber401AuthenticationError = "https://docs.withorb.com/reference/error-responses#401-authentication-error"
|
|
6
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FourHundredAndOneErrorType = exports.FourHundredAndOneErrorStatus = void 0;
|
|
7
|
-
var FourHundredAndOneErrorStatus;
|
|
8
|
-
(function (FourHundredAndOneErrorStatus) {
|
|
9
|
-
FourHundredAndOneErrorStatus[FourHundredAndOneErrorStatus["FourHundredAndOne"] = 401] = "FourHundredAndOne";
|
|
10
|
-
})(FourHundredAndOneErrorStatus = exports.FourHundredAndOneErrorStatus || (exports.FourHundredAndOneErrorStatus = {}));
|
|
11
|
-
var FourHundredAndOneErrorType;
|
|
12
|
-
(function (FourHundredAndOneErrorType) {
|
|
13
|
-
FourHundredAndOneErrorType["HttpsDocsWithorbComReferenceErrorResponsesNumber401AuthenticationError"] = "https://docs.withorb.com/reference/error-responses#401-authentication-error";
|
|
14
|
-
})(FourHundredAndOneErrorType = exports.FourHundredAndOneErrorType || (exports.FourHundredAndOneErrorType = {}));
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare enum FourHundredAndTwentyNineErrorStatus {
|
|
2
|
-
FourHundredAndTwentyNine = 429
|
|
3
|
-
}
|
|
4
|
-
export declare enum FourHundredAndTwentyNineErrorType {
|
|
5
|
-
HttpsDocsWithorbComReferenceErrorResponsesNumber429TooManyRequests = "https://docs.withorb.com/reference/error-responses#429-too-many-requests"
|
|
6
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FourHundredAndTwentyNineErrorType = exports.FourHundredAndTwentyNineErrorStatus = void 0;
|
|
7
|
-
var FourHundredAndTwentyNineErrorStatus;
|
|
8
|
-
(function (FourHundredAndTwentyNineErrorStatus) {
|
|
9
|
-
FourHundredAndTwentyNineErrorStatus[FourHundredAndTwentyNineErrorStatus["FourHundredAndTwentyNine"] = 429] = "FourHundredAndTwentyNine";
|
|
10
|
-
})(FourHundredAndTwentyNineErrorStatus = exports.FourHundredAndTwentyNineErrorStatus || (exports.FourHundredAndTwentyNineErrorStatus = {}));
|
|
11
|
-
var FourHundredAndTwentyNineErrorType;
|
|
12
|
-
(function (FourHundredAndTwentyNineErrorType) {
|
|
13
|
-
FourHundredAndTwentyNineErrorType["HttpsDocsWithorbComReferenceErrorResponsesNumber429TooManyRequests"] = "https://docs.withorb.com/reference/error-responses#429-too-many-requests";
|
|
14
|
-
})(FourHundredAndTwentyNineErrorType = exports.FourHundredAndTwentyNineErrorType || (exports.FourHundredAndTwentyNineErrorType = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# FiveHundredErrorType
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Values
|
|
5
|
-
|
|
6
|
-
| Name | Value |
|
|
7
|
-
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
|
|
8
|
-
| `HttpsDocsWithorbComReferenceErrorResponsesNumber500InternalServerError` | https://docs.withorb.com/reference/error-responses#500-internal-server-error |
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# FourHundredAndOneErrorType
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Values
|
|
5
|
-
|
|
6
|
-
| Name | Value |
|
|
7
|
-
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
|
8
|
-
| `HttpsDocsWithorbComReferenceErrorResponsesNumber401AuthenticationError` | https://docs.withorb.com/reference/error-responses#401-authentication-error |
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# FourHundredAndTwentyNineErrorType
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Values
|
|
5
|
-
|
|
6
|
-
| Name | Value |
|
|
7
|
-
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
|
|
8
|
-
| `HttpsDocsWithorbComReferenceErrorResponsesNumber429TooManyRequests` | https://docs.withorb.com/reference/error-responses#429-too-many-requests |
|