increase 0.538.0 → 0.540.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/CHANGELOG.md +27 -0
- package/bin/cli +5 -12
- package/client.d.mts +6 -12
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -12
- package/client.d.ts.map +1 -1
- package/client.js +6 -12
- package/client.js.map +1 -1
- package/client.mjs +6 -12
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/check-deposits.d.mts +4 -3
- package/resources/check-deposits.d.mts.map +1 -1
- package/resources/check-deposits.d.ts +4 -3
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/inbound-mail-items.d.mts +19 -7
- package/resources/inbound-mail-items.d.mts.map +1 -1
- package/resources/inbound-mail-items.d.ts +19 -7
- package/resources/inbound-mail-items.d.ts.map +1 -1
- package/resources/index.d.mts +2 -4
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -4
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +6 -10
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -4
- package/resources/index.mjs.map +1 -1
- package/resources/lockbox-addresses.d.mts +184 -0
- package/resources/lockbox-addresses.d.mts.map +1 -0
- package/resources/lockbox-addresses.d.ts +184 -0
- package/resources/lockbox-addresses.d.ts.map +1 -0
- package/resources/lockbox-addresses.js +64 -0
- package/resources/lockbox-addresses.js.map +1 -0
- package/resources/lockbox-addresses.mjs +60 -0
- package/resources/lockbox-addresses.mjs.map +1 -0
- package/resources/lockbox-recipients.d.mts +202 -0
- package/resources/lockbox-recipients.d.mts.map +1 -0
- package/resources/lockbox-recipients.d.ts +202 -0
- package/resources/lockbox-recipients.d.ts.map +1 -0
- package/resources/lockbox-recipients.js +69 -0
- package/resources/lockbox-recipients.js.map +1 -0
- package/resources/lockbox-recipients.mjs +65 -0
- package/resources/lockbox-recipients.mjs.map +1 -0
- package/resources/simulations/inbound-mail-items.d.mts +9 -5
- package/resources/simulations/inbound-mail-items.d.mts.map +1 -1
- package/resources/simulations/inbound-mail-items.d.ts +9 -5
- package/resources/simulations/inbound-mail-items.d.ts.map +1 -1
- package/resources/simulations/inbound-mail-items.js +0 -1
- package/resources/simulations/inbound-mail-items.js.map +1 -1
- package/resources/simulations/inbound-mail-items.mjs +0 -1
- package/resources/simulations/inbound-mail-items.mjs.map +1 -1
- package/src/client.ts +34 -70
- package/src/resources/check-deposits.ts +4 -3
- package/src/resources/inbound-mail-items.ts +27 -7
- package/src/resources/index.ts +15 -30
- package/src/resources/lockbox-addresses.ts +235 -0
- package/src/resources/lockbox-recipients.ts +257 -0
- package/src/resources/simulations/inbound-mail-items.ts +12 -6
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/bookkeeping-accounts.d.mts +0 -164
- package/resources/bookkeeping-accounts.d.mts.map +0 -1
- package/resources/bookkeeping-accounts.d.ts +0 -164
- package/resources/bookkeeping-accounts.d.ts.map +0 -1
- package/resources/bookkeeping-accounts.js +0 -71
- package/resources/bookkeeping-accounts.js.map +0 -1
- package/resources/bookkeeping-accounts.mjs +0 -67
- package/resources/bookkeeping-accounts.mjs.map +0 -1
- package/resources/bookkeeping-entries.d.mts +0 -74
- package/resources/bookkeeping-entries.d.mts.map +0 -1
- package/resources/bookkeeping-entries.d.ts +0 -74
- package/resources/bookkeeping-entries.d.ts.map +0 -1
- package/resources/bookkeeping-entries.js +0 -39
- package/resources/bookkeeping-entries.js.map +0 -1
- package/resources/bookkeeping-entries.mjs +0 -35
- package/resources/bookkeeping-entries.mjs.map +0 -1
- package/resources/bookkeeping-entry-sets.d.mts +0 -156
- package/resources/bookkeeping-entry-sets.d.mts.map +0 -1
- package/resources/bookkeeping-entry-sets.d.ts +0 -156
- package/resources/bookkeeping-entry-sets.d.ts.map +0 -1
- package/resources/bookkeeping-entry-sets.js +0 -67
- package/resources/bookkeeping-entry-sets.js.map +0 -1
- package/resources/bookkeeping-entry-sets.mjs +0 -63
- package/resources/bookkeeping-entry-sets.mjs.map +0 -1
- package/resources/lockboxes.d.mts +0 -217
- package/resources/lockboxes.d.mts.map +0 -1
- package/resources/lockboxes.d.ts +0 -217
- package/resources/lockboxes.d.ts.map +0 -1
- package/resources/lockboxes.js +0 -64
- package/resources/lockboxes.js.map +0 -1
- package/resources/lockboxes.mjs +0 -60
- package/resources/lockboxes.mjs.map +0 -1
- package/src/resources/bookkeeping-accounts.ts +0 -220
- package/src/resources/bookkeeping-entries.ts +0 -98
- package/src/resources/bookkeeping-entry-sets.ts +0 -198
- package/src/resources/lockboxes.ts +0 -273
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
-
import { Page, type PageParams, PagePromise } from "../core/pagination.js";
|
|
4
|
-
import { RequestOptions } from "../internal/request-options.js";
|
|
5
|
-
export declare class BookkeepingEntrySets extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Create a Bookkeeping Entry Set
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```ts
|
|
11
|
-
* const bookkeepingEntrySet =
|
|
12
|
-
* await client.bookkeepingEntrySets.create({
|
|
13
|
-
* entries: [
|
|
14
|
-
* {
|
|
15
|
-
* account_id:
|
|
16
|
-
* 'bookkeeping_account_9husfpw68pzmve9dvvc7',
|
|
17
|
-
* amount: 100,
|
|
18
|
-
* },
|
|
19
|
-
* {
|
|
20
|
-
* account_id:
|
|
21
|
-
* 'bookkeeping_account_t2obldz1rcu15zr54umg',
|
|
22
|
-
* amount: -100,
|
|
23
|
-
* },
|
|
24
|
-
* ],
|
|
25
|
-
* });
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
create(body: BookkeepingEntrySetCreateParams, options?: RequestOptions): APIPromise<BookkeepingEntrySet>;
|
|
29
|
-
/**
|
|
30
|
-
* Retrieve a Bookkeeping Entry Set
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* ```ts
|
|
34
|
-
* const bookkeepingEntrySet =
|
|
35
|
-
* await client.bookkeepingEntrySets.retrieve(
|
|
36
|
-
* 'bookkeeping_entry_set_n80c6wr2p8gtc6p4ingf',
|
|
37
|
-
* );
|
|
38
|
-
* ```
|
|
39
|
-
*/
|
|
40
|
-
retrieve(bookkeepingEntrySetID: string, options?: RequestOptions): APIPromise<BookkeepingEntrySet>;
|
|
41
|
-
/**
|
|
42
|
-
* List Bookkeeping Entry Sets
|
|
43
|
-
*
|
|
44
|
-
* @example
|
|
45
|
-
* ```ts
|
|
46
|
-
* // Automatically fetches more pages as needed.
|
|
47
|
-
* for await (const bookkeepingEntrySet of client.bookkeepingEntrySets.list()) {
|
|
48
|
-
* // ...
|
|
49
|
-
* }
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
list(query?: BookkeepingEntrySetListParams | null | undefined, options?: RequestOptions): PagePromise<BookkeepingEntrySetsPage, BookkeepingEntrySet>;
|
|
53
|
-
}
|
|
54
|
-
export type BookkeepingEntrySetsPage = Page<BookkeepingEntrySet>;
|
|
55
|
-
/**
|
|
56
|
-
* Entry Sets are accounting entries that are transactionally applied. Your
|
|
57
|
-
* compliance setup might require annotating money movements using this API. Learn
|
|
58
|
-
* more in our
|
|
59
|
-
* [guide to Bookkeeping](https://increase.com/documentation/bookkeeping#bookkeeping).
|
|
60
|
-
*/
|
|
61
|
-
export interface BookkeepingEntrySet {
|
|
62
|
-
/**
|
|
63
|
-
* The entry set identifier.
|
|
64
|
-
*/
|
|
65
|
-
id: string;
|
|
66
|
-
/**
|
|
67
|
-
* When the entry set was created.
|
|
68
|
-
*/
|
|
69
|
-
created_at: string;
|
|
70
|
-
/**
|
|
71
|
-
* The timestamp of the entry set.
|
|
72
|
-
*/
|
|
73
|
-
date: string;
|
|
74
|
-
/**
|
|
75
|
-
* The entries.
|
|
76
|
-
*/
|
|
77
|
-
entries: Array<BookkeepingEntrySet.Entry>;
|
|
78
|
-
/**
|
|
79
|
-
* The idempotency key you chose for this object. This value is unique across
|
|
80
|
-
* Increase and is used to ensure that a request is only processed once. Learn more
|
|
81
|
-
* about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
82
|
-
*/
|
|
83
|
-
idempotency_key: string | null;
|
|
84
|
-
/**
|
|
85
|
-
* The transaction identifier, if any.
|
|
86
|
-
*/
|
|
87
|
-
transaction_id: string | null;
|
|
88
|
-
/**
|
|
89
|
-
* A constant representing the object's type. For this resource it will always be
|
|
90
|
-
* `bookkeeping_entry_set`.
|
|
91
|
-
*/
|
|
92
|
-
type: 'bookkeeping_entry_set';
|
|
93
|
-
}
|
|
94
|
-
export declare namespace BookkeepingEntrySet {
|
|
95
|
-
interface Entry {
|
|
96
|
-
/**
|
|
97
|
-
* The entry identifier.
|
|
98
|
-
*/
|
|
99
|
-
id: string;
|
|
100
|
-
/**
|
|
101
|
-
* The bookkeeping account impacted by the entry.
|
|
102
|
-
*/
|
|
103
|
-
account_id: string;
|
|
104
|
-
/**
|
|
105
|
-
* The amount of the entry in minor units.
|
|
106
|
-
*/
|
|
107
|
-
amount: number;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
export interface BookkeepingEntrySetCreateParams {
|
|
111
|
-
/**
|
|
112
|
-
* The bookkeeping entries.
|
|
113
|
-
*/
|
|
114
|
-
entries: Array<BookkeepingEntrySetCreateParams.Entry>;
|
|
115
|
-
/**
|
|
116
|
-
* The date of the transaction. Optional if `transaction_id` is provided, in which
|
|
117
|
-
* case we use the `date` of that transaction. Required otherwise.
|
|
118
|
-
*/
|
|
119
|
-
date?: string;
|
|
120
|
-
/**
|
|
121
|
-
* The identifier of the Transaction related to this entry set, if any.
|
|
122
|
-
*/
|
|
123
|
-
transaction_id?: string;
|
|
124
|
-
[k: string]: unknown;
|
|
125
|
-
}
|
|
126
|
-
export declare namespace BookkeepingEntrySetCreateParams {
|
|
127
|
-
interface Entry {
|
|
128
|
-
/**
|
|
129
|
-
* The identifier for the Bookkeeping Account impacted by this entry.
|
|
130
|
-
*/
|
|
131
|
-
account_id: string;
|
|
132
|
-
/**
|
|
133
|
-
* The entry amount in the minor unit of the account currency. For dollars, for
|
|
134
|
-
* example, this is cents. Debit entries have positive amounts; credit entries have
|
|
135
|
-
* negative amounts.
|
|
136
|
-
*/
|
|
137
|
-
amount: number;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
export interface BookkeepingEntrySetListParams extends PageParams {
|
|
141
|
-
/**
|
|
142
|
-
* Filter records to the one with the specified `idempotency_key` you chose for
|
|
143
|
-
* that object. This value is unique across Increase and is used to ensure that a
|
|
144
|
-
* request is only processed once. Learn more about
|
|
145
|
-
* [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
146
|
-
*/
|
|
147
|
-
idempotency_key?: string;
|
|
148
|
-
/**
|
|
149
|
-
* Filter to the Bookkeeping Entry Set that maps to this Transaction.
|
|
150
|
-
*/
|
|
151
|
-
transaction_id?: string;
|
|
152
|
-
}
|
|
153
|
-
export declare namespace BookkeepingEntrySets {
|
|
154
|
-
export { type BookkeepingEntrySet as BookkeepingEntrySet, type BookkeepingEntrySetsPage as BookkeepingEntrySetsPage, type BookkeepingEntrySetCreateParams as BookkeepingEntrySetCreateParams, type BookkeepingEntrySetListParams as BookkeepingEntrySetListParams, };
|
|
155
|
-
}
|
|
156
|
-
//# sourceMappingURL=bookkeeping-entry-sets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entry-sets.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-entry-sets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE;OACtC,EAAE,cAAc,EAAE;AAGzB,qBAAa,oBAAqB,SAAQ,WAAW;IACnD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,MAAM,CAAC,IAAI,EAAE,+BAA+B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAIxG;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAIlG;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,6BAA6B,GAAG,IAAI,GAAG,SAAc,EAC5D,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,wBAAwB,EAAE,mBAAmB,CAAC;CAM9D;AAED,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,mBAAmB,CAAC,CAAC;AAEjE;;;;;GAKG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAE1C;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED,yBAAiB,mBAAmB,CAAC;IACnC,UAAiB,KAAK;QACpB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,+BAA+B,CAAC,KAAK,CAAC,CAAC;IAEtD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,yBAAiB,+BAA+B,CAAC;IAC/C,UAAiB,KAAK;QACpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;;;WAIG;QACH,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AAED,MAAM,WAAW,6BAA8B,SAAQ,UAAU;IAC/D;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC5C,OAAO,EACL,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,6BAA6B,IAAI,6BAA6B,GACpE,CAAC;CACH"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.BookkeepingEntrySets = void 0;
|
|
5
|
-
const resource_1 = require("../core/resource.js");
|
|
6
|
-
const pagination_1 = require("../core/pagination.js");
|
|
7
|
-
const path_1 = require("../internal/utils/path.js");
|
|
8
|
-
class BookkeepingEntrySets extends resource_1.APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Create a Bookkeeping Entry Set
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```ts
|
|
14
|
-
* const bookkeepingEntrySet =
|
|
15
|
-
* await client.bookkeepingEntrySets.create({
|
|
16
|
-
* entries: [
|
|
17
|
-
* {
|
|
18
|
-
* account_id:
|
|
19
|
-
* 'bookkeeping_account_9husfpw68pzmve9dvvc7',
|
|
20
|
-
* amount: 100,
|
|
21
|
-
* },
|
|
22
|
-
* {
|
|
23
|
-
* account_id:
|
|
24
|
-
* 'bookkeeping_account_t2obldz1rcu15zr54umg',
|
|
25
|
-
* amount: -100,
|
|
26
|
-
* },
|
|
27
|
-
* ],
|
|
28
|
-
* });
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
create(body, options) {
|
|
32
|
-
return this._client.post('/bookkeeping_entry_sets', { body, ...options });
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Retrieve a Bookkeeping Entry Set
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* ```ts
|
|
39
|
-
* const bookkeepingEntrySet =
|
|
40
|
-
* await client.bookkeepingEntrySets.retrieve(
|
|
41
|
-
* 'bookkeeping_entry_set_n80c6wr2p8gtc6p4ingf',
|
|
42
|
-
* );
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
retrieve(bookkeepingEntrySetID, options) {
|
|
46
|
-
return this._client.get((0, path_1.path) `/bookkeeping_entry_sets/${bookkeepingEntrySetID}`, options);
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* List Bookkeeping Entry Sets
|
|
50
|
-
*
|
|
51
|
-
* @example
|
|
52
|
-
* ```ts
|
|
53
|
-
* // Automatically fetches more pages as needed.
|
|
54
|
-
* for await (const bookkeepingEntrySet of client.bookkeepingEntrySets.list()) {
|
|
55
|
-
* // ...
|
|
56
|
-
* }
|
|
57
|
-
* ```
|
|
58
|
-
*/
|
|
59
|
-
list(query = {}, options) {
|
|
60
|
-
return this._client.getAPIList('/bookkeeping_entry_sets', (pagination_1.Page), {
|
|
61
|
-
query,
|
|
62
|
-
...options,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
exports.BookkeepingEntrySets = BookkeepingEntrySets;
|
|
67
|
-
//# sourceMappingURL=bookkeeping-entry-sets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entry-sets.js","sourceRoot":"","sources":["../src/resources/bookkeeping-entry-sets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAE/C,sDAAwE;AAExE,oDAA8C;AAE9C,MAAa,oBAAqB,SAAQ,sBAAW;IACnD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,MAAM,CAAC,IAAqC,EAAE,OAAwB;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,qBAA6B,EAAE,OAAwB;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,2BAA2B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3F,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA0D,EAAE,EAC5D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE,CAAA,iBAAyB,CAAA,EAAE;YACnF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AA9DD,oDA8DC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../core/resource.mjs";
|
|
3
|
-
import { Page } from "../core/pagination.mjs";
|
|
4
|
-
import { path } from "../internal/utils/path.mjs";
|
|
5
|
-
export class BookkeepingEntrySets extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Create a Bookkeeping Entry Set
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```ts
|
|
11
|
-
* const bookkeepingEntrySet =
|
|
12
|
-
* await client.bookkeepingEntrySets.create({
|
|
13
|
-
* entries: [
|
|
14
|
-
* {
|
|
15
|
-
* account_id:
|
|
16
|
-
* 'bookkeeping_account_9husfpw68pzmve9dvvc7',
|
|
17
|
-
* amount: 100,
|
|
18
|
-
* },
|
|
19
|
-
* {
|
|
20
|
-
* account_id:
|
|
21
|
-
* 'bookkeeping_account_t2obldz1rcu15zr54umg',
|
|
22
|
-
* amount: -100,
|
|
23
|
-
* },
|
|
24
|
-
* ],
|
|
25
|
-
* });
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
create(body, options) {
|
|
29
|
-
return this._client.post('/bookkeeping_entry_sets', { body, ...options });
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Retrieve a Bookkeeping Entry Set
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```ts
|
|
36
|
-
* const bookkeepingEntrySet =
|
|
37
|
-
* await client.bookkeepingEntrySets.retrieve(
|
|
38
|
-
* 'bookkeeping_entry_set_n80c6wr2p8gtc6p4ingf',
|
|
39
|
-
* );
|
|
40
|
-
* ```
|
|
41
|
-
*/
|
|
42
|
-
retrieve(bookkeepingEntrySetID, options) {
|
|
43
|
-
return this._client.get(path `/bookkeeping_entry_sets/${bookkeepingEntrySetID}`, options);
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* List Bookkeeping Entry Sets
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* ```ts
|
|
50
|
-
* // Automatically fetches more pages as needed.
|
|
51
|
-
* for await (const bookkeepingEntrySet of client.bookkeepingEntrySets.list()) {
|
|
52
|
-
* // ...
|
|
53
|
-
* }
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
|
-
list(query = {}, options) {
|
|
57
|
-
return this._client.getAPIList('/bookkeeping_entry_sets', (Page), {
|
|
58
|
-
query,
|
|
59
|
-
...options,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=bookkeeping-entry-sets.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entry-sets.mjs","sourceRoot":"","sources":["../src/resources/bookkeeping-entry-sets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,IAAI,EAAgC;OAEtC,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IACnD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,MAAM,CAAC,IAAqC,EAAE,OAAwB;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,qBAA6B,EAAE,OAAwB;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,2BAA2B,qBAAqB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3F,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA0D,EAAE,EAC5D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE,CAAA,IAAyB,CAAA,EAAE;YACnF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
-
import { Page, type PageParams, PagePromise } from "../core/pagination.mjs";
|
|
4
|
-
import { RequestOptions } from "../internal/request-options.mjs";
|
|
5
|
-
export declare class Lockboxes extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Create a Lockbox
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```ts
|
|
11
|
-
* const lockbox = await client.lockboxes.create({
|
|
12
|
-
* account_id: 'account_in71c4amph0vgo2qllky',
|
|
13
|
-
* });
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
create(body: LockboxCreateParams, options?: RequestOptions): APIPromise<Lockbox>;
|
|
17
|
-
/**
|
|
18
|
-
* Retrieve a Lockbox
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```ts
|
|
22
|
-
* const lockbox = await client.lockboxes.retrieve(
|
|
23
|
-
* 'lockbox_3xt21ok13q19advds4t5',
|
|
24
|
-
* );
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
retrieve(lockboxID: string, options?: RequestOptions): APIPromise<Lockbox>;
|
|
28
|
-
/**
|
|
29
|
-
* Update a Lockbox
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* ```ts
|
|
33
|
-
* const lockbox = await client.lockboxes.update(
|
|
34
|
-
* 'lockbox_3xt21ok13q19advds4t5',
|
|
35
|
-
* );
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
update(lockboxID: string, body: LockboxUpdateParams, options?: RequestOptions): APIPromise<Lockbox>;
|
|
39
|
-
/**
|
|
40
|
-
* List Lockboxes
|
|
41
|
-
*
|
|
42
|
-
* @example
|
|
43
|
-
* ```ts
|
|
44
|
-
* // Automatically fetches more pages as needed.
|
|
45
|
-
* for await (const lockbox of client.lockboxes.list()) {
|
|
46
|
-
* // ...
|
|
47
|
-
* }
|
|
48
|
-
* ```
|
|
49
|
-
*/
|
|
50
|
-
list(query?: LockboxListParams | null | undefined, options?: RequestOptions): PagePromise<LockboxesPage, Lockbox>;
|
|
51
|
-
}
|
|
52
|
-
export type LockboxesPage = Page<Lockbox>;
|
|
53
|
-
/**
|
|
54
|
-
* Lockboxes are physical locations that can receive mail containing paper checks.
|
|
55
|
-
* Increase will automatically create a Check Deposit for checks received this way.
|
|
56
|
-
*/
|
|
57
|
-
export interface Lockbox {
|
|
58
|
-
/**
|
|
59
|
-
* The Lockbox identifier.
|
|
60
|
-
*/
|
|
61
|
-
id: string;
|
|
62
|
-
/**
|
|
63
|
-
* The identifier for the Account checks sent to this lockbox will be deposited
|
|
64
|
-
* into.
|
|
65
|
-
*/
|
|
66
|
-
account_id: string;
|
|
67
|
-
/**
|
|
68
|
-
* The mailing address for the Lockbox.
|
|
69
|
-
*/
|
|
70
|
-
address: Lockbox.Address;
|
|
71
|
-
/**
|
|
72
|
-
* Indicates if checks mailed to this lockbox will be deposited.
|
|
73
|
-
*
|
|
74
|
-
* - `enabled` - Checks mailed to this Lockbox will be deposited.
|
|
75
|
-
* - `disabled` - Checks mailed to this Lockbox will not be deposited.
|
|
76
|
-
* - `pend_for_processing` - Checks mailed to this Lockbox will be pending until
|
|
77
|
-
* actioned.
|
|
78
|
-
*/
|
|
79
|
-
check_deposit_behavior: 'enabled' | 'disabled' | 'pend_for_processing';
|
|
80
|
-
/**
|
|
81
|
-
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox
|
|
82
|
-
* was created.
|
|
83
|
-
*/
|
|
84
|
-
created_at: string;
|
|
85
|
-
/**
|
|
86
|
-
* The description you choose for the Lockbox.
|
|
87
|
-
*/
|
|
88
|
-
description: string | null;
|
|
89
|
-
/**
|
|
90
|
-
* The idempotency key you chose for this object. This value is unique across
|
|
91
|
-
* Increase and is used to ensure that a request is only processed once. Learn more
|
|
92
|
-
* about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
93
|
-
*/
|
|
94
|
-
idempotency_key: string | null;
|
|
95
|
-
/**
|
|
96
|
-
* The recipient name you choose for the Lockbox.
|
|
97
|
-
*/
|
|
98
|
-
recipient_name: string | null;
|
|
99
|
-
/**
|
|
100
|
-
* A constant representing the object's type. For this resource it will always be
|
|
101
|
-
* `lockbox`.
|
|
102
|
-
*/
|
|
103
|
-
type: 'lockbox';
|
|
104
|
-
[k: string]: unknown;
|
|
105
|
-
}
|
|
106
|
-
export declare namespace Lockbox {
|
|
107
|
-
/**
|
|
108
|
-
* The mailing address for the Lockbox.
|
|
109
|
-
*/
|
|
110
|
-
interface Address {
|
|
111
|
-
/**
|
|
112
|
-
* The city of the address.
|
|
113
|
-
*/
|
|
114
|
-
city: string;
|
|
115
|
-
/**
|
|
116
|
-
* The first line of the address.
|
|
117
|
-
*/
|
|
118
|
-
line1: string;
|
|
119
|
-
/**
|
|
120
|
-
* The second line of the address.
|
|
121
|
-
*/
|
|
122
|
-
line2: string;
|
|
123
|
-
/**
|
|
124
|
-
* The postal code of the address.
|
|
125
|
-
*/
|
|
126
|
-
postal_code: string;
|
|
127
|
-
/**
|
|
128
|
-
* The recipient line of the address. This will include the recipient name you
|
|
129
|
-
* provide when creating the address, as well as an ATTN suffix to help route the
|
|
130
|
-
* mail to your lockbox. Mail senders must include this ATTN line to receive mail
|
|
131
|
-
* at this Lockbox.
|
|
132
|
-
*/
|
|
133
|
-
recipient: string | null;
|
|
134
|
-
/**
|
|
135
|
-
* The two-letter United States Postal Service (USPS) abbreviation for the state of
|
|
136
|
-
* the address.
|
|
137
|
-
*/
|
|
138
|
-
state: string;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
export interface LockboxCreateParams {
|
|
142
|
-
/**
|
|
143
|
-
* The Account checks sent to this Lockbox should be deposited into.
|
|
144
|
-
*/
|
|
145
|
-
account_id: string;
|
|
146
|
-
/**
|
|
147
|
-
* The description you choose for the Lockbox, for display purposes.
|
|
148
|
-
*/
|
|
149
|
-
description?: string;
|
|
150
|
-
/**
|
|
151
|
-
* The name of the recipient that will receive mail at this location.
|
|
152
|
-
*/
|
|
153
|
-
recipient_name?: string;
|
|
154
|
-
[k: string]: unknown;
|
|
155
|
-
}
|
|
156
|
-
export interface LockboxUpdateParams {
|
|
157
|
-
/**
|
|
158
|
-
* This indicates if checks mailed to this lockbox will be deposited.
|
|
159
|
-
*
|
|
160
|
-
* - `enabled` - Checks mailed to this Lockbox will be deposited.
|
|
161
|
-
* - `disabled` - Checks mailed to this Lockbox will not be deposited.
|
|
162
|
-
* - `pend_for_processing` - Checks mailed to this Lockbox will be pending until
|
|
163
|
-
* actioned.
|
|
164
|
-
*/
|
|
165
|
-
check_deposit_behavior?: 'enabled' | 'disabled' | 'pend_for_processing';
|
|
166
|
-
/**
|
|
167
|
-
* The description you choose for the Lockbox.
|
|
168
|
-
*/
|
|
169
|
-
description?: string;
|
|
170
|
-
/**
|
|
171
|
-
* The recipient name you choose for the Lockbox.
|
|
172
|
-
*/
|
|
173
|
-
recipient_name?: string;
|
|
174
|
-
[k: string]: unknown;
|
|
175
|
-
}
|
|
176
|
-
export interface LockboxListParams extends PageParams {
|
|
177
|
-
/**
|
|
178
|
-
* Filter Lockboxes to those associated with the provided Account.
|
|
179
|
-
*/
|
|
180
|
-
account_id?: string;
|
|
181
|
-
created_at?: LockboxListParams.CreatedAt;
|
|
182
|
-
/**
|
|
183
|
-
* Filter records to the one with the specified `idempotency_key` you chose for
|
|
184
|
-
* that object. This value is unique across Increase and is used to ensure that a
|
|
185
|
-
* request is only processed once. Learn more about
|
|
186
|
-
* [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
187
|
-
*/
|
|
188
|
-
idempotency_key?: string;
|
|
189
|
-
}
|
|
190
|
-
export declare namespace LockboxListParams {
|
|
191
|
-
interface CreatedAt {
|
|
192
|
-
/**
|
|
193
|
-
* Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
194
|
-
* timestamp.
|
|
195
|
-
*/
|
|
196
|
-
after?: string;
|
|
197
|
-
/**
|
|
198
|
-
* Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
199
|
-
* timestamp.
|
|
200
|
-
*/
|
|
201
|
-
before?: string;
|
|
202
|
-
/**
|
|
203
|
-
* Return results on or after this
|
|
204
|
-
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
205
|
-
*/
|
|
206
|
-
on_or_after?: string;
|
|
207
|
-
/**
|
|
208
|
-
* Return results on or before this
|
|
209
|
-
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
210
|
-
*/
|
|
211
|
-
on_or_before?: string;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
export declare namespace Lockboxes {
|
|
215
|
-
export { type Lockbox as Lockbox, type LockboxesPage as LockboxesPage, type LockboxCreateParams as LockboxCreateParams, type LockboxUpdateParams as LockboxUpdateParams, type LockboxListParams as LockboxListParams, };
|
|
216
|
-
}
|
|
217
|
-
//# sourceMappingURL=lockboxes.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lockboxes.d.mts","sourceRoot":"","sources":["../src/resources/lockboxes.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE;OACtC,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIhF;;;;;;;;;OASG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAI1E;;;;;;;;;OASG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAInG;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,iBAAiB,GAAG,IAAI,GAAG,SAAc,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,aAAa,EAAE,OAAO,CAAC;CAGvC;AAED,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;AAE1C;;;GAGG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC;IAEzB;;;;;;;OAOG;IACH,sBAAsB,EAAE,SAAS,GAAG,UAAU,GAAG,qBAAqB,CAAC;IAEvE;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,yBAAiB,OAAO,CAAC;IACvB;;OAEG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;;;WAKG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB;;;WAGG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,mBAAmB;IAClC;;;;;;;OAOG;IACH,sBAAsB,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,qBAAqB,CAAC;IAExE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,iBAAkB,SAAQ,UAAU;IACnD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,UAAU,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,yBAAiB,iBAAiB,CAAC;IACjC,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;CACH"}
|