@connectedxm/admin-sdk 7.0.9 → 7.0.10

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/api.ts CHANGED
@@ -6617,7 +6617,8 @@ export interface FaqTranslation {
6617
6617
  export enum FileSource {
6618
6618
  Admin = 'admin',
6619
6619
  Response = 'response',
6620
- Content = 'content'
6620
+ Content = 'content',
6621
+ Thread = 'thread'
6621
6622
  }
6622
6623
 
6623
6624
 
package/dist/api.d.ts CHANGED
@@ -6075,7 +6075,8 @@ export interface FaqTranslation {
6075
6075
  export declare enum FileSource {
6076
6076
  Admin = "admin",
6077
6077
  Response = "response",
6078
- Content = "content"
6078
+ Content = "content",
6079
+ Thread = "thread"
6079
6080
  }
6080
6081
  export interface FileUpdateInputs {
6081
6082
  'name'?: string;
package/dist/api.js CHANGED
@@ -695,6 +695,7 @@ var FileSource;
695
695
  FileSource["Admin"] = "admin";
696
696
  FileSource["Response"] = "response";
697
697
  FileSource["Content"] = "content";
698
+ FileSource["Thread"] = "thread";
698
699
  })(FileSource || (exports.FileSource = FileSource = {}));
699
700
  var GetAPILog200ResponseStatusEnum;
700
701
  (function (GetAPILog200ResponseStatusEnum) {
package/dist/esm/api.d.ts CHANGED
@@ -6075,7 +6075,8 @@ export interface FaqTranslation {
6075
6075
  export declare enum FileSource {
6076
6076
  Admin = "admin",
6077
6077
  Response = "response",
6078
- Content = "content"
6078
+ Content = "content",
6079
+ Thread = "thread"
6079
6080
  }
6080
6081
  export interface FileUpdateInputs {
6081
6082
  'name'?: string;
package/dist/esm/api.js CHANGED
@@ -666,6 +666,7 @@ export var FileSource;
666
666
  FileSource["Admin"] = "admin";
667
667
  FileSource["Response"] = "response";
668
668
  FileSource["Content"] = "content";
669
+ FileSource["Thread"] = "thread";
669
670
  })(FileSource || (FileSource = {}));
670
671
  export var GetAPILog200ResponseStatusEnum;
671
672
  (function (GetAPILog200ResponseStatusEnum) {
@@ -9,4 +9,6 @@
9
9
 
10
10
  * `Content` (value: `'content'`)
11
11
 
12
+ * `Thread` (value: `'thread'`)
13
+
12
14
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {