vellum-ai 0.7.9 → 0.7.11

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 (127) hide show
  1. package/Client.js +9 -9
  2. package/api/resources/deployments/client/Client.js +5 -5
  3. package/api/resources/documentIndexes/client/Client.js +8 -8
  4. package/api/resources/documents/client/Client.js +5 -5
  5. package/api/resources/folderEntities/client/Client.js +1 -1
  6. package/api/resources/mlModels/client/Client.js +5 -5
  7. package/api/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +4 -0
  8. package/api/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +4 -0
  9. package/api/resources/sandboxes/client/Client.js +3 -3
  10. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  11. package/api/resources/testSuites/client/Client.js +4 -4
  12. package/api/resources/workflowDeployments/client/Client.js +4 -4
  13. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  14. package/api/types/MlModelDisplayConfigLabelled.d.ts +2 -0
  15. package/api/types/MlModelDisplayConfigRequest.d.ts +2 -0
  16. package/api/types/MlModelExecConfig.d.ts +2 -0
  17. package/api/types/MlModelExecConfigRequest.d.ts +2 -0
  18. package/api/types/OpenApiArrayProperty.d.ts +1 -1
  19. package/api/types/OpenApiArrayPropertyRequest.d.ts +1 -1
  20. package/api/types/OpenApiBooleanProperty.d.ts +1 -1
  21. package/api/types/OpenApiBooleanPropertyRequest.d.ts +1 -1
  22. package/api/types/OpenApiConstProperty.d.ts +1 -1
  23. package/api/types/OpenApiConstPropertyRequest.d.ts +1 -1
  24. package/api/types/OpenApiIntegerProperty.d.ts +1 -1
  25. package/api/types/OpenApiIntegerPropertyRequest.d.ts +1 -1
  26. package/api/types/OpenApiNumberProperty.d.ts +1 -1
  27. package/api/types/OpenApiNumberPropertyRequest.d.ts +1 -1
  28. package/api/types/OpenApiObjectProperty.d.ts +1 -1
  29. package/api/types/OpenApiObjectPropertyRequest.d.ts +1 -1
  30. package/api/types/OpenApiOneOfProperty.d.ts +1 -1
  31. package/api/types/OpenApiOneOfPropertyRequest.d.ts +1 -1
  32. package/api/types/OpenApiProperty.d.ts +4 -1
  33. package/api/types/OpenApiPropertyRequest.d.ts +4 -1
  34. package/api/types/OpenApiRefProperty.d.ts +11 -0
  35. package/api/types/OpenApiRefProperty.js +5 -0
  36. package/api/types/OpenApiRefPropertyRequest.d.ts +11 -0
  37. package/api/types/OpenApiRefPropertyRequest.js +5 -0
  38. package/api/types/OpenApiStringProperty.d.ts +1 -1
  39. package/api/types/OpenApiStringPropertyRequest.d.ts +1 -1
  40. package/api/types/index.d.ts +2 -0
  41. package/api/types/index.js +2 -0
  42. package/dist/Client.js +9 -9
  43. package/dist/api/resources/deployments/client/Client.js +5 -5
  44. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  45. package/dist/api/resources/documents/client/Client.js +5 -5
  46. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  47. package/dist/api/resources/mlModels/client/Client.js +5 -5
  48. package/dist/api/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +4 -0
  49. package/dist/api/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +4 -0
  50. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  51. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  52. package/dist/api/resources/testSuites/client/Client.js +4 -4
  53. package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
  54. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  55. package/dist/api/types/MlModelDisplayConfigLabelled.d.ts +2 -0
  56. package/dist/api/types/MlModelDisplayConfigRequest.d.ts +2 -0
  57. package/dist/api/types/MlModelExecConfig.d.ts +2 -0
  58. package/dist/api/types/MlModelExecConfigRequest.d.ts +2 -0
  59. package/dist/api/types/OpenApiArrayProperty.d.ts +1 -1
  60. package/dist/api/types/OpenApiArrayPropertyRequest.d.ts +1 -1
  61. package/dist/api/types/OpenApiBooleanProperty.d.ts +1 -1
  62. package/dist/api/types/OpenApiBooleanPropertyRequest.d.ts +1 -1
  63. package/dist/api/types/OpenApiConstProperty.d.ts +1 -1
  64. package/dist/api/types/OpenApiConstPropertyRequest.d.ts +1 -1
  65. package/dist/api/types/OpenApiIntegerProperty.d.ts +1 -1
  66. package/dist/api/types/OpenApiIntegerPropertyRequest.d.ts +1 -1
  67. package/dist/api/types/OpenApiNumberProperty.d.ts +1 -1
  68. package/dist/api/types/OpenApiNumberPropertyRequest.d.ts +1 -1
  69. package/dist/api/types/OpenApiObjectProperty.d.ts +1 -1
  70. package/dist/api/types/OpenApiObjectPropertyRequest.d.ts +1 -1
  71. package/dist/api/types/OpenApiOneOfProperty.d.ts +1 -1
  72. package/dist/api/types/OpenApiOneOfPropertyRequest.d.ts +1 -1
  73. package/dist/api/types/OpenApiProperty.d.ts +4 -1
  74. package/dist/api/types/OpenApiPropertyRequest.d.ts +4 -1
  75. package/dist/api/types/OpenApiRefProperty.d.ts +11 -0
  76. package/dist/api/types/OpenApiRefProperty.js +5 -0
  77. package/dist/api/types/OpenApiRefPropertyRequest.d.ts +11 -0
  78. package/dist/api/types/OpenApiRefPropertyRequest.js +5 -0
  79. package/dist/api/types/OpenApiStringProperty.d.ts +1 -1
  80. package/dist/api/types/OpenApiStringPropertyRequest.d.ts +1 -1
  81. package/dist/api/types/index.d.ts +2 -0
  82. package/dist/api/types/index.js +2 -0
  83. package/dist/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +4 -0
  84. package/dist/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.js +4 -0
  85. package/dist/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +4 -0
  86. package/dist/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js +4 -0
  87. package/dist/serialization/types/MlModelDisplayConfigLabelled.d.ts +1 -0
  88. package/dist/serialization/types/MlModelDisplayConfigLabelled.js +1 -0
  89. package/dist/serialization/types/MlModelDisplayConfigRequest.d.ts +1 -0
  90. package/dist/serialization/types/MlModelDisplayConfigRequest.js +1 -0
  91. package/dist/serialization/types/MlModelExecConfig.d.ts +1 -0
  92. package/dist/serialization/types/MlModelExecConfig.js +1 -0
  93. package/dist/serialization/types/MlModelExecConfigRequest.d.ts +1 -0
  94. package/dist/serialization/types/MlModelExecConfigRequest.js +1 -0
  95. package/dist/serialization/types/OpenApiProperty.d.ts +5 -1
  96. package/dist/serialization/types/OpenApiProperty.js +2 -0
  97. package/dist/serialization/types/OpenApiPropertyRequest.d.ts +5 -1
  98. package/dist/serialization/types/OpenApiPropertyRequest.js +2 -0
  99. package/dist/serialization/types/OpenApiRefProperty.d.ts +14 -0
  100. package/dist/serialization/types/OpenApiRefProperty.js +35 -0
  101. package/dist/serialization/types/OpenApiRefPropertyRequest.d.ts +14 -0
  102. package/dist/serialization/types/OpenApiRefPropertyRequest.js +35 -0
  103. package/dist/serialization/types/index.d.ts +2 -0
  104. package/dist/serialization/types/index.js +2 -0
  105. package/package.json +1 -1
  106. package/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.d.ts +4 -0
  107. package/serialization/resources/mlModels/client/requests/MlModelUpdateRequest.js +4 -0
  108. package/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.d.ts +4 -0
  109. package/serialization/resources/mlModels/client/requests/PatchedMlModelUpdateRequest.js +4 -0
  110. package/serialization/types/MlModelDisplayConfigLabelled.d.ts +1 -0
  111. package/serialization/types/MlModelDisplayConfigLabelled.js +1 -0
  112. package/serialization/types/MlModelDisplayConfigRequest.d.ts +1 -0
  113. package/serialization/types/MlModelDisplayConfigRequest.js +1 -0
  114. package/serialization/types/MlModelExecConfig.d.ts +1 -0
  115. package/serialization/types/MlModelExecConfig.js +1 -0
  116. package/serialization/types/MlModelExecConfigRequest.d.ts +1 -0
  117. package/serialization/types/MlModelExecConfigRequest.js +1 -0
  118. package/serialization/types/OpenApiProperty.d.ts +5 -1
  119. package/serialization/types/OpenApiProperty.js +2 -0
  120. package/serialization/types/OpenApiPropertyRequest.d.ts +5 -1
  121. package/serialization/types/OpenApiPropertyRequest.js +2 -0
  122. package/serialization/types/OpenApiRefProperty.d.ts +14 -0
  123. package/serialization/types/OpenApiRefProperty.js +35 -0
  124. package/serialization/types/OpenApiRefPropertyRequest.d.ts +14 -0
  125. package/serialization/types/OpenApiRefPropertyRequest.js +35 -0
  126. package/serialization/types/index.d.ts +2 -0
  127. package/serialization/types/index.js +2 -0
