@stigg/typescript 0.1.0-alpha.1 → 0.1.0-alpha.11
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 +158 -0
- package/README.md +40 -0
- package/client.d.mts +6 -8
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -8
- package/client.d.ts.map +1 -1
- package/client.js +23 -21
- package/client.js.map +1 -1
- package/client.mjs +24 -22
- package/client.mjs.map +1 -1
- package/core/pagination.d.mts +11 -5
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts +11 -5
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.js +9 -9
- package/core/pagination.js.map +1 -1
- package/core/pagination.mjs +9 -9
- package/core/pagination.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.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.mts +3 -0
- package/internal/qs/stringify.d.mts.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 +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.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.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -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/resources/index.d.mts +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/v1/addons/addons.d.mts +1298 -0
- package/resources/v1/addons/addons.d.mts.map +1 -0
- package/resources/v1/addons/addons.d.ts +1298 -0
- package/resources/v1/addons/addons.d.ts.map +1 -0
- package/resources/v1/addons/addons.js +78 -0
- package/resources/v1/addons/addons.js.map +1 -0
- package/resources/v1/addons/addons.mjs +73 -0
- package/resources/v1/addons/addons.mjs.map +1 -0
- package/resources/v1/addons/entitlements.d.mts +747 -0
- package/resources/v1/addons/entitlements.d.mts.map +1 -0
- package/resources/v1/addons/entitlements.d.ts +747 -0
- package/resources/v1/addons/entitlements.d.ts.map +1 -0
- package/resources/v1/addons/entitlements.js +36 -0
- package/resources/v1/addons/entitlements.js.map +1 -0
- package/resources/v1/addons/entitlements.mjs +32 -0
- package/resources/v1/addons/entitlements.mjs.map +1 -0
- package/resources/v1/addons/index.d.mts +3 -0
- package/resources/v1/addons/index.d.mts.map +1 -0
- package/resources/v1/addons/index.d.ts +3 -0
- package/resources/v1/addons/index.d.ts.map +1 -0
- package/resources/v1/addons/index.js +9 -0
- package/resources/v1/addons/index.js.map +1 -0
- package/resources/v1/addons/index.mjs +4 -0
- package/resources/v1/addons/index.mjs.map +1 -0
- package/resources/v1/addons.d.mts +2 -0
- package/resources/v1/addons.d.mts.map +1 -0
- package/resources/v1/addons.d.ts +2 -0
- package/resources/v1/addons.d.ts.map +1 -0
- package/resources/v1/addons.js +6 -0
- package/resources/v1/addons.js.map +1 -0
- package/resources/v1/addons.mjs +3 -0
- package/resources/v1/addons.mjs.map +1 -0
- package/resources/v1/coupons.d.mts +154 -157
- package/resources/v1/coupons.d.mts.map +1 -1
- package/resources/v1/coupons.d.ts +154 -157
- package/resources/v1/coupons.d.ts.map +1 -1
- package/resources/v1/coupons.js +21 -4
- package/resources/v1/coupons.js.map +1 -1
- package/resources/v1/coupons.mjs +21 -4
- package/resources/v1/coupons.mjs.map +1 -1
- package/resources/v1/customers/customers.d.mts +247 -118
- package/resources/v1/customers/customers.d.mts.map +1 -1
- package/resources/v1/customers/customers.d.ts +247 -118
- package/resources/v1/customers/customers.d.ts.map +1 -1
- package/resources/v1/customers/customers.js +37 -16
- package/resources/v1/customers/customers.js.map +1 -1
- package/resources/v1/customers/customers.mjs +37 -16
- package/resources/v1/customers/customers.mjs.map +1 -1
- package/resources/v1/customers/index.d.mts +2 -2
- package/resources/v1/customers/index.d.mts.map +1 -1
- package/resources/v1/customers/index.d.ts +2 -2
- package/resources/v1/customers/index.d.ts.map +1 -1
- package/resources/v1/customers/index.js +3 -3
- package/resources/v1/customers/index.js.map +1 -1
- package/resources/v1/customers/index.mjs +1 -1
- package/resources/v1/customers/index.mjs.map +1 -1
- package/resources/v1/customers/payment-method.d.mts +7 -2
- package/resources/v1/customers/payment-method.d.mts.map +1 -1
- package/resources/v1/customers/payment-method.d.ts +7 -2
- package/resources/v1/customers/payment-method.d.ts.map +1 -1
- package/resources/v1/customers/payment-method.js +4 -2
- package/resources/v1/customers/payment-method.js.map +1 -1
- package/resources/v1/customers/payment-method.mjs +4 -2
- package/resources/v1/customers/payment-method.mjs.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.mts +498 -0
- package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -0
- package/resources/v1/customers/promotional-entitlements.d.ts +498 -0
- package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -0
- package/resources/v1/customers/promotional-entitlements.js +32 -0
- package/resources/v1/customers/promotional-entitlements.js.map +1 -0
- package/resources/v1/customers/promotional-entitlements.mjs +28 -0
- package/resources/v1/customers/promotional-entitlements.mjs.map +1 -0
- package/resources/v1/events.d.mts +63 -0
- package/resources/v1/events.d.mts.map +1 -0
- package/resources/v1/events.d.ts +63 -0
- package/resources/v1/events.d.ts.map +1 -0
- package/resources/v1/events.js +16 -0
- package/resources/v1/events.js.map +1 -0
- package/resources/v1/events.mjs +12 -0
- package/resources/v1/events.mjs.map +1 -0
- package/resources/v1/features.d.mts +444 -0
- package/resources/v1/features.d.mts.map +1 -0
- package/resources/v1/features.d.ts +444 -0
- package/resources/v1/features.d.ts.map +1 -0
- package/resources/v1/features.js +51 -0
- package/resources/v1/features.js.map +1 -0
- package/resources/v1/features.mjs +47 -0
- package/resources/v1/features.mjs.map +1 -0
- package/resources/v1/index.d.mts +10 -4
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +10 -4
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +17 -5
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +7 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/plans/entitlements.d.mts +747 -0
- package/resources/v1/plans/entitlements.d.mts.map +1 -0
- package/resources/v1/plans/entitlements.d.ts +747 -0
- package/resources/v1/plans/entitlements.d.ts.map +1 -0
- package/resources/v1/plans/entitlements.js +36 -0
- package/resources/v1/plans/entitlements.js.map +1 -0
- package/resources/v1/plans/entitlements.mjs +32 -0
- package/resources/v1/plans/entitlements.mjs.map +1 -0
- package/resources/v1/plans/index.d.mts +3 -0
- package/resources/v1/plans/index.d.mts.map +1 -0
- package/resources/v1/plans/index.d.ts +3 -0
- package/resources/v1/plans/index.d.ts.map +1 -0
- package/resources/v1/plans/index.js +9 -0
- package/resources/v1/plans/index.js.map +1 -0
- package/resources/v1/plans/index.mjs +4 -0
- package/resources/v1/plans/index.mjs.map +1 -0
- package/resources/v1/plans/plans.d.mts +973 -0
- package/resources/v1/plans/plans.d.mts.map +1 -0
- package/resources/v1/plans/plans.d.ts +973 -0
- package/resources/v1/plans/plans.d.ts.map +1 -0
- package/resources/v1/plans/plans.js +76 -0
- package/resources/v1/plans/plans.js.map +1 -0
- package/resources/v1/plans/plans.mjs +71 -0
- package/resources/v1/plans/plans.mjs.map +1 -0
- package/resources/v1/plans.d.mts +2 -0
- package/resources/v1/plans.d.mts.map +1 -0
- package/resources/v1/plans.d.ts +2 -0
- package/resources/v1/plans.d.ts.map +1 -0
- package/resources/v1/plans.js +6 -0
- package/resources/v1/plans.js.map +1 -0
- package/resources/v1/plans.mjs +3 -0
- package/resources/v1/plans.mjs.map +1 -0
- package/resources/v1/products.d.mts +332 -0
- package/resources/v1/products.d.mts.map +1 -0
- package/resources/v1/products.d.ts +332 -0
- package/resources/v1/products.d.ts.map +1 -0
- package/resources/v1/products.js +52 -0
- package/resources/v1/products.js.map +1 -0
- package/resources/v1/products.mjs +48 -0
- package/resources/v1/products.mjs.map +1 -0
- package/resources/v1/subscriptions/future-update.d.mts +12 -19
- package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
- package/resources/v1/subscriptions/future-update.d.ts +12 -19
- package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
- package/resources/v1/subscriptions/future-update.js +3 -2
- package/resources/v1/subscriptions/future-update.js.map +1 -1
- package/resources/v1/subscriptions/future-update.mjs +3 -2
- package/resources/v1/subscriptions/future-update.mjs.map +1 -1
- package/resources/v1/subscriptions/index.d.mts +4 -2
- package/resources/v1/subscriptions/index.d.mts.map +1 -1
- package/resources/v1/subscriptions/index.d.ts +4 -2
- package/resources/v1/subscriptions/index.d.ts.map +1 -1
- package/resources/v1/subscriptions/index.js +5 -1
- package/resources/v1/subscriptions/index.js.map +1 -1
- package/resources/v1/subscriptions/index.mjs +3 -1
- package/resources/v1/subscriptions/index.mjs.map +1 -1
- package/resources/v1/subscriptions/invoice.d.mts +34 -0
- package/resources/v1/subscriptions/invoice.d.mts.map +1 -0
- package/resources/v1/subscriptions/invoice.d.ts +34 -0
- package/resources/v1/subscriptions/invoice.d.ts.map +1 -0
- package/resources/v1/subscriptions/invoice.js +17 -0
- package/resources/v1/subscriptions/invoice.js.map +1 -0
- package/resources/v1/subscriptions/invoice.mjs +13 -0
- package/resources/v1/subscriptions/invoice.mjs.map +1 -0
- package/resources/v1/subscriptions/subscriptions.d.mts +1565 -518
- package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.ts +1565 -518
- package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.js +52 -12
- package/resources/v1/subscriptions/subscriptions.js.map +1 -1
- package/resources/v1/subscriptions/subscriptions.mjs +53 -13
- package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
- package/resources/v1/subscriptions/usage.d.mts +98 -0
- package/resources/v1/subscriptions/usage.d.mts.map +1 -0
- package/resources/v1/subscriptions/usage.d.ts +98 -0
- package/resources/v1/subscriptions/usage.d.ts.map +1 -0
- package/resources/v1/subscriptions/usage.js +24 -0
- package/resources/v1/subscriptions/usage.js.map +1 -0
- package/resources/v1/subscriptions/usage.mjs +20 -0
- package/resources/v1/subscriptions/usage.mjs.map +1 -0
- package/resources/v1/usage.d.mts +230 -0
- package/resources/v1/usage.d.mts.map +1 -0
- package/resources/v1/usage.d.ts +230 -0
- package/resources/v1/usage.d.ts.map +1 -0
- package/resources/v1/usage.js +24 -0
- package/resources/v1/usage.js.map +1 -0
- package/resources/v1/usage.mjs +20 -0
- package/resources/v1/usage.mjs.map +1 -0
- package/resources/v1/v1.d.mts +30 -149
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +30 -149
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +24 -12
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +24 -12
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +33 -40
- package/src/core/pagination.ts +24 -18
- package/src/internal/parse.ts +6 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/resources/index.ts +1 -7
- package/src/resources/v1/addons/addons.ts +3245 -0
- package/src/resources/v1/addons/entitlements.ts +976 -0
- package/src/resources/v1/addons/index.ts +26 -0
- package/src/resources/v1/addons.ts +3 -0
- package/src/resources/v1/coupons.ts +311 -436
- package/src/resources/v1/customers/customers.ts +334 -153
- package/src/resources/v1/customers/index.ts +17 -2
- package/src/resources/v1/customers/payment-method.ts +7 -2
- package/src/resources/v1/customers/promotional-entitlements.ts +669 -0
- package/src/resources/v1/events.ts +74 -0
- package/src/resources/v1/features.ts +571 -0
- package/src/resources/v1/index.ts +73 -15
- package/src/resources/v1/plans/entitlements.ts +968 -0
- package/src/resources/v1/plans/index.ts +24 -0
- package/src/resources/v1/plans/plans.ts +2032 -0
- package/src/resources/v1/plans.ts +3 -0
- package/src/resources/v1/products.ts +423 -0
- package/src/resources/v1/subscriptions/future-update.ts +12 -27
- package/src/resources/v1/subscriptions/index.ts +16 -11
- package/src/resources/v1/subscriptions/invoice.ts +42 -0
- package/src/resources/v1/subscriptions/subscriptions.ts +3341 -832
- package/src/resources/v1/subscriptions/usage.ts +126 -0
- package/src/resources/v1/usage.ts +284 -0
- package/src/resources/v1/v1.ts +174 -197
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/resources/v1/customers/usage.d.mts +0 -98
- package/resources/v1/customers/usage.d.mts.map +0 -1
- package/resources/v1/customers/usage.d.ts +0 -98
- package/resources/v1/customers/usage.d.ts.map +0 -1
- package/resources/v1/customers/usage.js +0 -20
- package/resources/v1/customers/usage.js.map +0 -1
- package/resources/v1/customers/usage.mjs +0 -16
- package/resources/v1/customers/usage.mjs.map +0 -1
- package/src/resources/v1/customers/usage.ts +0 -132
|
@@ -1,42 +1,67 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.mjs";
|
|
2
2
|
import * as PaymentMethodAPI from "./payment-method.mjs";
|
|
3
3
|
import { PaymentMethod, PaymentMethodAttachParams } from "./payment-method.mjs";
|
|
4
|
-
import * as
|
|
5
|
-
import {
|
|
4
|
+
import * as PromotionalEntitlementsAPI from "./promotional-entitlements.mjs";
|
|
5
|
+
import { PromotionalEntitlementCreateParams, PromotionalEntitlementCreateResponse, PromotionalEntitlementListParams, PromotionalEntitlementListResponse, PromotionalEntitlementListResponsesMyCursorIDPage, PromotionalEntitlementRevokeParams, PromotionalEntitlementRevokeResponse, PromotionalEntitlements } from "./promotional-entitlements.mjs";
|
|
6
6
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
7
|
+
import { MyCursorIDPage, type MyCursorIDPageParams, PagePromise } from "../../../core/pagination.mjs";
|
|
7
8
|
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
8
9
|
export declare class Customers extends APIResource {
|
|
9
10
|
paymentMethod: PaymentMethodAPI.PaymentMethod;
|
|
10
|
-
|
|
11
|
+
promotionalEntitlements: PromotionalEntitlementsAPI.PromotionalEntitlements;
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
create(body: CustomerCreateParams, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
15
|
-
/**
|
|
16
|
-
* Get a single Customer by id
|
|
13
|
+
* Retrieves a customer by their unique identifier, including billing information
|
|
14
|
+
* and subscription status.
|
|
17
15
|
*/
|
|
18
16
|
retrieve(id: string, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
19
17
|
/**
|
|
20
|
-
*
|
|
18
|
+
* Updates an existing customer's properties such as name, email, and billing
|
|
19
|
+
* information.
|
|
21
20
|
*/
|
|
22
21
|
update(id: string, body: CustomerUpdateParams, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
23
22
|
/**
|
|
24
|
-
*
|
|
23
|
+
* Retrieves a paginated list of customers in the environment.
|
|
25
24
|
*/
|
|
26
|
-
list(query?: CustomerListParams | null | undefined, options?: RequestOptions):
|
|
25
|
+
list(query?: CustomerListParams | null | undefined, options?: RequestOptions): PagePromise<CustomerListResponsesMyCursorIDPage, CustomerListResponse>;
|
|
27
26
|
/**
|
|
28
|
-
*
|
|
27
|
+
* Archives a customer, preventing new subscriptions. Optionally cancels existing
|
|
28
|
+
* subscriptions.
|
|
29
29
|
*/
|
|
30
30
|
archive(id: string, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Imports multiple customers in bulk. Used for migrating customer data from
|
|
33
|
+
* external systems.
|
|
34
|
+
*/
|
|
35
|
+
import(body: CustomerImportParams, options?: RequestOptions): APIPromise<CustomerImportResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Retrieves a paginated list of resources within the same customer.
|
|
38
|
+
*/
|
|
39
|
+
listResources(id: string, query?: CustomerListResourcesParams | null | undefined, options?: RequestOptions): PagePromise<CustomerListResourcesResponsesMyCursorIDPage, CustomerListResourcesResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Creates a new customer and optionally provisions an initial subscription in a
|
|
42
|
+
* single operation.
|
|
43
|
+
*/
|
|
44
|
+
provision(body: CustomerProvisionParams, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Restores an archived customer, allowing them to create new subscriptions again.
|
|
33
47
|
*/
|
|
34
48
|
unarchive(id: string, options?: RequestOptions): APIPromise<CustomerResponse>;
|
|
35
49
|
}
|
|
50
|
+
export type CustomerListResponsesMyCursorIDPage = MyCursorIDPage<CustomerListResponse>;
|
|
51
|
+
export type CustomerListResourcesResponsesMyCursorIDPage = MyCursorIDPage<CustomerListResourcesResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Response object
|
|
54
|
+
*/
|
|
36
55
|
export interface CustomerResponse {
|
|
56
|
+
/**
|
|
57
|
+
* A customer can be either an organization or an individual
|
|
58
|
+
*/
|
|
37
59
|
data: CustomerResponse.Data;
|
|
38
60
|
}
|
|
39
61
|
export declare namespace CustomerResponse {
|
|
62
|
+
/**
|
|
63
|
+
* A customer can be either an organization or an individual
|
|
64
|
+
*/
|
|
40
65
|
interface Data {
|
|
41
66
|
/**
|
|
42
67
|
* Customer slug
|
|
@@ -107,100 +132,9 @@ export declare namespace CustomerResponse {
|
|
|
107
132
|
*/
|
|
108
133
|
type: 'CARD' | 'BANK' | 'CASH_APP';
|
|
109
134
|
}
|
|
110
|
-
interface Integration {
|
|
111
|
-
/**
|
|
112
|
-
* Integration details
|
|
113
|
-
*/
|
|
114
|
-
id: string;
|
|
115
|
-
/**
|
|
116
|
-
* Synced entity id
|
|
117
|
-
*/
|
|
118
|
-
syncedEntityId: string | null;
|
|
119
|
-
/**
|
|
120
|
-
* The vendor identifier of integration
|
|
121
|
-
*/
|
|
122
|
-
vendorIdentifier: 'AUTH0' | 'ZUORA' | 'STRIPE' | 'HUBSPOT' | 'AWS_MARKETPLACE' | 'SNOWFLAKE' | 'SALESFORCE' | 'BIG_QUERY' | 'OPEN_FGA' | 'APP_STORE';
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
export interface CustomerListResponse {
|
|
127
|
-
data: Array<CustomerListResponse.Data>;
|
|
128
|
-
}
|
|
129
|
-
export declare namespace CustomerListResponse {
|
|
130
|
-
interface Data {
|
|
131
|
-
/**
|
|
132
|
-
* Customer slug
|
|
133
|
-
*/
|
|
134
|
-
id: string;
|
|
135
|
-
/**
|
|
136
|
-
* Timestamp of when the record was deleted
|
|
137
|
-
*/
|
|
138
|
-
archivedAt: string | null;
|
|
139
|
-
/**
|
|
140
|
-
* Timestamp of when the record was created
|
|
141
|
-
*/
|
|
142
|
-
createdAt: string;
|
|
143
|
-
/**
|
|
144
|
-
* Cursor ID for query pagination
|
|
145
|
-
*/
|
|
146
|
-
cursorId: string;
|
|
147
135
|
/**
|
|
148
|
-
*
|
|
149
|
-
*/
|
|
150
|
-
updatedAt: string;
|
|
151
|
-
/**
|
|
152
|
-
* Customer level coupon
|
|
136
|
+
* External billing or CRM integration link
|
|
153
137
|
*/
|
|
154
|
-
couponId?: string | null;
|
|
155
|
-
/**
|
|
156
|
-
* The default payment method details
|
|
157
|
-
*/
|
|
158
|
-
defaultPaymentMethod?: Data.DefaultPaymentMethod | null;
|
|
159
|
-
/**
|
|
160
|
-
* The email of the customer
|
|
161
|
-
*/
|
|
162
|
-
email?: string | null;
|
|
163
|
-
/**
|
|
164
|
-
* List of integrations
|
|
165
|
-
*/
|
|
166
|
-
integrations?: Array<Data.Integration>;
|
|
167
|
-
/**
|
|
168
|
-
* Additional metadata
|
|
169
|
-
*/
|
|
170
|
-
metadata?: {
|
|
171
|
-
[key: string]: string;
|
|
172
|
-
};
|
|
173
|
-
/**
|
|
174
|
-
* The name of the customer
|
|
175
|
-
*/
|
|
176
|
-
name?: string | null;
|
|
177
|
-
}
|
|
178
|
-
namespace Data {
|
|
179
|
-
/**
|
|
180
|
-
* The default payment method details
|
|
181
|
-
*/
|
|
182
|
-
interface DefaultPaymentMethod {
|
|
183
|
-
/**
|
|
184
|
-
* The default payment method id
|
|
185
|
-
*/
|
|
186
|
-
billingId: string | null;
|
|
187
|
-
/**
|
|
188
|
-
* The expiration month of the default payment method
|
|
189
|
-
*/
|
|
190
|
-
cardExpiryMonth: number | null;
|
|
191
|
-
/**
|
|
192
|
-
* The expiration year of the default payment method
|
|
193
|
-
*/
|
|
194
|
-
cardExpiryYear: number | null;
|
|
195
|
-
/**
|
|
196
|
-
* The last 4 digits of the default payment method
|
|
197
|
-
*/
|
|
198
|
-
cardLast4Digits: string | null;
|
|
199
|
-
/**
|
|
200
|
-
* The default payment method type
|
|
201
|
-
*/
|
|
202
|
-
type: 'CARD' | 'BANK' | 'CASH_APP';
|
|
203
|
-
}
|
|
204
138
|
interface Integration {
|
|
205
139
|
/**
|
|
206
140
|
* Integration details
|
|
@@ -217,11 +151,26 @@ export declare namespace CustomerListResponse {
|
|
|
217
151
|
}
|
|
218
152
|
}
|
|
219
153
|
}
|
|
220
|
-
|
|
154
|
+
/**
|
|
155
|
+
* A customer can be either an organization or an individual
|
|
156
|
+
*/
|
|
157
|
+
export interface CustomerListResponse {
|
|
221
158
|
/**
|
|
222
159
|
* Customer slug
|
|
223
160
|
*/
|
|
224
161
|
id: string;
|
|
162
|
+
/**
|
|
163
|
+
* Timestamp of when the record was deleted
|
|
164
|
+
*/
|
|
165
|
+
archivedAt: string | null;
|
|
166
|
+
/**
|
|
167
|
+
* Timestamp of when the record was created
|
|
168
|
+
*/
|
|
169
|
+
createdAt: string;
|
|
170
|
+
/**
|
|
171
|
+
* Timestamp of when the record was last updated
|
|
172
|
+
*/
|
|
173
|
+
updatedAt: string;
|
|
225
174
|
/**
|
|
226
175
|
* Customer level coupon
|
|
227
176
|
*/
|
|
@@ -229,7 +178,7 @@ export interface CustomerCreateParams {
|
|
|
229
178
|
/**
|
|
230
179
|
* The default payment method details
|
|
231
180
|
*/
|
|
232
|
-
defaultPaymentMethod?:
|
|
181
|
+
defaultPaymentMethod?: CustomerListResponse.DefaultPaymentMethod | null;
|
|
233
182
|
/**
|
|
234
183
|
* The email of the customer
|
|
235
184
|
*/
|
|
@@ -237,7 +186,7 @@ export interface CustomerCreateParams {
|
|
|
237
186
|
/**
|
|
238
187
|
* List of integrations
|
|
239
188
|
*/
|
|
240
|
-
integrations?: Array<
|
|
189
|
+
integrations?: Array<CustomerListResponse.Integration>;
|
|
241
190
|
/**
|
|
242
191
|
* Additional metadata
|
|
243
192
|
*/
|
|
@@ -249,7 +198,7 @@ export interface CustomerCreateParams {
|
|
|
249
198
|
*/
|
|
250
199
|
name?: string | null;
|
|
251
200
|
}
|
|
252
|
-
export declare namespace
|
|
201
|
+
export declare namespace CustomerListResponse {
|
|
253
202
|
/**
|
|
254
203
|
* The default payment method details
|
|
255
204
|
*/
|
|
@@ -275,6 +224,9 @@ export declare namespace CustomerCreateParams {
|
|
|
275
224
|
*/
|
|
276
225
|
type: 'CARD' | 'BANK' | 'CASH_APP';
|
|
277
226
|
}
|
|
227
|
+
/**
|
|
228
|
+
* External billing or CRM integration link
|
|
229
|
+
*/
|
|
278
230
|
interface Integration {
|
|
279
231
|
/**
|
|
280
232
|
* Integration details
|
|
@@ -290,6 +242,43 @@ export declare namespace CustomerCreateParams {
|
|
|
290
242
|
vendorIdentifier: 'AUTH0' | 'ZUORA' | 'STRIPE' | 'HUBSPOT' | 'AWS_MARKETPLACE' | 'SNOWFLAKE' | 'SALESFORCE' | 'BIG_QUERY' | 'OPEN_FGA' | 'APP_STORE';
|
|
291
243
|
}
|
|
292
244
|
}
|
|
245
|
+
/**
|
|
246
|
+
* Response object
|
|
247
|
+
*/
|
|
248
|
+
export interface CustomerImportResponse {
|
|
249
|
+
/**
|
|
250
|
+
* List of newly created customer IDs from the import operation.
|
|
251
|
+
*/
|
|
252
|
+
data: CustomerImportResponse.Data;
|
|
253
|
+
}
|
|
254
|
+
export declare namespace CustomerImportResponse {
|
|
255
|
+
/**
|
|
256
|
+
* List of newly created customer IDs from the import operation.
|
|
257
|
+
*/
|
|
258
|
+
interface Data {
|
|
259
|
+
/**
|
|
260
|
+
* Customer IDs created during import
|
|
261
|
+
*/
|
|
262
|
+
newCustomers: Array<string>;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Resource object that belongs to a customer
|
|
267
|
+
*/
|
|
268
|
+
export interface CustomerListResourcesResponse {
|
|
269
|
+
/**
|
|
270
|
+
* Resource slug
|
|
271
|
+
*/
|
|
272
|
+
id: string;
|
|
273
|
+
/**
|
|
274
|
+
* Timestamp of when the record was created
|
|
275
|
+
*/
|
|
276
|
+
createdAt: string;
|
|
277
|
+
/**
|
|
278
|
+
* Timestamp of when the record was last updated
|
|
279
|
+
*/
|
|
280
|
+
updatedAt: string;
|
|
281
|
+
}
|
|
293
282
|
export interface CustomerUpdateParams {
|
|
294
283
|
/**
|
|
295
284
|
* Customer level coupon
|
|
@@ -315,6 +304,9 @@ export interface CustomerUpdateParams {
|
|
|
315
304
|
name?: string | null;
|
|
316
305
|
}
|
|
317
306
|
export declare namespace CustomerUpdateParams {
|
|
307
|
+
/**
|
|
308
|
+
* External billing or CRM integration link
|
|
309
|
+
*/
|
|
318
310
|
interface Integration {
|
|
319
311
|
/**
|
|
320
312
|
* Integration details
|
|
@@ -330,23 +322,160 @@ export declare namespace CustomerUpdateParams {
|
|
|
330
322
|
vendorIdentifier: 'AUTH0' | 'ZUORA' | 'STRIPE' | 'HUBSPOT' | 'AWS_MARKETPLACE' | 'SNOWFLAKE' | 'SALESFORCE' | 'BIG_QUERY' | 'OPEN_FGA' | 'APP_STORE';
|
|
331
323
|
}
|
|
332
324
|
}
|
|
333
|
-
export interface CustomerListParams {
|
|
325
|
+
export interface CustomerListParams extends MyCursorIDPageParams {
|
|
326
|
+
/**
|
|
327
|
+
* Filter by creation date using range operators: gt, gte, lt, lte
|
|
328
|
+
*/
|
|
329
|
+
createdAt?: CustomerListParams.CreatedAt;
|
|
330
|
+
/**
|
|
331
|
+
* Filter by exact customer email address
|
|
332
|
+
*/
|
|
333
|
+
email?: string;
|
|
334
|
+
/**
|
|
335
|
+
* Filter by exact customer name
|
|
336
|
+
*/
|
|
337
|
+
name?: string;
|
|
338
|
+
}
|
|
339
|
+
export declare namespace CustomerListParams {
|
|
340
|
+
/**
|
|
341
|
+
* Filter by creation date using range operators: gt, gte, lt, lte
|
|
342
|
+
*/
|
|
343
|
+
interface CreatedAt {
|
|
344
|
+
/**
|
|
345
|
+
* Greater than the specified createdAt value
|
|
346
|
+
*/
|
|
347
|
+
gt?: string;
|
|
348
|
+
/**
|
|
349
|
+
* Greater than or equal to the specified createdAt value
|
|
350
|
+
*/
|
|
351
|
+
gte?: string;
|
|
352
|
+
/**
|
|
353
|
+
* Less than the specified createdAt value
|
|
354
|
+
*/
|
|
355
|
+
lt?: string;
|
|
356
|
+
/**
|
|
357
|
+
* Less than or equal to the specified createdAt value
|
|
358
|
+
*/
|
|
359
|
+
lte?: string;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
export interface CustomerImportParams {
|
|
363
|
+
/**
|
|
364
|
+
* List of customer objects to import
|
|
365
|
+
*/
|
|
366
|
+
customers: Array<CustomerImportParams.Customer>;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace CustomerImportParams {
|
|
369
|
+
interface Customer {
|
|
370
|
+
/**
|
|
371
|
+
* Customer slug
|
|
372
|
+
*/
|
|
373
|
+
id: string;
|
|
374
|
+
/**
|
|
375
|
+
* The email of the customer
|
|
376
|
+
*/
|
|
377
|
+
email: string | null;
|
|
378
|
+
/**
|
|
379
|
+
* The name of the customer
|
|
380
|
+
*/
|
|
381
|
+
name: string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Additional metadata
|
|
384
|
+
*/
|
|
385
|
+
metadata?: {
|
|
386
|
+
[key: string]: string;
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* Billing provider payment method id
|
|
390
|
+
*/
|
|
391
|
+
paymentMethodId?: string;
|
|
392
|
+
/**
|
|
393
|
+
* Timestamp of when the record was last updated
|
|
394
|
+
*/
|
|
395
|
+
updatedAt?: string;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
export interface CustomerListResourcesParams extends MyCursorIDPageParams {
|
|
399
|
+
}
|
|
400
|
+
export interface CustomerProvisionParams {
|
|
401
|
+
/**
|
|
402
|
+
* Customer slug
|
|
403
|
+
*/
|
|
404
|
+
id: string;
|
|
334
405
|
/**
|
|
335
|
-
*
|
|
406
|
+
* Customer level coupon
|
|
407
|
+
*/
|
|
408
|
+
couponId?: string | null;
|
|
409
|
+
/**
|
|
410
|
+
* The default payment method details
|
|
411
|
+
*/
|
|
412
|
+
defaultPaymentMethod?: CustomerProvisionParams.DefaultPaymentMethod | null;
|
|
413
|
+
/**
|
|
414
|
+
* The email of the customer
|
|
415
|
+
*/
|
|
416
|
+
email?: string | null;
|
|
417
|
+
/**
|
|
418
|
+
* List of integrations
|
|
419
|
+
*/
|
|
420
|
+
integrations?: Array<CustomerProvisionParams.Integration>;
|
|
421
|
+
/**
|
|
422
|
+
* Additional metadata
|
|
336
423
|
*/
|
|
337
|
-
|
|
424
|
+
metadata?: {
|
|
425
|
+
[key: string]: string;
|
|
426
|
+
};
|
|
338
427
|
/**
|
|
339
|
-
*
|
|
428
|
+
* The name of the customer
|
|
340
429
|
*/
|
|
341
|
-
|
|
430
|
+
name?: string | null;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace CustomerProvisionParams {
|
|
433
|
+
/**
|
|
434
|
+
* The default payment method details
|
|
435
|
+
*/
|
|
436
|
+
interface DefaultPaymentMethod {
|
|
437
|
+
/**
|
|
438
|
+
* The default payment method id
|
|
439
|
+
*/
|
|
440
|
+
billingId: string | null;
|
|
441
|
+
/**
|
|
442
|
+
* The expiration month of the default payment method
|
|
443
|
+
*/
|
|
444
|
+
cardExpiryMonth: number | null;
|
|
445
|
+
/**
|
|
446
|
+
* The expiration year of the default payment method
|
|
447
|
+
*/
|
|
448
|
+
cardExpiryYear: number | null;
|
|
449
|
+
/**
|
|
450
|
+
* The last 4 digits of the default payment method
|
|
451
|
+
*/
|
|
452
|
+
cardLast4Digits: string | null;
|
|
453
|
+
/**
|
|
454
|
+
* The default payment method type
|
|
455
|
+
*/
|
|
456
|
+
type: 'CARD' | 'BANK' | 'CASH_APP';
|
|
457
|
+
}
|
|
342
458
|
/**
|
|
343
|
-
*
|
|
459
|
+
* External billing or CRM integration link
|
|
344
460
|
*/
|
|
345
|
-
|
|
461
|
+
interface Integration {
|
|
462
|
+
/**
|
|
463
|
+
* Integration details
|
|
464
|
+
*/
|
|
465
|
+
id: string;
|
|
466
|
+
/**
|
|
467
|
+
* Synced entity id
|
|
468
|
+
*/
|
|
469
|
+
syncedEntityId: string | null;
|
|
470
|
+
/**
|
|
471
|
+
* The vendor identifier of integration
|
|
472
|
+
*/
|
|
473
|
+
vendorIdentifier: 'AUTH0' | 'ZUORA' | 'STRIPE' | 'HUBSPOT' | 'AWS_MARKETPLACE' | 'SNOWFLAKE' | 'SALESFORCE' | 'BIG_QUERY' | 'OPEN_FGA' | 'APP_STORE';
|
|
474
|
+
}
|
|
346
475
|
}
|
|
347
476
|
export declare namespace Customers {
|
|
348
|
-
export { type CustomerResponse as CustomerResponse, type CustomerListResponse as CustomerListResponse, type
|
|
477
|
+
export { type CustomerResponse as CustomerResponse, type CustomerListResponse as CustomerListResponse, type CustomerImportResponse as CustomerImportResponse, type CustomerListResourcesResponse as CustomerListResourcesResponse, type CustomerListResponsesMyCursorIDPage as CustomerListResponsesMyCursorIDPage, type CustomerListResourcesResponsesMyCursorIDPage as CustomerListResourcesResponsesMyCursorIDPage, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerImportParams as CustomerImportParams, type CustomerListResourcesParams as CustomerListResourcesParams, type CustomerProvisionParams as CustomerProvisionParams, };
|
|
349
478
|
export { PaymentMethod as PaymentMethod, type PaymentMethodAttachParams as PaymentMethodAttachParams };
|
|
350
|
-
export {
|
|
479
|
+
export { PromotionalEntitlements as PromotionalEntitlements, type PromotionalEntitlementCreateResponse as PromotionalEntitlementCreateResponse, type PromotionalEntitlementListResponse as PromotionalEntitlementListResponse, type PromotionalEntitlementRevokeResponse as PromotionalEntitlementRevokeResponse, type PromotionalEntitlementListResponsesMyCursorIDPage as PromotionalEntitlementListResponsesMyCursorIDPage, type PromotionalEntitlementCreateParams as PromotionalEntitlementCreateParams, type PromotionalEntitlementListParams as PromotionalEntitlementListParams, type PromotionalEntitlementRevokeParams as PromotionalEntitlementRevokeParams, };
|
|
351
480
|
}
|
|
352
481
|
//# sourceMappingURL=customers.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/customers/customers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAAE,aAAa,EAAE,yBAAyB,EAAE;OAC5C,KAAK,
|
|
1
|
+
{"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/customers/customers.ts"],"names":[],"mappings":"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"}
|