vellum-ai 0.13.20 → 0.13.22

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 (134) hide show
  1. package/Client.d.ts +10 -0
  2. package/Client.js +63 -10
  3. package/api/client/requests/ExecuteApiRequest.d.ts +17 -0
  4. package/api/client/requests/ExecuteApiRequest.js +5 -0
  5. package/api/client/requests/index.d.ts +1 -0
  6. package/api/resources/adHoc/client/Client.js +1 -1
  7. package/api/resources/containerImages/client/Client.js +4 -4
  8. package/api/resources/deployments/client/Client.js +7 -7
  9. package/api/resources/documentIndexes/client/Client.js +8 -8
  10. package/api/resources/documents/client/Client.js +5 -5
  11. package/api/resources/folderEntities/client/Client.js +2 -2
  12. package/api/resources/metricDefinitions/client/Client.js +2 -2
  13. package/api/resources/mlModels/client/Client.js +1 -1
  14. package/api/resources/organizations/client/Client.js +1 -1
  15. package/api/resources/sandboxes/client/Client.js +3 -3
  16. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  17. package/api/resources/testSuites/client/Client.js +4 -4
  18. package/api/resources/workflowDeployments/client/Client.js +6 -6
  19. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  20. package/api/resources/workflows/client/Client.js +2 -2
  21. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  22. package/api/resources/workspaces/client/Client.js +1 -1
  23. package/api/types/ExecuteApiRequestBearerToken.d.ts +5 -0
  24. package/api/types/ExecuteApiRequestBearerToken.js +5 -0
  25. package/api/types/ExecuteApiRequestBody.d.ts +4 -0
  26. package/api/types/ExecuteApiRequestBody.js +5 -0
  27. package/api/types/ExecuteApiRequestHeadersValue.d.ts +5 -0
  28. package/api/types/ExecuteApiRequestHeadersValue.js +5 -0
  29. package/api/types/ExecuteApiResponse.d.ts +9 -0
  30. package/api/types/ExecuteApiResponse.js +5 -0
  31. package/api/types/MethodEnum.d.ts +18 -0
  32. package/api/types/MethodEnum.js +13 -0
  33. package/api/types/VellumSecret.d.ts +6 -0
  34. package/api/types/VellumSecret.js +5 -0
  35. package/api/types/index.d.ts +6 -0
  36. package/api/types/index.js +6 -0
  37. package/dist/Client.d.ts +10 -0
  38. package/dist/Client.js +63 -10
  39. package/dist/api/client/requests/ExecuteApiRequest.d.ts +17 -0
  40. package/dist/api/client/requests/ExecuteApiRequest.js +5 -0
  41. package/dist/api/client/requests/index.d.ts +1 -0
  42. package/dist/api/resources/adHoc/client/Client.js +1 -1
  43. package/dist/api/resources/containerImages/client/Client.js +4 -4
  44. package/dist/api/resources/deployments/client/Client.js +7 -7
  45. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  46. package/dist/api/resources/documents/client/Client.js +5 -5
  47. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  48. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  49. package/dist/api/resources/mlModels/client/Client.js +1 -1
  50. package/dist/api/resources/organizations/client/Client.js +1 -1
  51. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  52. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  53. package/dist/api/resources/testSuites/client/Client.js +4 -4
  54. package/dist/api/resources/workflowDeployments/client/Client.js +6 -6
  55. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  56. package/dist/api/resources/workflows/client/Client.js +2 -2
  57. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  58. package/dist/api/resources/workspaces/client/Client.js +1 -1
  59. package/dist/api/types/ExecuteApiRequestBearerToken.d.ts +5 -0
  60. package/dist/api/types/ExecuteApiRequestBearerToken.js +5 -0
  61. package/dist/api/types/ExecuteApiRequestBody.d.ts +4 -0
  62. package/dist/api/types/ExecuteApiRequestBody.js +5 -0
  63. package/dist/api/types/ExecuteApiRequestHeadersValue.d.ts +5 -0
  64. package/dist/api/types/ExecuteApiRequestHeadersValue.js +5 -0
  65. package/dist/api/types/ExecuteApiResponse.d.ts +9 -0
  66. package/dist/api/types/ExecuteApiResponse.js +5 -0
  67. package/dist/api/types/MethodEnum.d.ts +18 -0
  68. package/dist/api/types/MethodEnum.js +13 -0
  69. package/dist/api/types/VellumSecret.d.ts +6 -0
  70. package/dist/api/types/VellumSecret.js +5 -0
  71. package/dist/api/types/index.d.ts +6 -0
  72. package/dist/api/types/index.js +6 -0
  73. package/dist/serialization/client/requests/ExecuteApiRequest.d.ts +20 -0
  74. package/dist/serialization/client/requests/ExecuteApiRequest.js +51 -0
  75. package/dist/serialization/client/requests/index.d.ts +1 -0
  76. package/dist/serialization/client/requests/index.js +3 -1
  77. package/dist/serialization/types/ExecuteApiRequestBearerToken.d.ts +11 -0
  78. package/dist/serialization/types/ExecuteApiRequestBearerToken.js +42 -0
  79. package/dist/serialization/types/ExecuteApiRequestBody.d.ts +10 -0
  80. package/dist/serialization/types/ExecuteApiRequestBody.js +44 -0
  81. package/dist/serialization/types/ExecuteApiRequestHeadersValue.d.ts +11 -0
  82. package/dist/serialization/types/ExecuteApiRequestHeadersValue.js +42 -0
  83. package/dist/serialization/types/ExecuteApiResponse.d.ts +15 -0
  84. package/dist/serialization/types/ExecuteApiResponse.js +46 -0
  85. package/dist/serialization/types/MethodEnum.d.ts +10 -0
  86. package/dist/serialization/types/MethodEnum.js +41 -0
  87. package/dist/serialization/types/VellumSecret.d.ts +12 -0
  88. package/dist/serialization/types/VellumSecret.js +43 -0
  89. package/dist/serialization/types/index.d.ts +6 -0
  90. package/dist/serialization/types/index.js +6 -0
  91. package/dist/version.d.ts +1 -1
  92. package/dist/version.js +1 -1
  93. package/package.json +1 -1
  94. package/serialization/client/requests/ExecuteApiRequest.d.ts +20 -0
  95. package/serialization/client/requests/ExecuteApiRequest.js +51 -0
  96. package/serialization/client/requests/index.d.ts +1 -0
  97. package/serialization/client/requests/index.js +3 -1
  98. package/serialization/types/ExecuteApiRequestBearerToken.d.ts +11 -0
  99. package/serialization/types/ExecuteApiRequestBearerToken.js +42 -0
  100. package/serialization/types/ExecuteApiRequestBody.d.ts +10 -0
  101. package/serialization/types/ExecuteApiRequestBody.js +44 -0
  102. package/serialization/types/ExecuteApiRequestHeadersValue.d.ts +11 -0
  103. package/serialization/types/ExecuteApiRequestHeadersValue.js +42 -0
  104. package/serialization/types/ExecuteApiResponse.d.ts +15 -0
  105. package/serialization/types/ExecuteApiResponse.js +46 -0
  106. package/serialization/types/MethodEnum.d.ts +10 -0
  107. package/serialization/types/MethodEnum.js +41 -0
  108. package/serialization/types/VellumSecret.d.ts +12 -0
  109. package/serialization/types/VellumSecret.js +43 -0
  110. package/serialization/types/index.d.ts +6 -0
  111. package/serialization/types/index.js +6 -0
  112. package/version.d.ts +1 -1
  113. package/version.js +1 -1
  114. package/.mock/definition/__package__.yml +0 -6819
  115. package/.mock/definition/adHoc.yml +0 -64
  116. package/.mock/definition/api.yml +0 -17
  117. package/.mock/definition/containerImages.yml +0 -148
  118. package/.mock/definition/deployments.yml +0 -372
  119. package/.mock/definition/documentIndexes.yml +0 -448
  120. package/.mock/definition/documents.yml +0 -281
  121. package/.mock/definition/folderEntities.yml +0 -135
  122. package/.mock/definition/metricDefinitions.yml +0 -96
  123. package/.mock/definition/mlModels.yml +0 -36
  124. package/.mock/definition/organizations.yml +0 -29
  125. package/.mock/definition/sandboxes.yml +0 -205
  126. package/.mock/definition/testSuiteRuns.yml +0 -163
  127. package/.mock/definition/testSuites.yml +0 -192
  128. package/.mock/definition/workflowDeployments.yml +0 -299
  129. package/.mock/definition/workflowSandboxes.yml +0 -94
  130. package/.mock/definition/workflows.yml +0 -80
  131. package/.mock/definition/workspaceSecrets.yml +0 -78
  132. package/.mock/definition/workspaces.yml +0 -29
  133. package/.mock/fern.config.json +0 -4
  134. package/.mock/openapi/openapi.yml +0 -12271
@@ -1,281 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- list:
8
- path: /v1/documents
9
- method: GET
10
- auth: true
11
- docs: Used to list documents. Optionally filter on supported fields.
12
- source:
13
- openapi: openapi/openapi.yml
14
- request:
15
- name: DocumentsListRequest
16
- query-parameters:
17
- document_index_id:
18
- type: optional<string>
19
- docs: >-
20
- Filter down to only those documents that are included in the
21
- specified index. You may provide either the Vellum-generated ID or
22
- the unique name of the index specified upon initial creation.
23
- validation:
24
- format: uuid
25
- limit:
26
- type: optional<integer>
27
- docs: Number of results to return per page.
28
- offset:
29
- type: optional<integer>
30
- docs: The initial index from which to return the results.
31
- ordering:
32
- type: optional<string>
33
- docs: Which field to use when ordering the results.
34
- search:
35
- type: optional<string>
36
- docs: A search term.
37
- response:
38
- docs: ''
39
- type: root.PaginatedSlimDocumentList
40
- url: Default
41
- availability: generally-available
42
- examples:
43
- - response:
44
- body:
45
- count: 123
46
- next: http://api.example.org/accounts/?offset=400&limit=100
47
- previous: http://api.example.org/accounts/?offset=200&limit=100
48
- results:
49
- - id: id
50
- external_id: external_id
51
- last_uploaded_at: '2024-01-15T09:30:00Z'
52
- label: label
53
- processing_state: QUEUED
54
- processing_failure_reason: EXCEEDED_CHARACTER_LIMIT
55
- status: ACTIVE
56
- keywords:
57
- - keywords
58
- metadata:
59
- key: value
60
- document_to_document_indexes:
61
- - id: id
62
- document_index_id: document_index_id
63
- audiences:
64
- - customers
65
- retrieve:
66
- path: /v1/documents/{id}
67
- method: GET
68
- auth: true
69
- docs: >-
70
- Retrieve a Document, keying off of either its Vellum-generated ID or its
71
- external ID.
72
- source:
73
- openapi: openapi/openapi.yml
74
- path-parameters:
75
- id:
76
- type: string
77
- docs: A UUID string identifying this document.
78
- response:
79
- docs: ''
80
- type: root.DocumentRead
81
- url: Default
82
- availability: pre-release
83
- examples:
84
- - path-parameters:
85
- id: id
86
- response:
87
- body:
88
- id: id
89
- external_id: external_id
90
- last_uploaded_at: '2024-01-15T09:30:00Z'
91
- label: label
92
- processing_state: QUEUED
93
- status: ACTIVE
94
- original_file_url: original_file_url
95
- processed_file_url: processed_file_url
96
- document_to_document_indexes:
97
- - id: id
98
- document_index_id: document_index_id
99
- indexing_state: AWAITING_PROCESSING
100
- extracted_text_file_url: extracted_text_file_url
101
- metadata:
102
- key: value
103
- audiences:
104
- - customers
105
- destroy:
106
- path: /v1/documents/{id}
107
- method: DELETE
108
- auth: true
109
- docs: >-
110
- Delete a Document, keying off of either its Vellum-generated ID or its
111
- external ID.
112
- source:
113
- openapi: openapi/openapi.yml
114
- path-parameters:
115
- id:
116
- type: string
117
- docs: A UUID string identifying this document.
118
- url: Documents
119
- availability: pre-release
120
- examples:
121
- - path-parameters:
122
- id: id
123
- audiences:
124
- - customers
125
- partialUpdate:
126
- path: /v1/documents/{id}
127
- method: PATCH
128
- auth: true
129
- docs: >-
130
- Update a Document, keying off of either its Vellum-generated ID or its
131
- external ID. Particularly useful for updating its metadata.
132
- source:
133
- openapi: openapi/openapi.yml
134
- path-parameters:
135
- id:
136
- type: string
137
- docs: A UUID string identifying this document.
138
- request:
139
- name: PatchedDocumentUpdateRequest
140
- body:
141
- properties:
142
- label:
143
- type: optional<string>
144
- docs: >-
145
- A human-readable label for the document. Defaults to the
146
- originally uploaded file's file name.
147
- validation:
148
- minLength: 1
149
- maxLength: 1000
150
- status:
151
- type: optional<root.DocumentStatus>
152
- docs: |-
153
- The current status of the document
154
-
155
- * `ACTIVE` - Active
156
- metadata:
157
- type: optional<map<string, unknown>>
158
- docs: >-
159
- A JSON object containing any metadata associated with the
160
- document that you'd like to filter upon later.
161
- content-type: application/json
162
- response:
163
- docs: ''
164
- type: root.DocumentRead
165
- url: Default
166
- availability: pre-release
167
- examples:
168
- - path-parameters:
169
- id: id
170
- request: {}
171
- response:
172
- body:
173
- id: id
174
- external_id: external_id
175
- last_uploaded_at: '2024-01-15T09:30:00Z'
176
- label: label
177
- processing_state: QUEUED
178
- status: ACTIVE
179
- original_file_url: original_file_url
180
- processed_file_url: processed_file_url
181
- document_to_document_indexes:
182
- - id: id
183
- document_index_id: document_index_id
184
- indexing_state: AWAITING_PROCESSING
185
- extracted_text_file_url: extracted_text_file_url
186
- metadata:
187
- key: value
188
- audiences:
189
- - customers
190
- upload:
191
- path: /v1/upload-document
192
- method: POST
193
- auth: true
194
- docs: >
195
- Upload a document to be indexed and used for search.
196
-
197
-
198
- **Note:** Uses a base url of `https://documents.vellum.ai`.
199
-
200
-
201
- This is a multipart/form-data request. The `contents` field should be a
202
- file upload. It also expects a JSON body with the following fields:
203
-
204
- - `add_to_index_names: list[str]` - Optionally include the names of all
205
- indexes that you'd like this document to be included in
206
-
207
- - `external_id: str | None` - Optionally include an external ID for this
208
- document. This is useful if you want to re-upload the same document
209
- later when its contents change and would like it to be re-indexed.
210
-
211
- - `label: str` - A human-friendly name for this document. Typically the
212
- filename.
213
-
214
- - `keywords: list[str] | None` - Optionally include a list of keywords
215
- that'll be associated with this document. Used when performing keyword
216
- searches.
217
-
218
- - `metadata: dict[str, Any]` - A stringified JSON object containing any
219
- metadata associated with the document that you'd like to filter upon
220
- later.
221
- source:
222
- openapi: openapi/openapi.yml
223
- request:
224
- name: UploadDocumentBodyRequest
225
- body:
226
- properties:
227
- add_to_index_names:
228
- type: optional<list<string>>
229
- docs: >-
230
- Optionally include the names of all indexes that you'd like this
231
- document to be included in
232
- external_id:
233
- type: optional<string>
234
- docs: >-
235
- Optionally include an external ID for this document. This is
236
- useful if you want to re-upload the same document later when its
237
- contents change and would like it to be re-indexed.
238
- validation:
239
- minLength: 1
240
- maxLength: 1000
241
- label:
242
- type: string
243
- docs: A human-friendly name for this document. Typically the filename.
244
- validation:
245
- minLength: 1
246
- maxLength: 1000
247
- contents:
248
- type: file
249
- docs: The file contents of the document.
250
- keywords:
251
- type: optional<list<string>>
252
- docs: >-
253
- Optionally include a list of keywords that'll be associated with
254
- this document. Used when performing keyword searches.
255
- metadata:
256
- type: optional<string>
257
- docs: >-
258
- A stringified JSON object containing any metadata associated
259
- with the document that you'd like to filter upon later.
260
- validation:
261
- format: byte
262
- content-type: multipart/form-data
263
- response:
264
- docs: ''
265
- type: root.UploadDocumentResponse
266
- url: Documents
267
- availability: generally-available
268
- errors:
269
- - root.BadRequestError
270
- - root.NotFoundError
271
- - root.InternalServerError
272
- examples:
273
- - request:
274
- label: label
275
- response:
276
- body:
277
- document_id: document_id
278
- audiences:
279
- - customers
280
- source:
281
- openapi: openapi/openapi.yml
@@ -1,135 +0,0 @@
1
- types:
2
- FolderEntitiesListRequestEntityStatus:
3
- enum:
4
- - ACTIVE
5
- - ARCHIVED
6
- source:
7
- openapi: openapi/openapi.yml
8
- imports:
9
- root: __package__.yml
10
- service:
11
- auth: false
12
- base-path: ''
13
- endpoints:
14
- list:
15
- path: /v1/folder-entities
16
- method: GET
17
- auth: true
18
- docs: List all folder entities within a specified folder.
19
- source:
20
- openapi: openapi/openapi.yml
21
- request:
22
- name: FolderEntitiesListRequest
23
- query-parameters:
24
- entity_status:
25
- type: optional<FolderEntitiesListRequestEntityStatus>
26
- docs: >-
27
- Filter down to only those objects whose entities have a status
28
- matching the status specified.
29
-
30
-
31
- * `ACTIVE` - Active
32
-
33
- * `ARCHIVED` - Archived
34
- limit:
35
- type: optional<integer>
36
- docs: Number of results to return per page.
37
- offset:
38
- type: optional<integer>
39
- docs: The initial index from which to return the results.
40
- ordering:
41
- type: optional<string>
42
- docs: Which field to use when ordering the results.
43
- parent_folder_id:
44
- type: string
45
- docs: >-
46
- Filter down to only those entities whose parent folder has the
47
- specified ID.
48
-
49
-
50
- To filter by an entity's parent folder, provide the ID of the
51
- parent folder. To filter by the root directory, provide
52
-
53
- a string representing the entity type of the root directory.
54
- Supported root directories include:
55
-
56
- - PROMPT_SANDBOX
57
-
58
- - WORKFLOW_SANDBOX
59
-
60
- - DOCUMENT_INDEX
61
-
62
- - TEST_SUITE
63
- response:
64
- docs: ''
65
- type: root.PaginatedFolderEntityList
66
- url: Default
67
- availability: pre-release
68
- examples:
69
- - query-parameters:
70
- parent_folder_id: parent_folder_id
71
- response:
72
- body:
73
- count: 123
74
- next: http://api.example.org/accounts/?offset=400&limit=100
75
- previous: http://api.example.org/accounts/?offset=200&limit=100
76
- results:
77
- - id: id
78
- type: FOLDER
79
- data:
80
- id: id
81
- label: label
82
- created: '2024-01-15T09:30:00Z'
83
- modified: '2024-01-15T09:30:00Z'
84
- has_contents: true
85
- audiences:
86
- - customers
87
- add_entity_to_folder:
88
- path: /v1/folders/{folder_id}/add-entity
89
- method: POST
90
- auth: true
91
- docs: >-
92
- Add an entity to a specific folder or root directory.
93
-
94
-
95
- Adding an entity to a folder will remove it from any other folders it
96
- might have been a member of.
97
- source:
98
- openapi: openapi/openapi.yml
99
- path-parameters:
100
- folder_id:
101
- type: string
102
- docs: >-
103
- The ID of the folder to which the entity should be added. This can
104
- be a UUID of a folder, or the name of a root
105
-
106
- directory. Supported root directories include:
107
-
108
- - PROMPT_SANDBOX
109
-
110
- - WORKFLOW_SANDBOX
111
-
112
- - DOCUMENT_INDEX
113
-
114
- - TEST_SUITE
115
- request:
116
- name: AddEntityToFolderRequest
117
- body:
118
- properties:
119
- entity_id:
120
- type: string
121
- docs: The ID of the entity you would like to move.
122
- validation:
123
- format: uuid
124
- content-type: application/json
125
- url: Default
126
- availability: pre-release
127
- examples:
128
- - path-parameters:
129
- folder_id: folder_id
130
- request:
131
- entity_id: entity_id
132
- audiences:
133
- - customers
134
- source:
135
- openapi: openapi/openapi.yml
@@ -1,96 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- execute_metric_definition:
8
- path: /v1/metric-definitions/{id}/execute
9
- method: POST
10
- auth: true
11
- source:
12
- openapi: openapi/openapi.yml
13
- path-parameters:
14
- id:
15
- type: string
16
- docs: Either the Metric Definition's ID or its unique name
17
- request:
18
- name: ExecuteMetricDefinition
19
- body:
20
- properties:
21
- inputs: list<root.MetricDefinitionInput>
22
- release_tag:
23
- type: optional<string>
24
- validation:
25
- minLength: 1
26
- content-type: application/json
27
- response:
28
- docs: ''
29
- type: root.MetricDefinitionExecution
30
- url: Predict
31
- availability: pre-release
32
- examples:
33
- - path-parameters:
34
- id: id
35
- request:
36
- inputs:
37
- - name: name
38
- type: STRING
39
- value: value
40
- response:
41
- body:
42
- outputs:
43
- - value: value
44
- type: STRING
45
- name: name
46
- audiences:
47
- - internal
48
- metric_definition_history_item_retrieve:
49
- path: /v1/metric-definitions/{id}/history/{history_id_or_release_tag}
50
- method: GET
51
- auth: true
52
- source:
53
- openapi: openapi/openapi.yml
54
- path-parameters:
55
- history_id_or_release_tag:
56
- type: string
57
- docs: >-
58
- Either the UUID of Metric Definition History Item you'd like to
59
- retrieve, or the name of a Release Tag that's pointing to the Metric
60
- Definition History Item you'd like to retrieve.
61
- id:
62
- type: string
63
- docs: A UUID string identifying this metric definition.
64
- response:
65
- docs: ''
66
- type: root.MetricDefinitionHistoryItem
67
- url: Default
68
- availability: pre-release
69
- examples:
70
- - path-parameters:
71
- history_id_or_release_tag: history_id_or_release_tag
72
- id: id
73
- response:
74
- body:
75
- id: id
76
- label: label
77
- name: name
78
- description: description
79
- input_variables:
80
- - id: id
81
- key: key
82
- type: STRING
83
- required: true
84
- default:
85
- type: STRING
86
- output_variables:
87
- - id: id
88
- key: key
89
- type: STRING
90
- required: true
91
- default:
92
- type: STRING
93
- audiences:
94
- - internal
95
- source:
96
- openapi: openapi/openapi.yml
@@ -1,36 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- retrieve:
8
- path: /v1/ml-models/{id}
9
- method: GET
10
- auth: true
11
- docs: |
12
- Retrieve details about an ML Model
13
- source:
14
- openapi: openapi/openapi.yml
15
- path-parameters:
16
- id:
17
- type: string
18
- docs: >-
19
- Either the ML Model's ID, its unique name, or its ID in the
20
- workspace.
21
- response:
22
- docs: ''
23
- type: root.MlModelRead
24
- url: Default
25
- availability: pre-release
26
- examples:
27
- - path-parameters:
28
- id: id
29
- response:
30
- body:
31
- id: id
32
- name: name
33
- audiences:
34
- - internal
35
- source:
36
- openapi: openapi/openapi.yml
@@ -1,29 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- organization_identity:
8
- path: /v1/organizations/identity
9
- method: GET
10
- auth: true
11
- docs: Retrieves information about the active Organization
12
- source:
13
- openapi: openapi/openapi.yml
14
- response:
15
- docs: ''
16
- type: root.OrganizationRead
17
- url: Default
18
- availability: pre-release
19
- examples:
20
- - response:
21
- body:
22
- id: id
23
- name: name
24
- allow_staff_access: true
25
- new_member_join_behavior: AUTO_ACCEPT_FROM_SHARED_DOMAIN
26
- audiences:
27
- - internal
28
- source:
29
- openapi: openapi/openapi.yml