@@ -74,7 +74,7 @@ class TestSuiteRuns {
74
74
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
75
75
  .default, "v1/test-suite-runs"),
76
76
  method: "POST",
77
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
77
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
78
78
  contentType: "application/json",
79
79
  requestType: "json",
80
80
  body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -127,7 +127,7 @@ class TestSuiteRuns {
127
127
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
128
128
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}`),
129
129
  method: "GET",
130
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
130
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
131
131
  contentType: "application/json",
132
132
  requestType: "json",
133
133
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -194,7 +194,7 @@ class TestSuiteRuns {
194
194
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
195
195
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}/executions`),
196
196
  method: "GET",
197
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
197
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
198
198
  contentType: "application/json",
199
199
  queryParameters: _queryParams,
200
200
  requestType: "json",
@@ -73,7 +73,7 @@ class TestSuites {
73
73
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
74
74
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
75
75
  method: "GET",
76
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
76
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
77
77
  contentType: "application/json",
78
78
  queryParameters: _queryParams,
79
79
  requestType: "json",
@@ -136,7 +136,7 @@ class TestSuites {
136
136
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
137
137
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
138
138
  method: "POST",
139
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
139
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
140
140
  contentType: "application/json",
141
141
  requestType: "json",
142
142
  body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -183,7 +183,7 @@ class TestSuites {
183
183
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
184
184
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases-bulk`),
185
185
  method: "POST",
186
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
186
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
187
187
  contentType: "application/json",
188
188
  requestType: "json",
189
189
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -250,7 +250,7 @@ class TestSuites {
250
250
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
251
251
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases/${encodeURIComponent(testCaseId)}`),
252
252
  method: "DELETE",
253
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
253
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
254
254
  contentType: "application/json",
255
255
  requestType: "json",
256
256
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -78,7 +78,7 @@ class WorkflowDeployments {
78
78
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
79
79
  .default, "v1/workflow-deployments"),
80
80
  method: "GET",
81
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
81
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
82
82
  contentType: "application/json",
83
83
  queryParameters: _queryParams,
84
84
  requestType: "json",
@@ -131,7 +131,7 @@ class WorkflowDeployments {
131
131
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
132
132
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}`),
133
133
  method: "GET",
134
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
134
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
135
135
  contentType: "application/json",
136
136
  requestType: "json",
137
137
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -184,7 +184,7 @@ class WorkflowDeployments {
184
184
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
185
185
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
186
186
  method: "GET",
187
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
187
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
188
188
  contentType: "application/json",
189
189
  requestType: "json",
190
190
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -238,7 +238,7 @@ class WorkflowDeployments {
238
238
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
239
239
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
240
240
  method: "PATCH",
241
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
241
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
242
242
  contentType: "application/json",
243
243
  requestType: "json",
244
244
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -64,7 +64,7 @@ class WorkflowSandboxes {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/workflow-sandboxes/${encodeURIComponent(id)}/workflows/${encodeURIComponent(workflowId)}/deploy`),
66
66
  method: "POST",
67
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
67
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.7.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -6,4 +6,6 @@ export interface MlModelDisplayConfigLabelled {
6
6
  label: string;
7
7
  description: string;
8
8
  tags: Vellum.MlModelDisplayTagEnumValueLabel[];
9
+ /** Can only be set when using an internal service token. */
10
+ defaultDisplayPriority?: number;
9
11
  }
@@ -6,4 +6,6 @@ export interface MlModelDisplayConfigRequest {
6
6
  label: string;
7
7
  description: string;
8
8
  tags: Vellum.MlModelDisplayTag[];
9
+ /** Can only be set when using an internal service token. */
10
+ defaultDisplayPriority?: number;
9
11
  }
@@ -7,6 +7,8 @@ export interface MlModelExecConfig {
7
7
  baseUrl: string;
8
8
  metadata: Record<string, unknown>;
9
9
  features: Vellum.MlModelFeature[];
10
+ /** Can only be set when using an internal service token. */
11
+ forceSystemCredentials?: boolean;
10
12
  tokenizerConfig?: Vellum.MlModelTokenizerConfig;
11
13
  requestConfig?: Vellum.MlModelRequestConfig;
12
14
  responseConfig?: Vellum.MlModelResponseConfig;
@@ -7,6 +7,8 @@ export interface MlModelExecConfigRequest {
7
7
  baseUrl: string;
8
8
  metadata: Record<string, unknown>;
9
9
  features: Vellum.MlModelFeature[];
10
+ /** Can only be set when using an internal service token. */
11
+ forceSystemCredentials?: boolean;
10
12
  tokenizerConfig?: Vellum.MlModelTokenizerConfigRequest;
11
13
  requestConfig?: Vellum.MlModelRequestConfigRequest;
12
14
  responseConfig?: Vellum.MlModelResponseConfigRequest;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'array'
6
+ * An OpenAPI specification of a property with type 'array'
7
7
  */
8
8
  export interface OpenApiArrayProperty {
9
9
  minItems?: number;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'array'
6
+ * An OpenAPI specification of a property with type 'array'
7
7
  */
8
8
  export interface OpenApiArrayPropertyRequest {
9
9
  minItems?: number;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'boolean'
5
+ * An OpenAPI specification of a property with type 'boolean'
6
6
  */
7
7
  export interface OpenApiBooleanProperty {
8
8
  default?: boolean;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'boolean'
5
+ * An OpenAPI specification of a property with type 'boolean'
6
6
  */
7
7
  export interface OpenApiBooleanPropertyRequest {
8
8
  default?: boolean;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'const'
5
+ * An OpenAPI specification of a property with type 'const'
6
6
  */
7
7
  export interface OpenApiConstProperty {
8
8
  title?: string;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'const'
5
+ * An OpenAPI specification of a property with type 'const'
6
6
  */
7
7
  export interface OpenApiConstPropertyRequest {
8
8
  title?: string;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'integer'
5
+ * An OpenAPI specification of a property with type 'integer'
6
6
  */
7
7
  export interface OpenApiIntegerProperty {
8
8
  minimum?: number;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'integer'
5
+ * An OpenAPI specification of a property with type 'integer'
6
6
  */
7
7
  export interface OpenApiIntegerPropertyRequest {
8
8
  minimum?: number;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'number'
5
+ * An OpenAPI specification of a property with type 'number'
6
6
  */
7
7
  export interface OpenApiNumberProperty {
8
8
  minimum?: number;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'number'
5
+ * An OpenAPI specification of a property with type 'number'
6
6
  */
7
7
  export interface OpenApiNumberPropertyRequest {
8
8
  minimum?: number;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'object'
6
+ * An OpenAPI specification of a property with type 'object'
7
7
  */
8
8
  export interface OpenApiObjectProperty {
9
9
  properties?: Record<string, Vellum.OpenApiProperty | undefined>;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'object'
6
+ * An OpenAPI specification of a property with type 'object'
7
7
  */
8
8
  export interface OpenApiObjectPropertyRequest {
9
9
  properties?: Record<string, Vellum.OpenApiPropertyRequest | undefined>;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'oneOf'
6
+ * An OpenAPI specification of a property with type 'oneOf'
7
7
  */
8
8
  export interface OpenApiOneOfProperty {
9
9
  oneOf: Vellum.OpenApiProperty[];
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  /**
6
- * An OpenAPI specification of a parameter with type 'oneOf'
6
+ * An OpenAPI specification of a property with type 'oneOf'
7
7
  */
8
8
  export interface OpenApiOneOfPropertyRequest {
9
9
  oneOf: Vellum.OpenApiPropertyRequest[];
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export declare type OpenApiProperty = Vellum.OpenApiProperty.Array | Vellum.OpenApiProperty.Object_ | Vellum.OpenApiProperty.Integer | Vellum.OpenApiProperty.Number | Vellum.OpenApiProperty.String | Vellum.OpenApiProperty.Boolean | Vellum.OpenApiProperty.OneOf | Vellum.OpenApiProperty.Const;
5
+ export declare type OpenApiProperty = Vellum.OpenApiProperty.Array | Vellum.OpenApiProperty.Object_ | Vellum.OpenApiProperty.Integer | Vellum.OpenApiProperty.Number | Vellum.OpenApiProperty.String | Vellum.OpenApiProperty.Boolean | Vellum.OpenApiProperty.OneOf | Vellum.OpenApiProperty.Const | Vellum.OpenApiProperty.Ref;
6
6
  export declare namespace OpenApiProperty {
7
7
  interface Array extends Vellum.OpenApiArrayProperty {
8
8
  type: "array";
@@ -28,4 +28,7 @@ export declare namespace OpenApiProperty {
28
28
  interface Const extends Vellum.OpenApiConstProperty {
29
29
  type: "const";
30
30
  }
31
+ interface Ref extends Vellum.OpenApiRefProperty {
32
+ type: "ref";
33
+ }
31
34
  }
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export declare type OpenApiPropertyRequest = Vellum.OpenApiPropertyRequest.Array | Vellum.OpenApiPropertyRequest.Object_ | Vellum.OpenApiPropertyRequest.Integer | Vellum.OpenApiPropertyRequest.Number | Vellum.OpenApiPropertyRequest.String | Vellum.OpenApiPropertyRequest.Boolean | Vellum.OpenApiPropertyRequest.OneOf | Vellum.OpenApiPropertyRequest.Const;
5
+ export declare type OpenApiPropertyRequest = Vellum.OpenApiPropertyRequest.Array | Vellum.OpenApiPropertyRequest.Object_ | Vellum.OpenApiPropertyRequest.Integer | Vellum.OpenApiPropertyRequest.Number | Vellum.OpenApiPropertyRequest.String | Vellum.OpenApiPropertyRequest.Boolean | Vellum.OpenApiPropertyRequest.OneOf | Vellum.OpenApiPropertyRequest.Const | Vellum.OpenApiPropertyRequest.Ref;
6
6
  export declare namespace OpenApiPropertyRequest {
7
7
  interface Array extends Vellum.OpenApiArrayPropertyRequest {
8
8
  type: "array";
@@ -28,4 +28,7 @@ export declare namespace OpenApiPropertyRequest {
28
28
  interface Const extends Vellum.OpenApiConstPropertyRequest {
29
29
  type: "const";
30
30
  }
31
+ interface Ref extends Vellum.OpenApiRefPropertyRequest {
32
+ type: "ref";
33
+ }
31
34
  }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * An OpenAPI specification of a property that is a URI-reference to another schema
6
+ */
7
+ export interface OpenApiRefProperty {
8
+ title?: string;
9
+ description?: string;
10
+ ref: string;
11
+ }
@@ -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 });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * An OpenAPI specification of a property that is a URI-reference to another schema
6
+ */
7
+ export interface OpenApiRefPropertyRequest {
8
+ title?: string;
9
+ description?: string;
10
+ ref: string;
11
+ }
@@ -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 });
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'string'
5
+ * An OpenAPI specification of a property with type 'string'
6
6
  */
7
7
  export interface OpenApiStringProperty {
8
8
  minLength?: number;
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * An OpenAPI specification of a parameter with type 'string'
5
+ * An OpenAPI specification of a property with type 'string'
6
6
  */
7
7
  export interface OpenApiStringPropertyRequest {
8
8
  minLength?: number;
@@ -221,6 +221,8 @@ export * from "./OpenApiOneOfProperty";
221
221
  export * from "./OpenApiOneOfPropertyRequest";
222
222
  export * from "./OpenApiProperty";
223
223
  export * from "./OpenApiPropertyRequest";
224
+ export * from "./OpenApiRefProperty";
225
+ export * from "./OpenApiRefPropertyRequest";
224
226
  export * from "./OpenApiStringProperty";
225
227
  export * from "./OpenApiStringPropertyRequest";
226
228
  export * from "./PaginatedDocumentIndexReadList";
@@ -237,6 +237,8 @@ __exportStar(require("./OpenApiOneOfProperty"), exports);
237
237
  __exportStar(require("./OpenApiOneOfPropertyRequest"), exports);
238
238
  __exportStar(require("./OpenApiProperty"), exports);
239
239
  __exportStar(require("./OpenApiPropertyRequest"), exports);
240
+ __exportStar(require("./OpenApiRefProperty"), exports);
241
+ __exportStar(require("./OpenApiRefPropertyRequest"), exports);
240
242
  __exportStar(require("./OpenApiStringProperty"), exports);
241
243
  __exportStar(require("./OpenApiStringPropertyRequest"), exports);
242
244
  __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
@@ -4,11 +4,15 @@
4
4
  import * as serializers from "../../../../index";
5
5
  import * as Vellum from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
+ import { MlModelExecConfigRequest } from "../../../../types/MlModelExecConfigRequest";
8
+ import { MlModelParameterConfigRequest } from "../../../../types/MlModelParameterConfigRequest";
7
9
  import { MlModelDisplayConfigRequest } from "../../../../types/MlModelDisplayConfigRequest";
8
10
  import { VisibilityEnum } from "../../../../types/VisibilityEnum";
9
11
  export declare const MlModelUpdateRequest: core.serialization.Schema<serializers.MlModelUpdateRequest.Raw, Vellum.MlModelUpdateRequest>;
10
12
  export declare namespace MlModelUpdateRequest {
11
13
  interface Raw {
14
+ exec_config?: MlModelExecConfigRequest.Raw | null;
15
+ parameter_config?: MlModelParameterConfigRequest.Raw | null;
12
16
  display_config?: MlModelDisplayConfigRequest.Raw | null;
13
17
  visibility?: VisibilityEnum.Raw | null;
14
18
  }
@@ -28,9 +28,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.MlModelUpdateRequest = void 0;
30
30
  const core = __importStar(require("../../../../../core"));
31
+ const MlModelExecConfigRequest_1 = require("../../../../types/MlModelExecConfigRequest");
32
+ const MlModelParameterConfigRequest_1 = require("../../../../types/MlModelParameterConfigRequest");
31
33
  const MlModelDisplayConfigRequest_1 = require("../../../../types/MlModelDisplayConfigRequest");
32
34
  const VisibilityEnum_1 = require("../../../../types/VisibilityEnum");
33
35
  exports.MlModelUpdateRequest = core.serialization.object({
36
+ execConfig: core.serialization.property("exec_config", MlModelExecConfigRequest_1.MlModelExecConfigRequest.optional()),
37
+ parameterConfig: core.serialization.property("parameter_config", MlModelParameterConfigRequest_1.MlModelParameterConfigRequest.optional()),
34
38
  displayConfig: core.serialization.property("display_config", MlModelDisplayConfigRequest_1.MlModelDisplayConfigRequest.optional()),
35
39
  visibility: VisibilityEnum_1.VisibilityEnum.optional(),
36
40
  });
@@ -4,11 +4,15 @@
4
4
  import * as serializers from "../../../../index";
5
5
  import * as Vellum from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
+ import { MlModelExecConfigRequest } from "../../../../types/MlModelExecConfigRequest";
8
+ import { MlModelParameterConfigRequest } from "../../../../types/MlModelParameterConfigRequest";
7
9
  import { MlModelDisplayConfigRequest } from "../../../../types/MlModelDisplayConfigRequest";
8
10
  import { VisibilityEnum } from "../../../../types/VisibilityEnum";
9
11
  export declare const PatchedMlModelUpdateRequest: core.serialization.Schema<serializers.PatchedMlModelUpdateRequest.Raw, Vellum.PatchedMlModelUpdateRequest>;
10
12
  export declare namespace PatchedMlModelUpdateRequest {
11
13
  interface Raw {
14
+ exec_config?: MlModelExecConfigRequest.Raw | null;
15
+ parameter_config?: MlModelParameterConfigRequest.Raw | null;
12
16
  display_config?: MlModelDisplayConfigRequest.Raw | null;
13
17
  visibility?: VisibilityEnum.Raw | null;
14
18
  }
@@ -28,9 +28,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PatchedMlModelUpdateRequest = void 0;
30
30
  const core = __importStar(require("../../../../../core"));
31
+ const MlModelExecConfigRequest_1 = require("../../../../types/MlModelExecConfigRequest");
32
+ const MlModelParameterConfigRequest_1 = require("../../../../types/MlModelParameterConfigRequest");
31
33
  const MlModelDisplayConfigRequest_1 = require("../../../../types/MlModelDisplayConfigRequest");
32
34
  const VisibilityEnum_1 = require("../../../../types/VisibilityEnum");
33
35
  exports.PatchedMlModelUpdateRequest = core.serialization.object({
36
+ execConfig: core.serialization.property("exec_config", MlModelExecConfigRequest_1.MlModelExecConfigRequest.optional()),
37
+ parameterConfig: core.serialization.property("parameter_config", MlModelParameterConfigRequest_1.MlModelParameterConfigRequest.optional()),
34
38
  displayConfig: core.serialization.property("display_config", MlModelDisplayConfigRequest_1.MlModelDisplayConfigRequest.optional()),
35
39
  visibility: VisibilityEnum_1.VisibilityEnum.optional(),
36
40
  });
@@ -11,5 +11,6 @@ export declare namespace MlModelDisplayConfigLabelled {
11
11
  label: string;
12
12
  description: string;
13
13
  tags: MlModelDisplayTagEnumValueLabel.Raw[];
14
+ default_display_priority?: number | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ exports.MlModelDisplayConfigLabelled = core.serialization.object({
33
33
  label: core.serialization.string(),
34
34
  description: core.serialization.string(),
35
35
  tags: core.serialization.list(MlModelDisplayTagEnumValueLabel_1.MlModelDisplayTagEnumValueLabel),
36
+ defaultDisplayPriority: core.serialization.property("default_display_priority", core.serialization.number().optional()),
36
37
  });
@@ -11,5 +11,6 @@ export declare namespace MlModelDisplayConfigRequest {
11
11
  label: string;
12
12
  description: string;
13
13
  tags: MlModelDisplayTag.Raw[];
14
+ default_display_priority?: number | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ exports.MlModelDisplayConfigRequest = core.serialization.object({
33
33
  label: core.serialization.string(),
34
34
  description: core.serialization.string(),
35
35
  tags: core.serialization.list(MlModelDisplayTag_1.MlModelDisplayTag),
36
+ defaultDisplayPriority: core.serialization.property("default_display_priority", core.serialization.number().optional()),
36
37
  });
@@ -15,6 +15,7 @@ export declare namespace MlModelExecConfig {
15
15
  base_url: string;
16
16
  metadata: Record<string, unknown>;
17
17
  features: MlModelFeature.Raw[];
18
+ force_system_credentials?: boolean | null;
18
19
  tokenizer_config?: MlModelTokenizerConfig.Raw | null;
19
20
  request_config?: MlModelRequestConfig.Raw | null;
20
21
  response_config?: MlModelResponseConfig.Raw | null;
@@ -37,6 +37,7 @@ exports.MlModelExecConfig = core.serialization.object({
37
37
  baseUrl: core.serialization.property("base_url", core.serialization.string()),
38
38
  metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
39
39
  features: core.serialization.list(MlModelFeature_1.MlModelFeature),
40
+ forceSystemCredentials: core.serialization.property("force_system_credentials", core.serialization.boolean().optional()),
40
41
  tokenizerConfig: core.serialization.property("tokenizer_config", MlModelTokenizerConfig_1.MlModelTokenizerConfig.optional()),
41
42
  requestConfig: core.serialization.property("request_config", MlModelRequestConfig_1.MlModelRequestConfig.optional()),
42
43
  responseConfig: core.serialization.property("response_config", MlModelResponseConfig_1.MlModelResponseConfig.optional()),
@@ -15,6 +15,7 @@ export declare namespace MlModelExecConfigRequest {
15
15
  base_url: string;
16
16
  metadata: Record<string, unknown>;
17
17
  features: MlModelFeature.Raw[];
18
+ force_system_credentials?: boolean | null;
18
19
  tokenizer_config?: MlModelTokenizerConfigRequest.Raw | null;
19
20
  request_config?: MlModelRequestConfigRequest.Raw | null;
20
21
  response_config?: MlModelResponseConfigRequest.Raw | null;
@@ -37,6 +37,7 @@ exports.MlModelExecConfigRequest = core.serialization.object({
37
37
  baseUrl: core.serialization.property("base_url", core.serialization.string()),
38
38
  metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
39
39
  features: core.serialization.list(MlModelFeature_1.MlModelFeature),
40
+ forceSystemCredentials: core.serialization.property("force_system_credentials", core.serialization.boolean().optional()),
40
41
  tokenizerConfig: core.serialization.property("tokenizer_config", MlModelTokenizerConfigRequest_1.MlModelTokenizerConfigRequest.optional()),
41
42
  requestConfig: core.serialization.property("request_config", MlModelRequestConfigRequest_1.MlModelRequestConfigRequest.optional()),
42
43
  responseConfig: core.serialization.property("response_config", MlModelResponseConfigRequest_1.MlModelResponseConfigRequest.optional()),
@@ -9,9 +9,10 @@ import { OpenApiNumberProperty } from "./OpenApiNumberProperty";
9
9
  import { OpenApiStringProperty } from "./OpenApiStringProperty";
10
10
  import { OpenApiBooleanProperty } from "./OpenApiBooleanProperty";
11
11
  import { OpenApiConstProperty } from "./OpenApiConstProperty";
12
+ import { OpenApiRefProperty } from "./OpenApiRefProperty";
12
13
  export declare const OpenApiProperty: core.serialization.Schema<serializers.OpenApiProperty.Raw, Vellum.OpenApiProperty>;
13
14
  export declare namespace OpenApiProperty {
14
- type Raw = OpenApiProperty.Array | OpenApiProperty.Object | OpenApiProperty.Integer | OpenApiProperty.Number | OpenApiProperty.String | OpenApiProperty.Boolean | OpenApiProperty.OneOf | OpenApiProperty.Const;
15
+ type Raw = OpenApiProperty.Array | OpenApiProperty.Object | OpenApiProperty.Integer | OpenApiProperty.Number | OpenApiProperty.String | OpenApiProperty.Boolean | OpenApiProperty.OneOf | OpenApiProperty.Const | OpenApiProperty.Ref;
15
16
  interface Array extends serializers.OpenApiArrayProperty.Raw {
16
17
  type: "array";
17
18
  }
@@ -36,4 +37,7 @@ export declare namespace OpenApiProperty {
36
37
  interface Const extends OpenApiConstProperty.Raw {
37
38
  type: "const";
38
39
  }
40
+ interface Ref extends OpenApiRefProperty.Raw {
41
+ type: "ref";
42
+ }
39
43
  }
@@ -34,6 +34,7 @@ const OpenApiNumberProperty_1 = require("./OpenApiNumberProperty");
34
34
  const OpenApiStringProperty_1 = require("./OpenApiStringProperty");
35
35
  const OpenApiBooleanProperty_1 = require("./OpenApiBooleanProperty");
36
36
  const OpenApiConstProperty_1 = require("./OpenApiConstProperty");
37
+ const OpenApiRefProperty_1 = require("./OpenApiRefProperty");
37
38
  exports.OpenApiProperty = core.serialization
38
39
  .union("type", {
39
40
  array: core.serialization.lazyObject(() => serializers.OpenApiArrayProperty),
@@ -44,6 +45,7 @@ exports.OpenApiProperty = core.serialization
44
45
  boolean: OpenApiBooleanProperty_1.OpenApiBooleanProperty,
45
46
  oneOf: core.serialization.lazyObject(() => serializers.OpenApiOneOfProperty),
46
47
  const: OpenApiConstProperty_1.OpenApiConstProperty,
48
+ ref: OpenApiRefProperty_1.OpenApiRefProperty,
47
49
  })
48
50
  .transform({
49
51
  transform: (value) => value,
@@ -9,9 +9,10 @@ import { OpenApiNumberPropertyRequest } from "./OpenApiNumberPropertyRequest";
9
9
  import { OpenApiStringPropertyRequest } from "./OpenApiStringPropertyRequest";
10
10
  import { OpenApiBooleanPropertyRequest } from "./OpenApiBooleanPropertyRequest";
11
11
  import { OpenApiConstPropertyRequest } from "./OpenApiConstPropertyRequest";
12
+ import { OpenApiRefPropertyRequest } from "./OpenApiRefPropertyRequest";
12
13
  export declare const OpenApiPropertyRequest: core.serialization.Schema<serializers.OpenApiPropertyRequest.Raw, Vellum.OpenApiPropertyRequest>;
13
14
  export declare namespace OpenApiPropertyRequest {
14
- type Raw = OpenApiPropertyRequest.Array | OpenApiPropertyRequest.Object | OpenApiPropertyRequest.Integer | OpenApiPropertyRequest.Number | OpenApiPropertyRequest.String | OpenApiPropertyRequest.Boolean | OpenApiPropertyRequest.OneOf | OpenApiPropertyRequest.Const;
15
+ type Raw = OpenApiPropertyRequest.Array | OpenApiPropertyRequest.Object | OpenApiPropertyRequest.Integer | OpenApiPropertyRequest.Number | OpenApiPropertyRequest.String | OpenApiPropertyRequest.Boolean | OpenApiPropertyRequest.OneOf | OpenApiPropertyRequest.Const | OpenApiPropertyRequest.Ref;
15
16
  interface Array extends serializers.OpenApiArrayPropertyRequest.Raw {
16
17
  type: "array";
17
18
  }
@@ -36,4 +37,7 @@ export declare namespace OpenApiPropertyRequest {
36
37
  interface Const extends OpenApiConstPropertyRequest.Raw {
37
38
  type: "const";
38
39
  }
40
+ interface Ref extends OpenApiRefPropertyRequest.Raw {
41
+ type: "ref";
42
+ }
39
43
  }