vellum-ai 1.9.7 → 1.9.9

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 (83) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/environments/client/Client.js +1 -1
  8. package/api/resources/events/client/Client.js +1 -1
  9. package/api/resources/folderEntities/client/Client.js +2 -2
  10. package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  11. package/api/resources/integrationProviders/client/Client.js +2 -2
  12. package/api/resources/integrations/client/Client.js +4 -4
  13. package/api/resources/metricDefinitions/client/Client.js +2 -2
  14. package/api/resources/mlModels/client/Client.js +1 -1
  15. package/api/resources/organizations/client/Client.js +1 -1
  16. package/api/resources/prompts/client/Client.js +2 -2
  17. package/api/resources/sandboxes/client/Client.js +3 -3
  18. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  19. package/api/resources/testSuites/client/Client.js +4 -4
  20. package/api/resources/workflowDeployments/client/Client.js +10 -10
  21. package/api/resources/workflowExecutions/client/Client.js +1 -1
  22. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  23. package/api/resources/workflows/client/Client.js +5 -5
  24. package/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +1 -0
  25. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  26. package/api/resources/workspaces/client/Client.js +1 -1
  27. package/api/types/WorkspaceDisplayConfig.d.ts +6 -0
  28. package/api/types/WorkspaceDisplayConfig.js +5 -0
  29. package/api/types/WorkspaceRead.d.ts +2 -0
  30. package/api/types/index.d.ts +1 -0
  31. package/api/types/index.js +1 -0
  32. package/dist/Client.js +11 -11
  33. package/dist/api/resources/adHoc/client/Client.js +2 -2
  34. package/dist/api/resources/containerImages/client/Client.js +4 -4
  35. package/dist/api/resources/deployments/client/Client.js +8 -8
  36. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  37. package/dist/api/resources/documents/client/Client.js +5 -5
  38. package/dist/api/resources/environments/client/Client.js +1 -1
  39. package/dist/api/resources/events/client/Client.js +1 -1
  40. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  41. package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  42. package/dist/api/resources/integrationProviders/client/Client.js +2 -2
  43. package/dist/api/resources/integrations/client/Client.js +4 -4
  44. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  45. package/dist/api/resources/mlModels/client/Client.js +1 -1
  46. package/dist/api/resources/organizations/client/Client.js +1 -1
  47. package/dist/api/resources/prompts/client/Client.js +2 -2
  48. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  49. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  50. package/dist/api/resources/testSuites/client/Client.js +4 -4
  51. package/dist/api/resources/workflowDeployments/client/Client.js +10 -10
  52. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  53. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  54. package/dist/api/resources/workflows/client/Client.js +5 -5
  55. package/dist/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +1 -0
  56. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  57. package/dist/api/resources/workspaces/client/Client.js +1 -1
  58. package/dist/api/types/WorkspaceDisplayConfig.d.ts +6 -0
  59. package/dist/api/types/WorkspaceDisplayConfig.js +5 -0
  60. package/dist/api/types/WorkspaceRead.d.ts +2 -0
  61. package/dist/api/types/index.d.ts +1 -0
  62. package/dist/api/types/index.js +1 -0
  63. package/dist/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +1 -0
  64. package/dist/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +1 -0
  65. package/dist/serialization/types/WorkspaceDisplayConfig.d.ts +12 -0
  66. package/dist/serialization/types/WorkspaceDisplayConfig.js +43 -0
  67. package/dist/serialization/types/WorkspaceRead.d.ts +2 -0
  68. package/dist/serialization/types/WorkspaceRead.js +2 -0
  69. package/dist/serialization/types/index.d.ts +1 -0
  70. package/dist/serialization/types/index.js +1 -0
  71. package/dist/version.d.ts +1 -1
  72. package/dist/version.js +1 -1
  73. package/package.json +1 -1
  74. package/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +1 -0
  75. package/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +1 -0
  76. package/serialization/types/WorkspaceDisplayConfig.d.ts +12 -0
  77. package/serialization/types/WorkspaceDisplayConfig.js +43 -0
  78. package/serialization/types/WorkspaceRead.d.ts +2 -0
  79. package/serialization/types/WorkspaceRead.js +2 -0
  80. package/serialization/types/index.d.ts +1 -0
  81. package/serialization/types/index.js +1 -0
  82. package/version.d.ts +1 -1
  83. package/version.js +1 -1
@@ -97,7 +97,7 @@ class WorkflowDeployments {
97
97
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
98
98
  unrecognizedObjectKeys: "strip",
99
99
  })
100
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
100
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
101
  contentType: "application/json",
102
102
  queryParameters: _queryParams,
