@codat/lending 2.1.0 → 3.1.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/README.md +34 -34
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.d.ts +40 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.js +90 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.d.ts +7 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.js +45 -0
- package/dist/sdk/models/shared/{addressesitems.d.ts → accountingaddress.d.ts} +1 -1
- package/dist/sdk/models/shared/{addressesitems.js → accountingaddress.js} +13 -13
- package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +2 -2
- package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
- package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +6 -66
- package/dist/sdk/models/shared/accountingcompanyinfo.js +10 -100
- package/dist/sdk/models/shared/accountingcreditnote.d.ts +2 -2
- package/dist/sdk/models/shared/accountingcreditnote.js +3 -3
- package/dist/sdk/models/shared/accountingcustomer.d.ts +2 -2
- package/dist/sdk/models/shared/accountingcustomer.js +3 -3
- package/dist/sdk/models/shared/accountinginvoice.d.ts +2 -2
- package/dist/sdk/models/shared/accountinginvoice.js +3 -3
- package/dist/sdk/models/shared/accountingsupplier.d.ts +2 -2
- package/dist/sdk/models/shared/accountingsupplier.js +3 -3
- package/dist/sdk/models/shared/clientratelimitreachedwebhook.d.ts +32 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhook.js +80 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.d.ts +31 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.js +50 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhook.d.ts +32 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhook.js +80 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhookdata.d.ts +39 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhookdata.js +60 -0
- package/dist/sdk/models/shared/commercecompanyinfo.d.ts +4 -4
- package/dist/sdk/models/shared/commercecompanyinfo.js +6 -6
- package/dist/sdk/models/shared/contact.d.ts +4 -4
- package/dist/sdk/models/shared/contact.js +6 -6
- package/dist/sdk/models/shared/index.d.ts +9 -3
- package/dist/sdk/models/shared/index.js +9 -3
- package/dist/sdk/models/shared/items.d.ts +2 -9
- package/dist/sdk/models/shared/items.js +5 -6
- package/dist/sdk/models/shared/phonenumber.d.ts +12 -0
- package/dist/sdk/models/shared/{withholdingtaxitems.js → phonenumber.js} +12 -11
- package/dist/sdk/models/shared/{weblinksitems.d.ts → weblink.d.ts} +3 -3
- package/dist/sdk/models/shared/{weblinksitems.js → weblink.js} +14 -14
- package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +7 -0
- package/dist/sdk/models/webhooks/accountcategoriesupdated.js +51 -0
- package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +7 -0
- package/dist/sdk/models/webhooks/clientratelimitreached.js +51 -0
- package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +7 -0
- package/dist/sdk/models/webhooks/clientratelimitreset.js +51 -0
- package/dist/sdk/models/webhooks/index.d.ts +3 -0
- package/dist/sdk/models/webhooks/index.js +22 -0
- package/dist/sdk/sdk.js +2 -2
- package/docs/models/shared/accountcategoriesupdatedwebhook.md +18 -0
- package/docs/models/shared/accountcategoriesupdatedwebhookdata.md +8 -0
- package/docs/models/shared/{addressesitems.md → accountingaddress.md} +1 -1
- package/docs/models/shared/accountingbillcreditnote.md +1 -1
- package/docs/models/shared/accountingcompanyinfo.md +3 -3
- package/docs/models/shared/accountingcreditnote.md +1 -1
- package/docs/models/shared/accountingcustomer.md +1 -1
- package/docs/models/shared/accountinginvoice.md +1 -1
- package/docs/models/shared/accountingsupplier.md +1 -1
- package/docs/models/shared/clientratelimitreachedwebhook.md +16 -0
- package/docs/models/shared/clientratelimitreachedwebhookdata.md +9 -0
- package/docs/models/shared/clientratelimitresetwebhook.md +16 -0
- package/docs/models/shared/clientratelimitresetwebhookdata.md +11 -0
- package/docs/models/shared/commercecompanyinfo.md +2 -2
- package/docs/models/shared/contact.md +2 -2
- package/docs/models/shared/items.md +4 -4
- package/docs/models/shared/{accountingcompanyinfophone.md → phonenumber.md} +1 -1
- package/docs/models/shared/weblink.md +11 -0
- package/docs/models/shared/{itemstype.md → weblinktype.md} +1 -1
- package/docs/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
- package/docs/models/webhooks/clientratelimitreachedresponse.md +10 -0
- package/docs/models/webhooks/clientratelimitresetresponse.md +10 -0
- package/docs/sdks/accountingbankdata/README.md +1 -1
- package/docs/sdks/accountingbankdataaccounts/README.md +3 -3
- package/docs/sdks/accountspayable/README.md +1 -1
- package/docs/sdks/accountspayablebillcreditnotes/README.md +3 -3
- package/docs/sdks/accountspayablebillpayments/README.md +3 -3
- package/docs/sdks/accountspayablebills/README.md +6 -6
- package/docs/sdks/accountspayablesuppliers/README.md +6 -6
- package/docs/sdks/accountsreceivable/README.md +1 -1
- package/docs/sdks/accountsreceivablecreditnotes/README.md +3 -3
- package/docs/sdks/accountsreceivablecustomers/README.md +6 -6
- package/docs/sdks/accountsreceivabledirectincomes/README.md +6 -6
- package/docs/sdks/accountsreceivableinvoices/README.md +8 -8
- package/docs/sdks/accountsreceivablepayments/README.md +3 -3
- package/docs/sdks/accountsreceivablereports/README.md +5 -5
- package/docs/sdks/banking/README.md +1 -1
- package/docs/sdks/bankingaccountbalances/README.md +2 -2
- package/docs/sdks/bankingcategorizedstatement/README.md +2 -2
- package/docs/sdks/bankingtransactioncategories/README.md +3 -3
- package/docs/sdks/companies/README.md +1 -1
- package/docs/sdks/companyinfo/README.md +1 -1
- package/docs/sdks/connections/README.md +1 -1
- package/docs/sdks/dataintegrity/README.md +1 -1
- package/docs/sdks/excelreports/README.md +1 -1
- package/docs/sdks/fileupload/README.md +1 -1
- package/docs/sdks/financialstatements/README.md +1 -1
- package/docs/sdks/financialstatementsaccounts/README.md +3 -3
- package/docs/sdks/financialstatementsbalancesheet/README.md +3 -3
- package/docs/sdks/financialstatementscashflow/README.md +2 -2
- package/docs/sdks/financialstatementsprofitandloss/README.md +3 -3
- package/docs/sdks/liabilities/README.md +1 -1
- package/docs/sdks/managedata/README.md +1 -1
- package/docs/sdks/managedatapulloperations/README.md +3 -3
- package/docs/sdks/managedatarefresh/README.md +3 -3
- package/docs/sdks/sales/README.md +1 -1
- package/docs/sdks/salespaymentmethods/README.md +3 -3
- package/docs/sdks/salesproductcategories/README.md +3 -3
- package/docs/sdks/transactions/README.md +1 -1
- package/docs/sdks/transactionsaccounttransactions/README.md +3 -3
- package/docs/sdks/transactionsdirectcosts/README.md +6 -6
- package/docs/sdks/transactionsjournalentries/README.md +3 -3
- package/package.json +1 -1
- package/dist/sdk/models/shared/withholdingtaxitems.d.ts +0 -5
- package/docs/models/shared/accountingcompanyinfoaccountingaddress.md +0 -14
- package/docs/models/shared/accountingcompanyinfoweblink.md +0 -11
- package/docs/models/shared/accountingcompanyinfoweblinktype.md +0 -12
- package/docs/models/shared/weblinksitems.md +0 -11
- package/docs/models/shared/withholdingtaxitems.md +0 -9
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.ClientRateLimitResetWebhookData = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var class_transformer_1 = require("class-transformer");
|
|
33
|
+
var ClientRateLimitResetWebhookData = /** @class */ (function (_super) {
|
|
34
|
+
__extends(ClientRateLimitResetWebhookData, _super);
|
|
35
|
+
function ClientRateLimitResetWebhookData() {
|
|
36
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
|
+
}
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
40
|
+
(0, class_transformer_1.Expose)({ name: "DailyQuota" }),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], ClientRateLimitResetWebhookData.prototype, "dailyQuota", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
45
|
+
(0, class_transformer_1.Expose)({ name: "ExpiresUtc" }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], ClientRateLimitResetWebhookData.prototype, "expiresUtc", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
50
|
+
(0, class_transformer_1.Expose)({ name: "QuotaRemaining" }),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], ClientRateLimitResetWebhookData.prototype, "quotaRemaining", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
55
|
+
(0, class_transformer_1.Expose)({ name: "ResetReason" }),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], ClientRateLimitResetWebhookData.prototype, "resetReason", void 0);
|
|
58
|
+
return ClientRateLimitResetWebhookData;
|
|
59
|
+
}(utils_1.SpeakeasyBase));
|
|
60
|
+
exports.ClientRateLimitResetWebhookData = ClientRateLimitResetWebhookData;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import { AccountBalance } from "./accountbalance";
|
|
3
3
|
import { CommerceAddress } from "./commerceaddress";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { PhoneNumber } from "./phonenumber";
|
|
5
|
+
import { WebLink } from "./weblink";
|
|
6
6
|
/**
|
|
7
7
|
* In the Codat system, company information includes standard commercial details about
|
|
8
8
|
*
|
|
@@ -73,7 +73,7 @@ export declare class CommerceCompanyInfo extends SpeakeasyBase {
|
|
|
73
73
|
/**
|
|
74
74
|
* Phone numbers associated with the company
|
|
75
75
|
*/
|
|
76
|
-
phoneNumbers?:
|
|
76
|
+
phoneNumbers?: PhoneNumber[];
|
|
77
77
|
/**
|
|
78
78
|
* The registration number of the company
|
|
79
79
|
*/
|
|
@@ -86,5 +86,5 @@ export declare class CommerceCompanyInfo extends SpeakeasyBase {
|
|
|
86
86
|
/**
|
|
87
87
|
* Weblinks associated with the company
|
|
88
88
|
*/
|
|
89
|
-
webLinks?:
|
|
89
|
+
webLinks?: WebLink[];
|
|
90
90
|
}
|
|
@@ -31,8 +31,8 @@ exports.CommerceCompanyInfo = void 0;
|
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var accountbalance_1 = require("./accountbalance");
|
|
33
33
|
var commerceaddress_1 = require("./commerceaddress");
|
|
34
|
-
var
|
|
35
|
-
var
|
|
34
|
+
var phonenumber_1 = require("./phonenumber");
|
|
35
|
+
var weblink_1 = require("./weblink");
|
|
36
36
|
var class_transformer_1 = require("class-transformer");
|
|
37
37
|
/**
|
|
38
38
|
* In the Codat system, company information includes standard commercial details about
|
|
@@ -91,9 +91,9 @@ var CommerceCompanyInfo = /** @class */ (function (_super) {
|
|
|
91
91
|
__metadata("design:type", String)
|
|
92
92
|
], CommerceCompanyInfo.prototype, "modifiedDate", void 0);
|
|
93
93
|
__decorate([
|
|
94
|
-
(0, utils_1.SpeakeasyMetadata)({ elemType:
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: phonenumber_1.PhoneNumber }),
|
|
95
95
|
(0, class_transformer_1.Expose)({ name: "phoneNumbers" }),
|
|
96
|
-
(0, class_transformer_1.Type)(function () { return
|
|
96
|
+
(0, class_transformer_1.Type)(function () { return phonenumber_1.PhoneNumber; }),
|
|
97
97
|
__metadata("design:type", Array)
|
|
98
98
|
], CommerceCompanyInfo.prototype, "phoneNumbers", void 0);
|
|
99
99
|
__decorate([
|
|
@@ -112,9 +112,9 @@ var CommerceCompanyInfo = /** @class */ (function (_super) {
|
|
|
112
112
|
__metadata("design:type", Object)
|
|
113
113
|
], CommerceCompanyInfo.prototype, "sourceUrls", void 0);
|
|
114
114
|
__decorate([
|
|
115
|
-
(0, utils_1.SpeakeasyMetadata)({ elemType:
|
|
115
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: weblink_1.WebLink }),
|
|
116
116
|
(0, class_transformer_1.Expose)({ name: "webLinks" }),
|
|
117
|
-
(0, class_transformer_1.Type)(function () { return
|
|
117
|
+
(0, class_transformer_1.Type)(function () { return weblink_1.WebLink; }),
|
|
118
118
|
__metadata("design:type", Array)
|
|
119
119
|
], CommerceCompanyInfo.prototype, "webLinks", void 0);
|
|
120
120
|
return CommerceCompanyInfo;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import {
|
|
2
|
+
import { AccountingAddress } from "./accountingaddress";
|
|
3
3
|
import { CustomerStatus } from "./customerstatus";
|
|
4
|
-
import {
|
|
4
|
+
import { PhoneNumber } from "./phonenumber";
|
|
5
5
|
export declare class Contact extends SpeakeasyBase {
|
|
6
|
-
address?:
|
|
6
|
+
address?: AccountingAddress;
|
|
7
7
|
/**
|
|
8
8
|
* Email of a contact for a customer.
|
|
9
9
|
*/
|
|
@@ -39,7 +39,7 @@ export declare class Contact extends SpeakeasyBase {
|
|
|
39
39
|
/**
|
|
40
40
|
* An array of Phone numbers.
|
|
41
41
|
*/
|
|
42
|
-
phone?:
|
|
42
|
+
phone?: PhoneNumber[];
|
|
43
43
|
/**
|
|
44
44
|
* Status of customer.
|
|
45
45
|
*/
|
|
@@ -29,9 +29,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
exports.Contact = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var
|
|
32
|
+
var accountingaddress_1 = require("./accountingaddress");
|
|
33
33
|
var customerstatus_1 = require("./customerstatus");
|
|
34
|
-
var
|
|
34
|
+
var phonenumber_1 = require("./phonenumber");
|
|
35
35
|
var class_transformer_1 = require("class-transformer");
|
|
36
36
|
var Contact = /** @class */ (function (_super) {
|
|
37
37
|
__extends(Contact, _super);
|
|
@@ -41,8 +41,8 @@ var Contact = /** @class */ (function (_super) {
|
|
|
41
41
|
__decorate([
|
|
42
42
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
43
43
|
(0, class_transformer_1.Expose)({ name: "address" }),
|
|
44
|
-
(0, class_transformer_1.Type)(function () { return
|
|
45
|
-
__metadata("design:type",
|
|
44
|
+
(0, class_transformer_1.Type)(function () { return accountingaddress_1.AccountingAddress; }),
|
|
45
|
+
__metadata("design:type", accountingaddress_1.AccountingAddress)
|
|
46
46
|
], Contact.prototype, "address", void 0);
|
|
47
47
|
__decorate([
|
|
48
48
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
@@ -60,9 +60,9 @@ var Contact = /** @class */ (function (_super) {
|
|
|
60
60
|
__metadata("design:type", String)
|
|
61
61
|
], Contact.prototype, "name", void 0);
|
|
62
62
|
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)({ elemType:
|
|
63
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: phonenumber_1.PhoneNumber }),
|
|
64
64
|
(0, class_transformer_1.Expose)({ name: "phone" }),
|
|
65
|
-
(0, class_transformer_1.Type)(function () { return
|
|
65
|
+
(0, class_transformer_1.Type)(function () { return phonenumber_1.PhoneNumber; }),
|
|
66
66
|
__metadata("design:type", Array)
|
|
67
67
|
], Contact.prototype, "phone", void 0);
|
|
68
68
|
__decorate([
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./accountbalance";
|
|
2
2
|
export * from "./accountbalanceamounts";
|
|
3
|
+
export * from "./accountcategoriesupdatedwebhook";
|
|
4
|
+
export * from "./accountcategoriesupdatedwebhookdata";
|
|
3
5
|
export * from "./accountcategorylevel";
|
|
4
6
|
export * from "./accountidentifiers";
|
|
5
7
|
export * from "./accountidentifiertype";
|
|
@@ -7,6 +9,7 @@ export * from "./accountingaccount";
|
|
|
7
9
|
export * from "./accountingaccounts";
|
|
8
10
|
export * from "./accountingaccounttransaction";
|
|
9
11
|
export * from "./accountingaccounttransactions";
|
|
12
|
+
export * from "./accountingaddress";
|
|
10
13
|
export * from "./accountingaddresstype";
|
|
11
14
|
export * from "./accountingagedcreditorreport";
|
|
12
15
|
export * from "./accountingageddebtorreport";
|
|
@@ -56,7 +59,6 @@ export * from "./accountsreceivabletracking";
|
|
|
56
59
|
export * from "./accountstatus";
|
|
57
60
|
export * from "./accounttransactionline";
|
|
58
61
|
export * from "./accounttype";
|
|
59
|
-
export * from "./addressesitems";
|
|
60
62
|
export * from "./agedcreditor";
|
|
61
63
|
export * from "./agedcurrencyoutstanding";
|
|
62
64
|
export * from "./ageddebtor";
|
|
@@ -85,6 +87,10 @@ export * from "./billpaymentlinelink";
|
|
|
85
87
|
export * from "./billpaymentlinelinktype";
|
|
86
88
|
export * from "./billstatus";
|
|
87
89
|
export * from "./cashflowstatement";
|
|
90
|
+
export * from "./clientratelimitreachedwebhook";
|
|
91
|
+
export * from "./clientratelimitreachedwebhookdata";
|
|
92
|
+
export * from "./clientratelimitresetwebhook";
|
|
93
|
+
export * from "./clientratelimitresetwebhookdata";
|
|
88
94
|
export * from "./commerceaddress";
|
|
89
95
|
export * from "./commerceaddresstype";
|
|
90
96
|
export * from "./commercecompanyinfo";
|
|
@@ -192,6 +198,7 @@ export * from "./paymentref";
|
|
|
192
198
|
export * from "./paymentstatus";
|
|
193
199
|
export * from "./paymenttype";
|
|
194
200
|
export * from "./periodunit";
|
|
201
|
+
export * from "./phonenumber";
|
|
195
202
|
export * from "./phonenumbertype";
|
|
196
203
|
export * from "./productinventory";
|
|
197
204
|
export * from "./productinventorylocation";
|
|
@@ -231,5 +238,4 @@ export * from "./transactionsourceref";
|
|
|
231
238
|
export * from "./transactionsourcetype";
|
|
232
239
|
export * from "./transactiontype";
|
|
233
240
|
export * from "./transferaccount";
|
|
234
|
-
export * from "./
|
|
235
|
-
export * from "./withholdingtaxitems";
|
|
241
|
+
export * from "./weblink";
|
|
@@ -19,6 +19,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
__exportStar(require("./accountbalance"), exports);
|
|
21
21
|
__exportStar(require("./accountbalanceamounts"), exports);
|
|
22
|
+
__exportStar(require("./accountcategoriesupdatedwebhook"), exports);
|
|
23
|
+
__exportStar(require("./accountcategoriesupdatedwebhookdata"), exports);
|
|
22
24
|
__exportStar(require("./accountcategorylevel"), exports);
|
|
23
25
|
__exportStar(require("./accountidentifiers"), exports);
|
|
24
26
|
__exportStar(require("./accountidentifiertype"), exports);
|
|
@@ -26,6 +28,7 @@ __exportStar(require("./accountingaccount"), exports);
|
|
|
26
28
|
__exportStar(require("./accountingaccounts"), exports);
|
|
27
29
|
__exportStar(require("./accountingaccounttransaction"), exports);
|
|
28
30
|
__exportStar(require("./accountingaccounttransactions"), exports);
|
|
31
|
+
__exportStar(require("./accountingaddress"), exports);
|
|
29
32
|
__exportStar(require("./accountingaddresstype"), exports);
|
|
30
33
|
__exportStar(require("./accountingagedcreditorreport"), exports);
|
|
31
34
|
__exportStar(require("./accountingageddebtorreport"), exports);
|
|
@@ -75,7 +78,6 @@ __exportStar(require("./accountsreceivabletracking"), exports);
|
|
|
75
78
|
__exportStar(require("./accountstatus"), exports);
|
|
76
79
|
__exportStar(require("./accounttransactionline"), exports);
|
|
77
80
|
__exportStar(require("./accounttype"), exports);
|
|
78
|
-
__exportStar(require("./addressesitems"), exports);
|
|
79
81
|
__exportStar(require("./agedcreditor"), exports);
|
|
80
82
|
__exportStar(require("./agedcurrencyoutstanding"), exports);
|
|
81
83
|
__exportStar(require("./ageddebtor"), exports);
|
|
@@ -104,6 +106,10 @@ __exportStar(require("./billpaymentlinelink"), exports);
|
|
|
104
106
|
__exportStar(require("./billpaymentlinelinktype"), exports);
|
|
105
107
|
__exportStar(require("./billstatus"), exports);
|
|
106
108
|
__exportStar(require("./cashflowstatement"), exports);
|
|
109
|
+
__exportStar(require("./clientratelimitreachedwebhook"), exports);
|
|
110
|
+
__exportStar(require("./clientratelimitreachedwebhookdata"), exports);
|
|
111
|
+
__exportStar(require("./clientratelimitresetwebhook"), exports);
|
|
112
|
+
__exportStar(require("./clientratelimitresetwebhookdata"), exports);
|
|
107
113
|
__exportStar(require("./commerceaddress"), exports);
|
|
108
114
|
__exportStar(require("./commerceaddresstype"), exports);
|
|
109
115
|
__exportStar(require("./commercecompanyinfo"), exports);
|
|
@@ -211,6 +217,7 @@ __exportStar(require("./paymentref"), exports);
|
|
|
211
217
|
__exportStar(require("./paymentstatus"), exports);
|
|
212
218
|
__exportStar(require("./paymenttype"), exports);
|
|
213
219
|
__exportStar(require("./periodunit"), exports);
|
|
220
|
+
__exportStar(require("./phonenumber"), exports);
|
|
214
221
|
__exportStar(require("./phonenumbertype"), exports);
|
|
215
222
|
__exportStar(require("./productinventory"), exports);
|
|
216
223
|
__exportStar(require("./productinventorylocation"), exports);
|
|
@@ -250,5 +257,4 @@ __exportStar(require("./transactionsourceref"), exports);
|
|
|
250
257
|
__exportStar(require("./transactionsourcetype"), exports);
|
|
251
258
|
__exportStar(require("./transactiontype"), exports);
|
|
252
259
|
__exportStar(require("./transferaccount"), exports);
|
|
253
|
-
__exportStar(require("./
|
|
254
|
-
__exportStar(require("./withholdingtaxitems"), exports);
|
|
260
|
+
__exportStar(require("./weblink"), exports);
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { PhoneNumberType } from "./phonenumbertype";
|
|
3
2
|
export declare class Items extends SpeakeasyBase {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
number: string;
|
|
8
|
-
/**
|
|
9
|
-
* The type of phone number
|
|
10
|
-
*/
|
|
11
|
-
type: PhoneNumberType;
|
|
3
|
+
amount: number;
|
|
4
|
+
name: string;
|
|
12
5
|
}
|
|
@@ -29,7 +29,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
exports.Items = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var phonenumbertype_1 = require("./phonenumbertype");
|
|
33
32
|
var class_transformer_1 = require("class-transformer");
|
|
34
33
|
var Items = /** @class */ (function (_super) {
|
|
35
34
|
__extends(Items, _super);
|
|
@@ -38,14 +37,14 @@ var Items = /** @class */ (function (_super) {
|
|
|
38
37
|
}
|
|
39
38
|
__decorate([
|
|
40
39
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
41
|
-
(0, class_transformer_1.Expose)({ name: "
|
|
42
|
-
__metadata("design:type",
|
|
43
|
-
], Items.prototype, "
|
|
40
|
+
(0, class_transformer_1.Expose)({ name: "amount" }),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], Items.prototype, "amount", void 0);
|
|
44
43
|
__decorate([
|
|
45
44
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
-
(0, class_transformer_1.Expose)({ name: "
|
|
45
|
+
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
47
46
|
__metadata("design:type", String)
|
|
48
|
-
], Items.prototype, "
|
|
47
|
+
], Items.prototype, "name", void 0);
|
|
49
48
|
return Items;
|
|
50
49
|
}(utils_1.SpeakeasyBase));
|
|
51
50
|
exports.Items = Items;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import { PhoneNumberType } from "./phonenumbertype";
|
|
3
|
+
export declare class PhoneNumber extends SpeakeasyBase {
|
|
4
|
+
/**
|
|
5
|
+
* A phone number.
|
|
6
|
+
*/
|
|
7
|
+
number: string;
|
|
8
|
+
/**
|
|
9
|
+
* The type of phone number
|
|
10
|
+
*/
|
|
11
|
+
type: PhoneNumberType;
|
|
12
|
+
}
|
|
@@ -27,24 +27,25 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.
|
|
30
|
+
exports.PhoneNumber = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var phonenumbertype_1 = require("./phonenumbertype");
|
|
32
33
|
var class_transformer_1 = require("class-transformer");
|
|
33
|
-
var
|
|
34
|
-
__extends(
|
|
35
|
-
function
|
|
34
|
+
var PhoneNumber = /** @class */ (function (_super) {
|
|
35
|
+
__extends(PhoneNumber, _super);
|
|
36
|
+
function PhoneNumber() {
|
|
36
37
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
38
|
}
|
|
38
39
|
__decorate([
|
|
39
40
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
40
|
-
(0, class_transformer_1.Expose)({ name: "
|
|
41
|
-
__metadata("design:type",
|
|
42
|
-
],
|
|
41
|
+
(0, class_transformer_1.Expose)({ name: "number" }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], PhoneNumber.prototype, "number", void 0);
|
|
43
44
|
__decorate([
|
|
44
45
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
45
|
-
(0, class_transformer_1.Expose)({ name: "
|
|
46
|
+
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
46
47
|
__metadata("design:type", String)
|
|
47
|
-
],
|
|
48
|
-
return
|
|
48
|
+
], PhoneNumber.prototype, "type", void 0);
|
|
49
|
+
return PhoneNumber;
|
|
49
50
|
}(utils_1.SpeakeasyBase));
|
|
50
|
-
exports.
|
|
51
|
+
exports.PhoneNumber = PhoneNumber;
|
|
@@ -2,7 +2,7 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
/**
|
|
3
3
|
* The type of the weblink.
|
|
4
4
|
*/
|
|
5
|
-
export declare enum
|
|
5
|
+
export declare enum WebLinkType {
|
|
6
6
|
Website = "Website",
|
|
7
7
|
Social = "Social",
|
|
8
8
|
Unknown = "Unknown"
|
|
@@ -10,11 +10,11 @@ export declare enum ItemsType {
|
|
|
10
10
|
/**
|
|
11
11
|
* Weblink associated with the company.
|
|
12
12
|
*/
|
|
13
|
-
export declare class
|
|
13
|
+
export declare class WebLink extends SpeakeasyBase {
|
|
14
14
|
/**
|
|
15
15
|
* The type of the weblink.
|
|
16
16
|
*/
|
|
17
|
-
type?:
|
|
17
|
+
type?: WebLinkType;
|
|
18
18
|
/**
|
|
19
19
|
* The full URL for the weblink.
|
|
20
20
|
*/
|
|
@@ -27,36 +27,36 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.
|
|
30
|
+
exports.WebLink = exports.WebLinkType = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var class_transformer_1 = require("class-transformer");
|
|
33
33
|
/**
|
|
34
34
|
* The type of the weblink.
|
|
35
35
|
*/
|
|
36
|
-
var
|
|
37
|
-
(function (
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
})(
|
|
36
|
+
var WebLinkType;
|
|
37
|
+
(function (WebLinkType) {
|
|
38
|
+
WebLinkType["Website"] = "Website";
|
|
39
|
+
WebLinkType["Social"] = "Social";
|
|
40
|
+
WebLinkType["Unknown"] = "Unknown";
|
|
41
|
+
})(WebLinkType = exports.WebLinkType || (exports.WebLinkType = {}));
|
|
42
42
|
/**
|
|
43
43
|
* Weblink associated with the company.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
__extends(
|
|
47
|
-
function
|
|
45
|
+
var WebLink = /** @class */ (function (_super) {
|
|
46
|
+
__extends(WebLink, _super);
|
|
47
|
+
function WebLink() {
|
|
48
48
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
49
49
|
}
|
|
50
50
|
__decorate([
|
|
51
51
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
52
|
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
53
53
|
__metadata("design:type", String)
|
|
54
|
-
],
|
|
54
|
+
], WebLink.prototype, "type", void 0);
|
|
55
55
|
__decorate([
|
|
56
56
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
57
57
|
(0, class_transformer_1.Expose)({ name: "url" }),
|
|
58
58
|
__metadata("design:type", String)
|
|
59
|
-
],
|
|
60
|
-
return
|
|
59
|
+
], WebLink.prototype, "url", void 0);
|
|
60
|
+
return WebLink;
|
|
61
61
|
}(utils_1.SpeakeasyBase));
|
|
62
|
-
exports.
|
|
62
|
+
exports.WebLink = WebLink;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.AccountCategoriesUpdatedResponse = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var AccountCategoriesUpdatedResponse = /** @class */ (function (_super) {
|
|
33
|
+
__extends(AccountCategoriesUpdatedResponse, _super);
|
|
34
|
+
function AccountCategoriesUpdatedResponse() {
|
|
35
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
36
|
+
}
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], AccountCategoriesUpdatedResponse.prototype, "contentType", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], AccountCategoriesUpdatedResponse.prototype, "statusCode", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], AccountCategoriesUpdatedResponse.prototype, "rawResponse", void 0);
|
|
49
|
+
return AccountCategoriesUpdatedResponse;
|
|
50
|
+
}(utils_1.SpeakeasyBase));
|
|
51
|
+
exports.AccountCategoriesUpdatedResponse = AccountCategoriesUpdatedResponse;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.ClientRateLimitReachedResponse = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var ClientRateLimitReachedResponse = /** @class */ (function (_super) {
|
|
33
|
+
__extends(ClientRateLimitReachedResponse, _super);
|
|
34
|
+
function ClientRateLimitReachedResponse() {
|
|
35
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
36
|
+
}
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], ClientRateLimitReachedResponse.prototype, "contentType", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], ClientRateLimitReachedResponse.prototype, "statusCode", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], ClientRateLimitReachedResponse.prototype, "rawResponse", void 0);
|
|
49
|
+
return ClientRateLimitReachedResponse;
|
|
50
|
+
}(utils_1.SpeakeasyBase));
|
|
51
|
+
exports.ClientRateLimitReachedResponse = ClientRateLimitReachedResponse;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.ClientRateLimitResetResponse = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var ClientRateLimitResetResponse = /** @class */ (function (_super) {
|
|
33
|
+
__extends(ClientRateLimitResetResponse, _super);
|
|
34
|
+
function ClientRateLimitResetResponse() {
|
|
35
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
36
|
+
}
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], ClientRateLimitResetResponse.prototype, "contentType", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], ClientRateLimitResetResponse.prototype, "statusCode", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], ClientRateLimitResetResponse.prototype, "rawResponse", void 0);
|
|
49
|
+
return ClientRateLimitResetResponse;
|
|
50
|
+
}(utils_1.SpeakeasyBase));
|
|
51
|
+
exports.ClientRateLimitResetResponse = ClientRateLimitResetResponse;
|