@llamaindex/llama-cloud 2.2.0 → 2.4.0

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 (172) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/client.d.mts +2 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +2 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs.map +1 -1
  8. package/internal/utils/env.js +2 -2
  9. package/internal/utils/env.js.map +1 -1
  10. package/internal/utils/env.mjs +2 -2
  11. package/internal/utils/env.mjs.map +1 -1
  12. package/package.json +1 -1
  13. package/resources/beta/agent-data.d.mts +57 -0
  14. package/resources/beta/agent-data.d.mts.map +1 -1
  15. package/resources/beta/agent-data.d.ts +57 -0
  16. package/resources/beta/agent-data.d.ts.map +1 -1
  17. package/resources/beta/agent-data.js +57 -0
  18. package/resources/beta/agent-data.js.map +1 -1
  19. package/resources/beta/agent-data.mjs +57 -0
  20. package/resources/beta/agent-data.mjs.map +1 -1
  21. package/resources/beta/batch/batch.d.mts +27 -0
  22. package/resources/beta/batch/batch.d.mts.map +1 -1
  23. package/resources/beta/batch/batch.d.ts +27 -0
  24. package/resources/beta/batch/batch.d.ts.map +1 -1
  25. package/resources/beta/batch/batch.js +27 -0
  26. package/resources/beta/batch/batch.js.map +1 -1
  27. package/resources/beta/batch/batch.mjs +27 -0
  28. package/resources/beta/batch/batch.mjs.map +1 -1
  29. package/resources/beta/batch/job-items.d.mts +18 -0
  30. package/resources/beta/batch/job-items.d.mts.map +1 -1
  31. package/resources/beta/batch/job-items.d.ts +18 -0
  32. package/resources/beta/batch/job-items.d.ts.map +1 -1
  33. package/resources/beta/batch/job-items.js +18 -0
  34. package/resources/beta/batch/job-items.js.map +1 -1
  35. package/resources/beta/batch/job-items.mjs +18 -0
  36. package/resources/beta/batch/job-items.mjs.map +1 -1
  37. package/resources/beta/beta.d.mts +0 -4
  38. package/resources/beta/beta.d.mts.map +1 -1
  39. package/resources/beta/beta.d.ts +0 -4
  40. package/resources/beta/beta.d.ts.map +1 -1
  41. package/resources/beta/beta.js +0 -4
  42. package/resources/beta/beta.js.map +1 -1
  43. package/resources/beta/beta.mjs +0 -4
  44. package/resources/beta/beta.mjs.map +1 -1
  45. package/resources/beta/directories/directories.d.mts +34 -0
  46. package/resources/beta/directories/directories.d.mts.map +1 -1
  47. package/resources/beta/directories/directories.d.ts +34 -0
  48. package/resources/beta/directories/directories.d.ts.map +1 -1
  49. package/resources/beta/directories/directories.js +34 -0
  50. package/resources/beta/directories/directories.js.map +1 -1
  51. package/resources/beta/directories/directories.mjs +34 -0
  52. package/resources/beta/directories/directories.mjs.map +1 -1
  53. package/resources/beta/directories/files.d.mts +93 -0
  54. package/resources/beta/directories/files.d.mts.map +1 -1
  55. package/resources/beta/directories/files.d.ts +93 -0
  56. package/resources/beta/directories/files.d.ts.map +1 -1
  57. package/resources/beta/directories/files.js +50 -0
  58. package/resources/beta/directories/files.js.map +1 -1
  59. package/resources/beta/directories/files.mjs +50 -0
  60. package/resources/beta/directories/files.mjs.map +1 -1
  61. package/resources/beta/index.d.mts +0 -1
  62. package/resources/beta/index.d.mts.map +1 -1
  63. package/resources/beta/index.d.ts +0 -1
  64. package/resources/beta/index.d.ts.map +1 -1
  65. package/resources/beta/index.js +1 -3
  66. package/resources/beta/index.js.map +1 -1
  67. package/resources/beta/index.mjs +0 -1
  68. package/resources/beta/index.mjs.map +1 -1
  69. package/resources/beta/sheets.d.mts +38 -0
  70. package/resources/beta/sheets.d.mts.map +1 -1
  71. package/resources/beta/sheets.d.ts +38 -0
  72. package/resources/beta/sheets.d.ts.map +1 -1
  73. package/resources/beta/sheets.js +38 -0
  74. package/resources/beta/sheets.js.map +1 -1
  75. package/resources/beta/sheets.mjs +38 -0
  76. package/resources/beta/sheets.mjs.map +1 -1
  77. package/resources/beta/split.d.mts +25 -10
  78. package/resources/beta/split.d.mts.map +1 -1
  79. package/resources/beta/split.d.ts +25 -10
  80. package/resources/beta/split.d.ts.map +1 -1
  81. package/resources/beta/split.js +21 -6
  82. package/resources/beta/split.js.map +1 -1
  83. package/resources/beta/split.mjs +21 -6
  84. package/resources/beta/split.mjs.map +1 -1
  85. package/resources/classify.d.mts +70 -0
  86. package/resources/classify.d.mts.map +1 -1
  87. package/resources/classify.d.ts +70 -0
  88. package/resources/classify.d.ts.map +1 -1
  89. package/resources/classify.js +113 -0
  90. package/resources/classify.js.map +1 -1
  91. package/resources/classify.mjs +113 -0
  92. package/resources/classify.mjs.map +1 -1
  93. package/resources/configurations.d.mts +214 -13
  94. package/resources/configurations.d.mts.map +1 -1
  95. package/resources/configurations.d.ts +214 -13
  96. package/resources/configurations.d.ts.map +1 -1
  97. package/resources/extract.d.mts +16 -6
  98. package/resources/extract.d.mts.map +1 -1
  99. package/resources/extract.d.ts +16 -6
  100. package/resources/extract.d.ts.map +1 -1
  101. package/resources/extract.js +14 -1
  102. package/resources/extract.js.map +1 -1
  103. package/resources/extract.mjs +14 -1
  104. package/resources/extract.mjs.map +1 -1
  105. package/resources/index.d.mts +1 -1
  106. package/resources/index.d.mts.map +1 -1
  107. package/resources/index.d.ts +1 -1
  108. package/resources/index.d.ts.map +1 -1
  109. package/resources/index.js.map +1 -1
  110. package/resources/index.mjs.map +1 -1
  111. package/resources/parsing.d.mts +5 -4
  112. package/resources/parsing.d.mts.map +1 -1
  113. package/resources/parsing.d.ts +5 -4
  114. package/resources/parsing.d.ts.map +1 -1
  115. package/resources/pipelines/documents.d.mts +0 -3
  116. package/resources/pipelines/documents.d.mts.map +1 -1
  117. package/resources/pipelines/documents.d.ts +0 -3
  118. package/resources/pipelines/documents.d.ts.map +1 -1
  119. package/resources/pipelines/pipelines.d.mts +0 -7
  120. package/resources/pipelines/pipelines.d.mts.map +1 -1
  121. package/resources/pipelines/pipelines.d.ts +0 -7
  122. package/resources/pipelines/pipelines.d.ts.map +1 -1
  123. package/resources/pipelines/pipelines.js.map +1 -1
  124. package/resources/pipelines/pipelines.mjs.map +1 -1
  125. package/resources/retrievers/index.d.mts +1 -1
  126. package/resources/retrievers/index.d.mts.map +1 -1
  127. package/resources/retrievers/index.d.ts +1 -1
  128. package/resources/retrievers/index.d.ts.map +1 -1
  129. package/resources/retrievers/index.js.map +1 -1
  130. package/resources/retrievers/index.mjs.map +1 -1
  131. package/resources/retrievers/retrievers.d.mts +17 -5
  132. package/resources/retrievers/retrievers.d.mts.map +1 -1
  133. package/resources/retrievers/retrievers.d.ts +17 -5
  134. package/resources/retrievers/retrievers.d.ts.map +1 -1
  135. package/resources/retrievers/retrievers.js +10 -3
  136. package/resources/retrievers/retrievers.js.map +1 -1
  137. package/resources/retrievers/retrievers.mjs +10 -3
  138. package/resources/retrievers/retrievers.mjs.map +1 -1
  139. package/src/client.ts +2 -0
  140. package/src/internal/utils/env.ts +2 -2
  141. package/src/resources/beta/agent-data.ts +57 -0
  142. package/src/resources/beta/batch/batch.ts +27 -0
  143. package/src/resources/beta/batch/job-items.ts +18 -0
  144. package/src/resources/beta/beta.ts +0 -29
  145. package/src/resources/beta/directories/directories.ts +34 -0
  146. package/src/resources/beta/directories/files.ts +86 -0
  147. package/src/resources/beta/index.ts +0 -12
  148. package/src/resources/beta/sheets.ts +38 -0
  149. package/src/resources/beta/split.ts +25 -10
  150. package/src/resources/classify.ts +130 -0
  151. package/src/resources/configurations.ts +256 -8
  152. package/src/resources/extract.ts +16 -7
  153. package/src/resources/index.ts +1 -0
  154. package/src/resources/parsing.ts +9 -2
  155. package/src/resources/pipelines/documents.ts +0 -3
  156. package/src/resources/pipelines/pipelines.ts +0 -7
  157. package/src/resources/retrievers/index.ts +1 -0
  158. package/src/resources/retrievers/retrievers.ts +37 -5
  159. package/src/version.ts +1 -1
  160. package/version.d.mts +1 -1
  161. package/version.d.ts +1 -1
  162. package/version.js +1 -1
  163. package/version.mjs +1 -1
  164. package/resources/beta/parse-configurations.d.mts +0 -210
  165. package/resources/beta/parse-configurations.d.mts.map +0 -1
  166. package/resources/beta/parse-configurations.d.ts +0 -210
  167. package/resources/beta/parse-configurations.d.ts.map +0 -1
  168. package/resources/beta/parse-configurations.js +0 -84
  169. package/resources/beta/parse-configurations.js.map +0 -1
  170. package/resources/beta/parse-configurations.mjs +0 -80
  171. package/resources/beta/parse-configurations.mjs.map +0 -1
  172. package/src/resources/beta/parse-configurations.ts +0 -311