103
103
  requestType: "json",
@@ -163,7 +163,7 @@ class WorkflowDeployments {
163
163
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
164
164
  unrecognizedObjectKeys: "strip",
165
165
  })
166
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
166
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
167
  contentType: "application/json",
168
168
  requestType: "json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -241,7 +241,7 @@ class WorkflowDeployments {
241
241
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
242
242
  unrecognizedObjectKeys: "strip",
243
243
  })
244
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
244
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
245
245
  contentType: "application/json",
246
246
  queryParameters: _queryParams,
247
247
  requestType: "json",
@@ -306,7 +306,7 @@ class WorkflowDeployments {
306
306
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
307
307
  unrecognizedObjectKeys: "strip",
308
308
  })
309
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
309
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
310
310
  contentType: "application/json",
311
311
  requestType: "json",
312
312
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -373,7 +373,7 @@ class WorkflowDeployments {
373
373
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
374
374
  unrecognizedObjectKeys: "strip",
375
375
  })
376
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
376
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
377
377
  contentType: "application/json",
378
378
  requestType: "json",
379
379
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -455,7 +455,7 @@ class WorkflowDeployments {
455
455
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
456
456
  unrecognizedObjectKeys: "strip",
457
457
  })
458
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
458
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
459
459
  contentType: "application/json",
460
460
  queryParameters: _queryParams,
461
461
  requestType: "json",
@@ -522,7 +522,7 @@ class WorkflowDeployments {
522
522
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
523
523
  unrecognizedObjectKeys: "strip",
524
524
  })
525
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
525
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
526
526
  contentType: "application/json",
527
527
  requestType: "json",
528
528
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -589,7 +589,7 @@ class WorkflowDeployments {
589
589
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
590
590
  unrecognizedObjectKeys: "strip",
591
591
  })
592
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
592
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
593
593
  contentType: "application/json",
594
594
  requestType: "json",
595
595
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -669,7 +669,7 @@ class WorkflowDeployments {
669
669
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
670
670
  unrecognizedObjectKeys: "strip",
671
671
  })
672
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
672
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
673
673
  contentType: "application/json",
674
674
  queryParameters: _queryParams,
675
675
  requestType: "json",
@@ -736,7 +736,7 @@ class WorkflowDeployments {
736
736
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
737
737
  unrecognizedObjectKeys: "strip",
738
738
  })
739
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
739
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
740
740
  contentType: "application/json",
741
741
  requestType: "json",
742
742
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -88,7 +88,7 @@ class WorkflowExecutions {
88
88
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
89
89
  unrecognizedObjectKeys: "strip",
90
90
  })
91
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
92
92
  contentType: "application/json",
93
93
  queryParameters: _queryParams,
94
94
  requestType: "json",
@@ -80,7 +80,7 @@ class WorkflowSandboxes {
80
80
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
81
81
  unrecognizedObjectKeys: "strip",
82
82
  })
83
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -162,7 +162,7 @@ class WorkflowSandboxes {
162
162
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
163
163
  unrecognizedObjectKeys: "strip",
164
164
  })
165
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
166
166
  contentType: "application/json",
167
167
  queryParameters: _queryParams,
168
168
  requestType: "json",
@@ -94,13 +94,13 @@ class Workflows {
94
94
  }
95
95
  const _response = yield core.fetcher({
96
96
  url: (0, url_join_1.default)((_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : ((_g = (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.VellumEnvironment.Production)
97
- .default, `v1/workflows/${encodeURIComponent(id)}/pull`),
97
+ .predict, `v1/workflows/${encodeURIComponent(id)}/pull`),
98
98
  method: "GET",
99
99
  headers: Object.assign(Object.assign({ "X-API-Version": (yield core.Supplier.get(this._options.apiVersion)) != null
100
100
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
101
101
  unrecognizedObjectKeys: "strip",
102
102
  })
103
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
103
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
106
106
  requestType: "json",
@@ -166,7 +166,7 @@ class Workflows {
166
166
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
167
167
  unrecognizedObjectKeys: "strip",
168
168
  })
169
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
169
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
170
  contentType: "application/json",
171
171
  requestType: "json",
172
172
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -252,7 +252,7 @@ class Workflows {
252
252
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
253
253
  unrecognizedObjectKeys: "strip",
254
254
  })
255
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
255
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
256
256
  requestType: "file",
257
257
  duplex: _maybeEncodedRequest.duplex,
258
258
  body: _maybeEncodedRequest.body,
@@ -324,7 +324,7 @@ class Workflows {
324
324
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
325
325
  unrecognizedObjectKeys: "strip",
326
326
  })
327
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
327
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
328
328
  contentType: "application/json",
329
329
  requestType: "json",
330
330
  body: serializers.SerializeWorkflowFilesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -13,4 +13,5 @@
13
13
  */
14
14
  export interface SerializeWorkflowFilesRequest {
15
15
  files: Record<string, unknown>;
16
+ module?: string | null;
16
17
  }
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
81
81
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
82
82
  unrecognizedObjectKeys: "strip",
83
83
  })
84
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
147
147
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
148
148
  unrecognizedObjectKeys: "strip",
149
149
  })
150
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
150
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
151
151
  contentType: "application/json",
152
152
  requestType: "json",
153
153
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -80,7 +80,7 @@ class Workspaces {
80
80
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
81
81
  unrecognizedObjectKeys: "strip",
82
82
  })
83
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.7", "User-Agent": "vellum-ai/1.9.7", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface WorkspaceDisplayConfig {
5
+ color?: string | null;
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Vellum from "../index";
4
5
  export interface WorkspaceRead {
5
6
  id: string;
6
7
  /** The name of the Workspace. */
7
8
  name: string;
8
9
  label: string;
9
10
  created: Date;
11
+ displayConfig?: Vellum.WorkspaceDisplayConfig | null;
10
12
  }
@@ -696,5 +696,6 @@ export * from "./WorkflowSandboxDisplayData";
696
696
  export * from "./WorkflowSandboxExample";
697
697
  export * from "./WorkflowSandboxParentContext";
698
698
  export * from "./WorkflowStreamEvent";
699
+ export * from "./WorkspaceDisplayConfig";
699
700
  export * from "./WorkspaceRead";
700
701
  export * from "./WorkspaceSecretRead";
@@ -712,5 +712,6 @@ __exportStar(require("./WorkflowSandboxDisplayData"), exports);
712
712
  __exportStar(require("./WorkflowSandboxExample"), exports);
713
713
  __exportStar(require("./WorkflowSandboxParentContext"), exports);
714
714
  __exportStar(require("./WorkflowStreamEvent"), exports);
715
+ __exportStar(require("./WorkspaceDisplayConfig"), exports);
715
716
  __exportStar(require("./WorkspaceRead"), exports);
716
717
  __exportStar(require("./WorkspaceSecretRead"), exports);
@@ -8,5 +8,6 @@ export declare const SerializeWorkflowFilesRequest: core.serialization.Schema<se
8
8
  export declare namespace SerializeWorkflowFilesRequest {
9
9
  interface Raw {
10
10
  files: Record<string, unknown>;
11
+ module?: (string | null) | null;
11
12
  }
12
13
  }
@@ -40,4 +40,5 @@ exports.SerializeWorkflowFilesRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  exports.SerializeWorkflowFilesRequest = core.serialization.object({
42
42
  files: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
43
+ module: core.serialization.string().optionalNullable(),
43
44
  });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vellum from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const WorkspaceDisplayConfig: core.serialization.ObjectSchema<serializers.WorkspaceDisplayConfig.Raw, Vellum.WorkspaceDisplayConfig>;
