@closerplatform/spinner-openapi 0.12.1100 → 0.12.1102
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/api.d.ts +19 -19
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1430,6 +1430,19 @@ export interface CheckboxOption {
|
|
|
1430
1430
|
*/
|
|
1431
1431
|
displayName: string;
|
|
1432
1432
|
}
|
|
1433
|
+
/**
|
|
1434
|
+
*
|
|
1435
|
+
* @export
|
|
1436
|
+
* @interface CheckoutUrlResponse
|
|
1437
|
+
*/
|
|
1438
|
+
export interface CheckoutUrlResponse {
|
|
1439
|
+
/**
|
|
1440
|
+
*
|
|
1441
|
+
* @type {string}
|
|
1442
|
+
* @memberof CheckoutUrlResponse
|
|
1443
|
+
*/
|
|
1444
|
+
url: string;
|
|
1445
|
+
}
|
|
1433
1446
|
/**
|
|
1434
1447
|
*
|
|
1435
1448
|
* @export
|
|
@@ -5934,19 +5947,6 @@ export interface SearchAdviserForm {
|
|
|
5934
5947
|
*/
|
|
5935
5948
|
query?: string;
|
|
5936
5949
|
}
|
|
5937
|
-
/**
|
|
5938
|
-
*
|
|
5939
|
-
* @export
|
|
5940
|
-
* @interface SessionIdResponse
|
|
5941
|
-
*/
|
|
5942
|
-
export interface SessionIdResponse {
|
|
5943
|
-
/**
|
|
5944
|
-
*
|
|
5945
|
-
* @type {string}
|
|
5946
|
-
* @memberof SessionIdResponse
|
|
5947
|
-
*/
|
|
5948
|
-
sessionId: string;
|
|
5949
|
-
}
|
|
5950
5950
|
/**
|
|
5951
5951
|
*
|
|
5952
5952
|
* @export
|
|
@@ -11897,7 +11897,7 @@ export declare const OrgsApiFp: (configuration?: Configuration) => {
|
|
|
11897
11897
|
* @param {*} [options] Override http request option.
|
|
11898
11898
|
* @throws {RequiredError}
|
|
11899
11899
|
*/
|
|
11900
|
-
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<
|
|
11900
|
+
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CheckoutUrlResponse>;
|
|
11901
11901
|
/**
|
|
11902
11902
|
*
|
|
11903
11903
|
* @summary Delete organization cover graphic
|
|
@@ -12009,7 +12009,7 @@ export declare const OrgsApiFp: (configuration?: Configuration) => {
|
|
|
12009
12009
|
* @param {*} [options] Override http request option.
|
|
12010
12010
|
* @throws {RequiredError}
|
|
12011
12011
|
*/
|
|
12012
|
-
upgradeOrg(body: UpgradeForm, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<
|
|
12012
|
+
upgradeOrg(body: UpgradeForm, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CheckoutUrlResponse>;
|
|
12013
12013
|
};
|
|
12014
12014
|
/**
|
|
12015
12015
|
* OrgsApi - factory interface
|
|
@@ -12066,7 +12066,7 @@ export declare const OrgsApiFactory: (configuration?: Configuration, fetch?: Fet
|
|
|
12066
12066
|
* @param {*} [options] Override http request option.
|
|
12067
12067
|
* @throws {RequiredError}
|
|
12068
12068
|
*/
|
|
12069
|
-
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): Promise<
|
|
12069
|
+
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): Promise<CheckoutUrlResponse>;
|
|
12070
12070
|
/**
|
|
12071
12071
|
*
|
|
12072
12072
|
* @summary Delete organization cover graphic
|
|
@@ -12178,7 +12178,7 @@ export declare const OrgsApiFactory: (configuration?: Configuration, fetch?: Fet
|
|
|
12178
12178
|
* @param {*} [options] Override http request option.
|
|
12179
12179
|
* @throws {RequiredError}
|
|
12180
12180
|
*/
|
|
12181
|
-
upgradeOrg(body: UpgradeForm, options?: any): Promise<
|
|
12181
|
+
upgradeOrg(body: UpgradeForm, options?: any): Promise<CheckoutUrlResponse>;
|
|
12182
12182
|
};
|
|
12183
12183
|
/**
|
|
12184
12184
|
* OrgsApi - object-oriented interface
|
|
@@ -12243,7 +12243,7 @@ export declare class OrgsApi extends BaseAPI {
|
|
|
12243
12243
|
* @throws {RequiredError}
|
|
12244
12244
|
* @memberof OrgsApi
|
|
12245
12245
|
*/
|
|
12246
|
-
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): Promise<
|
|
12246
|
+
createStripeOrgAdmin(body: StripeOrgAdminForm, token: string, options?: any): Promise<CheckoutUrlResponse>;
|
|
12247
12247
|
/**
|
|
12248
12248
|
*
|
|
12249
12249
|
* @summary Delete organization cover graphic
|
|
@@ -12369,7 +12369,7 @@ export declare class OrgsApi extends BaseAPI {
|
|
|
12369
12369
|
* @throws {RequiredError}
|
|
12370
12370
|
* @memberof OrgsApi
|
|
12371
12371
|
*/
|
|
12372
|
-
upgradeOrg(body: UpgradeForm, options?: any): Promise<
|
|
12372
|
+
upgradeOrg(body: UpgradeForm, options?: any): Promise<CheckoutUrlResponse>;
|
|
12373
12373
|
}
|
|
12374
12374
|
/**
|
|
12375
12375
|
* ProactiveMsgApi - fetch parameter creator
|