@@ -1,80 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import { PaginatedCursor } from "../../core/pagination.mjs";
4
- import { buildHeaders } from "../../internal/headers.mjs";
5
- import { path } from "../../internal/utils/path.mjs";
6
- export class ParseConfigurations extends APIResource {
7
- /**
8
- * Create a new parse configuration.
9
- *
10
- * Args: config_create: Parse configuration creation data project: Validated
11
- * project from dependency user: Current user
12
- *
13
- * Returns: The created parse configuration
14
- */
15
- create(params, options) {
16
- const { organization_id, project_id, ...body } = params;
17
- return this._client.post('/api/v1/beta/parse-configurations', {
18
- query: { organization_id, project_id },
19
- body,
20
- ...options,
21
- });
22
- }
23
- /**
24
- * Update a parse configuration.
25
- *
26
- * Args: config_id: The ID of the parse configuration to update config_update:
27
- * Update data project: Validated project from dependency user: Current user
28
- *
29
- * Returns: The updated parse configuration
30
- */
31
- update(configID, params, options) {
32
- const { organization_id, project_id, ...body } = params;
33
- return this._client.put(path `/api/v1/beta/parse-configurations/${configID}`, {
34
- query: { organization_id, project_id },
35
- body,
36
- ...options,
37
- });
38
- }
39
- /**
40
- * List parse configurations for the current project.
41
- *
42
- * Args: project: Validated project from dependency user: Current user page_size:
43
- * Number of items per page page_token: Token for pagination name: Filter by
44
- * configuration name creator: Filter by creator version: Filter by version
45
- *
46
- * Returns: Paginated response with parse configurations
47
- */
48
- list(query = {}, options) {
49
- return this._client.getAPIList('/api/v1/beta/parse-configurations', (PaginatedCursor), {
50
- query,
51
- ...options,
52
- });
53
- }
54
- /**
55
- * Delete a parse configuration.
56
- *
57
- * Args: config_id: The ID of the parse configuration to delete project: Validated
58
- * project from dependency user: Current user
59
- */
60
- delete(configID, params = {}, options) {
61
- const { organization_id, project_id } = params ?? {};
62
- return this._client.delete(path `/api/v1/beta/parse-configurations/${configID}`, {
63
- query: { organization_id, project_id },
64
- ...options,
65
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
66
- });
67
- }
68
- /**
69
- * Get a parse configuration by ID.
70
- *
71
- * Args: config_id: The ID of the parse configuration project: Validated project
72
- * from dependency user: Current user
73
- *
74
- * Returns: The parse configuration
75
- */
76
- get(configID, query = {}, options) {
77
- return this._client.get(path `/api/v1/beta/parse-configurations/${configID}`, { query, ...options });
78
- }
79
- }
80
- //# sourceMappingURL=parse-configurations.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse-configurations.mjs","sourceRoot":"","sources":["../../src/resources/beta/parse-configurations.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAe,eAAe,EAA8B;OAC5D,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,mBAAoB,SAAQ,WAAW;IAClD;;;;;;;OAOG;IACH,MAAM,CAAC,MAAsC,EAAE,OAAwB;QACrE,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mCAAmC,EAAE;YAC5D,KAAK,EAAE,EAAE,eAAe,EAAE,UAAU,EAAE;YACtC,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,QAAgB,EAChB,MAAsC,EACtC,OAAwB;QAExB,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qCAAqC,QAAQ,EAAE,EAAE;YAC3E,KAAK,EAAE,EAAE,eAAe,EAAE,UAAU,EAAE;YACtC,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,IAAI,CACF,QAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,mCAAmC,EAAE,CAAA,eAAmC,CAAA,EAAE;YACvG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,MAAM,CACJ,QAAgB,EAChB,SAA4D,EAAE,EAC9D,OAAwB;QAExB,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,qCAAqC,QAAQ,EAAE,EAAE;YAC9E,KAAK,EAAE,EAAE,eAAe,EAAE,UAAU,EAAE;YACtC,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,QAAgB,EAChB,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qCAAqC,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;CACF"}
@@ -1,311 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- import { APIResource } from '../../core/resource';
4
- import * as PipelinesAPI from '../pipelines/pipelines';
5
- import { APIPromise } from '../../core/api-promise';
6
- import { PagePromise, PaginatedCursor, type PaginatedCursorParams } from '../../core/pagination';
7
- import { buildHeaders } from '../../internal/headers';
8
- import { RequestOptions } from '../../internal/request-options';
9
- import { path } from '../../internal/utils/path';
10
-
11
- export class ParseConfigurations extends APIResource {
12
- /**
13
- * Create a new parse configuration.
14
- *
15
- * Args: config_create: Parse configuration creation data project: Validated
16
- * project from dependency user: Current user
17
- *
18
- * Returns: The created parse configuration
19
- */
20
- create(params: ParseConfigurationCreateParams, options?: RequestOptions): APIPromise<ParseConfiguration> {
21
- const { organization_id, project_id, ...body } = params;
22
- return this._client.post('/api/v1/beta/parse-configurations', {
23
- query: { organization_id, project_id },
24
- body,
25
- ...options,
26
- });
27
- }
28
-
29
- /**
30
- * Update a parse configuration.
31
- *
32
- * Args: config_id: The ID of the parse configuration to update config_update:
33
- * Update data project: Validated project from dependency user: Current user
34
- *
35
- * Returns: The updated parse configuration
36
- */
37
- update(
38
- configID: string,
39
- params: ParseConfigurationUpdateParams,
40
- options?: RequestOptions,
41
- ): APIPromise<ParseConfiguration> {
42
- const { organization_id, project_id, ...body } = params;
43
- return this._client.put(path`/api/v1/beta/parse-configurations/${configID}`, {
44
- query: { organization_id, project_id },
45
- body,
46
- ...options,
47
- });
48
- }
49
-
50
- /**
51
- * List parse configurations for the current project.
52
- *
53
- * Args: project: Validated project from dependency user: Current user page_size:
54
- * Number of items per page page_token: Token for pagination name: Filter by
55
- * configuration name creator: Filter by creator version: Filter by version
56
- *
57
- * Returns: Paginated response with parse configurations
58
- */
59
- list(
60
- query: ParseConfigurationListParams | null | undefined = {},
61
- options?: RequestOptions,
62
- ): PagePromise<ParseConfigurationsPaginatedCursor, ParseConfiguration> {
63
- return this._client.getAPIList('/api/v1/beta/parse-configurations', PaginatedCursor<ParseConfiguration>, {
64
- query,
65
- ...options,
66
- });
67
- }
68
-
69
- /**
70
- * Delete a parse configuration.
71
- *
72
- * Args: config_id: The ID of the parse configuration to delete project: Validated
73
- * project from dependency user: Current user
74
- */
75
- delete(
76
- configID: string,
77
- params: ParseConfigurationDeleteParams | null | undefined = {},
78
- options?: RequestOptions,
79
- ): APIPromise<void> {
80
- const { organization_id, project_id } = params ?? {};
81
- return this._client.delete(path`/api/v1/beta/parse-configurations/${configID}`, {
82
- query: { organization_id, project_id },
83
- ...options,
84
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
85
- });
86
- }
87
-
88
- /**
89
- * Get a parse configuration by ID.
90
- *
91
- * Args: config_id: The ID of the parse configuration project: Validated project
92
- * from dependency user: Current user
93
- *
94
- * Returns: The parse configuration
95
- */
96
- get(
97
- configID: string,
98
- query: ParseConfigurationGetParams | null | undefined = {},
99
- options?: RequestOptions,
100
- ): APIPromise<ParseConfiguration> {
101
- return this._client.get(path`/api/v1/beta/parse-configurations/${configID}`, { query, ...options });
102
- }
103
- }
104
-
105
- export type ParseConfigurationsPaginatedCursor = PaginatedCursor<ParseConfiguration>;
106
-
107
- /**
108
- * Parse configuration schema.
109
- */
110
- export interface ParseConfiguration {
111
- /**
112
- * Unique identifier for the parse configuration
113
- */
114
- id: string;
115
-
116
- /**
117
- * Creation timestamp
118
- */
119
- created_at: string;
120
-
121
- /**
122
- * Name of the parse configuration
123
- */
124
- name: string;
125
-
126
- /**
127
- * LlamaParseParameters configuration
128
- */
129
- parameters: PipelinesAPI.LlamaParseParameters;
130
-
131
- /**
132
- * ID of the source
133
- */
134
- source_id: string;
135
-
136
- /**
137
- * Type of the source (e.g., 'project')
138
- */
139
- source_type: string;
140
-
141
- /**
142
- * Last update timestamp
143
- */
144
- updated_at: string;
145
-
146
- /**
147
- * Version of the configuration
148
- */
149
- version: string;
150
-
151
- /**
152
- * Creator of the configuration
153
- */
154
- creator?: string | null;
155
- }
156
-
157
- /**
158
- * Schema for creating a new parse configuration (API boundary).
159
- */
160
- export interface ParseConfigurationCreate {
161
- /**
162
- * Name of the parse configuration
163
- */
164
- name: string;
165
-
166
- /**
167
- * LlamaParseParameters configuration
168
- */
169
- parameters: PipelinesAPI.LlamaParseParameters;
170
-
171
- /**
172
- * Version of the configuration
173
- */
174
- version: string;
175
-
176
- /**
177
- * Creator of the configuration
178
- */
179
- creator?: string | null;
180
-
181
- /**
182
- * ID of the source
183
- */
184
- source_id?: string | null;
185
-
186
- /**
187
- * Type of the source (e.g., 'project')
188
- */
189
- source_type?: string | null;
190
- }
191
-
192
- /**
193
- * Response schema for paginated parse configuration queries.
194
- */
195
- export interface ParseConfigurationQueryResponse {
196
- /**
197
- * The list of items.
198
- */
199
- items: Array<ParseConfiguration>;
200
-
201
- /**
202
- * A token, which can be sent as page_token to retrieve the next page. If this
203
- * field is omitted, there are no subsequent pages.
204
- */
205
- next_page_token?: string | null;
206
-
207
- /**
208
- * The total number of items available. This is only populated when specifically
209
- * requested. The value may be an estimate and can be used for display purposes
210
- * only.
211
- */
212
- total_size?: number | null;
213
- }
214
-
215
- export interface ParseConfigurationCreateParams {
216
- /**
217
- * Body param: Name of the parse configuration
218
- */
219
- name: string;
220
-
221
- /**
222
- * Body param: LlamaParseParameters configuration
223
- */
224
- parameters: PipelinesAPI.LlamaParseParameters;
225
-
226
- /**
227
- * Body param: Version of the configuration
228
- */
229
- version: string;
230
-
231
- /**
232
- * Query param
233
- */
234
- organization_id?: string | null;
235
-
236
- /**
237
- * Query param
238
- */
239
- project_id?: string | null;
240
-
241
- /**
242
- * Body param: Creator of the configuration
243
- */
244
- creator?: string | null;
245
-
246
- /**
247
- * Body param: ID of the source
248
- */
249
- source_id?: string | null;
250
-
251
- /**
252
- * Body param: Type of the source (e.g., 'project')
253
- */
254
- source_type?: string | null;
255
- }
256
-
257
- export interface ParseConfigurationUpdateParams {
258
- /**
259
- * Query param
260
- */
261
- organization_id?: string | null;
262
-
263
- /**
264
- * Query param
265
- */
266
- project_id?: string | null;
267
-
268
- /**
269
- * Body param: Settings that can be configured for how to use LlamaParse to parse
270
- * files within a LlamaCloud pipeline.
271
- */
272
- parameters?: PipelinesAPI.LlamaParseParameters | null;
273
- }
274
-
275
- export interface ParseConfigurationListParams extends PaginatedCursorParams {
276
- creator?: string | null;
277
-
278
- name?: string | null;
279
-
280
- organization_id?: string | null;
281
-
282
- project_id?: string | null;
283
-
284
- version?: string | null;
285
- }
286
-
287
- export interface ParseConfigurationDeleteParams {
288
- organization_id?: string | null;
289
-
290
- project_id?: string | null;
291
- }
292
-
293
- export interface ParseConfigurationGetParams {
294
- organization_id?: string | null;
295
-
296
- project_id?: string | null;
297
- }
298
-
299
- export declare namespace ParseConfigurations {
300
- export {
301
- type ParseConfiguration as ParseConfiguration,
302
- type ParseConfigurationCreate as ParseConfigurationCreate,
303
- type ParseConfigurationQueryResponse as ParseConfigurationQueryResponse,
304
- type ParseConfigurationsPaginatedCursor as ParseConfigurationsPaginatedCursor,
305
- type ParseConfigurationCreateParams as ParseConfigurationCreateParams,
306
- type ParseConfigurationUpdateParams as ParseConfigurationUpdateParams,
307
- type ParseConfigurationListParams as ParseConfigurationListParams,
308
- type ParseConfigurationDeleteParams as ParseConfigurationDeleteParams,
309
- type ParseConfigurationGetParams as ParseConfigurationGetParams,
310
- };
311
- }