@credal/sdk 0.0.7 → 0.0.8

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.
@@ -69,7 +69,7 @@ class Copilots {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "@credal/sdk",
72
- "X-Fern-SDK-Version": "0.0.7",
72
+ "X-Fern-SDK-Version": "0.0.8",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -132,7 +132,7 @@ class Copilots {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "@credal/sdk",
135
- "X-Fern-SDK-Version": "0.0.7",
135
+ "X-Fern-SDK-Version": "0.0.8",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -188,7 +188,7 @@ class Copilots {
188
188
  Authorization: yield this._getAuthorizationHeader(),
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "@credal/sdk",
191
- "X-Fern-SDK-Version": "0.0.7",
191
+ "X-Fern-SDK-Version": "0.0.8",
192
192
  "X-Fern-Runtime": core.RUNTIME.type,
193
193
  "X-Fern-Runtime-Version": core.RUNTIME.version,
194
194
  },
@@ -7,7 +7,6 @@ export interface MessageReply {
7
7
  conversationId: string;
8
8
  response: Credal.ResponseChunk;
9
9
  warnings: string[];
10
- activitySourceIdsForAudit: string[];
11
10
  insertedAuditLog: Credal.InsertedAuditLog;
12
11
  referencedSources: Credal.ReferencedSource[];
13
12
  sourcesInDataContext: Credal.ReferencedSource[];
@@ -71,7 +71,7 @@ class DocumentCatalog {
71
71
  Authorization: yield this._getAuthorizationHeader(),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "@credal/sdk",
74
- "X-Fern-SDK-Version": "0.0.7",
74
+ "X-Fern-SDK-Version": "0.0.8",
75
75
  "X-Fern-Runtime": core.RUNTIME.type,
76
76
  "X-Fern-Runtime-Version": core.RUNTIME.version,
77
77
  },
@@ -154,7 +154,7 @@ class DocumentCatalog {
154
154
  Authorization: yield this._getAuthorizationHeader(),
155
155
  "X-Fern-Language": "JavaScript",
156
156
  "X-Fern-SDK-Name": "@credal/sdk",
157
- "X-Fern-SDK-Version": "0.0.7",
157
+ "X-Fern-SDK-Version": "0.0.8",
158
158
  "X-Fern-Runtime": core.RUNTIME.type,
159
159
  "X-Fern-Runtime-Version": core.RUNTIME.version,
160
160
  },
@@ -78,7 +78,7 @@ class DocumentCollections {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@credal/sdk",
81
- "X-Fern-SDK-Version": "0.0.7",
81
+ "X-Fern-SDK-Version": "0.0.8",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -74,7 +74,7 @@ class PermissionsService {
74
74
  Authorization: yield this._getAuthorizationHeader(),
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "@credal/sdk",
77
- "X-Fern-SDK-Version": "0.0.7",
77
+ "X-Fern-SDK-Version": "0.0.8",
78
78
  "X-Fern-Runtime": core.RUNTIME.type,
79
79
  "X-Fern-Runtime-Version": core.RUNTIME.version,
80
80
  },
@@ -144,7 +144,7 @@ class PermissionsService {
144
144
  Authorization: yield this._getAuthorizationHeader(),
145
145
  "X-Fern-Language": "JavaScript",
146
146
  "X-Fern-SDK-Name": "@credal/sdk",
147
- "X-Fern-SDK-Version": "0.0.7",
147
+ "X-Fern-SDK-Version": "0.0.8",
148
148
  "X-Fern-Runtime": core.RUNTIME.type,
149
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
150
150
  },
@@ -206,7 +206,7 @@ class PermissionsService {
206
206
  Authorization: yield this._getAuthorizationHeader(),
207
207
  "X-Fern-Language": "JavaScript",
208
208
  "X-Fern-SDK-Name": "@credal/sdk",
209
- "X-Fern-SDK-Version": "0.0.7",
209
+ "X-Fern-SDK-Version": "0.0.8",
210
210
  "X-Fern-Runtime": core.RUNTIME.type,
211
211
  "X-Fern-Runtime-Version": core.RUNTIME.version,
212
212
  },
@@ -84,7 +84,7 @@ class Search {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "@credal/sdk",
87
- "X-Fern-SDK-Version": "0.0.7",
87
+ "X-Fern-SDK-Version": "0.0.8",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -79,7 +79,7 @@ class Users {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "@credal/sdk",
82
- "X-Fern-SDK-Version": "0.0.7",
82
+ "X-Fern-SDK-Version": "0.0.8",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -69,7 +69,7 @@ class Copilots {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "@credal/sdk",
72
- "X-Fern-SDK-Version": "0.0.7",
72
+ "X-Fern-SDK-Version": "0.0.8",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -132,7 +132,7 @@ class Copilots {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "@credal/sdk",
135
- "X-Fern-SDK-Version": "0.0.7",
135
+ "X-Fern-SDK-Version": "0.0.8",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -188,7 +188,7 @@ class Copilots {
188
188
  Authorization: yield this._getAuthorizationHeader(),
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "@credal/sdk",
191
- "X-Fern-SDK-Version": "0.0.7",
191
+ "X-Fern-SDK-Version": "0.0.8",
192
192
  "X-Fern-Runtime": core.RUNTIME.type,
193
193
  "X-Fern-Runtime-Version": core.RUNTIME.version,
194
194
  },
@@ -7,7 +7,6 @@ export interface MessageReply {
7
7
  conversationId: string;
8
8
  response: Credal.ResponseChunk;
9
9
  warnings: string[];
10
- activitySourceIdsForAudit: string[];
11
10
  insertedAuditLog: Credal.InsertedAuditLog;
12
11
  referencedSources: Credal.ReferencedSource[];
13
12
  sourcesInDataContext: Credal.ReferencedSource[];
@@ -71,7 +71,7 @@ class DocumentCatalog {
71
71
  Authorization: yield this._getAuthorizationHeader(),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "@credal/sdk",
74
- "X-Fern-SDK-Version": "0.0.7",
74
+ "X-Fern-SDK-Version": "0.0.8",
75
75
  "X-Fern-Runtime": core.RUNTIME.type,
76
76
  "X-Fern-Runtime-Version": core.RUNTIME.version,
77
77
  },
@@ -154,7 +154,7 @@ class DocumentCatalog {
154
154
  Authorization: yield this._getAuthorizationHeader(),
155
155
  "X-Fern-Language": "JavaScript",
156
156
  "X-Fern-SDK-Name": "@credal/sdk",
157
- "X-Fern-SDK-Version": "0.0.7",
157
+ "X-Fern-SDK-Version": "0.0.8",
158
158
  "X-Fern-Runtime": core.RUNTIME.type,
159
159
  "X-Fern-Runtime-Version": core.RUNTIME.version,
160
160
  },
@@ -78,7 +78,7 @@ class DocumentCollections {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@credal/sdk",
81
- "X-Fern-SDK-Version": "0.0.7",
81
+ "X-Fern-SDK-Version": "0.0.8",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -74,7 +74,7 @@ class PermissionsService {
74
74
  Authorization: yield this._getAuthorizationHeader(),
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "@credal/sdk",
77
- "X-Fern-SDK-Version": "0.0.7",
77
+ "X-Fern-SDK-Version": "0.0.8",
78
78
  "X-Fern-Runtime": core.RUNTIME.type,
79
79
  "X-Fern-Runtime-Version": core.RUNTIME.version,
80
80
  },
@@ -144,7 +144,7 @@ class PermissionsService {
144
144
  Authorization: yield this._getAuthorizationHeader(),
145
145
  "X-Fern-Language": "JavaScript",
146
146
  "X-Fern-SDK-Name": "@credal/sdk",
147
- "X-Fern-SDK-Version": "0.0.7",
147
+ "X-Fern-SDK-Version": "0.0.8",
148
148
  "X-Fern-Runtime": core.RUNTIME.type,
149
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
150
150
  },
@@ -206,7 +206,7 @@ class PermissionsService {
206
206
  Authorization: yield this._getAuthorizationHeader(),
207
207
  "X-Fern-Language": "JavaScript",
208
208
  "X-Fern-SDK-Name": "@credal/sdk",
209
- "X-Fern-SDK-Version": "0.0.7",
209
+ "X-Fern-SDK-Version": "0.0.8",
210
210
  "X-Fern-Runtime": core.RUNTIME.type,
211
211
  "X-Fern-Runtime-Version": core.RUNTIME.version,
212
212
  },
@@ -84,7 +84,7 @@ class Search {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "@credal/sdk",
87
- "X-Fern-SDK-Version": "0.0.7",
87
+ "X-Fern-SDK-Version": "0.0.8",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -79,7 +79,7 @@ class Users {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "@credal/sdk",
82
- "X-Fern-SDK-Version": "0.0.7",
82
+ "X-Fern-SDK-Version": "0.0.8",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -15,7 +15,6 @@ export declare namespace MessageReply {
15
15
  conversationId: string;
16
16
  response: ResponseChunk.Raw;
17
17
  warnings: string[];
18
- activitySourceIdsForAudit: string[];
19
18
  inserted_audit_log: InsertedAuditLog.Raw;
20
19
  referencedSources: ReferencedSource.Raw[];
21
20
  sourcesInDataContext: ReferencedSource.Raw[];
@@ -37,7 +37,6 @@ exports.MessageReply = core.serialization.object({
37
37
  conversationId: core.serialization.string(),
38
38
  response: ResponseChunk_1.ResponseChunk,
39
39
  warnings: core.serialization.list(core.serialization.string()),
40
- activitySourceIdsForAudit: core.serialization.list(core.serialization.string()),
41
40
  insertedAuditLog: core.serialization.property("inserted_audit_log", InsertedAuditLog_1.InsertedAuditLog),
42
41
  referencedSources: core.serialization.list(ReferencedSource_1.ReferencedSource),
43
42
  sourcesInDataContext: core.serialization.list(ReferencedSource_1.ReferencedSource),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "repository": "https://github.com/credal-ai/credal-typescript-sdk",
6
6
  "main": "./index.js",
@@ -15,7 +15,6 @@ export declare namespace MessageReply {
15
15
  conversationId: string;
16
16
  response: ResponseChunk.Raw;
17
17
  warnings: string[];
18
- activitySourceIdsForAudit: string[];
19
18
  inserted_audit_log: InsertedAuditLog.Raw;
20
19
  referencedSources: ReferencedSource.Raw[];
21
20
  sourcesInDataContext: ReferencedSource.Raw[];
@@ -37,7 +37,6 @@ exports.MessageReply = core.serialization.object({
37
37
  conversationId: core.serialization.string(),
38
38
  response: ResponseChunk_1.ResponseChunk,
39
39
  warnings: core.serialization.list(core.serialization.string()),
40
- activitySourceIdsForAudit: core.serialization.list(core.serialization.string()),
41
40
  insertedAuditLog: core.serialization.property("inserted_audit_log", InsertedAuditLog_1.InsertedAuditLog),
42
41
  referencedSources: core.serialization.list(ReferencedSource_1.ReferencedSource),
43
42
  sourcesInDataContext: core.serialization.list(ReferencedSource_1.ReferencedSource),