mailmeteor 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +102 -120
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/dist/types/generated-sdk/index.d.ts +2 -2
- package/dist/types/generated-sdk/index.d.ts.map +1 -1
- package/dist/types/generated-sdk/sdk.gen.d.ts +41 -42
- package/dist/types/generated-sdk/sdk.gen.d.ts.map +1 -1
- package/dist/types/generated-sdk/types.gen.d.ts +45 -47
- package/dist/types/generated-sdk/types.gen.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { client, type CreateClientConfig } from './client.gen';
|
|
2
|
-
export { Billing, Billing2, BillingAddons, BillingAddons2, BillingSubscription, BillingSubscription2, ContactLists, ContactLists2, Contacts, Contacts2, Default, type Options,
|
|
3
|
-
export type { ActionIdParams, AddonBody, AddonParams, AddonResponse200, AddonsResponse200, BatchBody, BatchLegacyBody, BatchLegacyResponse201, BatchResponse201, BatchResponse202, BillingAddonsGetAddonsData, BillingAddonsGetAddonsError, BillingAddonsGetAddonsErrors, BillingAddonsGetAddonsResponse, BillingAddonsGetAddonsResponses, BillingAddonsGetAddonUsagesData, BillingAddonsGetAddonUsagesError, BillingAddonsGetAddonUsagesErrors, BillingAddonsGetAddonUsagesResponse, BillingAddonsGetAddonUsagesResponses, BillingAddonsPreviewUpdateData, BillingAddonsPreviewUpdateError, BillingAddonsPreviewUpdateErrors, BillingAddonsPreviewUpdateResponse, BillingAddonsPreviewUpdateResponses, BillingAddonsUpdateData, BillingAddonsUpdateError, BillingAddonsUpdateErrors, BillingAddonsUpdateResponse, BillingAddonsUpdateResponses, BillingGetPricesData, BillingGetPricesError, BillingGetPricesErrors, BillingGetPricesResponse, BillingGetPricesResponses, BillingSubscriptionGetData, BillingSubscriptionGetError, BillingSubscriptionGetErrors, BillingSubscriptionGetResponse, BillingSubscriptionGetResponses, BillingSubscriptionPreviewUpdateData, BillingSubscriptionPreviewUpdateError, BillingSubscriptionPreviewUpdateErrors, BillingSubscriptionPreviewUpdateResponse, BillingSubscriptionPreviewUpdateResponses, BillingSubscriptionUpdateData, BillingSubscriptionUpdateError, BillingSubscriptionUpdateErrors, BillingSubscriptionUpdateResponse, BillingSubscriptionUpdateResponses, BlockParams, BlockResponse200, ClientOptions, ContactIdBody, ContactIdParams, ContactIdResponse200, ContactListIdBody, ContactListIdParams, ContactListIdResponse200, ContactListsBody, ContactListsCreateData, ContactListsCreateError, ContactListsCreateErrors, ContactListsCreateResponse, ContactListsCreateResponses, ContactListsRemoveData, ContactListsRemoveError, ContactListsRemoveErrors, ContactListsRemoveResponse, ContactListsRemoveResponses, ContactListsResponse201, ContactListsRetrieveData, ContactListsRetrieveError, ContactListsRetrieveErrors, ContactListsRetrieveResponse, ContactListsRetrieveResponses, ContactListsUpdateData, ContactListsUpdateError, ContactListsUpdateErrors, ContactListsUpdateResponse, ContactListsUpdateResponses, ContactsBatchCreate2Data, ContactsBatchCreate2Error, ContactsBatchCreate2Errors, ContactsBatchCreate2Responses, ContactsBatchCreateData, ContactsBatchCreateError, ContactsBatchCreateErrors, ContactsBatchCreateResponse, ContactsBatchCreateResponses, ContactsBlockData, ContactsBlockError, ContactsBlockErrors, ContactsBlockResponse, ContactsBlockResponses, ContactsBody, ContactsCreateData, ContactsCreateError, ContactsCreateErrors, ContactsCreateResponse, ContactsCreateResponses, ContactsDelAllData, ContactsDelAllError, ContactsDelAllErrors, ContactsDelAllResponse, ContactsDelAllResponses, ContactsDelData, ContactsDelError, ContactsDelErrors, ContactsDelResponse, ContactsDelResponses, ContactsListData, ContactsListError, ContactsListErrors, ContactsListResponse, ContactsListResponses, ContactsQuery, ContactsResponse200, ContactsResponse201, ContactsResubscribeData, ContactsResubscribeError, ContactsResubscribeErrors, ContactsResubscribeResponse, ContactsResubscribeResponses, ContactsRetrieveData, ContactsRetrieveError, ContactsRetrieveErrors, ContactsRetrieveResponse, ContactsRetrieveResponses, ContactsUnblockData, ContactsUnblockError, ContactsUnblockErrors, ContactsUnblockResponse, ContactsUnblockResponses, ContactsUpdateData, ContactsUpdateError, ContactsUpdateErrors, ContactsUpdateResponse, ContactsUpdateResponses, CurrentOrganizationBody, CurrentOrganizationParams, CurrentOrganizationResponse200, ErrorResponse, GetOpenapiJsonData, GetOpenapiJsonError, GetOpenapiJsonErrors, GetOpenapiJsonResponses, MemberIdBody, MemberIdParams, MemberIdResponse200, MembersBody, MembersParams, MembersQuery, MembersResponse200, MembersResponse201, OpenapiJsonResponse200,
|
|
2
|
+
export { Billing, Billing2, BillingAddons, BillingAddons2, BillingSubscription, BillingSubscription2, ContactLists, ContactLists2, Contacts, Contacts2, Default, type Options, OrganizationMember, OrganizationMembers, Organizations, Organizations2, Users, Users2 } from './sdk.gen';
|
|
3
|
+
export type { ActionIdParams, AddonBody, AddonParams, AddonResponse200, AddonsResponse200, BatchBody, BatchLegacyBody, BatchLegacyResponse201, BatchResponse201, BatchResponse202, BillingAddonsGetAddonsData, BillingAddonsGetAddonsError, BillingAddonsGetAddonsErrors, BillingAddonsGetAddonsResponse, BillingAddonsGetAddonsResponses, BillingAddonsGetAddonUsagesData, BillingAddonsGetAddonUsagesError, BillingAddonsGetAddonUsagesErrors, BillingAddonsGetAddonUsagesResponse, BillingAddonsGetAddonUsagesResponses, BillingAddonsPreviewUpdateData, BillingAddonsPreviewUpdateError, BillingAddonsPreviewUpdateErrors, BillingAddonsPreviewUpdateResponse, BillingAddonsPreviewUpdateResponses, BillingAddonsUpdateData, BillingAddonsUpdateError, BillingAddonsUpdateErrors, BillingAddonsUpdateResponse, BillingAddonsUpdateResponses, BillingGetPricesData, BillingGetPricesError, BillingGetPricesErrors, BillingGetPricesResponse, BillingGetPricesResponses, BillingSubscriptionGetData, BillingSubscriptionGetError, BillingSubscriptionGetErrors, BillingSubscriptionGetResponse, BillingSubscriptionGetResponses, BillingSubscriptionPreviewUpdateData, BillingSubscriptionPreviewUpdateError, BillingSubscriptionPreviewUpdateErrors, BillingSubscriptionPreviewUpdateResponse, BillingSubscriptionPreviewUpdateResponses, BillingSubscriptionUpdateData, BillingSubscriptionUpdateError, BillingSubscriptionUpdateErrors, BillingSubscriptionUpdateResponse, BillingSubscriptionUpdateResponses, BlockParams, BlockResponse200, ClientOptions, ContactIdBody, ContactIdParams, ContactIdResponse200, ContactListIdBody, ContactListIdParams, ContactListIdResponse200, ContactListsBody, ContactListsCreateData, ContactListsCreateError, ContactListsCreateErrors, ContactListsCreateResponse, ContactListsCreateResponses, ContactListsRemoveData, ContactListsRemoveError, ContactListsRemoveErrors, ContactListsRemoveResponse, ContactListsRemoveResponses, ContactListsResponse201, ContactListsRetrieveData, ContactListsRetrieveError, ContactListsRetrieveErrors, ContactListsRetrieveResponse, ContactListsRetrieveResponses, ContactListsUpdateData, ContactListsUpdateError, ContactListsUpdateErrors, ContactListsUpdateResponse, ContactListsUpdateResponses, ContactsBatchCreate2Data, ContactsBatchCreate2Error, ContactsBatchCreate2Errors, ContactsBatchCreate2Responses, ContactsBatchCreateData, ContactsBatchCreateError, ContactsBatchCreateErrors, ContactsBatchCreateResponse, ContactsBatchCreateResponses, ContactsBlockData, ContactsBlockError, ContactsBlockErrors, ContactsBlockResponse, ContactsBlockResponses, ContactsBody, ContactsCreateData, ContactsCreateError, ContactsCreateErrors, ContactsCreateResponse, ContactsCreateResponses, ContactsDelAllData, ContactsDelAllError, ContactsDelAllErrors, ContactsDelAllResponse, ContactsDelAllResponses, ContactsDelData, ContactsDelError, ContactsDelErrors, ContactsDelResponse, ContactsDelResponses, ContactsListData, ContactsListError, ContactsListErrors, ContactsListResponse, ContactsListResponses, ContactsQuery, ContactsResponse200, ContactsResponse201, ContactsResubscribeData, ContactsResubscribeError, ContactsResubscribeErrors, ContactsResubscribeResponse, ContactsResubscribeResponses, ContactsRetrieveData, ContactsRetrieveError, ContactsRetrieveErrors, ContactsRetrieveResponse, ContactsRetrieveResponses, ContactsUnblockData, ContactsUnblockError, ContactsUnblockErrors, ContactsUnblockResponse, ContactsUnblockResponses, ContactsUpdateData, ContactsUpdateError, ContactsUpdateErrors, ContactsUpdateResponse, ContactsUpdateResponses, CurrentOrganizationBody, CurrentOrganizationParams, CurrentOrganizationResponse200, ErrorResponse, GetOpenapiJsonData, GetOpenapiJsonError, GetOpenapiJsonErrors, GetOpenapiJsonResponses, MemberIdBody, MemberIdParams, MemberIdResponse200, MembersBody, MembersParams, MembersQuery, MembersResponse200, MembersResponse201, OpenapiJsonResponse200, OrganizationIdBody, OrganizationIdParams, OrganizationIdResponse200, OrganizationMemberCreateData, OrganizationMemberCreateError, OrganizationMemberCreateErrors, OrganizationMemberCreateResponse, OrganizationMemberCreateResponses, OrganizationMemberDeleteData, OrganizationMemberDeleteError, OrganizationMemberDeleteErrors, OrganizationMemberDeleteResponse, OrganizationMemberDeleteResponses, OrganizationMemberListData, OrganizationMemberListError, OrganizationMemberListErrors, OrganizationMemberListResponse, OrganizationMemberListResponses, OrganizationMemberUpdateData, OrganizationMemberUpdateError, OrganizationMemberUpdateErrors, OrganizationMemberUpdateResponse, OrganizationMemberUpdateResponses, OrganizationsBody, OrganizationsCreateData, OrganizationsCreateError, OrganizationsCreateErrors, OrganizationsCreateResponse, OrganizationsCreateResponses, OrganizationsDeleteData, OrganizationsDeleteError, OrganizationsDeleteErrors, OrganizationsDeleteResponse, OrganizationsDeleteResponses, OrganizationsListData, OrganizationsListError, OrganizationsListErrors, OrganizationsListResponse, OrganizationsListResponses, OrganizationsResponse200, OrganizationsResponse201, OrganizationsRetrieveData, OrganizationsRetrieveError, OrganizationsRetrieveErrors, OrganizationsRetrieveResponse, OrganizationsRetrieveResponses, OrganizationsUpdateData, OrganizationsUpdateError, OrganizationsUpdateErrors, OrganizationsUpdateResponse, OrganizationsUpdateResponses, PreviewBody, PreviewParams, PreviewResponse200, PricesQuery, PricesResponse200, ResubscribeParams, ResubscribeResponse200, SubscriptionBody, SubscriptionResponse200, UnblockParams, UnblockResponse200, UsersDeleteActionData, UsersDeleteActionError, UsersDeleteActionErrors, UsersDeleteActionResponse, UsersDeleteActionResponses, UsersGetCurrentOrganizationData, UsersGetCurrentOrganizationError, UsersGetCurrentOrganizationErrors, UsersGetCurrentOrganizationResponse, UsersGetCurrentOrganizationResponses, UsersSetCurrentOrganizationData, UsersSetCurrentOrganizationError, UsersSetCurrentOrganizationErrors, UsersSetCurrentOrganizationResponse, UsersSetCurrentOrganizationResponses, UsersWatchMailboxData, UsersWatchMailboxError, UsersWatchMailboxErrors, UsersWatchMailboxResponse, UsersWatchMailboxResponses, WatchMailboxBody, WatchMailboxParams } from './types.gen';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated-sdk/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,cAAc,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated-sdk/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Client, type Options as Options2, type TDataShape } from './client';
|
|
2
|
-
import type { BillingAddonsGetAddonsErrors, BillingAddonsGetAddonsResponses, BillingAddonsGetAddonUsagesErrors, BillingAddonsGetAddonUsagesResponses, BillingAddonsPreviewUpdateErrors, BillingAddonsPreviewUpdateResponses, BillingAddonsUpdateErrors, BillingAddonsUpdateResponses, BillingGetPricesErrors, BillingGetPricesResponses, BillingSubscriptionGetErrors, BillingSubscriptionGetResponses, BillingSubscriptionPreviewUpdateErrors, BillingSubscriptionPreviewUpdateResponses, BillingSubscriptionUpdateErrors, BillingSubscriptionUpdateResponses, ContactListsCreateErrors, ContactListsCreateResponses, ContactListsRemoveErrors, ContactListsRemoveResponses, ContactListsRetrieveErrors, ContactListsRetrieveResponses, ContactListsUpdateErrors, ContactListsUpdateResponses, ContactsBatchCreate2Errors, ContactsBatchCreate2Responses, ContactsBatchCreateErrors, ContactsBatchCreateResponses, ContactsBlockErrors, ContactsBlockResponses, ContactsCreateErrors, ContactsCreateResponses, ContactsDelAllErrors, ContactsDelAllResponses, ContactsDelErrors, ContactsDelResponses, ContactsListErrors, ContactsListResponses, ContactsResubscribeErrors, ContactsResubscribeResponses, ContactsRetrieveErrors, ContactsRetrieveResponses, ContactsUnblockErrors, ContactsUnblockResponses, ContactsUpdateErrors, ContactsUpdateResponses, GetOpenapiJsonErrors, GetOpenapiJsonResponses,
|
|
2
|
+
import type { BillingAddonsGetAddonsErrors, BillingAddonsGetAddonsResponses, BillingAddonsGetAddonUsagesErrors, BillingAddonsGetAddonUsagesResponses, BillingAddonsPreviewUpdateErrors, BillingAddonsPreviewUpdateResponses, BillingAddonsUpdateErrors, BillingAddonsUpdateResponses, BillingGetPricesErrors, BillingGetPricesResponses, BillingSubscriptionGetErrors, BillingSubscriptionGetResponses, BillingSubscriptionPreviewUpdateErrors, BillingSubscriptionPreviewUpdateResponses, BillingSubscriptionUpdateErrors, BillingSubscriptionUpdateResponses, ContactListsCreateErrors, ContactListsCreateResponses, ContactListsRemoveErrors, ContactListsRemoveResponses, ContactListsRetrieveErrors, ContactListsRetrieveResponses, ContactListsUpdateErrors, ContactListsUpdateResponses, ContactsBatchCreate2Errors, ContactsBatchCreate2Responses, ContactsBatchCreateErrors, ContactsBatchCreateResponses, ContactsBlockErrors, ContactsBlockResponses, ContactsCreateErrors, ContactsCreateResponses, ContactsDelAllErrors, ContactsDelAllResponses, ContactsDelErrors, ContactsDelResponses, ContactsListErrors, ContactsListResponses, ContactsResubscribeErrors, ContactsResubscribeResponses, ContactsRetrieveErrors, ContactsRetrieveResponses, ContactsUnblockErrors, ContactsUnblockResponses, ContactsUpdateErrors, ContactsUpdateResponses, GetOpenapiJsonErrors, GetOpenapiJsonResponses, OrganizationMemberCreateErrors, OrganizationMemberCreateResponses, OrganizationMemberDeleteErrors, OrganizationMemberDeleteResponses, OrganizationMemberListErrors, OrganizationMemberListResponses, OrganizationMemberUpdateErrors, OrganizationMemberUpdateResponses, OrganizationsCreateErrors, OrganizationsCreateResponses, OrganizationsDeleteErrors, OrganizationsDeleteResponses, OrganizationsListErrors, OrganizationsListResponses, OrganizationsRetrieveErrors, OrganizationsRetrieveResponses, OrganizationsUpdateErrors, OrganizationsUpdateResponses, UsersDeleteActionErrors, UsersDeleteActionResponses, UsersGetCurrentOrganizationErrors, UsersGetCurrentOrganizationResponses, UsersSetCurrentOrganizationErrors, UsersSetCurrentOrganizationResponses, UsersWatchMailboxErrors, UsersWatchMailboxResponses } from './types.gen';
|
|
3
3
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
|
|
4
4
|
/**
|
|
5
5
|
* You can provide a client instance returned by `createClient()` instead of
|
|
@@ -74,7 +74,7 @@ declare class HeyApiRegistry9<T> {
|
|
|
74
74
|
set(value: T, key?: string): void;
|
|
75
75
|
}
|
|
76
76
|
export declare class Users extends HeyApiClient {
|
|
77
|
-
getCurrentOrganization<ThrowOnError extends boolean = true>(
|
|
77
|
+
getCurrentOrganization<ThrowOnError extends boolean = true>(user_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<UsersGetCurrentOrganizationResponses, UsersGetCurrentOrganizationErrors, ThrowOnError, "data">;
|
|
78
78
|
setCurrentOrganization<ThrowOnError extends boolean = true>(user_id: string, parameters?: {
|
|
79
79
|
organization_id?: string | null;
|
|
80
80
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<UsersSetCurrentOrganizationResponses, UsersSetCurrentOrganizationErrors, ThrowOnError, "data">;
|
|
@@ -98,13 +98,13 @@ export declare class OrganizationMember extends HeyApiClient {
|
|
|
98
98
|
limit?: number;
|
|
99
99
|
starting_after?: string;
|
|
100
100
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationMemberListResponses, OrganizationMemberListErrors, ThrowOnError, "data">;
|
|
101
|
-
create<ThrowOnError extends boolean = true>(organization_id: string, parameters
|
|
102
|
-
email
|
|
103
|
-
role
|
|
101
|
+
create<ThrowOnError extends boolean = true>(organization_id: string, parameters: {
|
|
102
|
+
email: string;
|
|
103
|
+
role: 'admin' | 'member';
|
|
104
104
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationMemberCreateResponses, OrganizationMemberCreateErrors, ThrowOnError, "data">;
|
|
105
105
|
delete<ThrowOnError extends boolean = true>(organization_id: string, member_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationMemberDeleteResponses, OrganizationMemberDeleteErrors, ThrowOnError, "data">;
|
|
106
|
-
update<ThrowOnError extends boolean = true>(organization_id: string, member_id: string, parameters
|
|
107
|
-
role
|
|
106
|
+
update<ThrowOnError extends boolean = true>(organization_id: string, member_id: string, parameters: {
|
|
107
|
+
role: 'admin' | 'member';
|
|
108
108
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationMemberUpdateResponses, OrganizationMemberUpdateErrors, ThrowOnError, "data">;
|
|
109
109
|
}
|
|
110
110
|
export declare class OrganizationMembers extends HeyApiClient {
|
|
@@ -116,30 +116,30 @@ export declare class OrganizationMembers extends HeyApiClient {
|
|
|
116
116
|
private _organizationMember?;
|
|
117
117
|
get organizationMember(): OrganizationMember;
|
|
118
118
|
}
|
|
119
|
-
export declare class
|
|
120
|
-
list<ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>): import("./client").RequestResult<
|
|
121
|
-
create<ThrowOnError extends boolean = true>(parameters
|
|
122
|
-
name
|
|
123
|
-
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<
|
|
124
|
-
delete<ThrowOnError extends boolean = true>(organization_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<
|
|
125
|
-
retrieve<ThrowOnError extends boolean = true>(organization_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<
|
|
119
|
+
export declare class Organizations extends HeyApiClient {
|
|
120
|
+
list<ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationsListResponses, OrganizationsListErrors, ThrowOnError, "data">;
|
|
121
|
+
create<ThrowOnError extends boolean = true>(parameters: {
|
|
122
|
+
name: string;
|
|
123
|
+
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationsCreateResponses, OrganizationsCreateErrors, ThrowOnError, "data">;
|
|
124
|
+
delete<ThrowOnError extends boolean = true>(organization_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationsDeleteResponses, OrganizationsDeleteErrors, ThrowOnError, "data">;
|
|
125
|
+
retrieve<ThrowOnError extends boolean = true>(organization_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationsRetrieveResponses, OrganizationsRetrieveErrors, ThrowOnError, "data">;
|
|
126
126
|
update<ThrowOnError extends boolean = true>(organization_id: string, parameters?: {
|
|
127
127
|
name?: string;
|
|
128
|
-
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<
|
|
128
|
+
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<OrganizationsUpdateResponses, OrganizationsUpdateErrors, ThrowOnError, "data">;
|
|
129
129
|
}
|
|
130
|
-
export declare class
|
|
131
|
-
static readonly __registry: HeyApiRegistry3<
|
|
130
|
+
export declare class Organizations2 extends HeyApiClient {
|
|
131
|
+
static readonly __registry: HeyApiRegistry3<Organizations2>;
|
|
132
132
|
constructor(args?: {
|
|
133
133
|
client?: Client;
|
|
134
134
|
key?: string;
|
|
135
135
|
});
|
|
136
|
-
private
|
|
137
|
-
get
|
|
136
|
+
private _organizations?;
|
|
137
|
+
get organizations(): Organizations;
|
|
138
138
|
}
|
|
139
139
|
export declare class ContactLists extends HeyApiClient {
|
|
140
|
-
create<ThrowOnError extends boolean = true>(parameters
|
|
141
|
-
owner
|
|
142
|
-
name
|
|
140
|
+
create<ThrowOnError extends boolean = true>(parameters: {
|
|
141
|
+
owner: string;
|
|
142
|
+
name: string;
|
|
143
143
|
metadata?: {
|
|
144
144
|
[key: string]: string;
|
|
145
145
|
};
|
|
@@ -148,8 +148,8 @@ export declare class ContactLists extends HeyApiClient {
|
|
|
148
148
|
remove_contacts?: boolean;
|
|
149
149
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactListsRemoveResponses, ContactListsRemoveErrors, ThrowOnError, "data">;
|
|
150
150
|
retrieve<ThrowOnError extends boolean = true>(contact_list_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactListsRetrieveResponses, ContactListsRetrieveErrors, ThrowOnError, "data">;
|
|
151
|
-
update<ThrowOnError extends boolean = true>(contact_list_id: string, parameters
|
|
152
|
-
name
|
|
151
|
+
update<ThrowOnError extends boolean = true>(contact_list_id: string, parameters: {
|
|
152
|
+
name: string;
|
|
153
153
|
metadata?: {
|
|
154
154
|
[key: string]: string;
|
|
155
155
|
};
|
|
@@ -166,7 +166,6 @@ export declare class ContactLists2 extends HeyApiClient {
|
|
|
166
166
|
}
|
|
167
167
|
export declare class Contacts extends HeyApiClient {
|
|
168
168
|
delAll<ThrowOnError extends boolean = true>(parameters?: {
|
|
169
|
-
owner?: string;
|
|
170
169
|
contact_list?: string;
|
|
171
170
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsDelAllResponses, ContactsDelAllErrors, ThrowOnError, "data">;
|
|
172
171
|
list<ThrowOnError extends boolean = true>(parameters: {
|
|
@@ -176,9 +175,9 @@ export declare class Contacts extends HeyApiClient {
|
|
|
176
175
|
unsubscribed?: boolean | null;
|
|
177
176
|
contact_list?: string;
|
|
178
177
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsListResponses, ContactsListErrors, ThrowOnError, "data">;
|
|
179
|
-
create<ThrowOnError extends boolean = true>(parameters
|
|
180
|
-
owner
|
|
181
|
-
email
|
|
178
|
+
create<ThrowOnError extends boolean = true>(parameters: {
|
|
179
|
+
owner: string;
|
|
180
|
+
email: string;
|
|
182
181
|
blocked?: boolean;
|
|
183
182
|
unsubscribed?: boolean;
|
|
184
183
|
contact_lists?: Array<string>;
|
|
@@ -190,8 +189,8 @@ export declare class Contacts extends HeyApiClient {
|
|
|
190
189
|
[key: string]: string;
|
|
191
190
|
};
|
|
192
191
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsCreateResponses, ContactsCreateErrors, ThrowOnError, "data">;
|
|
193
|
-
batchCreate<ThrowOnError extends boolean = true>(parameters
|
|
194
|
-
contacts
|
|
192
|
+
batchCreate<ThrowOnError extends boolean = true>(parameters: {
|
|
193
|
+
contacts: Array<{
|
|
195
194
|
owner: string;
|
|
196
195
|
email: string;
|
|
197
196
|
blocked?: boolean;
|
|
@@ -206,8 +205,8 @@ export declare class Contacts extends HeyApiClient {
|
|
|
206
205
|
};
|
|
207
206
|
}>;
|
|
208
207
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsBatchCreateResponses, ContactsBatchCreateErrors, ThrowOnError, "data">;
|
|
209
|
-
batchCreate2<ThrowOnError extends boolean = true>(parameters
|
|
210
|
-
body
|
|
208
|
+
batchCreate2<ThrowOnError extends boolean = true>(parameters: {
|
|
209
|
+
body: unknown;
|
|
211
210
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsBatchCreate2Responses, ContactsBatchCreate2Errors, ThrowOnError, "data">;
|
|
212
211
|
del<ThrowOnError extends boolean = true>(contact_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsDelResponses, ContactsDelErrors, ThrowOnError, "data">;
|
|
213
212
|
retrieve<ThrowOnError extends boolean = true>(contact_id: string, options?: Options<never, ThrowOnError>): import("./client").RequestResult<ContactsRetrieveResponses, ContactsRetrieveErrors, ThrowOnError, "data">;
|
|
@@ -238,12 +237,12 @@ export declare class Contacts2 extends HeyApiClient {
|
|
|
238
237
|
}
|
|
239
238
|
export declare class BillingAddons extends HeyApiClient {
|
|
240
239
|
getAddons<ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingAddonsGetAddonsResponses, BillingAddonsGetAddonsErrors, ThrowOnError, "data">;
|
|
241
|
-
previewUpdate<ThrowOnError extends boolean = true>(addon: 'senders' | 'email_warmups', parameters
|
|
242
|
-
quantity
|
|
240
|
+
previewUpdate<ThrowOnError extends boolean = true>(addon: 'senders' | 'email_warmups', parameters: {
|
|
241
|
+
quantity: number;
|
|
243
242
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingAddonsPreviewUpdateResponses, BillingAddonsPreviewUpdateErrors, ThrowOnError, "data">;
|
|
244
243
|
getAddonUsages<ThrowOnError extends boolean = true>(addon: 'senders' | 'email_warmups', options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingAddonsGetAddonUsagesResponses, BillingAddonsGetAddonUsagesErrors, ThrowOnError, "data">;
|
|
245
|
-
update<ThrowOnError extends boolean = true>(addon: 'senders' | 'email_warmups', parameters
|
|
246
|
-
quantity
|
|
244
|
+
update<ThrowOnError extends boolean = true>(addon: 'senders' | 'email_warmups', parameters: {
|
|
245
|
+
quantity: number;
|
|
247
246
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingAddonsUpdateResponses, BillingAddonsUpdateErrors, ThrowOnError, "data">;
|
|
248
247
|
}
|
|
249
248
|
export declare class BillingAddons2 extends HeyApiClient {
|
|
@@ -257,13 +256,13 @@ export declare class BillingAddons2 extends HeyApiClient {
|
|
|
257
256
|
}
|
|
258
257
|
export declare class BillingSubscription extends HeyApiClient {
|
|
259
258
|
get<ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingSubscriptionGetResponses, BillingSubscriptionGetErrors, ThrowOnError, "data">;
|
|
260
|
-
update<ThrowOnError extends boolean = true>(parameters
|
|
261
|
-
plan
|
|
262
|
-
billing_period
|
|
259
|
+
update<ThrowOnError extends boolean = true>(parameters: {
|
|
260
|
+
plan: 'free' | 'starter' | 'pro' | 'premium' | 'business';
|
|
261
|
+
billing_period: 'month' | 'year';
|
|
263
262
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingSubscriptionUpdateResponses, BillingSubscriptionUpdateErrors, ThrowOnError, "data">;
|
|
264
|
-
previewUpdate<ThrowOnError extends boolean = true>(parameters
|
|
265
|
-
plan
|
|
266
|
-
billing_period
|
|
263
|
+
previewUpdate<ThrowOnError extends boolean = true>(parameters: {
|
|
264
|
+
plan: 'free' | 'starter' | 'pro' | 'premium' | 'business';
|
|
265
|
+
billing_period: 'month' | 'year';
|
|
267
266
|
}, options?: Options<never, ThrowOnError>): import("./client").RequestResult<BillingSubscriptionPreviewUpdateResponses, BillingSubscriptionPreviewUpdateErrors, ThrowOnError, "data">;
|
|
268
267
|
}
|
|
269
268
|
export declare class BillingSubscription2 extends HeyApiClient {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../../../src/generated-sdk/sdk.gen.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../../../src/generated-sdk/sdk.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -194,7 +194,6 @@ export type ContactListIdBody = {
|
|
|
194
194
|
remove_contacts?: boolean;
|
|
195
195
|
};
|
|
196
196
|
export type ContactsBody = {
|
|
197
|
-
owner: string;
|
|
198
197
|
contact_list?: string;
|
|
199
198
|
};
|
|
200
199
|
export type ContactsResponse201 = {
|
|
@@ -499,10 +498,10 @@ export type OpenapiJsonResponse200 = unknown;
|
|
|
499
498
|
export type UsersGetCurrentOrganizationData = {
|
|
500
499
|
body?: never;
|
|
501
500
|
path: {
|
|
502
|
-
|
|
501
|
+
user_id: string;
|
|
503
502
|
};
|
|
504
503
|
query?: never;
|
|
505
|
-
url: '/users/{
|
|
504
|
+
url: '/users/{user_id}/current_organization';
|
|
506
505
|
};
|
|
507
506
|
export type UsersGetCurrentOrganizationErrors = {
|
|
508
507
|
/**
|
|
@@ -521,7 +520,7 @@ export type UsersGetCurrentOrganizationResponses = {
|
|
|
521
520
|
};
|
|
522
521
|
export type UsersGetCurrentOrganizationResponse = UsersGetCurrentOrganizationResponses[keyof UsersGetCurrentOrganizationResponses];
|
|
523
522
|
export type UsersSetCurrentOrganizationData = {
|
|
524
|
-
body
|
|
523
|
+
body: {
|
|
525
524
|
organization_id?: string | null;
|
|
526
525
|
};
|
|
527
526
|
path: {
|
|
@@ -547,7 +546,7 @@ export type UsersSetCurrentOrganizationResponses = {
|
|
|
547
546
|
};
|
|
548
547
|
export type UsersSetCurrentOrganizationResponse = UsersSetCurrentOrganizationResponses[keyof UsersSetCurrentOrganizationResponses];
|
|
549
548
|
export type UsersWatchMailboxData = {
|
|
550
|
-
body
|
|
549
|
+
body: {
|
|
551
550
|
provider?: 'gmail' | 'outlook';
|
|
552
551
|
force?: boolean;
|
|
553
552
|
};
|
|
@@ -636,7 +635,7 @@ export type OrganizationMemberListResponses = {
|
|
|
636
635
|
};
|
|
637
636
|
export type OrganizationMemberListResponse = OrganizationMemberListResponses[keyof OrganizationMemberListResponses];
|
|
638
637
|
export type OrganizationMemberCreateData = {
|
|
639
|
-
body
|
|
638
|
+
body: {
|
|
640
639
|
email: string;
|
|
641
640
|
role: 'admin' | 'member';
|
|
642
641
|
};
|
|
@@ -700,7 +699,7 @@ export type OrganizationMemberDeleteResponses = {
|
|
|
700
699
|
};
|
|
701
700
|
export type OrganizationMemberDeleteResponse = OrganizationMemberDeleteResponses[keyof OrganizationMemberDeleteResponses];
|
|
702
701
|
export type OrganizationMemberUpdateData = {
|
|
703
|
-
body
|
|
702
|
+
body: {
|
|
704
703
|
role: 'admin' | 'member';
|
|
705
704
|
};
|
|
706
705
|
path: {
|
|
@@ -740,20 +739,20 @@ export type OrganizationMemberUpdateResponses = {
|
|
|
740
739
|
};
|
|
741
740
|
};
|
|
742
741
|
export type OrganizationMemberUpdateResponse = OrganizationMemberUpdateResponses[keyof OrganizationMemberUpdateResponses];
|
|
743
|
-
export type
|
|
742
|
+
export type OrganizationsListData = {
|
|
744
743
|
body?: never;
|
|
745
744
|
path?: never;
|
|
746
745
|
query?: never;
|
|
747
746
|
url: '/organizations';
|
|
748
747
|
};
|
|
749
|
-
export type
|
|
748
|
+
export type OrganizationsListErrors = {
|
|
750
749
|
/**
|
|
751
750
|
* Error response
|
|
752
751
|
*/
|
|
753
752
|
default: ErrorResponse;
|
|
754
753
|
};
|
|
755
|
-
export type
|
|
756
|
-
export type
|
|
754
|
+
export type OrganizationsListError = OrganizationsListErrors[keyof OrganizationsListErrors];
|
|
755
|
+
export type OrganizationsListResponses = {
|
|
757
756
|
/**
|
|
758
757
|
* Response
|
|
759
758
|
*/
|
|
@@ -772,23 +771,23 @@ export type OrganizationListResponses = {
|
|
|
772
771
|
object: 'organization';
|
|
773
772
|
}>;
|
|
774
773
|
};
|
|
775
|
-
export type
|
|
776
|
-
export type
|
|
777
|
-
body
|
|
774
|
+
export type OrganizationsListResponse = OrganizationsListResponses[keyof OrganizationsListResponses];
|
|
775
|
+
export type OrganizationsCreateData = {
|
|
776
|
+
body: {
|
|
778
777
|
name: string;
|
|
779
778
|
};
|
|
780
779
|
path?: never;
|
|
781
780
|
query?: never;
|
|
782
781
|
url: '/organizations';
|
|
783
782
|
};
|
|
784
|
-
export type
|
|
783
|
+
export type OrganizationsCreateErrors = {
|
|
785
784
|
/**
|
|
786
785
|
* Error response
|
|
787
786
|
*/
|
|
788
787
|
default: ErrorResponse;
|
|
789
788
|
};
|
|
790
|
-
export type
|
|
791
|
-
export type
|
|
789
|
+
export type OrganizationsCreateError = OrganizationsCreateErrors[keyof OrganizationsCreateErrors];
|
|
790
|
+
export type OrganizationsCreateResponses = {
|
|
792
791
|
/**
|
|
793
792
|
* Response
|
|
794
793
|
*/
|
|
@@ -807,8 +806,8 @@ export type OrganizationCreateResponses = {
|
|
|
807
806
|
object: 'organization';
|
|
808
807
|
};
|
|
809
808
|
};
|
|
810
|
-
export type
|
|
811
|
-
export type
|
|
809
|
+
export type OrganizationsCreateResponse = OrganizationsCreateResponses[keyof OrganizationsCreateResponses];
|
|
810
|
+
export type OrganizationsDeleteData = {
|
|
812
811
|
body?: never;
|
|
813
812
|
path: {
|
|
814
813
|
organization_id: string;
|
|
@@ -816,21 +815,21 @@ export type OrganizationDeleteData = {
|
|
|
816
815
|
query?: never;
|
|
817
816
|
url: '/organizations/{organization_id}';
|
|
818
817
|
};
|
|
819
|
-
export type
|
|
818
|
+
export type OrganizationsDeleteErrors = {
|
|
820
819
|
/**
|
|
821
820
|
* Error response
|
|
822
821
|
*/
|
|
823
822
|
default: ErrorResponse;
|
|
824
823
|
};
|
|
825
|
-
export type
|
|
826
|
-
export type
|
|
824
|
+
export type OrganizationsDeleteError = OrganizationsDeleteErrors[keyof OrganizationsDeleteErrors];
|
|
825
|
+
export type OrganizationsDeleteResponses = {
|
|
827
826
|
/**
|
|
828
827
|
* Response
|
|
829
828
|
*/
|
|
830
829
|
204: void;
|
|
831
830
|
};
|
|
832
|
-
export type
|
|
833
|
-
export type
|
|
831
|
+
export type OrganizationsDeleteResponse = OrganizationsDeleteResponses[keyof OrganizationsDeleteResponses];
|
|
832
|
+
export type OrganizationsRetrieveData = {
|
|
834
833
|
body?: never;
|
|
835
834
|
path: {
|
|
836
835
|
organization_id: string;
|
|
@@ -838,14 +837,14 @@ export type OrganizationRetrieveData = {
|
|
|
838
837
|
query?: never;
|
|
839
838
|
url: '/organizations/{organization_id}';
|
|
840
839
|
};
|
|
841
|
-
export type
|
|
840
|
+
export type OrganizationsRetrieveErrors = {
|
|
842
841
|
/**
|
|
843
842
|
* Error response
|
|
844
843
|
*/
|
|
845
844
|
default: ErrorResponse;
|
|
846
845
|
};
|
|
847
|
-
export type
|
|
848
|
-
export type
|
|
846
|
+
export type OrganizationsRetrieveError = OrganizationsRetrieveErrors[keyof OrganizationsRetrieveErrors];
|
|
847
|
+
export type OrganizationsRetrieveResponses = {
|
|
849
848
|
/**
|
|
850
849
|
* Response
|
|
851
850
|
*/
|
|
@@ -864,9 +863,9 @@ export type OrganizationRetrieveResponses = {
|
|
|
864
863
|
object: 'organization';
|
|
865
864
|
};
|
|
866
865
|
};
|
|
867
|
-
export type
|
|
868
|
-
export type
|
|
869
|
-
body
|
|
866
|
+
export type OrganizationsRetrieveResponse = OrganizationsRetrieveResponses[keyof OrganizationsRetrieveResponses];
|
|
867
|
+
export type OrganizationsUpdateData = {
|
|
868
|
+
body: {
|
|
870
869
|
name?: string;
|
|
871
870
|
};
|
|
872
871
|
path: {
|
|
@@ -875,14 +874,14 @@ export type OrganizationUpdateData = {
|
|
|
875
874
|
query?: never;
|
|
876
875
|
url: '/organizations/{organization_id}';
|
|
877
876
|
};
|
|
878
|
-
export type
|
|
877
|
+
export type OrganizationsUpdateErrors = {
|
|
879
878
|
/**
|
|
880
879
|
* Error response
|
|
881
880
|
*/
|
|
882
881
|
default: ErrorResponse;
|
|
883
882
|
};
|
|
884
|
-
export type
|
|
885
|
-
export type
|
|
883
|
+
export type OrganizationsUpdateError = OrganizationsUpdateErrors[keyof OrganizationsUpdateErrors];
|
|
884
|
+
export type OrganizationsUpdateResponses = {
|
|
886
885
|
/**
|
|
887
886
|
* Response
|
|
888
887
|
*/
|
|
@@ -901,9 +900,9 @@ export type OrganizationUpdateResponses = {
|
|
|
901
900
|
object: 'organization';
|
|
902
901
|
};
|
|
903
902
|
};
|
|
904
|
-
export type
|
|
903
|
+
export type OrganizationsUpdateResponse = OrganizationsUpdateResponses[keyof OrganizationsUpdateResponses];
|
|
905
904
|
export type ContactListsCreateData = {
|
|
906
|
-
body
|
|
905
|
+
body: {
|
|
907
906
|
owner: string;
|
|
908
907
|
name: string;
|
|
909
908
|
metadata?: {
|
|
@@ -941,7 +940,7 @@ export type ContactListsCreateResponses = {
|
|
|
941
940
|
};
|
|
942
941
|
export type ContactListsCreateResponse = ContactListsCreateResponses[keyof ContactListsCreateResponses];
|
|
943
942
|
export type ContactListsRemoveData = {
|
|
944
|
-
body
|
|
943
|
+
body: {
|
|
945
944
|
remove_contacts?: boolean;
|
|
946
945
|
};
|
|
947
946
|
path: {
|
|
@@ -1011,7 +1010,7 @@ export type ContactListsRetrieveResponses = {
|
|
|
1011
1010
|
};
|
|
1012
1011
|
export type ContactListsRetrieveResponse = ContactListsRetrieveResponses[keyof ContactListsRetrieveResponses];
|
|
1013
1012
|
export type ContactListsUpdateData = {
|
|
1014
|
-
body
|
|
1013
|
+
body: {
|
|
1015
1014
|
name: string;
|
|
1016
1015
|
metadata?: {
|
|
1017
1016
|
[key: string]: string;
|
|
@@ -1050,8 +1049,7 @@ export type ContactListsUpdateResponses = {
|
|
|
1050
1049
|
};
|
|
1051
1050
|
export type ContactListsUpdateResponse = ContactListsUpdateResponses[keyof ContactListsUpdateResponses];
|
|
1052
1051
|
export type ContactsDelAllData = {
|
|
1053
|
-
body
|
|
1054
|
-
owner: string;
|
|
1052
|
+
body: {
|
|
1055
1053
|
contact_list?: string;
|
|
1056
1054
|
};
|
|
1057
1055
|
path?: never;
|
|
@@ -1124,7 +1122,7 @@ export type ContactsListResponses = {
|
|
|
1124
1122
|
};
|
|
1125
1123
|
export type ContactsListResponse = ContactsListResponses[keyof ContactsListResponses];
|
|
1126
1124
|
export type ContactsCreateData = {
|
|
1127
|
-
body
|
|
1125
|
+
body: {
|
|
1128
1126
|
owner: string;
|
|
1129
1127
|
email: string;
|
|
1130
1128
|
blocked?: boolean;
|
|
@@ -1179,7 +1177,7 @@ export type ContactsCreateResponses = {
|
|
|
1179
1177
|
};
|
|
1180
1178
|
export type ContactsCreateResponse = ContactsCreateResponses[keyof ContactsCreateResponses];
|
|
1181
1179
|
export type ContactsBatchCreateData = {
|
|
1182
|
-
body
|
|
1180
|
+
body: {
|
|
1183
1181
|
contacts: Array<{
|
|
1184
1182
|
owner: string;
|
|
1185
1183
|
email: string;
|
|
@@ -1226,7 +1224,7 @@ export type ContactsBatchCreateResponses = {
|
|
|
1226
1224
|
};
|
|
1227
1225
|
export type ContactsBatchCreateResponse = ContactsBatchCreateResponses[keyof ContactsBatchCreateResponses];
|
|
1228
1226
|
export type ContactsBatchCreate2Data = {
|
|
1229
|
-
body
|
|
1227
|
+
body: unknown;
|
|
1230
1228
|
path?: never;
|
|
1231
1229
|
query?: never;
|
|
1232
1230
|
url: '/contacts/batch_legacy';
|
|
@@ -1333,7 +1331,7 @@ export type ContactsRetrieveResponses = {
|
|
|
1333
1331
|
};
|
|
1334
1332
|
export type ContactsRetrieveResponse = ContactsRetrieveResponses[keyof ContactsRetrieveResponses];
|
|
1335
1333
|
export type ContactsUpdateData = {
|
|
1336
|
-
body
|
|
1334
|
+
body: {
|
|
1337
1335
|
blocked?: boolean;
|
|
1338
1336
|
unsubscribed?: boolean;
|
|
1339
1337
|
contact_lists?: Array<string>;
|
|
@@ -1565,7 +1563,7 @@ export type BillingAddonsGetAddonsResponses = {
|
|
|
1565
1563
|
};
|
|
1566
1564
|
export type BillingAddonsGetAddonsResponse = BillingAddonsGetAddonsResponses[keyof BillingAddonsGetAddonsResponses];
|
|
1567
1565
|
export type BillingAddonsPreviewUpdateData = {
|
|
1568
|
-
body
|
|
1566
|
+
body: {
|
|
1569
1567
|
quantity: number;
|
|
1570
1568
|
};
|
|
1571
1569
|
path: {
|
|
@@ -1623,7 +1621,7 @@ export type BillingAddonsGetAddonUsagesResponses = {
|
|
|
1623
1621
|
};
|
|
1624
1622
|
export type BillingAddonsGetAddonUsagesResponse = BillingAddonsGetAddonUsagesResponses[keyof BillingAddonsGetAddonUsagesResponses];
|
|
1625
1623
|
export type BillingAddonsUpdateData = {
|
|
1626
|
-
body
|
|
1624
|
+
body: {
|
|
1627
1625
|
quantity: number;
|
|
1628
1626
|
};
|
|
1629
1627
|
path: {
|
|
@@ -1699,7 +1697,7 @@ export type BillingSubscriptionGetResponses = {
|
|
|
1699
1697
|
};
|
|
1700
1698
|
export type BillingSubscriptionGetResponse = BillingSubscriptionGetResponses[keyof BillingSubscriptionGetResponses];
|
|
1701
1699
|
export type BillingSubscriptionUpdateData = {
|
|
1702
|
-
body
|
|
1700
|
+
body: {
|
|
1703
1701
|
plan: 'free' | 'starter' | 'pro' | 'premium' | 'business';
|
|
1704
1702
|
billing_period: 'month' | 'year';
|
|
1705
1703
|
};
|
|
@@ -1726,7 +1724,7 @@ export type BillingSubscriptionUpdateResponses = {
|
|
|
1726
1724
|
};
|
|
1727
1725
|
export type BillingSubscriptionUpdateResponse = BillingSubscriptionUpdateResponses[keyof BillingSubscriptionUpdateResponses];
|
|
1728
1726
|
export type BillingSubscriptionPreviewUpdateData = {
|
|
1729
|
-
body
|
|
1727
|
+
body: {
|
|
1730
1728
|
plan: 'free' | 'starter' | 'pro' | 'premium' | 'business';
|
|
1731
1729
|
billing_period: 'month' | 'year';
|
|
1732
1730
|
};
|