@kittycad/lib 0.0.50 → 0.0.52
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/cjs/index.js +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/types/__tests__/gen/api-calls-get_api_call_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/api-calls-get_api_call_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/api-calls-org_list_api_calls.test.d.ts +2 -0
- package/dist/types/__tests__/gen/api-calls-org_list_api_calls.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/meta-get_ipinfo.test.d.ts +2 -0
- package/dist/types/__tests__/gen/meta-get_ipinfo.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/oauth2-oauth2_provider_callback_post.test.d.ts +2 -0
- package/dist/types/__tests__/gen/oauth2-oauth2_provider_callback_post.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-create_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-create_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-create_org_member.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-create_org_member.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-delete_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-delete_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-delete_org_member.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-delete_org_member.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-get_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-get_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-get_org_member.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-get_org_member.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-get_user_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-get_user_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-list_org_members.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-list_org_members.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-update_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-update_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/orgs-update_org_member.test.d.ts +2 -0
- package/dist/types/__tests__/gen/orgs-update_org_member.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-create_payment_information_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-create_payment_information_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-create_payment_intent_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-create_payment_intent_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-delete_payment_information_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-delete_payment_information_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-delete_payment_method_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-delete_payment_method_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_payment_balance_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-get_payment_information_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-get_payment_information_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-list_invoices_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-list_invoices_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-list_payment_methods_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-list_payment_methods_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-update_payment_information_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-update_payment_information_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/payments-validate_customer_tax_information_for_org.test.d.ts +2 -0
- package/dist/types/__tests__/gen/payments-validate_customer_tax_information_for_org.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-get_oauth2_providers_for_user.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-get_oauth2_providers_for_user.test.d.ts.map +1 -0
- package/dist/types/src/api/api-calls/get_api_call_for_org.d.ts +10 -0
- package/dist/types/src/api/api-calls/get_api_call_for_org.d.ts.map +1 -0
- package/dist/types/src/api/api-calls/org_list_api_calls.d.ts +12 -0
- package/dist/types/src/api/api-calls/org_list_api_calls.d.ts.map +1 -0
- package/dist/types/src/api/api-tokens/create_api_token_for_user.d.ts +2 -1
- package/dist/types/src/api/api-tokens/create_api_token_for_user.d.ts.map +1 -1
- package/dist/types/src/api/meta/get_ipinfo.d.ts +9 -0
- package/dist/types/src/api/meta/get_ipinfo.d.ts.map +1 -0
- package/dist/types/src/api/oauth2/oauth2_provider_callback.d.ts +3 -1
- package/dist/types/src/api/oauth2/oauth2_provider_callback.d.ts.map +1 -1
- package/dist/types/src/api/oauth2/oauth2_provider_callback_post.d.ts +10 -0
- package/dist/types/src/api/oauth2/oauth2_provider_callback_post.d.ts.map +1 -0
- package/dist/types/src/api/orgs/create_org.d.ts +10 -0
- package/dist/types/src/api/orgs/create_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/create_org_member.d.ts +10 -0
- package/dist/types/src/api/orgs/create_org_member.d.ts.map +1 -0
- package/dist/types/src/api/orgs/delete_org.d.ts +9 -0
- package/dist/types/src/api/orgs/delete_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/delete_org_member.d.ts +10 -0
- package/dist/types/src/api/orgs/delete_org_member.d.ts.map +1 -0
- package/dist/types/src/api/orgs/get_org.d.ts +9 -0
- package/dist/types/src/api/orgs/get_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/get_org_member.d.ts +10 -0
- package/dist/types/src/api/orgs/get_org_member.d.ts.map +1 -0
- package/dist/types/src/api/orgs/get_user_org.d.ts +9 -0
- package/dist/types/src/api/orgs/get_user_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/list_org_members.d.ts +13 -0
- package/dist/types/src/api/orgs/list_org_members.d.ts.map +1 -0
- package/dist/types/src/api/orgs/update_org.d.ts +10 -0
- package/dist/types/src/api/orgs/update_org.d.ts.map +1 -0
- package/dist/types/src/api/orgs/update_org_member.d.ts +11 -0
- package/dist/types/src/api/orgs/update_org_member.d.ts.map +1 -0
- package/dist/types/src/api/payments/create_payment_information_for_org.d.ts +10 -0
- package/dist/types/src/api/payments/create_payment_information_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/create_payment_intent_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/create_payment_intent_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/delete_payment_information_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/delete_payment_information_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/delete_payment_method_for_org.d.ts +10 -0
- package/dist/types/src/api/payments/delete_payment_method_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_payment_balance_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/get_payment_balance_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/get_payment_information_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/get_payment_information_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/list_invoices_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/list_invoices_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/list_payment_methods_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/list_payment_methods_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/update_payment_information_for_org.d.ts +10 -0
- package/dist/types/src/api/payments/update_payment_information_for_org.d.ts.map +1 -0
- package/dist/types/src/api/payments/validate_customer_tax_information_for_org.d.ts +9 -0
- package/dist/types/src/api/payments/validate_customer_tax_information_for_org.d.ts.map +1 -0
- package/dist/types/src/api/users/get_oauth2_providers_for_user.d.ts +9 -0
- package/dist/types/src/api/users/get_oauth2_providers_for_user.d.ts.map +1 -0
- package/dist/types/src/apiGen.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +52 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +115 -14
- package/dist/types/src/models.d.ts.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiCallWithPriceResultsPage_type, Error_type, CreatedAtSortMode_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Org_list_api_calls_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
limit: number;
|
|
6
|
+
page_token: string;
|
|
7
|
+
sort_by: CreatedAtSortMode_type;
|
|
8
|
+
}
|
|
9
|
+
declare type Org_list_api_calls_return = ApiCallWithPriceResultsPage_type | Error_type;
|
|
10
|
+
export default function org_list_api_calls({ client, limit, page_token, sort_by, }: Org_list_api_calls_params): Promise<Org_list_api_calls_return>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=org_list_api_calls.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"org_list_api_calls.d.ts","sourceRoot":"","sources":["../../../../../src/api/api-calls/org_list_api_calls.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gCAAgC,EAChC,UAAU,EACV,sBAAsB,EACvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,yBAAyB;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,sBAAsB,CAAC;CACjC;AAED,aAAK,yBAAyB,GAAG,gCAAgC,GAAG,UAAU,CAAC;AAE/E,wBAA8B,kBAAkB,CAAC,EAC/C,MAAM,EACN,KAAK,EACL,UAAU,EACV,OAAO,GACR,EAAE,yBAAyB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAiBhE"}
|
|
@@ -2,8 +2,9 @@ import { ApiToken_type, Error_type } from '../../models.js';
|
|
|
2
2
|
import { Client } from '../../client.js';
|
|
3
3
|
interface Create_api_token_for_user_params {
|
|
4
4
|
client?: Client;
|
|
5
|
+
label: string;
|
|
5
6
|
}
|
|
6
7
|
declare type Create_api_token_for_user_return = ApiToken_type | Error_type;
|
|
7
|
-
export default function create_api_token_for_user({ client, }
|
|
8
|
+
export default function create_api_token_for_user({ client, label, }: Create_api_token_for_user_params): Promise<Create_api_token_for_user_return>;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=create_api_token_for_user.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create_api_token_for_user.d.ts","sourceRoot":"","sources":["../../../../../src/api/api-tokens/create_api_token_for_user.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,gCAAgC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"create_api_token_for_user.d.ts","sourceRoot":"","sources":["../../../../../src/api/api-tokens/create_api_token_for_user.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,gCAAgC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,aAAK,gCAAgC,GAAG,aAAa,GAAG,UAAU,CAAC;AAEnE,wBAA8B,yBAAyB,CAAC,EACtD,MAAM,EACN,KAAK,GACN,EAAE,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAiB9E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IpAddrInfo_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_ipinfo_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_ipinfo_return = IpAddrInfo_type | Error_type;
|
|
7
|
+
export default function get_ipinfo({ client, }?: Get_ipinfo_params): Promise<Get_ipinfo_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_ipinfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_ipinfo.d.ts","sourceRoot":"","sources":["../../../../../src/api/meta/get_ipinfo.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,iBAAiB,GAAG,eAAe,GAAG,UAAU,CAAC;AAEtD,wBAA8B,UAAU,CAAC,EACvC,MAAM,GACP,GAAE,iBAAsB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAiBrD"}
|
|
@@ -4,9 +4,11 @@ interface Oauth2_provider_callback_params {
|
|
|
4
4
|
client?: Client;
|
|
5
5
|
provider: AccountProvider_type;
|
|
6
6
|
code: string;
|
|
7
|
+
id_token: string;
|
|
7
8
|
state: string;
|
|
9
|
+
user: string;
|
|
8
10
|
}
|
|
9
11
|
declare type Oauth2_provider_callback_return = Error_type;
|
|
10
|
-
export default function oauth2_provider_callback({ client, provider, code, state, }: Oauth2_provider_callback_params): Promise<Oauth2_provider_callback_return>;
|
|
12
|
+
export default function oauth2_provider_callback({ client, provider, code, id_token, state, user, }: Oauth2_provider_callback_params): Promise<Oauth2_provider_callback_return>;
|
|
11
13
|
export {};
|
|
12
14
|
//# sourceMappingURL=oauth2_provider_callback.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth2_provider_callback.d.ts","sourceRoot":"","sources":["../../../../../src/api/oauth2/oauth2_provider_callback.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,+BAA+B;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"oauth2_provider_callback.d.ts","sourceRoot":"","sources":["../../../../../src/api/oauth2/oauth2_provider_callback.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,+BAA+B;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,aAAK,+BAA+B,GAAG,UAAU,CAAC;AAElD,wBAA8B,wBAAwB,CAAC,EACrD,MAAM,EACN,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,IAAI,GACL,EAAE,+BAA+B,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAiB5E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Error_type, AccountProvider_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Oauth2_provider_callback_post_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
provider: AccountProvider_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Oauth2_provider_callback_post_return = Error_type;
|
|
8
|
+
export default function oauth2_provider_callback_post({ client, provider, }: Oauth2_provider_callback_post_params): Promise<Oauth2_provider_callback_post_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=oauth2_provider_callback_post.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth2_provider_callback_post.d.ts","sourceRoot":"","sources":["../../../../../src/api/oauth2/oauth2_provider_callback_post.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,oCAAoC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,oBAAoB,CAAC;CAChC;AAED,aAAK,oCAAoC,GAAG,UAAU,CAAC;AAEvD,wBAA8B,6BAA6B,CAAC,EAC1D,MAAM,EACN,QAAQ,GACT,EAAE,oCAAoC,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAkBtF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Org_type, Error_type, OrgDetails_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Create_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
body: OrgDetails_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Create_org_return = Org_type | Error_type;
|
|
8
|
+
export default function create_org({ client, body, }: Create_org_params): Promise<Create_org_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=create_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/create_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,aAAK,iBAAiB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE/C,wBAA8B,UAAU,CAAC,EACvC,MAAM,EACN,IAAI,GACL,EAAE,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAkBhD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OrgMember_type, Error_type, AddOrgMember_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Create_org_member_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
body: AddOrgMember_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Create_org_member_return = OrgMember_type | Error_type;
|
|
8
|
+
export default function create_org_member({ client, body, }: Create_org_member_params): Promise<Create_org_member_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=create_org_member.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create_org_member.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/create_org_member.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAChF,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,aAAK,wBAAwB,GAAG,cAAc,GAAG,UAAU,CAAC;AAE5D,wBAA8B,iBAAiB,CAAC,EAC9C,MAAM,EACN,IAAI,GACL,EAAE,wBAAwB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAkB9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Delete_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Delete_org_return = Error_type;
|
|
7
|
+
export default function delete_org({ client, }?: Delete_org_params): Promise<Delete_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=delete_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/delete_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,iBAAiB,GAAG,UAAU,CAAC;AAEpC,wBAA8B,UAAU,CAAC,EACvC,MAAM,GACP,GAAE,iBAAsB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAiBrD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Error_type, Uuid_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Delete_org_member_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
user_id: Uuid_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Delete_org_member_return = Error_type;
|
|
8
|
+
export default function delete_org_member({ client, user_id, }: Delete_org_member_params): Promise<Delete_org_member_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=delete_org_member.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete_org_member.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/delete_org_member.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,aAAK,wBAAwB,GAAG,UAAU,CAAC;AAE3C,wBAA8B,iBAAiB,CAAC,EAC9C,MAAM,EACN,OAAO,GACR,EAAE,wBAAwB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAiB9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Org_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_org_return = Org_type | Error_type;
|
|
7
|
+
export default function get_org({ client, }?: Get_org_params): Promise<Get_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/get_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,cAAc;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,cAAc,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE5C,wBAA8B,OAAO,CAAC,EACpC,MAAM,GACP,GAAE,cAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CAiB/C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OrgMember_type, Error_type, Uuid_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_org_member_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
user_id: Uuid_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Get_org_member_return = OrgMember_type | Error_type;
|
|
8
|
+
export default function get_org_member({ client, user_id, }: Get_org_member_params): Promise<Get_org_member_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=get_org_member.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_org_member.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/get_org_member.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,aAAK,qBAAqB,GAAG,cAAc,GAAG,UAAU,CAAC;AAEzD,wBAA8B,cAAc,CAAC,EAC3C,MAAM,EACN,OAAO,GACR,EAAE,qBAAqB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAiBxD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UserOrgInfo_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_user_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_user_org_return = UserOrgInfo_type | Error_type;
|
|
7
|
+
export default function get_user_org({ client, }?: Get_user_org_params): Promise<Get_user_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_user_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_user_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/get_user_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,mBAAmB,GAAG,gBAAgB,GAAG,UAAU,CAAC;AAEzD,wBAA8B,YAAY,CAAC,EACzC,MAAM,GACP,GAAE,mBAAwB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAiBzD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OrgMemberResultsPage_type, Error_type, CreatedAtSortMode_type, OrgRole_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface List_org_members_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
limit: number;
|
|
6
|
+
page_token: string;
|
|
7
|
+
sort_by: CreatedAtSortMode_type;
|
|
8
|
+
role: OrgRole_type;
|
|
9
|
+
}
|
|
10
|
+
declare type List_org_members_return = OrgMemberResultsPage_type | Error_type;
|
|
11
|
+
export default function list_org_members({ client, limit, page_token, sort_by, role, }: List_org_members_params): Promise<List_org_members_return>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=list_org_members.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_org_members.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/list_org_members.ts"],"names":[],"mappings":"AACA,OAAO,EACL,yBAAyB,EACzB,UAAU,EACV,sBAAsB,EACtB,YAAY,EACb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,sBAAsB,CAAC;IAChC,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,aAAK,uBAAuB,GAAG,yBAAyB,GAAG,UAAU,CAAC;AAEtE,wBAA8B,gBAAgB,CAAC,EAC7C,MAAM,EACN,KAAK,EACL,UAAU,EACV,OAAO,EACP,IAAI,GACL,EAAE,uBAAuB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAiB5D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Org_type, Error_type, OrgDetails_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Update_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
body: OrgDetails_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Update_org_return = Org_type | Error_type;
|
|
8
|
+
export default function update_org({ client, body, }: Update_org_params): Promise<Update_org_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=update_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/update_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,aAAK,iBAAiB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE/C,wBAA8B,UAAU,CAAC,EACvC,MAAM,EACN,IAAI,GACL,EAAE,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAkBhD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OrgMember_type, Error_type, Uuid_type, UpdateMemberToOrgBody_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Update_org_member_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
user_id: Uuid_type;
|
|
6
|
+
body: UpdateMemberToOrgBody_type;
|
|
7
|
+
}
|
|
8
|
+
declare type Update_org_member_return = OrgMember_type | Error_type;
|
|
9
|
+
export default function update_org_member({ client, user_id, body, }: Update_org_member_params): Promise<Update_org_member_return>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=update_org_member.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update_org_member.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/update_org_member.ts"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,UAAU,EACV,SAAS,EACT,0BAA0B,EAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,SAAS,CAAC;IACnB,IAAI,EAAE,0BAA0B,CAAC;CAClC;AAED,aAAK,wBAAwB,GAAG,cAAc,GAAG,UAAU,CAAC;AAE5D,wBAA8B,iBAAiB,CAAC,EAC9C,MAAM,EACN,OAAO,EACP,IAAI,GACL,EAAE,wBAAwB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAkB9D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Customer_type, Error_type, BillingInfo_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Create_payment_information_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
body: BillingInfo_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Create_payment_information_for_org_return = Customer_type | Error_type;
|
|
8
|
+
export default function create_payment_information_for_org({ client, body, }: Create_payment_information_for_org_params): Promise<Create_payment_information_for_org_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=create_payment_information_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create_payment_information_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/create_payment_information_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,yCAAyC;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,aAAK,yCAAyC,GAAG,aAAa,GAAG,UAAU,CAAC;AAE5E,wBAA8B,kCAAkC,CAAC,EAC/D,MAAM,EACN,IAAI,GACL,EAAE,yCAAyC,GAAG,OAAO,CAAC,yCAAyC,CAAC,CAmBhG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PaymentIntent_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Create_payment_intent_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Create_payment_intent_for_org_return = PaymentIntent_type | Error_type;
|
|
7
|
+
export default function create_payment_intent_for_org({ client, }?: Create_payment_intent_for_org_params): Promise<Create_payment_intent_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=create_payment_intent_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create_payment_intent_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/create_payment_intent_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,oCAAoC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,oCAAoC,GAAG,kBAAkB,GAAG,UAAU,CAAC;AAE5E,wBAA8B,6BAA6B,CAAC,EAC1D,MAAM,GACP,GAAE,oCAAyC,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAkB3F"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Delete_payment_information_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Delete_payment_information_for_org_return = Error_type;
|
|
7
|
+
export default function delete_payment_information_for_org({ client, }?: Delete_payment_information_for_org_params): Promise<Delete_payment_information_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=delete_payment_information_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete_payment_information_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/delete_payment_information_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,yCAAyC;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,yCAAyC,GAAG,UAAU,CAAC;AAE5D,wBAA8B,kCAAkC,CAAC,EAC/D,MAAM,GACP,GAAE,yCAA8C,GAAG,OAAO,CAAC,yCAAyC,CAAC,CAkBrG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Delete_payment_method_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
id: string;
|
|
6
|
+
}
|
|
7
|
+
declare type Delete_payment_method_for_org_return = Error_type;
|
|
8
|
+
export default function delete_payment_method_for_org({ client, id, }: Delete_payment_method_for_org_params): Promise<Delete_payment_method_for_org_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=delete_payment_method_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete_payment_method_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/delete_payment_method_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,oCAAoC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,aAAK,oCAAoC,GAAG,UAAU,CAAC;AAEvD,wBAA8B,6BAA6B,CAAC,EAC1D,MAAM,EACN,EAAE,GACH,EAAE,oCAAoC,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAkBtF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CustomerBalance_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_payment_balance_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_payment_balance_for_org_return = CustomerBalance_type | Error_type;
|
|
7
|
+
export default function get_payment_balance_for_org({ client, }?: Get_payment_balance_for_org_params): Promise<Get_payment_balance_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_payment_balance_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_payment_balance_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/get_payment_balance_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,kCAAkC;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,kCAAkC,GAAG,oBAAoB,GAAG,UAAU,CAAC;AAE5E,wBAA8B,2BAA2B,CAAC,EACxD,MAAM,GACP,GAAE,kCAAuC,GAAG,OAAO,CAAC,kCAAkC,CAAC,CAiBvF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Customer_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_payment_information_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_payment_information_for_org_return = Customer_type | Error_type;
|
|
7
|
+
export default function get_payment_information_for_org({ client, }?: Get_payment_information_for_org_params): Promise<Get_payment_information_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_payment_information_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_payment_information_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/get_payment_information_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,sCAAsC;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,sCAAsC,GAAG,aAAa,GAAG,UAAU,CAAC;AAEzE,wBAA8B,+BAA+B,CAAC,EAC5D,MAAM,GACP,GAAE,sCAA2C,GAAG,OAAO,CAAC,sCAAsC,CAAC,CAkB/F"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Invoice_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface List_invoices_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type List_invoices_for_org_return = Invoice_type[] | Error_type;
|
|
7
|
+
export default function list_invoices_for_org({ client, }?: List_invoices_for_org_params): Promise<List_invoices_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=list_invoices_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_invoices_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/list_invoices_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,4BAA4B;IACpC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,4BAA4B,GAAG,YAAY,EAAE,GAAG,UAAU,CAAC;AAEhE,wBAA8B,qBAAqB,CAAC,EAClD,MAAM,GACP,GAAE,4BAAiC,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAiB3E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PaymentMethod_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface List_payment_methods_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type List_payment_methods_for_org_return = PaymentMethod_type[] | Error_type;
|
|
7
|
+
export default function list_payment_methods_for_org({ client, }?: List_payment_methods_for_org_params): Promise<List_payment_methods_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=list_payment_methods_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_payment_methods_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/list_payment_methods_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,mCAAmC;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,mCAAmC,GAAG,kBAAkB,EAAE,GAAG,UAAU,CAAC;AAE7E,wBAA8B,4BAA4B,CAAC,EACzD,MAAM,GACP,GAAE,mCAAwC,GAAG,OAAO,CAAC,mCAAmC,CAAC,CAiBzF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Customer_type, Error_type, BillingInfo_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Update_payment_information_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
body: BillingInfo_type;
|
|
6
|
+
}
|
|
7
|
+
declare type Update_payment_information_for_org_return = Customer_type | Error_type;
|
|
8
|
+
export default function update_payment_information_for_org({ client, body, }: Update_payment_information_for_org_params): Promise<Update_payment_information_for_org_return>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=update_payment_information_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update_payment_information_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/update_payment_information_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,yCAAyC;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,aAAK,yCAAyC,GAAG,aAAa,GAAG,UAAU,CAAC;AAE5E,wBAA8B,kCAAkC,CAAC,EAC/D,MAAM,EACN,IAAI,GACL,EAAE,yCAAyC,GAAG,OAAO,CAAC,yCAAyC,CAAC,CAmBhG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Validate_customer_tax_information_for_org_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Validate_customer_tax_information_for_org_return = Error_type;
|
|
7
|
+
export default function validate_customer_tax_information_for_org({ client, }?: Validate_customer_tax_information_for_org_params): Promise<Validate_customer_tax_information_for_org_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=validate_customer_tax_information_for_org.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate_customer_tax_information_for_org.d.ts","sourceRoot":"","sources":["../../../../../src/api/payments/validate_customer_tax_information_for_org.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,gDAAgD;IACxD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,gDAAgD,GAAG,UAAU,CAAC;AAEnE,wBAA8B,yCAAyC,CAAC,EACtE,MAAM,GACP,GAAE,gDAAqD,GAAG,OAAO,CAAC,gDAAgD,CAAC,CAkBnH"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AccountProvider_type, Error_type } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
interface Get_oauth2_providers_for_user_params {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
declare type Get_oauth2_providers_for_user_return = AccountProvider_type[] | Error_type;
|
|
7
|
+
export default function get_oauth2_providers_for_user({ client, }?: Get_oauth2_providers_for_user_params): Promise<Get_oauth2_providers_for_user_return>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=get_oauth2_providers_for_user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_oauth2_providers_for_user.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/get_oauth2_providers_for_user.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,UAAU,oCAAoC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,aAAK,oCAAoC,GAAG,oBAAoB,EAAE,GAAG,UAAU,CAAC;AAEhF,wBAA8B,6BAA6B,CAAC,EAC1D,MAAM,GACP,GAAE,oCAAyC,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAkB3F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiGen.d.ts","sourceRoot":"","sources":["../../../src/apiGen.ts"],"names":[],"mappings":"AAMA,wBAA8B,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"apiGen.d.ts","sourceRoot":"","sources":["../../../src/apiGen.ts"],"names":[],"mappings":"AAMA,wBAA8B,MAAM,CAAC,MAAM,EAAE,GAAG,iBAoe/C;AAwBD,wBAAgB,KAAK,CAAC,GAAG,EAAE,GAAG,UAO7B"}
|
|
@@ -13,21 +13,25 @@ export declare const ai: {
|
|
|
13
13
|
list_text_to_cad_models_for_user: typeof list_text_to_cad_models_for_user;
|
|
14
14
|
};
|
|
15
15
|
import get_api_call from './api/api-calls/get_api_call.js';
|
|
16
|
+
import get_api_call_for_org from './api/api-calls/get_api_call_for_org.js';
|
|
16
17
|
import get_api_call_for_user from './api/api-calls/get_api_call_for_user.js';
|
|
17
18
|
import get_api_call_metrics from './api/api-calls/get_api_call_metrics.js';
|
|
18
19
|
import get_async_operation from './api/api-calls/get_async_operation.js';
|
|
19
20
|
import list_api_calls from './api/api-calls/list_api_calls.js';
|
|
20
21
|
import list_api_calls_for_user from './api/api-calls/list_api_calls_for_user.js';
|
|
21
22
|
import list_async_operations from './api/api-calls/list_async_operations.js';
|
|
23
|
+
import org_list_api_calls from './api/api-calls/org_list_api_calls.js';
|
|
22
24
|
import user_list_api_calls from './api/api-calls/user_list_api_calls.js';
|
|
23
25
|
export declare const api_calls: {
|
|
24
26
|
get_api_call: typeof get_api_call;
|
|
27
|
+
get_api_call_for_org: typeof get_api_call_for_org;
|
|
25
28
|
get_api_call_for_user: typeof get_api_call_for_user;
|
|
26
29
|
get_api_call_metrics: typeof get_api_call_metrics;
|
|
27
30
|
get_async_operation: typeof get_async_operation;
|
|
28
31
|
list_api_calls: typeof list_api_calls;
|
|
29
32
|
list_api_calls_for_user: typeof list_api_calls_for_user;
|
|
30
33
|
list_async_operations: typeof list_async_operations;
|
|
34
|
+
org_list_api_calls: typeof org_list_api_calls;
|
|
31
35
|
user_list_api_calls: typeof user_list_api_calls;
|
|
32
36
|
};
|
|
33
37
|
import create_api_token_for_user from './api/api-tokens/create_api_token_for_user.js';
|
|
@@ -68,11 +72,13 @@ export declare const file: {
|
|
|
68
72
|
create_file_surface_area: typeof create_file_surface_area;
|
|
69
73
|
create_file_volume: typeof create_file_volume;
|
|
70
74
|
};
|
|
75
|
+
import get_ipinfo from './api/meta/get_ipinfo.js';
|
|
71
76
|
import get_metadata from './api/meta/get_metadata.js';
|
|
72
77
|
import get_schema from './api/meta/get_schema.js';
|
|
73
78
|
import internal_get_api_token_for_discord_user from './api/meta/internal_get_api_token_for_discord_user.js';
|
|
74
79
|
import ping from './api/meta/ping.js';
|
|
75
80
|
export declare const meta: {
|
|
81
|
+
get_ipinfo: typeof get_ipinfo;
|
|
76
82
|
get_metadata: typeof get_metadata;
|
|
77
83
|
get_schema: typeof get_schema;
|
|
78
84
|
internal_get_api_token_for_discord_user: typeof internal_get_api_token_for_discord_user;
|
|
@@ -83,6 +89,7 @@ import device_auth_confirm from './api/oauth2/device_auth_confirm.js';
|
|
|
83
89
|
import device_auth_request from './api/oauth2/device_auth_request.js';
|
|
84
90
|
import device_auth_verify from './api/oauth2/device_auth_verify.js';
|
|
85
91
|
import oauth2_provider_callback from './api/oauth2/oauth2_provider_callback.js';
|
|
92
|
+
import oauth2_provider_callback_post from './api/oauth2/oauth2_provider_callback_post.js';
|
|
86
93
|
import oauth2_provider_consent from './api/oauth2/oauth2_provider_consent.js';
|
|
87
94
|
export declare const oauth2: {
|
|
88
95
|
device_access_token: typeof device_access_token;
|
|
@@ -90,28 +97,71 @@ export declare const oauth2: {
|
|
|
90
97
|
device_auth_request: typeof device_auth_request;
|
|
91
98
|
device_auth_verify: typeof device_auth_verify;
|
|
92
99
|
oauth2_provider_callback: typeof oauth2_provider_callback;
|
|
100
|
+
oauth2_provider_callback_post: typeof oauth2_provider_callback_post;
|
|
93
101
|
oauth2_provider_consent: typeof oauth2_provider_consent;
|
|
94
102
|
};
|
|
103
|
+
import create_org from './api/orgs/create_org.js';
|
|
104
|
+
import create_org_member from './api/orgs/create_org_member.js';
|
|
105
|
+
import delete_org from './api/orgs/delete_org.js';
|
|
106
|
+
import delete_org_member from './api/orgs/delete_org_member.js';
|
|
107
|
+
import get_org from './api/orgs/get_org.js';
|
|
108
|
+
import get_org_member from './api/orgs/get_org_member.js';
|
|
109
|
+
import get_user_org from './api/orgs/get_user_org.js';
|
|
110
|
+
import list_org_members from './api/orgs/list_org_members.js';
|
|
111
|
+
import update_org from './api/orgs/update_org.js';
|
|
112
|
+
import update_org_member from './api/orgs/update_org_member.js';
|
|
113
|
+
export declare const orgs: {
|
|
114
|
+
create_org: typeof create_org;
|
|
115
|
+
create_org_member: typeof create_org_member;
|
|
116
|
+
delete_org: typeof delete_org;
|
|
117
|
+
delete_org_member: typeof delete_org_member;
|
|
118
|
+
get_org: typeof get_org;
|
|
119
|
+
get_org_member: typeof get_org_member;
|
|
120
|
+
get_user_org: typeof get_user_org;
|
|
121
|
+
list_org_members: typeof list_org_members;
|
|
122
|
+
update_org: typeof update_org;
|
|
123
|
+
update_org_member: typeof update_org_member;
|
|
124
|
+
};
|
|
125
|
+
import create_payment_information_for_org from './api/payments/create_payment_information_for_org.js';
|
|
95
126
|
import create_payment_information_for_user from './api/payments/create_payment_information_for_user.js';
|
|
127
|
+
import create_payment_intent_for_org from './api/payments/create_payment_intent_for_org.js';
|
|
96
128
|
import create_payment_intent_for_user from './api/payments/create_payment_intent_for_user.js';
|
|
129
|
+
import delete_payment_information_for_org from './api/payments/delete_payment_information_for_org.js';
|
|
97
130
|
import delete_payment_information_for_user from './api/payments/delete_payment_information_for_user.js';
|
|
131
|
+
import delete_payment_method_for_org from './api/payments/delete_payment_method_for_org.js';
|
|
98
132
|
import delete_payment_method_for_user from './api/payments/delete_payment_method_for_user.js';
|
|
133
|
+
import get_payment_balance_for_org from './api/payments/get_payment_balance_for_org.js';
|
|
99
134
|
import get_payment_balance_for_user from './api/payments/get_payment_balance_for_user.js';
|
|
135
|
+
import get_payment_information_for_org from './api/payments/get_payment_information_for_org.js';
|
|
100
136
|
import get_payment_information_for_user from './api/payments/get_payment_information_for_user.js';
|
|
137
|
+
import list_invoices_for_org from './api/payments/list_invoices_for_org.js';
|
|
101
138
|
import list_invoices_for_user from './api/payments/list_invoices_for_user.js';
|
|
139
|
+
import list_payment_methods_for_org from './api/payments/list_payment_methods_for_org.js';
|
|
102
140
|
import list_payment_methods_for_user from './api/payments/list_payment_methods_for_user.js';
|
|
141
|
+
import update_payment_information_for_org from './api/payments/update_payment_information_for_org.js';
|
|
103
142
|
import update_payment_information_for_user from './api/payments/update_payment_information_for_user.js';
|
|
143
|
+
import validate_customer_tax_information_for_org from './api/payments/validate_customer_tax_information_for_org.js';
|
|
104
144
|
import validate_customer_tax_information_for_user from './api/payments/validate_customer_tax_information_for_user.js';
|
|
105
145
|
export declare const payments: {
|
|
146
|
+
create_payment_information_for_org: typeof create_payment_information_for_org;
|
|
106
147
|
create_payment_information_for_user: typeof create_payment_information_for_user;
|
|
148
|
+
create_payment_intent_for_org: typeof create_payment_intent_for_org;
|
|
107
149
|
create_payment_intent_for_user: typeof create_payment_intent_for_user;
|
|
150
|
+
delete_payment_information_for_org: typeof delete_payment_information_for_org;
|
|
108
151
|
delete_payment_information_for_user: typeof delete_payment_information_for_user;
|
|
152
|
+
delete_payment_method_for_org: typeof delete_payment_method_for_org;
|
|
109
153
|
delete_payment_method_for_user: typeof delete_payment_method_for_user;
|
|
154
|
+
get_payment_balance_for_org: typeof get_payment_balance_for_org;
|
|
110
155
|
get_payment_balance_for_user: typeof get_payment_balance_for_user;
|
|
156
|
+
get_payment_information_for_org: typeof get_payment_information_for_org;
|
|
111
157
|
get_payment_information_for_user: typeof get_payment_information_for_user;
|
|
158
|
+
list_invoices_for_org: typeof list_invoices_for_org;
|
|
112
159
|
list_invoices_for_user: typeof list_invoices_for_user;
|
|
160
|
+
list_payment_methods_for_org: typeof list_payment_methods_for_org;
|
|
113
161
|
list_payment_methods_for_user: typeof list_payment_methods_for_user;
|
|
162
|
+
update_payment_information_for_org: typeof update_payment_information_for_org;
|
|
114
163
|
update_payment_information_for_user: typeof update_payment_information_for_user;
|
|
164
|
+
validate_customer_tax_information_for_org: typeof validate_customer_tax_information_for_org;
|
|
115
165
|
validate_customer_tax_information_for_user: typeof validate_customer_tax_information_for_user;
|
|
116
166
|
};
|
|
117
167
|
import get_angle_unit_conversion from './api/unit/get_angle_unit_conversion.js';
|
|
@@ -143,6 +193,7 @@ export declare const unit: {
|
|
|
143
193
|
get_volume_unit_conversion: typeof get_volume_unit_conversion;
|
|
144
194
|
};
|
|
145
195
|
import delete_user_self from './api/users/delete_user_self.js';
|
|
196
|
+
import get_oauth2_providers_for_user from './api/users/get_oauth2_providers_for_user.js';
|
|
146
197
|
import get_session_for_user from './api/users/get_session_for_user.js';
|
|
147
198
|
import get_user from './api/users/get_user.js';
|
|
148
199
|
import get_user_extended from './api/users/get_user_extended.js';
|
|
@@ -154,6 +205,7 @@ import list_users_extended from './api/users/list_users_extended.js';
|
|
|
154
205
|
import update_user_self from './api/users/update_user_self.js';
|
|
155
206
|
export declare const users: {
|
|
156
207
|
delete_user_self: typeof delete_user_self;
|
|
208
|
+
get_oauth2_providers_for_user: typeof get_oauth2_providers_for_user;
|
|
157
209
|
get_session_for_user: typeof get_session_for_user;
|
|
158
210
|
get_user: typeof get_user;
|
|
159
211
|
get_user_extended: typeof get_user_extended;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,gCAAgC,CAAC;AAChE,OAAO,iCAAiC,MAAM,+CAA+C,CAAC;AAC9F,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,8BAA8B,MAAM,4CAA4C,CAAC;AACxF,OAAO,eAAe,MAAM,6BAA6B,CAAC;AAC1D,OAAO,gCAAgC,MAAM,8CAA8C,CAAC;AAC5F,eAAO,MAAM,EAAE;;;;;;;CAOd,CAAC;AAEF,OAAO,YAAY,MAAM,iCAAiC,CAAC;AAC3D,OAAO,qBAAqB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,oBAAoB,MAAM,yCAAyC,CAAC;AAC3E,OAAO,mBAAmB,MAAM,wCAAwC,CAAC;AACzE,OAAO,cAAc,MAAM,mCAAmC,CAAC;AAC/D,OAAO,uBAAuB,MAAM,4CAA4C,CAAC;AACjF,OAAO,qBAAqB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,mBAAmB,MAAM,wCAAwC,CAAC;AACzE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
|