@closerplatform/spinner-openapi 0.12.631 → 0.12.633

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +30 -43
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -332,7 +332,7 @@ export interface AgentCtx {
332
332
  * @type {string}
333
333
  * @memberof AgentCtx
334
334
  */
335
- avatarUrl?: string;
335
+ avatarToken?: string;
336
336
  /**
337
337
  *
338
338
  * @type {string}
@@ -635,7 +635,7 @@ export interface AgentProfile {
635
635
  * @type {string}
636
636
  * @memberof AgentProfile
637
637
  */
638
- avatarUrl?: string;
638
+ avatarToken?: string;
639
639
  /**
640
640
  *
641
641
  * @type {string}
@@ -3741,7 +3741,7 @@ export interface LimitedAgentProfile {
3741
3741
  * @type {string}
3742
3742
  * @memberof LimitedAgentProfile
3743
3743
  */
3744
- avatarUrl?: string;
3744
+ avatarToken?: string;
3745
3745
  /**
3746
3746
  *
3747
3747
  * @type {AppPresence}
@@ -4757,13 +4757,13 @@ export interface OrgConfig {
4757
4757
  * @type {string}
4758
4758
  * @memberof OrgConfig
4759
4759
  */
4760
- coverUrl?: string;
4760
+ coverToken?: string;
4761
4761
  /**
4762
4762
  *
4763
4763
  * @type {string}
4764
4764
  * @memberof OrgConfig
4765
4765
  */
4766
- logoUrl?: string;
4766
+ logoToken?: string;
4767
4767
  /**
4768
4768
  *
4769
4769
  * @type {number}
@@ -5039,7 +5039,7 @@ export interface OrgConfig {
5039
5039
  * @type {string}
5040
5040
  * @memberof OrgConfig
5041
5041
  */
5042
- defaultAgentAvatarUrl?: string;
5042
+ defaultAgentAvatarToken?: string;
5043
5043
  /**
5044
5044
  *
5045
5045
  * @type {number}
@@ -5136,6 +5136,12 @@ export interface OrgConfig {
5136
5136
  * @memberof OrgConfig
5137
5137
  */
5138
5138
  ttlMs?: number;
5139
+ /**
5140
+ *
5141
+ * @type {boolean}
5142
+ * @memberof OrgConfig
5143
+ */
5144
+ fingerprintEnabled: boolean;
5139
5145
  }
5140
5146
  /**
5141
5147
  *
@@ -5282,6 +5288,24 @@ export interface Organization {
5282
5288
  * @memberof Organization
5283
5289
  */
5284
5290
  name: string;
5291
+ /**
5292
+ *
5293
+ * @type {string}
5294
+ * @memberof Organization
5295
+ */
5296
+ color: string;
5297
+ /**
5298
+ *
5299
+ * @type {string}
5300
+ * @memberof Organization
5301
+ */
5302
+ logoToken?: string;
5303
+ /**
5304
+ *
5305
+ * @type {string}
5306
+ * @memberof Organization
5307
+ */
5308
+ coverToken?: string;
5285
5309
  }
5286
5310
  /**
5287
5311
  *
@@ -5308,43 +5332,6 @@ export interface OrganizationLimits {
5308
5332
  */
5309
5333
  callMaxDuration?: number;
5310
5334
  }
5311
- /**
5312
- *
5313
- * @export
5314
- * @interface OrganizationSummary
5315
- */
5316
- export interface OrganizationSummary {
5317
- /**
5318
- *
5319
- * @type {string}
5320
- * @memberof OrganizationSummary
5321
- */
5322
- id: string;
5323
- /**
5324
- *
5325
- * @type {string}
5326
- * @memberof OrganizationSummary
5327
- */
5328
- name: string;
5329
- /**
5330
- *
5331
- * @type {string}
5332
- * @memberof OrganizationSummary
5333
- */
5334
- logoUrl?: string;
5335
- /**
5336
- *
5337
- * @type {string}
5338
- * @memberof OrganizationSummary
5339
- */
5340
- coverUrl?: string;
5341
- /**
5342
- *
5343
- * @type {string}
5344
- * @memberof OrganizationSummary
5345
- */
5346
- color?: string;
5347
- }
5348
5335
  /**
5349
5336
  *
5350
5337
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.631",
3
+ "version": "0.12.633",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [