vellum-ai 1.0.7 → 1.0.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 (67) 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/folderEntities/client/Client.js +2 -2
  8. package/api/resources/metricDefinitions/client/Client.js +2 -2
  9. package/api/resources/mlModels/client/Client.js +1 -1
  10. package/api/resources/organizations/client/Client.js +1 -1
  11. package/api/resources/prompts/client/Client.js +2 -2
  12. package/api/resources/releaseReviews/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +8 -8
  17. package/api/resources/workflowExecutions/client/Client.js +1 -1
  18. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  19. package/api/resources/workflows/client/Client.js +11 -8
  20. package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +1 -0
  21. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  22. package/api/resources/workspaces/client/Client.js +1 -1
  23. package/api/types/DocumentDocumentToDocumentIndex.d.ts +1 -1
  24. package/api/types/OrganizationRead.d.ts +1 -0
  25. package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +1 -1
  26. package/dist/Client.js +11 -11
  27. package/dist/api/resources/adHoc/client/Client.js +2 -2
  28. package/dist/api/resources/containerImages/client/Client.js +4 -4
  29. package/dist/api/resources/deployments/client/Client.js +8 -8
  30. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  31. package/dist/api/resources/documents/client/Client.js +5 -5
  32. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  33. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  34. package/dist/api/resources/mlModels/client/Client.js +1 -1
  35. package/dist/api/resources/organizations/client/Client.js +1 -1
  36. package/dist/api/resources/prompts/client/Client.js +2 -2
  37. package/dist/api/resources/releaseReviews/client/Client.js +1 -1
  38. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  39. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  40. package/dist/api/resources/testSuites/client/Client.js +4 -4
  41. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  42. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  43. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  44. package/dist/api/resources/workflows/client/Client.js +11 -8
  45. package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +1 -0
  46. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  47. package/dist/api/resources/workspaces/client/Client.js +1 -1
  48. package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +1 -1
  49. package/dist/api/types/OrganizationRead.d.ts +1 -0
  50. package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +1 -1
  51. package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -1
  52. package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +1 -1
  53. package/dist/serialization/types/OrganizationRead.d.ts +1 -0
  54. package/dist/serialization/types/OrganizationRead.js +1 -0
  55. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +1 -1
  56. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +1 -1
  57. package/dist/version.d.ts +1 -1
  58. package/dist/version.js +1 -1
  59. package/package.json +7 -4
  60. package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -1
  61. package/serialization/types/DocumentDocumentToDocumentIndex.js +1 -1
  62. package/serialization/types/OrganizationRead.d.ts +1 -0
  63. package/serialization/types/OrganizationRead.js +1 -0
  64. package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +1 -1
  65. package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +1 -1
  66. package/version.d.ts +1 -1
  67. package/version.js +1 -1
@@ -10,7 +10,7 @@ export declare namespace DocumentDocumentToDocumentIndex {
10
10
  interface Raw {
11
11
  id: string;
12
12
  environment_document_index_id: string;
13
- document_index_id: string;
13
+ document_index_id?: (string | null) | null;
14
14
  indexing_state?: IndexingStateEnum.Raw | null;
15
15
  extracted_text_file_url?: (string | null) | null;
16
16
  }
@@ -42,7 +42,7 @@ const IndexingStateEnum_1 = require("./IndexingStateEnum");
42
42
  exports.DocumentDocumentToDocumentIndex = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()),
45
- documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
45
+ documentIndexId: core.serialization.property("document_index_id", core.serialization.string().optionalNullable()),
46
46
  indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
47
47
  extractedTextFileUrl: core.serialization.property("extracted_text_file_url", core.serialization.string().optionalNullable()),
48
48
  });
@@ -10,6 +10,7 @@ export declare namespace OrganizationRead {
10
10
  interface Raw {
11
11
  id: string;
12
12
  name: string;
13
+ created?: string | null;
13
14
  allow_staff_access?: boolean | null;
14
15
  new_member_join_behavior: NewMemberJoinBehaviorEnum.Raw;
15
16
  limit_config?: Record<string, unknown> | null;
@@ -42,6 +42,7 @@ const NewMemberJoinBehaviorEnum_1 = require("./NewMemberJoinBehaviorEnum");
42
42
  exports.OrganizationRead = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  name: core.serialization.string(),
45
+ created: core.serialization.date().optional(),
45
46
  allowStaffAccess: core.serialization.property("allow_staff_access", core.serialization.boolean().optional()),
46
47
  newMemberJoinBehavior: core.serialization.property("new_member_join_behavior", NewMemberJoinBehaviorEnum_1.NewMemberJoinBehaviorEnum),
47
48
  limitConfig: core.serialization.property("limit_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
@@ -10,7 +10,7 @@ export declare namespace SlimDocumentDocumentToDocumentIndex {
10
10
  interface Raw {
11
11
  id: string;
12
12
  environment_document_index_id: string;
13
- document_index_id: string;
13
+ document_index_id?: (string | null) | null;
14
14
  indexing_state?: IndexingStateEnum.Raw | null;
15
15
  }
16
16
  }
@@ -42,6 +42,6 @@ const IndexingStateEnum_1 = require("./IndexingStateEnum");
42
42
  exports.SlimDocumentDocumentToDocumentIndex = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()),
45
- documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
45
+ documentIndexId: core.serialization.property("document_index_id", core.serialization.string().optionalNullable()),
46
46
  indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
47
47
  });
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.7";
1
+ export declare const SDK_VERSION = "1.0.11";
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.0.7";
4
+ exports.SDK_VERSION = "1.0.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "1.0.7",
3
+ "version": "1.0.11",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "form-data-encoder": "^4.0.2",
23
23
  "cdktf": "^0.20.5",
24
24
  "constructs": "10.3.0",
25
- "undici": "6.21.1"
25
+ "undici": "6.21.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/url-join": "4.0.1",
@@ -44,5 +44,8 @@
44
44
  "os": false,
45
45
  "path": false
46
46
  },
47
- "packageManager": "yarn@1.22.22"
48
- }
47
+ "packageManager": "yarn@1.22.22",
48
+ "resolutions": {
49
+ "strip-ansi": "^6.0.1"
50
+ }
51
+ }
@@ -10,7 +10,7 @@ export declare namespace DocumentDocumentToDocumentIndex {
10
10
  interface Raw {
11
11
  id: string;
12
12
  environment_document_index_id: string;
13
- document_index_id: string;
13
+ document_index_id?: (string | null) | null;
14
14
  indexing_state?: IndexingStateEnum.Raw | null;
15
15
  extracted_text_file_url?: (string | null) | null;
16
16
  }
@@ -42,7 +42,7 @@ const IndexingStateEnum_1 = require("./IndexingStateEnum");
42
42
  exports.DocumentDocumentToDocumentIndex = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()),
45
- documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
45
+ documentIndexId: core.serialization.property("document_index_id", core.serialization.string().optionalNullable()),
46
46
  indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
47
47
  extractedTextFileUrl: core.serialization.property("extracted_text_file_url", core.serialization.string().optionalNullable()),
48
48
  });
@@ -10,6 +10,7 @@ export declare namespace OrganizationRead {
10
10
  interface Raw {
11
11
  id: string;
12
12
  name: string;
13
+ created?: string | null;
13
14
  allow_staff_access?: boolean | null;
14
15
  new_member_join_behavior: NewMemberJoinBehaviorEnum.Raw;
15
16
  limit_config?: Record<string, unknown> | null;
@@ -42,6 +42,7 @@ const NewMemberJoinBehaviorEnum_1 = require("./NewMemberJoinBehaviorEnum");
42
42
  exports.OrganizationRead = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  name: core.serialization.string(),
45
+ created: core.serialization.date().optional(),
45
46
  allowStaffAccess: core.serialization.property("allow_staff_access", core.serialization.boolean().optional()),
46
47
  newMemberJoinBehavior: core.serialization.property("new_member_join_behavior", NewMemberJoinBehaviorEnum_1.NewMemberJoinBehaviorEnum),
47
48
  limitConfig: core.serialization.property("limit_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
@@ -10,7 +10,7 @@ export declare namespace SlimDocumentDocumentToDocumentIndex {
10
10
  interface Raw {
11
11
  id: string;
12
12
  environment_document_index_id: string;
13
- document_index_id: string;
13
+ document_index_id?: (string | null) | null;
14
14
  indexing_state?: IndexingStateEnum.Raw | null;
15
15
  }
16
16
  }
@@ -42,6 +42,6 @@ const IndexingStateEnum_1 = require("./IndexingStateEnum");
42
42
  exports.SlimDocumentDocumentToDocumentIndex = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  environmentDocumentIndexId: core.serialization.property("environment_document_index_id", core.serialization.string()),
45
- documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
45
+ documentIndexId: core.serialization.property("document_index_id", core.serialization.string().optionalNullable()),
46
46
  indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
47
47
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.7";
1
+ export declare const SDK_VERSION = "1.0.11";
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.0.7";
4
+ exports.SDK_VERSION = "1.0.11";