@silkline/arena 1.1.0 → 1.1.1
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 +22 -0
- package/LICENSE +1 -1
- package/README.md +9 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts.map +1 -1
- package/client.js +6 -3
- package/client.js.map +1 -1
- package/client.mjs +6 -3
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/changes/implementationtasks/files.d.mts +2 -2
- package/resources/changes/implementationtasks/files.d.ts +2 -2
- package/resources/changes/implementationtasks/implementationtasks.d.mts +5 -5
- package/resources/changes/implementationtasks/implementationtasks.d.ts +5 -5
- package/resources/changes/implementationtasks/notes.d.mts +9 -9
- package/resources/changes/implementationtasks/notes.d.ts +9 -9
- package/resources/changes/items.d.mts +10 -10
- package/resources/changes/items.d.ts +10 -10
- package/resources/files/markups.d.mts +5 -5
- package/resources/files/markups.d.ts +5 -5
- package/resources/imports/runs.d.mts +11 -11
- package/resources/imports/runs.d.ts +11 -11
- package/resources/items/bom/bom.d.mts +9 -9
- package/resources/items/bom/bom.d.ts +9 -9
- package/resources/items/bom/substitutes.d.mts +10 -10
- package/resources/items/bom/substitutes.d.ts +10 -10
- package/resources/items/compliance.d.mts +5 -5
- package/resources/items/compliance.d.ts +5 -5
- package/resources/items/files/content.d.mts +2 -2
- package/resources/items/files/content.d.ts +2 -2
- package/resources/items/files/files.d.mts +3 -3
- package/resources/items/files/files.d.ts +3 -3
- package/resources/items/items_.d.mts +2 -2
- package/resources/items/items_.d.ts +2 -2
- package/resources/items/sourcing.d.mts +9 -9
- package/resources/items/sourcing.d.ts +9 -9
- package/resources/login.d.mts +8 -8
- package/resources/login.d.ts +8 -8
- package/resources/outboundevents/events.d.mts +11 -11
- package/resources/outboundevents/events.d.ts +11 -11
- package/resources/outboundintegrations/events/events.d.mts +12 -12
- package/resources/outboundintegrations/events/events.d.ts +12 -12
- package/resources/outboundintegrations/events/items.d.mts +7 -7
- package/resources/outboundintegrations/events/items.d.ts +7 -7
- package/resources/qualityprocesses/steps/affected.d.mts +12 -12
- package/resources/qualityprocesses/steps/affected.d.ts +12 -12
- package/resources/qualityprocesses/steps/decisions.d.mts +8 -8
- package/resources/qualityprocesses/steps/decisions.d.ts +8 -8
- package/resources/qualityprocesses/steps/steps.d.mts +6 -6
- package/resources/qualityprocesses/steps/steps.d.ts +6 -6
- package/resources/requests/evaluationissues/evaluationissues.d.mts +3 -3
- package/resources/requests/evaluationissues/evaluationissues.d.ts +3 -3
- package/resources/requests/evaluationissues/responses.d.mts +5 -5
- package/resources/requests/evaluationissues/responses.d.ts +5 -5
- package/resources/requests/items.d.mts +2 -2
- package/resources/requests/items.d.ts +2 -2
- package/resources/settings/accountusers/employees.d.mts +18 -18
- package/resources/settings/accountusers/employees.d.ts +18 -18
- package/resources/settings/accountusers/machines.d.mts +9 -9
- package/resources/settings/accountusers/machines.d.ts +9 -9
- package/resources/settings/categories/attributes.d.mts +7 -7
- package/resources/settings/categories/attributes.d.ts +7 -7
- package/resources/settings/items/numberformats/fields.d.mts +9 -9
- package/resources/settings/items/numberformats/fields.d.ts +9 -9
- package/resources/settings/usergroups/usergroups.d.mts +5 -5
- package/resources/settings/usergroups/usergroups.d.ts +5 -5
- package/resources/supplieritems/compliance.d.mts +5 -5
- package/resources/supplieritems/compliance.d.ts +5 -5
- package/resources/supplieritems/files.d.mts +2 -2
- package/resources/supplieritems/files.d.ts +2 -2
- package/resources/suppliers/addresses.d.mts +3 -3
- package/resources/suppliers/addresses.d.ts +3 -3
- package/resources/suppliers/phonenumbers.d.mts +5 -5
- package/resources/suppliers/phonenumbers.d.ts +5 -5
- package/resources/trainingplans/users.d.mts +2 -2
- package/resources/trainingplans/users.d.ts +2 -2
- package/src/client.ts +10 -10
- package/src/internal/parse.ts +6 -0
- package/src/resources/changes/implementationtasks/files.ts +2 -2
- package/src/resources/changes/implementationtasks/implementationtasks.ts +5 -5
- package/src/resources/changes/implementationtasks/notes.ts +9 -9
- package/src/resources/changes/items.ts +10 -10
- package/src/resources/files/markups.ts +5 -5
- package/src/resources/imports/runs.ts +11 -11
- package/src/resources/items/bom/bom.ts +9 -9
- package/src/resources/items/bom/substitutes.ts +10 -10
- package/src/resources/items/compliance.ts +5 -5
- package/src/resources/items/files/content.ts +2 -2
- package/src/resources/items/files/files.ts +3 -3
- package/src/resources/items/items_.ts +2 -2
- package/src/resources/items/sourcing.ts +9 -9
- package/src/resources/login.ts +8 -8
- package/src/resources/outboundevents/events.ts +11 -11
- package/src/resources/outboundintegrations/events/events.ts +12 -12
- package/src/resources/outboundintegrations/events/items.ts +7 -7
- package/src/resources/qualityprocesses/steps/affected.ts +12 -12
- package/src/resources/qualityprocesses/steps/decisions.ts +8 -8
- package/src/resources/qualityprocesses/steps/steps.ts +6 -6
- package/src/resources/requests/evaluationissues/evaluationissues.ts +3 -3
- package/src/resources/requests/evaluationissues/responses.ts +5 -5
- package/src/resources/requests/items.ts +2 -2
- package/src/resources/settings/accountusers/employees.ts +18 -18
- package/src/resources/settings/accountusers/machines.ts +9 -9
- package/src/resources/settings/categories/attributes.ts +7 -7
- package/src/resources/settings/items/numberformats/fields.ts +9 -9
- package/src/resources/settings/usergroups/usergroups.ts +5 -5
- package/src/resources/supplieritems/compliance.ts +5 -5
- package/src/resources/supplieritems/files.ts +2 -2
- package/src/resources/suppliers/addresses.ts +3 -3
- package/src/resources/suppliers/phonenumbers.ts +5 -5
- package/src/resources/trainingplans/users.ts +2 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -114,22 +114,22 @@ export type NoteDeleteResponse = string;
|
|
|
114
114
|
|
|
115
115
|
export interface NoteCreateParams {
|
|
116
116
|
/**
|
|
117
|
-
* Path param
|
|
117
|
+
* Path param
|
|
118
118
|
*/
|
|
119
119
|
changeGuid: string;
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Body param
|
|
122
|
+
* Body param
|
|
123
123
|
*/
|
|
124
124
|
label?: string;
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
* Body param
|
|
127
|
+
* Body param
|
|
128
128
|
*/
|
|
129
129
|
note?: string;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Body param
|
|
132
|
+
* Body param
|
|
133
133
|
*/
|
|
134
134
|
private?: boolean;
|
|
135
135
|
}
|
|
@@ -142,27 +142,27 @@ export interface NoteRetrieveParams {
|
|
|
142
142
|
|
|
143
143
|
export interface NoteUpdateParams {
|
|
144
144
|
/**
|
|
145
|
-
* Path param
|
|
145
|
+
* Path param
|
|
146
146
|
*/
|
|
147
147
|
changeGuid: string;
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
|
-
* Path param
|
|
150
|
+
* Path param
|
|
151
151
|
*/
|
|
152
152
|
implementationTasksGuid: string;
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
* Body param
|
|
155
|
+
* Body param
|
|
156
156
|
*/
|
|
157
157
|
label?: string;
|
|
158
158
|
|
|
159
159
|
/**
|
|
160
|
-
* Body param
|
|
160
|
+
* Body param
|
|
161
161
|
*/
|
|
162
162
|
note?: string;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Body param
|
|
165
|
+
* Body param
|
|
166
166
|
*/
|
|
167
167
|
private?: boolean;
|
|
168
168
|
}
|
|
@@ -204,52 +204,52 @@ export interface ItemRetrieveParams {
|
|
|
204
204
|
|
|
205
205
|
export interface ItemUpdateParams {
|
|
206
206
|
/**
|
|
207
|
-
* Path param
|
|
207
|
+
* Path param
|
|
208
208
|
*/
|
|
209
209
|
changeGuid: string;
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* Body param
|
|
212
|
+
* Body param
|
|
213
213
|
*/
|
|
214
214
|
bomView?: ChangeModifiedViewCreate;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
* Body param
|
|
217
|
+
* Body param
|
|
218
218
|
*/
|
|
219
219
|
dispositionAttributes?: Array<DispositionAttributeCreate>;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Body param
|
|
222
|
+
* Body param
|
|
223
223
|
*/
|
|
224
224
|
filesView?: ChangeModifiedViewCreate;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
|
-
* Body param
|
|
227
|
+
* Body param
|
|
228
228
|
*/
|
|
229
229
|
materialEffectivityDateTime?: string;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
* Body param
|
|
232
|
+
* Body param
|
|
233
233
|
*/
|
|
234
234
|
newLifecyclePhase?: ImageAPI.SingleGuid;
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
|
-
* Body param
|
|
237
|
+
* Body param
|
|
238
238
|
*/
|
|
239
239
|
newRevisionNumber?: string;
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Body param
|
|
242
|
+
* Body param
|
|
243
243
|
*/
|
|
244
244
|
retrainingRequired?: boolean;
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
|
-
* Body param
|
|
247
|
+
* Body param
|
|
248
248
|
*/
|
|
249
249
|
sourcingView?: ChangeModifiedViewCreate;
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* Body param
|
|
252
|
+
* Body param
|
|
253
253
|
*/
|
|
254
254
|
specsView?: ChangeModifiedViewCreate;
|
|
255
255
|
}
|
|
@@ -277,17 +277,17 @@ export interface MarkupRetrieveParams {
|
|
|
277
277
|
|
|
278
278
|
export interface MarkupUpdateParams {
|
|
279
279
|
/**
|
|
280
|
-
* Path param
|
|
280
|
+
* Path param
|
|
281
281
|
*/
|
|
282
282
|
fileGuid: string;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
|
-
* Body param
|
|
285
|
+
* Body param
|
|
286
286
|
*/
|
|
287
287
|
markup?: MarkupUpdateParams.Markup;
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
|
-
* Body param
|
|
290
|
+
* Body param
|
|
291
291
|
*/
|
|
292
292
|
reserved?: boolean;
|
|
293
293
|
}
|
|
@@ -318,7 +318,7 @@ export interface MarkupDownloadContentParams {
|
|
|
318
318
|
|
|
319
319
|
export interface MarkupUpdateContentParams {
|
|
320
320
|
/**
|
|
321
|
-
* Path param
|
|
321
|
+
* Path param
|
|
322
322
|
*/
|
|
323
323
|
fileGuid: string;
|
|
324
324
|
|
|
@@ -333,7 +333,7 @@ export interface MarkupUpdateContentParams {
|
|
|
333
333
|
'markup.category.guid'?: string;
|
|
334
334
|
|
|
335
335
|
/**
|
|
336
|
-
* Body param
|
|
336
|
+
* Body param
|
|
337
337
|
*/
|
|
338
338
|
'markup.content'?: Uploadable;
|
|
339
339
|
|
|
@@ -223,37 +223,37 @@ export type RunDownloadSubmitContentResponse = unknown;
|
|
|
223
223
|
|
|
224
224
|
export interface RunCreateParams {
|
|
225
225
|
/**
|
|
226
|
-
* Query param
|
|
226
|
+
* Query param
|
|
227
227
|
*/
|
|
228
228
|
actor?: number;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
|
-
* Query param
|
|
231
|
+
* Query param
|
|
232
232
|
*/
|
|
233
233
|
commit?: boolean;
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
|
-
* Query param
|
|
236
|
+
* Query param
|
|
237
237
|
*/
|
|
238
238
|
debug?: boolean;
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
|
-
* Query param
|
|
241
|
+
* Query param
|
|
242
242
|
*/
|
|
243
243
|
submitFileType?: string;
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
|
-
* Query param
|
|
246
|
+
* Query param
|
|
247
247
|
*/
|
|
248
248
|
submitWorksheetName?: string;
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
|
-
* Body param
|
|
251
|
+
* Body param
|
|
252
252
|
*/
|
|
253
253
|
fileContent?: Uploadable;
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
|
-
* Body param
|
|
256
|
+
* Body param
|
|
257
257
|
*/
|
|
258
258
|
submitContent?: Uploadable;
|
|
259
259
|
}
|
|
@@ -264,22 +264,22 @@ export interface RunRetrieveParams {
|
|
|
264
264
|
|
|
265
265
|
export interface RunUpdateParams {
|
|
266
266
|
/**
|
|
267
|
-
* Path param
|
|
267
|
+
* Path param
|
|
268
268
|
*/
|
|
269
269
|
importGuid: string;
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
|
-
* Query param
|
|
272
|
+
* Query param
|
|
273
273
|
*/
|
|
274
274
|
actor?: number;
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
* Query param
|
|
277
|
+
* Query param
|
|
278
278
|
*/
|
|
279
279
|
commit?: boolean;
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
* Query param
|
|
282
|
+
* Query param
|
|
283
283
|
*/
|
|
284
284
|
debug?: boolean;
|
|
285
285
|
}
|
|
@@ -135,49 +135,49 @@ export interface BomCreateParams {
|
|
|
135
135
|
|
|
136
136
|
export interface BomRetrieveParams {
|
|
137
137
|
/**
|
|
138
|
-
* Path param
|
|
138
|
+
* Path param
|
|
139
139
|
*/
|
|
140
140
|
itemGuid: string;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
|
-
* Query param
|
|
143
|
+
* Query param
|
|
144
144
|
*/
|
|
145
145
|
includeBomSubstitutes?: boolean;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
|
-
* Query param
|
|
148
|
+
* Query param
|
|
149
149
|
*/
|
|
150
150
|
includeEmptyAdditionalAttributes?: boolean;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
export interface BomUpdateParams {
|
|
154
154
|
/**
|
|
155
|
-
* Path param
|
|
155
|
+
* Path param
|
|
156
156
|
*/
|
|
157
157
|
itemGuid: string;
|
|
158
158
|
|
|
159
159
|
/**
|
|
160
|
-
* Query param
|
|
160
|
+
* Query param
|
|
161
161
|
*/
|
|
162
162
|
setnull?: boolean;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Body param
|
|
165
|
+
* Body param
|
|
166
166
|
*/
|
|
167
167
|
additionalAttributes?: Array<TicketsAPI.AdditionalAttributeCreate>;
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
|
-
* Body param
|
|
170
|
+
* Body param
|
|
171
171
|
*/
|
|
172
172
|
notes?: string;
|
|
173
173
|
|
|
174
174
|
/**
|
|
175
|
-
* Body param
|
|
175
|
+
* Body param
|
|
176
176
|
*/
|
|
177
177
|
quantity?: number;
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* Body param
|
|
180
|
+
* Body param
|
|
181
181
|
*/
|
|
182
182
|
refDes?: string;
|
|
183
183
|
}
|
|
@@ -139,27 +139,27 @@ export type SubstituteDeleteResponse = string;
|
|
|
139
139
|
|
|
140
140
|
export interface SubstituteCreateParams {
|
|
141
141
|
/**
|
|
142
|
-
* Path param
|
|
142
|
+
* Path param
|
|
143
143
|
*/
|
|
144
144
|
itemGuid: string;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
* Body param
|
|
147
|
+
* Body param
|
|
148
148
|
*/
|
|
149
149
|
item?: ImageAPI.SingleGuid;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Body param
|
|
152
|
+
* Body param
|
|
153
153
|
*/
|
|
154
154
|
notes?: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
|
-
* Body param
|
|
157
|
+
* Body param
|
|
158
158
|
*/
|
|
159
159
|
quantity?: number;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Body param
|
|
162
|
+
* Body param
|
|
163
163
|
*/
|
|
164
164
|
rank?: number;
|
|
165
165
|
}
|
|
@@ -172,27 +172,27 @@ export interface SubstituteRetrieveParams {
|
|
|
172
172
|
|
|
173
173
|
export interface SubstituteUpdateParams {
|
|
174
174
|
/**
|
|
175
|
-
* Path param
|
|
175
|
+
* Path param
|
|
176
176
|
*/
|
|
177
177
|
itemGuid: string;
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* Path param
|
|
180
|
+
* Path param
|
|
181
181
|
*/
|
|
182
182
|
bomLineGuid: string;
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
* Body param
|
|
185
|
+
* Body param
|
|
186
186
|
*/
|
|
187
187
|
notes?: string;
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
|
-
* Body param
|
|
190
|
+
* Body param
|
|
191
191
|
*/
|
|
192
192
|
quantity?: number;
|
|
193
193
|
|
|
194
194
|
/**
|
|
195
|
-
* Body param
|
|
195
|
+
* Body param
|
|
196
196
|
*/
|
|
197
197
|
rank?: number;
|
|
198
198
|
}
|
|
@@ -124,27 +124,27 @@ export interface ComplianceRetrieveParams {
|
|
|
124
124
|
|
|
125
125
|
export interface ComplianceUpdateParams {
|
|
126
126
|
/**
|
|
127
|
-
* Path param
|
|
127
|
+
* Path param
|
|
128
128
|
*/
|
|
129
129
|
itemGuid: string;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* Body param
|
|
132
|
+
* Body param
|
|
133
133
|
*/
|
|
134
134
|
evidenceType?: string;
|
|
135
135
|
|
|
136
136
|
/**
|
|
137
|
-
* Body param
|
|
137
|
+
* Body param
|
|
138
138
|
*/
|
|
139
139
|
mark?: string;
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* Body param
|
|
142
|
+
* Body param
|
|
143
143
|
*/
|
|
144
144
|
rationale?: string;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
* Body param
|
|
147
|
+
* Body param
|
|
148
148
|
*/
|
|
149
149
|
status?: string;
|
|
150
150
|
}
|
|
@@ -194,17 +194,17 @@ export interface FileRetrieveParams {
|
|
|
194
194
|
|
|
195
195
|
export interface FileUpdateParams {
|
|
196
196
|
/**
|
|
197
|
-
* Path param
|
|
197
|
+
* Path param
|
|
198
198
|
*/
|
|
199
199
|
itemGuid: string;
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Body param
|
|
202
|
+
* Body param
|
|
203
203
|
*/
|
|
204
204
|
latestEditionAssociation?: boolean;
|
|
205
205
|
|
|
206
206
|
/**
|
|
207
|
-
* Body param
|
|
207
|
+
* Body param
|
|
208
208
|
*/
|
|
209
209
|
primary?: boolean;
|
|
210
210
|
}
|
|
@@ -149,47 +149,47 @@ export interface SourcingRetrieveParams {
|
|
|
149
149
|
|
|
150
150
|
export interface SourcingUpdateParams {
|
|
151
151
|
/**
|
|
152
|
-
* Path param
|
|
152
|
+
* Path param
|
|
153
153
|
*/
|
|
154
154
|
itemGuid: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
|
-
* Query param
|
|
157
|
+
* Query param
|
|
158
158
|
*/
|
|
159
159
|
setnull?: boolean;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* Body param
|
|
162
|
+
* Body param
|
|
163
163
|
*/
|
|
164
164
|
amlRank?: number;
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
|
-
* Body param
|
|
167
|
+
* Body param
|
|
168
168
|
*/
|
|
169
169
|
amlSplit?: number;
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Body param
|
|
172
|
+
* Body param
|
|
173
173
|
*/
|
|
174
174
|
approved?: boolean;
|
|
175
175
|
|
|
176
176
|
/**
|
|
177
|
-
* Body param
|
|
177
|
+
* Body param
|
|
178
178
|
*/
|
|
179
179
|
mfrItem?: ImageAPI.SingleGuid;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Body param
|
|
182
|
+
* Body param
|
|
183
183
|
*/
|
|
184
184
|
notes?: string;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
* Body param
|
|
187
|
+
* Body param
|
|
188
188
|
*/
|
|
189
189
|
vendorItem?: ImageAPI.SingleGuid;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Body param
|
|
192
|
+
* Body param
|
|
193
193
|
*/
|
|
194
194
|
vendorItemConversionFactor?: number;
|
|
195
195
|
}
|
package/src/resources/login.ts
CHANGED
|
@@ -56,42 +56,42 @@ export interface LoginAuthenticateResponse {
|
|
|
56
56
|
|
|
57
57
|
export interface LoginAuthenticateParams {
|
|
58
58
|
/**
|
|
59
|
-
* Body param
|
|
59
|
+
* Body param
|
|
60
60
|
*/
|
|
61
61
|
accesstoken?: string;
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
|
-
* Body param
|
|
64
|
+
* Body param
|
|
65
65
|
*/
|
|
66
66
|
email?: string;
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* Body param
|
|
69
|
+
* Body param
|
|
70
70
|
*/
|
|
71
71
|
forceLogin?: boolean;
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
|
-
* Body param
|
|
74
|
+
* Body param
|
|
75
75
|
*/
|
|
76
76
|
loginType?: 'ACCESSTOKEN' | 'WEBTOKEN' | 'EMAIL';
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
|
-
* Body param
|
|
79
|
+
* Body param
|
|
80
80
|
*/
|
|
81
81
|
password?: string;
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
reason?: string;
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
|
-
* Body param
|
|
89
|
+
* Body param
|
|
90
90
|
*/
|
|
91
91
|
webtoken?: string;
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
* Body param
|
|
94
|
+
* Body param
|
|
95
95
|
*/
|
|
96
96
|
workspaceId?: number;
|
|
97
97
|
|
|
@@ -156,12 +156,12 @@ export interface EventRetrieveParams {
|
|
|
156
156
|
|
|
157
157
|
export interface EventUpdateParams {
|
|
158
158
|
/**
|
|
159
|
-
* Path param
|
|
159
|
+
* Path param
|
|
160
160
|
*/
|
|
161
161
|
integrationGuid: string;
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
|
-
* Body param
|
|
164
|
+
* Body param
|
|
165
165
|
*/
|
|
166
166
|
resourcesReconciled?: boolean;
|
|
167
167
|
}
|
|
@@ -174,27 +174,27 @@ export interface EventListParams extends OffsetParams {
|
|
|
174
174
|
|
|
175
175
|
export interface EventListResourcesParams extends OffsetParams {
|
|
176
176
|
/**
|
|
177
|
-
* Path param
|
|
177
|
+
* Path param
|
|
178
178
|
*/
|
|
179
179
|
integrationGuid: string;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Path param
|
|
182
|
+
* Path param
|
|
183
183
|
*/
|
|
184
184
|
eventGuid: string;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
* Query param
|
|
187
|
+
* Query param
|
|
188
188
|
*/
|
|
189
189
|
reconciled?: string;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
* Query param
|
|
192
|
+
* Query param
|
|
193
193
|
*/
|
|
194
194
|
reconciledDateTimeFrom?: string;
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
|
-
* Query param
|
|
197
|
+
* Query param
|
|
198
198
|
*/
|
|
199
199
|
reconciledDateTimeTo?: string;
|
|
200
200
|
}
|
|
@@ -209,22 +209,22 @@ export interface EventRetrieveResourceParams {
|
|
|
209
209
|
|
|
210
210
|
export interface EventUpdateResourceParams {
|
|
211
211
|
/**
|
|
212
|
-
* Path param
|
|
212
|
+
* Path param
|
|
213
213
|
*/
|
|
214
214
|
integrationGuid: string;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
* Path param
|
|
217
|
+
* Path param
|
|
218
218
|
*/
|
|
219
219
|
eventGuid: string;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Path param
|
|
222
|
+
* Path param
|
|
223
223
|
*/
|
|
224
224
|
objectType: 'items' | 'qualityprocesses' | 'changes' | 'requests';
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
|
-
* Body param
|
|
227
|
+
* Body param
|
|
228
228
|
*/
|
|
229
229
|
reconciled?: boolean;
|
|
230
230
|
}
|