deere-sdk 0.1.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.
- package/CHANGELOG.md +38 -0
- package/LICENSE +21 -0
- package/README.md +253 -0
- package/dist/api/assets.d.ts +78 -0
- package/dist/api/assets.d.ts.map +1 -0
- package/dist/api/assets.js +115 -0
- package/dist/api/assets.js.map +1 -0
- package/dist/api/boundaries.d.ts +69 -0
- package/dist/api/boundaries.d.ts.map +1 -0
- package/dist/api/boundaries.js +102 -0
- package/dist/api/boundaries.js.map +1 -0
- package/dist/api/clients.d.ts +71 -0
- package/dist/api/clients.d.ts.map +1 -0
- package/dist/api/clients.js +104 -0
- package/dist/api/clients.js.map +1 -0
- package/dist/api/connection-management.d.ts +41 -0
- package/dist/api/connection-management.d.ts.map +1 -0
- package/dist/api/connection-management.js +56 -0
- package/dist/api/connection-management.js.map +1 -0
- package/dist/api/crop-types.d.ts +48 -0
- package/dist/api/crop-types.d.ts.map +1 -0
- package/dist/api/crop-types.js +69 -0
- package/dist/api/crop-types.js.map +1 -0
- package/dist/api/equipment.d.ts +138 -0
- package/dist/api/equipment.d.ts.map +1 -0
- package/dist/api/equipment.js +214 -0
- package/dist/api/equipment.js.map +1 -0
- package/dist/api/farms.d.ts +69 -0
- package/dist/api/farms.d.ts.map +1 -0
- package/dist/api/farms.js +100 -0
- package/dist/api/farms.js.map +1 -0
- package/dist/api/field-operations-api.d.ts +56 -0
- package/dist/api/field-operations-api.d.ts.map +1 -0
- package/dist/api/field-operations-api.js +88 -0
- package/dist/api/field-operations-api.js.map +1 -0
- package/dist/api/field-operations.d.ts +83 -0
- package/dist/api/field-operations.d.ts.map +1 -0
- package/dist/api/field-operations.js +134 -0
- package/dist/api/field-operations.js.map +1 -0
- package/dist/api/fields.d.ts +73 -0
- package/dist/api/fields.d.ts.map +1 -0
- package/dist/api/fields.js +113 -0
- package/dist/api/fields.js.map +1 -0
- package/dist/api/files.d.ts +63 -0
- package/dist/api/files.d.ts.map +1 -0
- package/dist/api/files.js +96 -0
- package/dist/api/files.js.map +1 -0
- package/dist/api/flags.d.ts +96 -0
- package/dist/api/flags.d.ts.map +1 -0
- package/dist/api/flags.js +159 -0
- package/dist/api/flags.js.map +1 -0
- package/dist/api/guidance-lines.d.ts +52 -0
- package/dist/api/guidance-lines.d.ts.map +1 -0
- package/dist/api/guidance-lines.js +77 -0
- package/dist/api/guidance-lines.js.map +1 -0
- package/dist/api/index.d.ts +43 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +25 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/map-layers.d.ts +49 -0
- package/dist/api/map-layers.d.ts.map +1 -0
- package/dist/api/map-layers.js +69 -0
- package/dist/api/map-layers.js.map +1 -0
- package/dist/api/operators.d.ts +67 -0
- package/dist/api/operators.d.ts.map +1 -0
- package/dist/api/operators.js +99 -0
- package/dist/api/operators.js.map +1 -0
- package/dist/api/organizations.d.ts +45 -0
- package/dist/api/organizations.d.ts.map +1 -0
- package/dist/api/organizations.js +64 -0
- package/dist/api/organizations.js.map +1 -0
- package/dist/api/products.d.ts +88 -0
- package/dist/api/products.d.ts.map +1 -0
- package/dist/api/products.js +132 -0
- package/dist/api/products.js.map +1 -0
- package/dist/api/users.d.ts +22 -0
- package/dist/api/users.d.ts.map +1 -0
- package/dist/api/users.js +26 -0
- package/dist/api/users.js.map +1 -0
- package/dist/api/webhook.d.ts +42 -0
- package/dist/api/webhook.d.ts.map +1 -0
- package/dist/api/webhook.js +57 -0
- package/dist/api/webhook.js.map +1 -0
- package/dist/client.d.ts +114 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +224 -0
- package/dist/client.js.map +1 -0
- package/dist/deere.d.ts +98 -0
- package/dist/deere.d.ts.map +1 -0
- package/dist/deere.js +120 -0
- package/dist/deere.js.map +1 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +39 -0
- package/dist/index.js.map +1 -0
- package/dist/types/generated/assets.d.ts +839 -0
- package/dist/types/generated/assets.d.ts.map +1 -0
- package/dist/types/generated/assets.js +6 -0
- package/dist/types/generated/assets.js.map +1 -0
- package/dist/types/generated/boundaries.d.ts +734 -0
- package/dist/types/generated/boundaries.d.ts.map +1 -0
- package/dist/types/generated/boundaries.js +6 -0
- package/dist/types/generated/boundaries.js.map +1 -0
- package/dist/types/generated/clients.d.ts +602 -0
- package/dist/types/generated/clients.d.ts.map +1 -0
- package/dist/types/generated/clients.js +6 -0
- package/dist/types/generated/clients.js.map +1 -0
- package/dist/types/generated/connection-management.d.ts +210 -0
- package/dist/types/generated/connection-management.d.ts.map +1 -0
- package/dist/types/generated/connection-management.js +6 -0
- package/dist/types/generated/connection-management.js.map +1 -0
- package/dist/types/generated/crop-types.d.ts +541 -0
- package/dist/types/generated/crop-types.d.ts.map +1 -0
- package/dist/types/generated/crop-types.js +6 -0
- package/dist/types/generated/crop-types.js.map +1 -0
- package/dist/types/generated/equipment.d.ts +2599 -0
- package/dist/types/generated/equipment.d.ts.map +1 -0
- package/dist/types/generated/equipment.js +6 -0
- package/dist/types/generated/equipment.js.map +1 -0
- package/dist/types/generated/farms.d.ts +520 -0
- package/dist/types/generated/farms.d.ts.map +1 -0
- package/dist/types/generated/farms.js +6 -0
- package/dist/types/generated/farms.js.map +1 -0
- package/dist/types/generated/field-operations-api.d.ts +1724 -0
- package/dist/types/generated/field-operations-api.d.ts.map +1 -0
- package/dist/types/generated/field-operations-api.js +6 -0
- package/dist/types/generated/field-operations-api.js.map +1 -0
- package/dist/types/generated/fields.d.ts +904 -0
- package/dist/types/generated/fields.d.ts.map +1 -0
- package/dist/types/generated/fields.js +6 -0
- package/dist/types/generated/fields.js.map +1 -0
- package/dist/types/generated/files.d.ts +598 -0
- package/dist/types/generated/files.d.ts.map +1 -0
- package/dist/types/generated/files.js +6 -0
- package/dist/types/generated/files.js.map +1 -0
- package/dist/types/generated/flags.d.ts +593 -0
- package/dist/types/generated/flags.d.ts.map +1 -0
- package/dist/types/generated/flags.js +6 -0
- package/dist/types/generated/flags.js.map +1 -0
- package/dist/types/generated/guidance-lines.d.ts +405 -0
- package/dist/types/generated/guidance-lines.d.ts.map +1 -0
- package/dist/types/generated/guidance-lines.js +6 -0
- package/dist/types/generated/guidance-lines.js.map +1 -0
- package/dist/types/generated/index.d.ts +44 -0
- package/dist/types/generated/index.d.ts.map +1 -0
- package/dist/types/generated/index.js +26 -0
- package/dist/types/generated/index.js.map +1 -0
- package/dist/types/generated/map-layers.d.ts +696 -0
- package/dist/types/generated/map-layers.d.ts.map +1 -0
- package/dist/types/generated/map-layers.js +6 -0
- package/dist/types/generated/map-layers.js.map +1 -0
- package/dist/types/generated/operators.d.ts +361 -0
- package/dist/types/generated/operators.d.ts.map +1 -0
- package/dist/types/generated/operators.js +6 -0
- package/dist/types/generated/operators.js.map +1 -0
- package/dist/types/generated/organizations.d.ts +308 -0
- package/dist/types/generated/organizations.d.ts.map +1 -0
- package/dist/types/generated/organizations.js +6 -0
- package/dist/types/generated/organizations.js.map +1 -0
- package/dist/types/generated/products.d.ts +1165 -0
- package/dist/types/generated/products.d.ts.map +1 -0
- package/dist/types/generated/products.js +6 -0
- package/dist/types/generated/products.js.map +1 -0
- package/dist/types/generated/users.d.ts +96 -0
- package/dist/types/generated/users.d.ts.map +1 -0
- package/dist/types/generated/users.js +6 -0
- package/dist/types/generated/users.js.map +1 -0
- package/dist/types/generated/webhook.d.ts +475 -0
- package/dist/types/generated/webhook.d.ts.map +1 -0
- package/dist/types/generated/webhook.js +6 -0
- package/dist/types/generated/webhook.js.map +1 -0
- package/dist/types/index.d.ts +25 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +25 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
export interface paths {
|
|
6
|
+
"/organizations": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* List Orgs
|
|
15
|
+
* @description This request will return a list of organizations.
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query?: {
|
|
20
|
+
/** @description Returns a list of organizations of which a particular user is a member. */
|
|
21
|
+
userName?: components["parameters"]["UserName"];
|
|
22
|
+
/** @description Returns the name of the organization that corresponds with the given organization ID. */
|
|
23
|
+
orgId?: components["parameters"]["OrgId"];
|
|
24
|
+
/** @description Returns a list of organizations that contain the given string in their name. */
|
|
25
|
+
orgName?: components["parameters"]["OrgName"];
|
|
26
|
+
};
|
|
27
|
+
header?: {
|
|
28
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
29
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature"];
|
|
30
|
+
};
|
|
31
|
+
path?: never;
|
|
32
|
+
cookie?: never;
|
|
33
|
+
};
|
|
34
|
+
requestBody?: never;
|
|
35
|
+
responses: {
|
|
36
|
+
/** @description Organization List */
|
|
37
|
+
200: {
|
|
38
|
+
headers: {
|
|
39
|
+
[name: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
content: {
|
|
42
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
43
|
+
links?: unknown;
|
|
44
|
+
values?: unknown;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
/** @description Not authorized */
|
|
49
|
+
403: {
|
|
50
|
+
headers: {
|
|
51
|
+
[name: string]: unknown;
|
|
52
|
+
};
|
|
53
|
+
content?: never;
|
|
54
|
+
};
|
|
55
|
+
/** @description Not found */
|
|
56
|
+
404: {
|
|
57
|
+
headers: {
|
|
58
|
+
[name: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
content?: never;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
put?: never;
|
|
65
|
+
post?: never;
|
|
66
|
+
delete?: never;
|
|
67
|
+
options?: never;
|
|
68
|
+
head?: never;
|
|
69
|
+
patch?: never;
|
|
70
|
+
trace?: never;
|
|
71
|
+
};
|
|
72
|
+
"/organizations/{orgId}": {
|
|
73
|
+
parameters: {
|
|
74
|
+
query?: never;
|
|
75
|
+
header?: never;
|
|
76
|
+
path?: never;
|
|
77
|
+
cookie?: never;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* View an Organization
|
|
81
|
+
* @description This request will return information about an organization, such as its name, type, and whether or not you are a member of the organization. It contains links to the following resources:
|
|
82
|
+
*/
|
|
83
|
+
get: {
|
|
84
|
+
parameters: {
|
|
85
|
+
query?: never;
|
|
86
|
+
header?: never;
|
|
87
|
+
path: {
|
|
88
|
+
/** @description Organization */
|
|
89
|
+
orgId: components["parameters"]["OrgIdGet"];
|
|
90
|
+
};
|
|
91
|
+
cookie?: never;
|
|
92
|
+
};
|
|
93
|
+
requestBody?: never;
|
|
94
|
+
responses: {
|
|
95
|
+
/** @description View Organization List */
|
|
96
|
+
200: {
|
|
97
|
+
headers: {
|
|
98
|
+
[name: string]: unknown;
|
|
99
|
+
};
|
|
100
|
+
content: {
|
|
101
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
102
|
+
links?: unknown;
|
|
103
|
+
values?: unknown;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
put?: never;
|
|
110
|
+
post?: never;
|
|
111
|
+
delete?: never;
|
|
112
|
+
options?: never;
|
|
113
|
+
head?: never;
|
|
114
|
+
patch?: never;
|
|
115
|
+
trace?: never;
|
|
116
|
+
};
|
|
117
|
+
"/users/{userName}/organizations": {
|
|
118
|
+
parameters: {
|
|
119
|
+
query?: never;
|
|
120
|
+
header?: never;
|
|
121
|
+
path?: never;
|
|
122
|
+
cookie?: never;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* View User Orgs
|
|
126
|
+
* @description This request will return a list of organizations. The response will ONLY contain organizations in which the user is a staff member (member=true). This response will NOT contain partner organizations in which the user is not a staff member (member=false).
|
|
127
|
+
*/
|
|
128
|
+
get: {
|
|
129
|
+
parameters: {
|
|
130
|
+
query?: never;
|
|
131
|
+
header?: {
|
|
132
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
133
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature2"];
|
|
134
|
+
};
|
|
135
|
+
path: {
|
|
136
|
+
/** @description User Name. */
|
|
137
|
+
userName: components["parameters"]["UserName2"];
|
|
138
|
+
};
|
|
139
|
+
cookie?: never;
|
|
140
|
+
};
|
|
141
|
+
requestBody?: never;
|
|
142
|
+
responses: {
|
|
143
|
+
/** @description View Organization List */
|
|
144
|
+
200: {
|
|
145
|
+
headers: {
|
|
146
|
+
[name: string]: unknown;
|
|
147
|
+
};
|
|
148
|
+
content: {
|
|
149
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
150
|
+
links?: unknown;
|
|
151
|
+
values?: unknown;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
put?: never;
|
|
158
|
+
post?: never;
|
|
159
|
+
delete?: never;
|
|
160
|
+
options?: never;
|
|
161
|
+
head?: never;
|
|
162
|
+
patch?: never;
|
|
163
|
+
trace?: never;
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
export type webhooks = Record<string, never>;
|
|
167
|
+
export interface components {
|
|
168
|
+
schemas: {
|
|
169
|
+
OrganizationLink: {
|
|
170
|
+
/**
|
|
171
|
+
* @description Link to organization
|
|
172
|
+
* @example https://sandboxapi.deere.com/platform/organizations/1234
|
|
173
|
+
*/
|
|
174
|
+
self?: unknown;
|
|
175
|
+
/**
|
|
176
|
+
* @description Redirect link to enable organization access
|
|
177
|
+
* @example https://connections.deere.com/connections/28efb3cb-cbd5-4888-8570-99465ea8860e/select-organizations
|
|
178
|
+
*/
|
|
179
|
+
connections?: unknown;
|
|
180
|
+
/**
|
|
181
|
+
* @description Redirect link to manage organization access and permissions
|
|
182
|
+
* @example https://connections.deere.com/connections/28efb3cb-cbd5-4888-8570-99465ea8860e/connections-dialog?orgId=1234
|
|
183
|
+
*/
|
|
184
|
+
manage_connections?: unknown;
|
|
185
|
+
};
|
|
186
|
+
OrganizationLink2: {
|
|
187
|
+
/**
|
|
188
|
+
* @description Link to organization
|
|
189
|
+
* @example https://sandboxapi.deere.com/platform/organizations/1234
|
|
190
|
+
*/
|
|
191
|
+
self?: unknown;
|
|
192
|
+
/**
|
|
193
|
+
* @description Redirect link to enable organization access
|
|
194
|
+
* @example https://connections.deere.com/connections/28efb3cb-cbd5-4888-8570-99465ea8860e/organizations
|
|
195
|
+
*/
|
|
196
|
+
connections?: unknown;
|
|
197
|
+
/**
|
|
198
|
+
* @description Redirect link to manage organization access and permissions
|
|
199
|
+
* @example https://connections.deere.com/connections/28efb3cb-cbd5-4888-8570-99465ea8860e/connections-dialog?orgId=1234
|
|
200
|
+
*/
|
|
201
|
+
manage_connections?: unknown;
|
|
202
|
+
};
|
|
203
|
+
Organization: {
|
|
204
|
+
/**
|
|
205
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
206
|
+
* @example 3b5392015e4b4e1c92013026f47109bb
|
|
207
|
+
*/
|
|
208
|
+
"x-deere-signature"?: string;
|
|
209
|
+
/**
|
|
210
|
+
* @description The organization ID.
|
|
211
|
+
* @example 1234
|
|
212
|
+
*/
|
|
213
|
+
id?: string;
|
|
214
|
+
/**
|
|
215
|
+
* @description The organization name.
|
|
216
|
+
* @example Smith Farms
|
|
217
|
+
*/
|
|
218
|
+
name?: string;
|
|
219
|
+
/**
|
|
220
|
+
* @description The organization type: customer or dealer.
|
|
221
|
+
* @example customer
|
|
222
|
+
*/
|
|
223
|
+
type?: string;
|
|
224
|
+
/**
|
|
225
|
+
* @description TRUE means that the user is a member of the org.
|
|
226
|
+
* @example true
|
|
227
|
+
*/
|
|
228
|
+
member?: boolean;
|
|
229
|
+
};
|
|
230
|
+
OrganizationView: {
|
|
231
|
+
/**
|
|
232
|
+
* @description The organization ID.
|
|
233
|
+
* @example 1234
|
|
234
|
+
*/
|
|
235
|
+
id?: string;
|
|
236
|
+
/**
|
|
237
|
+
* @description The organization name.
|
|
238
|
+
* @example Smith Farms
|
|
239
|
+
*/
|
|
240
|
+
name?: string;
|
|
241
|
+
/**
|
|
242
|
+
* @description The organization type: customer or dealer.
|
|
243
|
+
* @example customer
|
|
244
|
+
*/
|
|
245
|
+
type?: string;
|
|
246
|
+
/**
|
|
247
|
+
* @description TRUE means that the user is a member of the org.
|
|
248
|
+
* @example true
|
|
249
|
+
*/
|
|
250
|
+
member?: boolean;
|
|
251
|
+
};
|
|
252
|
+
OrganizationViewGet: {
|
|
253
|
+
/**
|
|
254
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
255
|
+
* @example 3b5392015e4b4e1c92013026f47109bb
|
|
256
|
+
*/
|
|
257
|
+
"x-deere-signature"?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @description Organization ID.
|
|
260
|
+
* @example 1234
|
|
261
|
+
*/
|
|
262
|
+
id?: string;
|
|
263
|
+
/**
|
|
264
|
+
* @description Organization name.
|
|
265
|
+
* @example Smith Farms
|
|
266
|
+
*/
|
|
267
|
+
name?: string;
|
|
268
|
+
/**
|
|
269
|
+
* @description Organization type.
|
|
270
|
+
* @example customer
|
|
271
|
+
*/
|
|
272
|
+
type?: string;
|
|
273
|
+
/**
|
|
274
|
+
* @description Partners of this organization.
|
|
275
|
+
* @example Apple Farms
|
|
276
|
+
*/
|
|
277
|
+
partnerships?: string;
|
|
278
|
+
/**
|
|
279
|
+
* @description Indicates whether the user is a member of the organization.
|
|
280
|
+
* @example true
|
|
281
|
+
*/
|
|
282
|
+
member?: boolean;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
responses: never;
|
|
286
|
+
parameters: {
|
|
287
|
+
/** @description Returns a list of organizations of which a particular user is a member. */
|
|
288
|
+
UserName: string;
|
|
289
|
+
/** @description User Name. */
|
|
290
|
+
UserName2: string;
|
|
291
|
+
/** @description Returns the name of the organization that corresponds with the given organization ID. */
|
|
292
|
+
OrgId: string;
|
|
293
|
+
/** @description Returns a list of organizations that contain the given string in their name. */
|
|
294
|
+
OrgName: string;
|
|
295
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
296
|
+
"X-deere-signature": string;
|
|
297
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
298
|
+
"X-deere-signature2": string;
|
|
299
|
+
/** @description Organization */
|
|
300
|
+
OrgIdGet: string;
|
|
301
|
+
};
|
|
302
|
+
requestBodies: never;
|
|
303
|
+
headers: never;
|
|
304
|
+
pathItems: never;
|
|
305
|
+
}
|
|
306
|
+
export type $defs = Record<string, never>;
|
|
307
|
+
export type operations = Record<string, never>;
|
|
308
|
+
//# sourceMappingURL=organizations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/types/generated/organizations.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizations.js","sourceRoot":"","sources":["../../../src/types/generated/organizations.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|