8
+ export declare namespace WorkspaceDisplayConfig {
9
+ interface Raw {
10
+ color?: (string | null) | null;
11
+ }
12
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.WorkspaceDisplayConfig = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.WorkspaceDisplayConfig = core.serialization.object({
42
+ color: core.serialization.string().optionalNullable(),
43
+ });
@@ -4,6 +4,7 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { WorkspaceDisplayConfig } from "./WorkspaceDisplayConfig";
7
8
  export declare const WorkspaceRead: core.serialization.ObjectSchema<serializers.WorkspaceRead.Raw, Vellum.WorkspaceRead>;
8
9
  export declare namespace WorkspaceRead {
9
10
  interface Raw {
@@ -11,5 +12,6 @@ export declare namespace WorkspaceRead {
11
12
  name: string;
12
13
  label: string;
13
14
  created: string;
15
+ display_config?: (WorkspaceDisplayConfig.Raw | null) | null;
14
16
  }
15
17
  }
@@ -38,9 +38,11 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.WorkspaceRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const WorkspaceDisplayConfig_1 = require("./WorkspaceDisplayConfig");
41
42
  exports.WorkspaceRead = core.serialization.object({
42
43
  id: core.serialization.string(),
43
44
  name: core.serialization.string(),
44
45
  label: core.serialization.string(),
45
46
  created: core.serialization.date(),
47
+ displayConfig: core.serialization.property("display_config", WorkspaceDisplayConfig_1.WorkspaceDisplayConfig.optionalNullable()),
46
48
  });
@@ -696,5 +696,6 @@ export * from "./WorkflowSandboxDisplayData";
696
696
  export * from "./WorkflowSandboxExample";
697
697
  export * from "./WorkflowSandboxParentContext";
698
698
  export * from "./WorkflowStreamEvent";
699
+ export * from "./WorkspaceDisplayConfig";
699
700
  export * from "./WorkspaceRead";
700
701
  export * from "./WorkspaceSecretRead";
@@ -712,5 +712,6 @@ __exportStar(require("./WorkflowSandboxDisplayData"), exports);
712
712
  __exportStar(require("./WorkflowSandboxExample"), exports);
713
713
  __exportStar(require("./WorkflowSandboxParentContext"), exports);
714
714
  __exportStar(require("./WorkflowStreamEvent"), exports);
715
+ __exportStar(require("./WorkspaceDisplayConfig"), exports);
715
716
  __exportStar(require("./WorkspaceRead"), exports);
716
717
  __exportStar(require("./WorkspaceSecretRead"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.9.7";
1
+ export declare const SDK_VERSION = "1.9.9";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.9.7";
4
+ exports.SDK_VERSION = "1.9.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "1.9.7",
3
+ "version": "1.9.9",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -8,5 +8,6 @@ export declare const SerializeWorkflowFilesRequest: core.serialization.Schema<se
8
8
  export declare namespace SerializeWorkflowFilesRequest {
9
9
  interface Raw {
10
10
  files: Record<string, unknown>;
11
+ module?: (string | null) | null;
11
12
  }
12
13
  }
@@ -40,4 +40,5 @@ exports.SerializeWorkflowFilesRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  exports.SerializeWorkflowFilesRequest = core.serialization.object({
42
42
  files: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
43
+ module: core.serialization.string().optionalNullable(),
43
44
  });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vellum from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const WorkspaceDisplayConfig: core.serialization.ObjectSchema<serializers.WorkspaceDisplayConfig.Raw, Vellum.WorkspaceDisplayConfig>;
8
+ export declare namespace WorkspaceDisplayConfig {
9
+ interface Raw {
10
+ color?: (string | null) | null;
11
+ }
12
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.WorkspaceDisplayConfig = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.WorkspaceDisplayConfig = core.serialization.object({
42
+ color: core.serialization.string().optionalNullable(),
43
+ });
@@ -4,6 +4,7 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { WorkspaceDisplayConfig } from "./WorkspaceDisplayConfig";
7
8
  export declare const WorkspaceRead: core.serialization.ObjectSchema<serializers.WorkspaceRead.Raw, Vellum.WorkspaceRead>;
8
9
  export declare namespace WorkspaceRead {
9
10
  interface Raw {
@@ -11,5 +12,6 @@ export declare namespace WorkspaceRead {
11
12
  name: string;
12
13
  label: string;
13
14
  created: string;
15
+ display_config?: (WorkspaceDisplayConfig.Raw | null) | null;
14
16
  }
15
17
  }
@@ -38,9 +38,11 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.WorkspaceRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const WorkspaceDisplayConfig_1 = require("./WorkspaceDisplayConfig");
41
42
  exports.WorkspaceRead = core.serialization.object({
42
43
  id: core.serialization.string(),
43
44
  name: core.serialization.string(),
44
45
  label: core.serialization.string(),
45
46
  created: core.serialization.date(),
47
+ displayConfig: core.serialization.property("display_config", WorkspaceDisplayConfig_1.WorkspaceDisplayConfig.optionalNullable()),
46
48
  });
@@ -696,5 +696,6 @@ export * from "./WorkflowSandboxDisplayData";
696
696
  export * from "./WorkflowSandboxExample";
697
697
  export * from "./WorkflowSandboxParentContext";
698
698
  export * from "./WorkflowStreamEvent";
699
+ export * from "./WorkspaceDisplayConfig";
699
700
  export * from "./WorkspaceRead";
700
701
  export * from "./WorkspaceSecretRead";
@@ -712,5 +712,6 @@ __exportStar(require("./WorkflowSandboxDisplayData"), exports);
712
712
  __exportStar(require("./WorkflowSandboxExample"), exports);
713
713
  __exportStar(require("./WorkflowSandboxParentContext"), exports);
714
714
  __exportStar(require("./WorkflowStreamEvent"), exports);
715
+ __exportStar(require("./WorkspaceDisplayConfig"), exports);
715
716
  __exportStar(require("./WorkspaceRead"), exports);
716
717
  __exportStar(require("./WorkspaceSecretRead"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.9.7";
1
+ export declare const SDK_VERSION = "1.9.9";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.9.7";
4
+ exports.SDK_VERSION = "1.9.9";