@closerplatform/spinner-openapi 0.12.1084 → 0.12.1085
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 +16 -16
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4334,19 +4334,19 @@ export interface OauthConfigResponse {
|
|
|
4334
4334
|
* @type {string}
|
|
4335
4335
|
* @memberof OauthConfigResponse
|
|
4336
4336
|
*/
|
|
4337
|
-
clientSecret
|
|
4337
|
+
clientSecret: string;
|
|
4338
4338
|
/**
|
|
4339
4339
|
*
|
|
4340
|
-
* @type {
|
|
4340
|
+
* @type {boolean}
|
|
4341
4341
|
* @memberof OauthConfigResponse
|
|
4342
4342
|
*/
|
|
4343
|
-
|
|
4343
|
+
oauthConfigEnabled: boolean;
|
|
4344
4344
|
/**
|
|
4345
4345
|
*
|
|
4346
4346
|
* @type {boolean}
|
|
4347
4347
|
* @memberof OauthConfigResponse
|
|
4348
4348
|
*/
|
|
4349
|
-
|
|
4349
|
+
allowAnonymousSignUp: boolean;
|
|
4350
4350
|
}
|
|
4351
4351
|
/**
|
|
4352
4352
|
*
|
|
@@ -4697,19 +4697,13 @@ export interface OrgConfig {
|
|
|
4697
4697
|
* @type {string}
|
|
4698
4698
|
* @memberof OrgConfig
|
|
4699
4699
|
*/
|
|
4700
|
-
|
|
4700
|
+
logoToken?: string;
|
|
4701
4701
|
/**
|
|
4702
4702
|
*
|
|
4703
4703
|
* @type {string}
|
|
4704
4704
|
* @memberof OrgConfig
|
|
4705
4705
|
*/
|
|
4706
4706
|
coverToken?: string;
|
|
4707
|
-
/**
|
|
4708
|
-
*
|
|
4709
|
-
* @type {string}
|
|
4710
|
-
* @memberof OrgConfig
|
|
4711
|
-
*/
|
|
4712
|
-
logoToken?: string;
|
|
4713
4707
|
/**
|
|
4714
4708
|
*
|
|
4715
4709
|
* @type {number}
|
|
@@ -4733,19 +4727,19 @@ export interface OrgConfig {
|
|
|
4733
4727
|
* @type {string}
|
|
4734
4728
|
* @memberof OrgConfig
|
|
4735
4729
|
*/
|
|
4736
|
-
|
|
4730
|
+
baseUrl: string;
|
|
4737
4731
|
/**
|
|
4738
4732
|
*
|
|
4739
|
-
* @type {
|
|
4733
|
+
* @type {string}
|
|
4740
4734
|
* @memberof OrgConfig
|
|
4741
4735
|
*/
|
|
4742
|
-
|
|
4736
|
+
agreement: string;
|
|
4743
4737
|
/**
|
|
4744
4738
|
*
|
|
4745
|
-
* @type {
|
|
4739
|
+
* @type {boolean}
|
|
4746
4740
|
* @memberof OrgConfig
|
|
4747
4741
|
*/
|
|
4748
|
-
|
|
4742
|
+
agreementEnabled: boolean;
|
|
4749
4743
|
/**
|
|
4750
4744
|
*
|
|
4751
4745
|
* @type {string}
|
|
@@ -4770,6 +4764,12 @@ export interface OrgConfig {
|
|
|
4770
4764
|
* @memberof OrgConfig
|
|
4771
4765
|
*/
|
|
4772
4766
|
headerWelcomeMessageEn?: string;
|
|
4767
|
+
/**
|
|
4768
|
+
*
|
|
4769
|
+
* @type {string}
|
|
4770
|
+
* @memberof OrgConfig
|
|
4771
|
+
*/
|
|
4772
|
+
phoneRegion: string;
|
|
4773
4773
|
/**
|
|
4774
4774
|
*
|
|
4775
4775
|
* @type {number}
|