postgrid-node 0.1.0-alpha.3 → 0.1.0-alpha.4
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 +47 -0
- package/README.md +25 -39
- package/core.d.ts +7 -4
- package/core.d.ts.map +1 -1
- package/core.js +16 -9
- package/core.js.map +1 -1
- package/core.mjs +16 -9
- package/core.mjs.map +1 -1
- package/index.d.mts +21 -8
- package/index.d.ts +21 -8
- package/index.d.ts.map +1 -1
- package/index.js +28 -5
- package/index.js.map +1 -1
- package/index.mjs +28 -5
- package/index.mjs.map +1 -1
- package/internal/qs/formats.d.ts +6 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +11 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +8 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +280 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +276 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.ts +14 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +229 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/package.json +1 -1
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.js +2 -1
- package/pagination.js.map +1 -1
- package/pagination.mjs +2 -1
- package/pagination.mjs.map +1 -1
- package/resource.d.ts +1 -1
- package/resource.d.ts.map +1 -1
- package/resource.js.map +1 -1
- package/resource.mjs.map +1 -1
- package/resources/bank-accounts.d.ts +61 -4
- package/resources/bank-accounts.d.ts.map +1 -1
- package/resources/bank-accounts.js +25 -0
- package/resources/bank-accounts.js.map +1 -1
- package/resources/bank-accounts.mjs +25 -0
- package/resources/bank-accounts.mjs.map +1 -1
- package/resources/boxes.d.ts +80 -15
- package/resources/boxes.d.ts.map +1 -1
- package/resources/boxes.js +27 -0
- package/resources/boxes.js.map +1 -1
- package/resources/boxes.mjs +27 -0
- package/resources/boxes.mjs.map +1 -1
- package/resources/campaigns.d.ts +21 -7
- package/resources/campaigns.d.ts.map +1 -1
- package/resources/cheques/cheques.d.ts +43 -4
- package/resources/cheques/cheques.d.ts.map +1 -1
- package/resources/cheques/cheques.js +23 -0
- package/resources/cheques/cheques.js.map +1 -1
- package/resources/cheques/cheques.mjs +23 -0
- package/resources/cheques/cheques.mjs.map +1 -1
- package/resources/cheques/url.d.ts +5 -0
- package/resources/cheques/url.d.ts.map +1 -1
- package/resources/cheques/url.js +5 -0
- package/resources/cheques/url.js.map +1 -1
- package/resources/cheques/url.mjs +5 -0
- package/resources/cheques/url.mjs.map +1 -1
- package/resources/cheques/with-deposit-ready-pdf.d.ts +6 -0
- package/resources/cheques/with-deposit-ready-pdf.d.ts.map +1 -1
- package/resources/cheques/with-deposit-ready-pdf.js +6 -0
- package/resources/cheques/with-deposit-ready-pdf.js.map +1 -1
- package/resources/cheques/with-deposit-ready-pdf.mjs +6 -0
- package/resources/cheques/with-deposit-ready-pdf.mjs.map +1 -1
- package/resources/contacts.d.ts +37 -3
- package/resources/contacts.d.ts.map +1 -1
- package/resources/contacts.js +20 -0
- package/resources/contacts.js.map +1 -1
- package/resources/contacts.mjs +20 -0
- package/resources/contacts.mjs.map +1 -1
- package/resources/index.d.ts +5 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +12 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +4 -0
- package/resources/index.mjs.map +1 -1
- package/resources/letters.d.ts +50 -6
- package/resources/letters.d.ts.map +1 -1
- package/resources/letters.js +24 -0
- package/resources/letters.js.map +1 -1
- package/resources/letters.mjs +24 -0
- package/resources/letters.mjs.map +1 -1
- package/resources/mailing-list-imports.d.ts +919 -0
- package/resources/mailing-list-imports.d.ts.map +1 -0
- package/resources/mailing-list-imports.js +95 -0
- package/resources/mailing-list-imports.js.map +1 -0
- package/resources/mailing-list-imports.mjs +90 -0
- package/resources/mailing-list-imports.mjs.map +1 -0
- package/resources/mailing-lists.d.ts +398 -0
- package/resources/mailing-lists.d.ts.map +1 -0
- package/resources/mailing-lists.js +101 -0
- package/resources/mailing-lists.js.map +1 -0
- package/resources/mailing-lists.mjs +96 -0
- package/resources/mailing-lists.mjs.map +1 -0
- package/resources/order-profiles/cheques.d.ts +588 -0
- package/resources/order-profiles/cheques.d.ts.map +1 -0
- package/resources/order-profiles/cheques.js +74 -0
- package/resources/order-profiles/cheques.js.map +1 -0
- package/resources/order-profiles/cheques.mjs +69 -0
- package/resources/order-profiles/cheques.mjs.map +1 -0
- package/resources/order-profiles/index.d.ts +6 -0
- package/resources/order-profiles/index.d.ts.map +1 -0
- package/resources/order-profiles/index.js +19 -0
- package/resources/order-profiles/index.js.map +1 -0
- package/resources/order-profiles/index.mjs +7 -0
- package/resources/order-profiles/index.mjs.map +1 -0
- package/resources/order-profiles/letters.d.ts +647 -0
- package/resources/order-profiles/letters.d.ts.map +1 -0
- package/resources/order-profiles/letters.js +80 -0
- package/resources/order-profiles/letters.js.map +1 -0
- package/resources/order-profiles/letters.mjs +75 -0
- package/resources/order-profiles/letters.mjs.map +1 -0
- package/resources/order-profiles/order-profiles.d.ts +22 -0
- package/resources/order-profiles/order-profiles.d.ts.map +1 -0
- package/resources/order-profiles/order-profiles.js +55 -0
- package/resources/order-profiles/order-profiles.js.map +1 -0
- package/resources/order-profiles/order-profiles.mjs +28 -0
- package/resources/order-profiles/order-profiles.mjs.map +1 -0
- package/resources/order-profiles/postcards.d.ts +423 -0
- package/resources/order-profiles/postcards.d.ts.map +1 -0
- package/resources/order-profiles/postcards.js +73 -0
- package/resources/order-profiles/postcards.js.map +1 -0
- package/resources/order-profiles/postcards.mjs +68 -0
- package/resources/order-profiles/postcards.mjs.map +1 -0
- package/resources/order-profiles/self-mailers.d.ts +435 -0
- package/resources/order-profiles/self-mailers.d.ts.map +1 -0
- package/resources/order-profiles/self-mailers.js +75 -0
- package/resources/order-profiles/self-mailers.js.map +1 -0
- package/resources/order-profiles/self-mailers.mjs +70 -0
- package/resources/order-profiles/self-mailers.mjs.map +1 -0
- package/resources/order-profiles.d.ts +2 -0
- package/resources/order-profiles.d.ts.map +1 -0
- package/resources/order-profiles.js +19 -0
- package/resources/order-profiles.js.map +1 -0
- package/resources/order-profiles.mjs +3 -0
- package/resources/order-profiles.mjs.map +1 -0
- package/resources/postcards.d.ts +58 -8
- package/resources/postcards.d.ts.map +1 -1
- package/resources/postcards.js +26 -0
- package/resources/postcards.js.map +1 -1
- package/resources/postcards.mjs +26 -0
- package/resources/postcards.mjs.map +1 -1
- package/resources/reports/exports.d.ts +36 -3
- package/resources/reports/exports.d.ts.map +1 -1
- package/resources/reports/exports.js +27 -0
- package/resources/reports/exports.js.map +1 -1
- package/resources/reports/exports.mjs +27 -0
- package/resources/reports/exports.mjs.map +1 -1
- package/resources/reports/reports.d.ts +76 -8
- package/resources/reports/reports.d.ts.map +1 -1
- package/resources/reports/reports.js +44 -0
- package/resources/reports/reports.js.map +1 -1
- package/resources/reports/reports.mjs +44 -0
- package/resources/reports/reports.mjs.map +1 -1
- package/resources/self-mailers.d.ts +99 -15
- package/resources/self-mailers.d.ts.map +1 -1
- package/resources/self-mailers.js +38 -0
- package/resources/self-mailers.js.map +1 -1
- package/resources/self-mailers.mjs +38 -0
- package/resources/self-mailers.mjs.map +1 -1
- package/resources/shared.d.ts +6 -2
- package/resources/shared.d.ts.map +1 -1
- package/resources/sub-organizations.d.ts +394 -0
- package/resources/sub-organizations.d.ts.map +1 -0
- package/resources/sub-organizations.js +63 -0
- package/resources/sub-organizations.js.map +1 -0
- package/resources/sub-organizations.mjs +58 -0
- package/resources/sub-organizations.mjs.map +1 -0
- package/resources/templates.d.ts +43 -3
- package/resources/templates.d.ts.map +1 -1
- package/resources/templates.js +26 -0
- package/resources/templates.js.map +1 -1
- package/resources/templates.mjs +26 -0
- package/resources/templates.mjs.map +1 -1
- package/src/core.ts +17 -8
- package/src/index.ts +112 -11
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +9 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +388 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/pagination.ts +6 -1
- package/src/resource.ts +1 -1
- package/src/resources/bank-accounts.ts +57 -4
- package/src/resources/boxes.ts +50 -15
- package/src/resources/campaigns.ts +7 -7
- package/src/resources/cheques/cheques.ts +35 -4
- package/src/resources/cheques/url.ts +5 -0
- package/src/resources/cheques/with-deposit-ready-pdf.ts +6 -0
- package/src/resources/contacts.ts +31 -3
- package/src/resources/index.ts +39 -0
- package/src/resources/letters.ts +38 -6
- package/src/resources/mailing-list-imports.ts +1076 -0
- package/src/resources/mailing-lists.ts +511 -0
- package/src/resources/order-profiles/cheques.ts +888 -0
- package/src/resources/order-profiles/index.ts +55 -0
- package/src/resources/order-profiles/letters.ts +956 -0
- package/src/resources/order-profiles/order-profiles.ts +133 -0
- package/src/resources/order-profiles/postcards.ts +694 -0
- package/src/resources/order-profiles/self-mailers.ts +707 -0
- package/src/resources/order-profiles.ts +3 -0
- package/src/resources/postcards.ts +42 -8
- package/src/resources/reports/exports.ts +30 -3
- package/src/resources/reports/reports.ts +60 -8
- package/src/resources/self-mailers.ts +80 -14
- package/src/resources/shared.ts +2 -2
- package/src/resources/sub-organizations.ts +518 -0
- package/src/resources/templates.ts +37 -3
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
3
|
+
import { List, type ListParams } from "../../pagination.js";
|
|
4
|
+
export declare class SelfMailers extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Creates a new Self-Mailer Profile. Provide either `insideTemplate` and
|
|
7
|
+
* `outsideTemplate` IDs, or upload a 2-page `pdf`. If providing a `pdf`, the
|
|
8
|
+
* request `Content-Type` must be `multipart/form-data`.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const selfMailer =
|
|
13
|
+
* await client.orderProfiles.selfMailers.create({
|
|
14
|
+
* size: '8.5x11_bifold',
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
create(params: SelfMailerCreateParams, options?: Core.RequestOptions): Core.APIPromise<SelfMailerCreateResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves the details of a specific Self-Mailer Profile.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```ts
|
|
24
|
+
* const selfMailer =
|
|
25
|
+
* await client.orderProfiles.selfMailers.retrieve('id');
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
retrieve(id: string, query?: SelfMailerRetrieveParams, options?: Core.RequestOptions): Core.APIPromise<SelfMailerRetrieveResponse>;
|
|
29
|
+
retrieve(id: string, options?: Core.RequestOptions): Core.APIPromise<SelfMailerRetrieveResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Updates specific fields of an existing Self-Mailer Profile. If providing a
|
|
32
|
+
* `pdf`, the request `Content-Type` must be `multipart/form-data`.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```ts
|
|
36
|
+
* const selfMailer =
|
|
37
|
+
* await client.orderProfiles.selfMailers.update('id', {
|
|
38
|
+
* size: '8.5x11_bifold',
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
update(id: string, params: SelfMailerUpdateParams, options?: Core.RequestOptions): Core.APIPromise<SelfMailerUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Retrieves a list of Self-Mailer Profiles.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* ```ts
|
|
48
|
+
* // Automatically fetches more pages as needed.
|
|
49
|
+
* for await (const selfMailerListResponse of client.orderProfiles.selfMailers.list()) {
|
|
50
|
+
* // ...
|
|
51
|
+
* }
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
list(query?: SelfMailerListParams, options?: Core.RequestOptions): Core.PagePromise<SelfMailerListResponsesList, SelfMailerListResponse>;
|
|
55
|
+
list(options?: Core.RequestOptions): Core.PagePromise<SelfMailerListResponsesList, SelfMailerListResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Deletes a Self-Mailer Profile.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* ```ts
|
|
61
|
+
* const selfMailer =
|
|
62
|
+
* await client.orderProfiles.selfMailers.delete('id');
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
delete(id: string, options?: Core.RequestOptions): Core.APIPromise<SelfMailerDeleteResponse>;
|
|
66
|
+
}
|
|
67
|
+
export declare class SelfMailerListResponsesList extends List<SelfMailerListResponse> {
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Represents a Self-Mailer Profile resource.
|
|
71
|
+
*/
|
|
72
|
+
export interface SelfMailerCreateResponse {
|
|
73
|
+
/**
|
|
74
|
+
* Unique identifier for the order profile.
|
|
75
|
+
*/
|
|
76
|
+
id: string;
|
|
77
|
+
/**
|
|
78
|
+
* Timestamp when the profile was created.
|
|
79
|
+
*/
|
|
80
|
+
createdAt: string;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates if the profile is associated with the live or test environment.
|
|
83
|
+
*/
|
|
84
|
+
live: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Always `self_mailer_profile`.
|
|
87
|
+
*/
|
|
88
|
+
object: 'self_mailer_profile';
|
|
89
|
+
/**
|
|
90
|
+
* Enum representing the supported self-mailer sizes.
|
|
91
|
+
*/
|
|
92
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
93
|
+
/**
|
|
94
|
+
* Timestamp when the profile was last updated.
|
|
95
|
+
*/
|
|
96
|
+
updatedAt: string;
|
|
97
|
+
/**
|
|
98
|
+
* An optional description for the profile. Set to `null` to remove during update.
|
|
99
|
+
*/
|
|
100
|
+
description?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
* ID of the template for the inside. Required unless `pdf` is provided.
|
|
103
|
+
*/
|
|
104
|
+
insideTemplate?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Mailing class (cannot include extra services for self-mailers).
|
|
107
|
+
*/
|
|
108
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
109
|
+
/**
|
|
110
|
+
* Default merge variables for orders created using this profile.
|
|
111
|
+
*/
|
|
112
|
+
mergeVariables?: {
|
|
113
|
+
[key: string]: unknown;
|
|
114
|
+
} | null;
|
|
115
|
+
/**
|
|
116
|
+
* Optional key-value metadata.
|
|
117
|
+
*/
|
|
118
|
+
metadata?: {
|
|
119
|
+
[key: string]: string;
|
|
120
|
+
} | null;
|
|
121
|
+
/**
|
|
122
|
+
* ID of the template for the outside. Required unless `pdf` is provided.
|
|
123
|
+
*/
|
|
124
|
+
outsideTemplate?: string;
|
|
125
|
+
/**
|
|
126
|
+
* A temporary, signed URL to view the uploaded PDF, if any.
|
|
127
|
+
*/
|
|
128
|
+
uploadedPDF?: string;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Represents a Self-Mailer Profile resource.
|
|
132
|
+
*/
|
|
133
|
+
export interface SelfMailerRetrieveResponse {
|
|
134
|
+
/**
|
|
135
|
+
* Unique identifier for the order profile.
|
|
136
|
+
*/
|
|
137
|
+
id: string;
|
|
138
|
+
/**
|
|
139
|
+
* Timestamp when the profile was created.
|
|
140
|
+
*/
|
|
141
|
+
createdAt: string;
|
|
142
|
+
/**
|
|
143
|
+
* Indicates if the profile is associated with the live or test environment.
|
|
144
|
+
*/
|
|
145
|
+
live: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* Always `self_mailer_profile`.
|
|
148
|
+
*/
|
|
149
|
+
object: 'self_mailer_profile';
|
|
150
|
+
/**
|
|
151
|
+
* Enum representing the supported self-mailer sizes.
|
|
152
|
+
*/
|
|
153
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
154
|
+
/**
|
|
155
|
+
* Timestamp when the profile was last updated.
|
|
156
|
+
*/
|
|
157
|
+
updatedAt: string;
|
|
158
|
+
/**
|
|
159
|
+
* An optional description for the profile. Set to `null` to remove during update.
|
|
160
|
+
*/
|
|
161
|
+
description?: string | null;
|
|
162
|
+
/**
|
|
163
|
+
* ID of the template for the inside. Required unless `pdf` is provided.
|
|
164
|
+
*/
|
|
165
|
+
insideTemplate?: string;
|
|
166
|
+
/**
|
|
167
|
+
* Mailing class (cannot include extra services for self-mailers).
|
|
168
|
+
*/
|
|
169
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
170
|
+
/**
|
|
171
|
+
* Default merge variables for orders created using this profile.
|
|
172
|
+
*/
|
|
173
|
+
mergeVariables?: {
|
|
174
|
+
[key: string]: unknown;
|
|
175
|
+
} | null;
|
|
176
|
+
/**
|
|
177
|
+
* Optional key-value metadata.
|
|
178
|
+
*/
|
|
179
|
+
metadata?: {
|
|
180
|
+
[key: string]: string;
|
|
181
|
+
} | null;
|
|
182
|
+
/**
|
|
183
|
+
* ID of the template for the outside. Required unless `pdf` is provided.
|
|
184
|
+
*/
|
|
185
|
+
outsideTemplate?: string;
|
|
186
|
+
/**
|
|
187
|
+
* A temporary, signed URL to view the uploaded PDF, if any.
|
|
188
|
+
*/
|
|
189
|
+
uploadedPDF?: string;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Represents a Self-Mailer Profile resource.
|
|
193
|
+
*/
|
|
194
|
+
export interface SelfMailerUpdateResponse {
|
|
195
|
+
/**
|
|
196
|
+
* Unique identifier for the order profile.
|
|
197
|
+
*/
|
|
198
|
+
id: string;
|
|
199
|
+
/**
|
|
200
|
+
* Timestamp when the profile was created.
|
|
201
|
+
*/
|
|
202
|
+
createdAt: string;
|
|
203
|
+
/**
|
|
204
|
+
* Indicates if the profile is associated with the live or test environment.
|
|
205
|
+
*/
|
|
206
|
+
live: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* Always `self_mailer_profile`.
|
|
209
|
+
*/
|
|
210
|
+
object: 'self_mailer_profile';
|
|
211
|
+
/**
|
|
212
|
+
* Enum representing the supported self-mailer sizes.
|
|
213
|
+
*/
|
|
214
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
215
|
+
/**
|
|
216
|
+
* Timestamp when the profile was last updated.
|
|
217
|
+
*/
|
|
218
|
+
updatedAt: string;
|
|
219
|
+
/**
|
|
220
|
+
* An optional description for the profile. Set to `null` to remove during update.
|
|
221
|
+
*/
|
|
222
|
+
description?: string | null;
|
|
223
|
+
/**
|
|
224
|
+
* ID of the template for the inside. Required unless `pdf` is provided.
|
|
225
|
+
*/
|
|
226
|
+
insideTemplate?: string;
|
|
227
|
+
/**
|
|
228
|
+
* Mailing class (cannot include extra services for self-mailers).
|
|
229
|
+
*/
|
|
230
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
231
|
+
/**
|
|
232
|
+
* Default merge variables for orders created using this profile.
|
|
233
|
+
*/
|
|
234
|
+
mergeVariables?: {
|
|
235
|
+
[key: string]: unknown;
|
|
236
|
+
} | null;
|
|
237
|
+
/**
|
|
238
|
+
* Optional key-value metadata.
|
|
239
|
+
*/
|
|
240
|
+
metadata?: {
|
|
241
|
+
[key: string]: string;
|
|
242
|
+
} | null;
|
|
243
|
+
/**
|
|
244
|
+
* ID of the template for the outside. Required unless `pdf` is provided.
|
|
245
|
+
*/
|
|
246
|
+
outsideTemplate?: string;
|
|
247
|
+
/**
|
|
248
|
+
* A temporary, signed URL to view the uploaded PDF, if any.
|
|
249
|
+
*/
|
|
250
|
+
uploadedPDF?: string;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Represents a Self-Mailer Profile resource.
|
|
254
|
+
*/
|
|
255
|
+
export interface SelfMailerListResponse {
|
|
256
|
+
/**
|
|
257
|
+
* Unique identifier for the order profile.
|
|
258
|
+
*/
|
|
259
|
+
id: string;
|
|
260
|
+
/**
|
|
261
|
+
* Timestamp when the profile was created.
|
|
262
|
+
*/
|
|
263
|
+
createdAt: string;
|
|
264
|
+
/**
|
|
265
|
+
* Indicates if the profile is associated with the live or test environment.
|
|
266
|
+
*/
|
|
267
|
+
live: boolean;
|
|
268
|
+
/**
|
|
269
|
+
* Always `self_mailer_profile`.
|
|
270
|
+
*/
|
|
271
|
+
object: 'self_mailer_profile';
|
|
272
|
+
/**
|
|
273
|
+
* Enum representing the supported self-mailer sizes.
|
|
274
|
+
*/
|
|
275
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
276
|
+
/**
|
|
277
|
+
* Timestamp when the profile was last updated.
|
|
278
|
+
*/
|
|
279
|
+
updatedAt: string;
|
|
280
|
+
/**
|
|
281
|
+
* An optional description for the profile. Set to `null` to remove during update.
|
|
282
|
+
*/
|
|
283
|
+
description?: string | null;
|
|
284
|
+
/**
|
|
285
|
+
* ID of the template for the inside. Required unless `pdf` is provided.
|
|
286
|
+
*/
|
|
287
|
+
insideTemplate?: string;
|
|
288
|
+
/**
|
|
289
|
+
* Mailing class (cannot include extra services for self-mailers).
|
|
290
|
+
*/
|
|
291
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
292
|
+
/**
|
|
293
|
+
* Default merge variables for orders created using this profile.
|
|
294
|
+
*/
|
|
295
|
+
mergeVariables?: {
|
|
296
|
+
[key: string]: unknown;
|
|
297
|
+
} | null;
|
|
298
|
+
/**
|
|
299
|
+
* Optional key-value metadata.
|
|
300
|
+
*/
|
|
301
|
+
metadata?: {
|
|
302
|
+
[key: string]: string;
|
|
303
|
+
} | null;
|
|
304
|
+
/**
|
|
305
|
+
* ID of the template for the outside. Required unless `pdf` is provided.
|
|
306
|
+
*/
|
|
307
|
+
outsideTemplate?: string;
|
|
308
|
+
/**
|
|
309
|
+
* A temporary, signed URL to view the uploaded PDF, if any.
|
|
310
|
+
*/
|
|
311
|
+
uploadedPDF?: string;
|
|
312
|
+
}
|
|
313
|
+
export interface SelfMailerDeleteResponse {
|
|
314
|
+
/**
|
|
315
|
+
* Unique identifier for the order profile.
|
|
316
|
+
*/
|
|
317
|
+
id: string;
|
|
318
|
+
deleted: true;
|
|
319
|
+
/**
|
|
320
|
+
* Always `self_mailer_profile`.
|
|
321
|
+
*/
|
|
322
|
+
object: 'self_mailer_profile';
|
|
323
|
+
}
|
|
324
|
+
export interface SelfMailerCreateParams {
|
|
325
|
+
/**
|
|
326
|
+
* Body param: Enum representing the supported self-mailer sizes.
|
|
327
|
+
*/
|
|
328
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
329
|
+
/**
|
|
330
|
+
* Query param: Optional list of related resources to expand in the response.
|
|
331
|
+
*/
|
|
332
|
+
expand?: Array<string>;
|
|
333
|
+
/**
|
|
334
|
+
* Body param: An optional description for the profile. Set to `null` to remove
|
|
335
|
+
* during update.
|
|
336
|
+
*/
|
|
337
|
+
description?: string | null;
|
|
338
|
+
/**
|
|
339
|
+
* Body param: ID of the template for the inside. Required unless `pdf` is
|
|
340
|
+
* provided.
|
|
341
|
+
*/
|
|
342
|
+
insideTemplate?: string;
|
|
343
|
+
/**
|
|
344
|
+
* Body param: Mailing class (cannot include extra services for self-mailers).
|
|
345
|
+
*/
|
|
346
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
347
|
+
/**
|
|
348
|
+
* Body param: Default merge variables for orders created using this profile.
|
|
349
|
+
*/
|
|
350
|
+
mergeVariables?: {
|
|
351
|
+
[key: string]: unknown;
|
|
352
|
+
} | null;
|
|
353
|
+
/**
|
|
354
|
+
* Body param: Optional key-value metadata.
|
|
355
|
+
*/
|
|
356
|
+
metadata?: {
|
|
357
|
+
[key: string]: string;
|
|
358
|
+
} | null;
|
|
359
|
+
/**
|
|
360
|
+
* Body param: ID of the template for the outside. Required unless `pdf` is
|
|
361
|
+
* provided.
|
|
362
|
+
*/
|
|
363
|
+
outsideTemplate?: string;
|
|
364
|
+
/**
|
|
365
|
+
* Body param: A 2-page PDF file containing the self-mailer content (inside and
|
|
366
|
+
* outside). Cannot be used with `insideTemplate`/`outsideTemplate`.
|
|
367
|
+
*/
|
|
368
|
+
pdf?: string;
|
|
369
|
+
}
|
|
370
|
+
export interface SelfMailerRetrieveParams {
|
|
371
|
+
/**
|
|
372
|
+
* Optional list of related resources to expand in the response.
|
|
373
|
+
*/
|
|
374
|
+
expand?: Array<string>;
|
|
375
|
+
}
|
|
376
|
+
export interface SelfMailerUpdateParams {
|
|
377
|
+
/**
|
|
378
|
+
* Body param: Enum representing the supported self-mailer sizes.
|
|
379
|
+
*/
|
|
380
|
+
size: '8.5x11_bifold' | '8.5x11_trifold' | '9.5x16_trifold';
|
|
381
|
+
/**
|
|
382
|
+
* Query param: Optional list of related resources to expand in the response.
|
|
383
|
+
*/
|
|
384
|
+
expand?: Array<string>;
|
|
385
|
+
/**
|
|
386
|
+
* Body param: An optional description for the profile. Set to `null` to remove
|
|
387
|
+
* during update.
|
|
388
|
+
*/
|
|
389
|
+
description?: string | null;
|
|
390
|
+
/**
|
|
391
|
+
* Body param: ID of the template for the inside. Required unless `pdf` is
|
|
392
|
+
* provided.
|
|
393
|
+
*/
|
|
394
|
+
insideTemplate?: string;
|
|
395
|
+
/**
|
|
396
|
+
* Body param: Mailing class (cannot include extra services for self-mailers).
|
|
397
|
+
*/
|
|
398
|
+
mailingClass?: 'first_class' | 'standard_class' | 'express' | 'certified' | 'certified_return_receipt' | 'registered' | 'usps_first_class' | 'usps_standard_class' | 'usps_eddm' | 'usps_express_2_day' | 'usps_express_3_day' | 'usps_first_class_certified' | 'usps_first_class_certified_return_receipt' | 'usps_first_class_registered' | 'usps_express_3_day_signature_confirmation' | 'usps_express_3_day_certified' | 'usps_express_3_day_certified_return_receipt' | 'ca_post_lettermail' | 'ca_post_personalized' | 'ca_post_neighbourhood_mail' | 'ups_express_overnight' | 'ups_express_2_day' | 'ups_express_3_day' | 'royal_mail_first_class' | 'royal_mail_second_class' | 'au_post_second_class';
|
|
399
|
+
/**
|
|
400
|
+
* Body param: Default merge variables for orders created using this profile.
|
|
401
|
+
*/
|
|
402
|
+
mergeVariables?: {
|
|
403
|
+
[key: string]: unknown;
|
|
404
|
+
} | null;
|
|
405
|
+
/**
|
|
406
|
+
* Body param: Optional key-value metadata.
|
|
407
|
+
*/
|
|
408
|
+
metadata?: {
|
|
409
|
+
[key: string]: string;
|
|
410
|
+
} | null;
|
|
411
|
+
/**
|
|
412
|
+
* Body param: ID of the template for the outside. Required unless `pdf` is
|
|
413
|
+
* provided.
|
|
414
|
+
*/
|
|
415
|
+
outsideTemplate?: string;
|
|
416
|
+
/**
|
|
417
|
+
* Body param: A 2-page PDF file containing the self-mailer content (inside and
|
|
418
|
+
* outside). Cannot be used with `insideTemplate`/`outsideTemplate`.
|
|
419
|
+
*/
|
|
420
|
+
pdf?: string;
|
|
421
|
+
}
|
|
422
|
+
export interface SelfMailerListParams extends ListParams {
|
|
423
|
+
/**
|
|
424
|
+
* You can supply any string to help narrow down the list of resources. For
|
|
425
|
+
* example, if you pass `"New York"` (quoted), it will return resources that have
|
|
426
|
+
* that string present somewhere in their response. Alternatively, you can supply a
|
|
427
|
+
* structured search query. See the documentation on `StructuredSearchQuery` for
|
|
428
|
+
* more details.
|
|
429
|
+
*/
|
|
430
|
+
search?: string;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace SelfMailers {
|
|
433
|
+
export { type SelfMailerCreateResponse as SelfMailerCreateResponse, type SelfMailerRetrieveResponse as SelfMailerRetrieveResponse, type SelfMailerUpdateResponse as SelfMailerUpdateResponse, type SelfMailerListResponse as SelfMailerListResponse, type SelfMailerDeleteResponse as SelfMailerDeleteResponse, SelfMailerListResponsesList as SelfMailerListResponsesList, type SelfMailerCreateParams as SelfMailerCreateParams, type SelfMailerRetrieveParams as SelfMailerRetrieveParams, type SelfMailerUpdateParams as SelfMailerUpdateParams, type SelfMailerListParams as SelfMailerListParams, };
|
|
434
|
+
}
|
|
435
|
+
//# sourceMappingURL=self-mailers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"self-mailers.d.ts","sourceRoot":"","sources":["../../src/resources/order-profiles/self-mailers.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.SelfMailerListResponsesList = exports.SelfMailers = void 0;
|
|
5
|
+
const resource_1 = require("../../resource.js");
|
|
6
|
+
const core_1 = require("../../core.js");
|
|
7
|
+
const pagination_1 = require("../../pagination.js");
|
|
8
|
+
class SelfMailers extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new Self-Mailer Profile. Provide either `insideTemplate` and
|
|
11
|
+
* `outsideTemplate` IDs, or upload a 2-page `pdf`. If providing a `pdf`, the
|
|
12
|
+
* request `Content-Type` must be `multipart/form-data`.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```ts
|
|
16
|
+
* const selfMailer =
|
|
17
|
+
* await client.orderProfiles.selfMailers.create({
|
|
18
|
+
* size: '8.5x11_bifold',
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
create(params, options) {
|
|
23
|
+
const { expand, ...body } = params;
|
|
24
|
+
return this._client.post('/order_profiles/self_mailers', { query: { expand }, body, ...options });
|
|
25
|
+
}
|
|
26
|
+
retrieve(id, query = {}, options) {
|
|
27
|
+
if ((0, core_1.isRequestOptions)(query)) {
|
|
28
|
+
return this.retrieve(id, {}, query);
|
|
29
|
+
}
|
|
30
|
+
return this._client.get(`/order_profiles/self_mailers/${id}`, { query, ...options });
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Updates specific fields of an existing Self-Mailer Profile. If providing a
|
|
34
|
+
* `pdf`, the request `Content-Type` must be `multipart/form-data`.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```ts
|
|
38
|
+
* const selfMailer =
|
|
39
|
+
* await client.orderProfiles.selfMailers.update('id', {
|
|
40
|
+
* size: '8.5x11_bifold',
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
update(id, params, options) {
|
|
45
|
+
const { expand, ...body } = params;
|
|
46
|
+
return this._client.post(`/order_profiles/self_mailers/${id}`, { query: { expand }, body, ...options });
|
|
47
|
+
}
|
|
48
|
+
list(query = {}, options) {
|
|
49
|
+
if ((0, core_1.isRequestOptions)(query)) {
|
|
50
|
+
return this.list({}, query);
|
|
51
|
+
}
|
|
52
|
+
return this._client.getAPIList('/order_profiles/self_mailers', SelfMailerListResponsesList, {
|
|
53
|
+
query,
|
|
54
|
+
...options,
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Deletes a Self-Mailer Profile.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```ts
|
|
62
|
+
* const selfMailer =
|
|
63
|
+
* await client.orderProfiles.selfMailers.delete('id');
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
delete(id, options) {
|
|
67
|
+
return this._client.delete(`/order_profiles/self_mailers/${id}`, options);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.SelfMailers = SelfMailers;
|
|
71
|
+
class SelfMailerListResponsesList extends pagination_1.List {
|
|
72
|
+
}
|
|
73
|
+
exports.SelfMailerListResponsesList = SelfMailerListResponsesList;
|
|
74
|
+
SelfMailers.SelfMailerListResponsesList = SelfMailerListResponsesList;
|
|
75
|
+
//# sourceMappingURL=self-mailers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"self-mailers.js","sourceRoot":"","sources":["../../src/resources/order-profiles/self-mailers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAE9C,oDAAyD;AAEzD,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,MAA8B,EAC9B,OAA6B;QAE7B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAiBD,QAAQ,CACN,EAAU,EACV,QAAwD,EAAE,EAC1D,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACrC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,EAAU,EACV,MAA8B,EAC9B,OAA6B;QAE7B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAkBD,IAAI,CACF,QAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,8BAA8B,EAAE,2BAA2B,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAU,EAAE,OAA6B;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CACF;AA9GD,kCA8GC;AAED,MAAa,2BAA4B,SAAQ,iBAA4B;CAAG;AAAhF,kEAAgF;AA4jBhF,WAAW,CAAC,2BAA2B,GAAG,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../resource.mjs";
|
|
3
|
+
import { isRequestOptions } from "../../core.mjs";
|
|
4
|
+
import { List } from "../../pagination.mjs";
|
|
5
|
+
export class SelfMailers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Creates a new Self-Mailer Profile. Provide either `insideTemplate` and
|
|
8
|
+
* `outsideTemplate` IDs, or upload a 2-page `pdf`. If providing a `pdf`, the
|
|
9
|
+
* request `Content-Type` must be `multipart/form-data`.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const selfMailer =
|
|
14
|
+
* await client.orderProfiles.selfMailers.create({
|
|
15
|
+
* size: '8.5x11_bifold',
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
create(params, options) {
|
|
20
|
+
const { expand, ...body } = params;
|
|
21
|
+
return this._client.post('/order_profiles/self_mailers', { query: { expand }, body, ...options });
|
|
22
|
+
}
|
|
23
|
+
retrieve(id, query = {}, options) {
|
|
24
|
+
if (isRequestOptions(query)) {
|
|
25
|
+
return this.retrieve(id, {}, query);
|
|
26
|
+
}
|
|
27
|
+
return this._client.get(`/order_profiles/self_mailers/${id}`, { query, ...options });
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Updates specific fields of an existing Self-Mailer Profile. If providing a
|
|
31
|
+
* `pdf`, the request `Content-Type` must be `multipart/form-data`.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* ```ts
|
|
35
|
+
* const selfMailer =
|
|
36
|
+
* await client.orderProfiles.selfMailers.update('id', {
|
|
37
|
+
* size: '8.5x11_bifold',
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
update(id, params, options) {
|
|
42
|
+
const { expand, ...body } = params;
|
|
43
|
+
return this._client.post(`/order_profiles/self_mailers/${id}`, { query: { expand }, body, ...options });
|
|
44
|
+
}
|
|
45
|
+
list(query = {}, options) {
|
|
46
|
+
if (isRequestOptions(query)) {
|
|
47
|
+
return this.list({}, query);
|
|
48
|
+
}
|
|
49
|
+
return this._client.getAPIList('/order_profiles/self_mailers', SelfMailerListResponsesList, {
|
|
50
|
+
query,
|
|
51
|
+
...options,
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Deletes a Self-Mailer Profile.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* ```ts
|
|
59
|
+
* const selfMailer =
|
|
60
|
+
* await client.orderProfiles.selfMailers.delete('id');
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
delete(id, options) {
|
|
64
|
+
return this._client.delete(`/order_profiles/self_mailers/${id}`, options);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
export class SelfMailerListResponsesList extends List {
|
|
68
|
+
}
|
|
69
|
+
SelfMailers.SelfMailerListResponsesList = SelfMailerListResponsesList;
|
|
70
|
+
//# sourceMappingURL=self-mailers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"self-mailers.mjs","sourceRoot":"","sources":["../../src/resources/order-profiles/self-mailers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,MAA8B,EAC9B,OAA6B;QAE7B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAiBD,QAAQ,CACN,EAAU,EACV,QAAwD,EAAE,EAC1D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACrC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,EAAU,EACV,MAA8B,EAC9B,OAA6B;QAE7B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAkBD,IAAI,CACF,QAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,8BAA8B,EAAE,2BAA2B,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAU,EAAE,OAA6B;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CACF;AAED,MAAM,OAAO,2BAA4B,SAAQ,IAA4B;CAAG;AA4jBhF,WAAW,CAAC,2BAA2B,GAAG,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-profiles.d.ts","sourceRoot":"","sources":["../src/resources/order-profiles.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
__exportStar(require("./order-profiles/index.js"), exports);
|
|
19
|
+
//# sourceMappingURL=order-profiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-profiles.js","sourceRoot":"","sources":["../src/resources/order-profiles.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,4DAAuC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-profiles.mjs","sourceRoot":"","sources":["../src/resources/order-profiles.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|