@silkline/arena 1.1.0 → 1.1.2
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 +1 -1
- package/README.md +9 -3
- package/client.d.mts +3 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +3 -2
- package/client.d.ts.map +1 -1
- package/client.js +14 -4
- package/client.js.map +1 -1
- package/client.mjs +14 -4
- 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 +25 -14
- 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
|
@@ -125,47 +125,47 @@ export interface MachineCreateParams {
|
|
|
125
125
|
|
|
126
126
|
export interface MachineUpdateParams {
|
|
127
127
|
/**
|
|
128
|
-
* Query param
|
|
128
|
+
* Query param
|
|
129
129
|
*/
|
|
130
130
|
setnull?: boolean;
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
|
-
* Body param
|
|
133
|
+
* Body param
|
|
134
134
|
*/
|
|
135
135
|
applicationLanguage?: string;
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
|
-
* Body param
|
|
138
|
+
* Body param
|
|
139
139
|
*/
|
|
140
140
|
email?: string;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
|
-
* Body param
|
|
143
|
+
* Body param
|
|
144
144
|
*/
|
|
145
145
|
enabled?: boolean;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
|
-
* Body param
|
|
148
|
+
* Body param
|
|
149
149
|
*/
|
|
150
150
|
isAdministrator?: boolean;
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
|
-
* Body param
|
|
153
|
+
* Body param
|
|
154
154
|
*/
|
|
155
155
|
loginConflictResolution?: string;
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
|
-
* Body param
|
|
158
|
+
* Body param
|
|
159
159
|
*/
|
|
160
160
|
name?: string;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
|
-
* Body param
|
|
163
|
+
* Body param
|
|
164
164
|
*/
|
|
165
165
|
notes?: string;
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
* Body param
|
|
168
|
+
* Body param
|
|
169
169
|
*/
|
|
170
170
|
owner?: AccountUserMinimalRequest;
|
|
171
171
|
}
|
|
@@ -260,37 +260,37 @@ export interface AttributeRetrieveParams {
|
|
|
260
260
|
|
|
261
261
|
export interface AttributeListParams {
|
|
262
262
|
/**
|
|
263
|
-
* Path param
|
|
263
|
+
* Path param
|
|
264
264
|
*/
|
|
265
265
|
objectType: 'items' | 'changes' | 'requests';
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* Query param
|
|
268
|
+
* Query param
|
|
269
269
|
*/
|
|
270
270
|
action?: string;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
|
-
* Query param
|
|
273
|
+
* Query param
|
|
274
274
|
*/
|
|
275
275
|
creatableOnly?: boolean;
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* Query param
|
|
278
|
+
* Query param
|
|
279
279
|
*/
|
|
280
280
|
editableOnly?: boolean;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
|
-
* Query param
|
|
283
|
+
* Query param
|
|
284
284
|
*/
|
|
285
285
|
includePossibleValues?: boolean;
|
|
286
286
|
|
|
287
287
|
/**
|
|
288
|
-
* Query param
|
|
288
|
+
* Query param
|
|
289
289
|
*/
|
|
290
290
|
searchableOnly?: boolean;
|
|
291
291
|
|
|
292
292
|
/**
|
|
293
|
-
* Query param
|
|
293
|
+
* Query param
|
|
294
294
|
*/
|
|
295
295
|
user?: string;
|
|
296
296
|
}
|
|
@@ -143,47 +143,47 @@ export interface FieldRetrieveParams {
|
|
|
143
143
|
|
|
144
144
|
export interface FieldUpdateParams {
|
|
145
145
|
/**
|
|
146
|
-
* Path param
|
|
146
|
+
* Path param
|
|
147
147
|
*/
|
|
148
148
|
formatGuid: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
* Body param
|
|
151
|
+
* Body param
|
|
152
152
|
*/
|
|
153
153
|
maxLength?: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
* Body param
|
|
156
|
+
* Body param
|
|
157
157
|
*/
|
|
158
158
|
maxSeqLength?: number;
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
|
-
* Body param
|
|
161
|
+
* Body param
|
|
162
162
|
*/
|
|
163
163
|
name?: string;
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
|
-
* Body param
|
|
166
|
+
* Body param
|
|
167
167
|
*/
|
|
168
168
|
order?: number;
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
|
-
* Body param
|
|
171
|
+
* Body param
|
|
172
172
|
*/
|
|
173
173
|
possibleValues?: Array<NumberFormatPossibleValueCreate>;
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* Body param
|
|
176
|
+
* Body param
|
|
177
177
|
*/
|
|
178
178
|
type?: 'FREE_TEXT' | 'DELIMITER' | 'VALUE_LIST' | 'AUTO_SEQUENCE';
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
* Body param
|
|
181
|
+
* Body param
|
|
182
182
|
*/
|
|
183
183
|
value?: string;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
* Body param
|
|
186
|
+
* Body param
|
|
187
187
|
*/
|
|
188
188
|
zeroPadding?: boolean;
|
|
189
189
|
}
|
|
@@ -116,27 +116,27 @@ export interface UsergroupCreateParams {
|
|
|
116
116
|
|
|
117
117
|
export interface UsergroupUpdateParams {
|
|
118
118
|
/**
|
|
119
|
-
* Query param
|
|
119
|
+
* Query param
|
|
120
120
|
*/
|
|
121
121
|
setnull?: boolean;
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
|
-
* Body param
|
|
124
|
+
* Body param
|
|
125
125
|
*/
|
|
126
126
|
assignability?: Array<string>;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
-
* Body param
|
|
129
|
+
* Body param
|
|
130
130
|
*/
|
|
131
131
|
description?: string;
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
|
-
* Body param
|
|
134
|
+
* Body param
|
|
135
135
|
*/
|
|
136
136
|
enabled?: boolean;
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
|
-
* Body param
|
|
139
|
+
* Body param
|
|
140
140
|
*/
|
|
141
141
|
name?: string;
|
|
142
142
|
}
|
|
@@ -147,27 +147,27 @@ export interface ComplianceRetrieveParams {
|
|
|
147
147
|
|
|
148
148
|
export interface ComplianceUpdateParams {
|
|
149
149
|
/**
|
|
150
|
-
* Path param
|
|
150
|
+
* Path param
|
|
151
151
|
*/
|
|
152
152
|
supplierItemGuid: string;
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
* Body param
|
|
155
|
+
* Body param
|
|
156
156
|
*/
|
|
157
157
|
evidenceType?: string;
|
|
158
158
|
|
|
159
159
|
/**
|
|
160
|
-
* Body param
|
|
160
|
+
* Body param
|
|
161
161
|
*/
|
|
162
162
|
mark?: string;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Body param
|
|
165
|
+
* Body param
|
|
166
166
|
*/
|
|
167
167
|
rationale?: string;
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
|
-
* Body param
|
|
170
|
+
* Body param
|
|
171
171
|
*/
|
|
172
172
|
status?: string;
|
|
173
173
|
}
|
|
@@ -186,12 +186,12 @@ export interface FileRetrieveContentParams {
|
|
|
186
186
|
|
|
187
187
|
export interface FileUpdateMetadataParams {
|
|
188
188
|
/**
|
|
189
|
-
* Path param
|
|
189
|
+
* Path param
|
|
190
190
|
*/
|
|
191
191
|
supplierItemGuid: string;
|
|
192
192
|
|
|
193
193
|
/**
|
|
194
|
-
* Body param
|
|
194
|
+
* Body param
|
|
195
195
|
*/
|
|
196
196
|
primary?: boolean;
|
|
197
197
|
}
|
|
@@ -128,17 +128,17 @@ export interface AddressRetrieveParams {
|
|
|
128
128
|
|
|
129
129
|
export interface AddressUpdateParams {
|
|
130
130
|
/**
|
|
131
|
-
* Path param
|
|
131
|
+
* Path param
|
|
132
132
|
*/
|
|
133
133
|
supplierGuid: string;
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
|
-
* Body param
|
|
136
|
+
* Body param
|
|
137
137
|
*/
|
|
138
138
|
address?: AddressCreateVo;
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* Body param
|
|
141
|
+
* Body param
|
|
142
142
|
*/
|
|
143
143
|
primary?: boolean;
|
|
144
144
|
}
|
|
@@ -111,27 +111,27 @@ export interface PhonenumberRetrieveParams {
|
|
|
111
111
|
|
|
112
112
|
export interface PhonenumberUpdateParams {
|
|
113
113
|
/**
|
|
114
|
-
* Path param
|
|
114
|
+
* Path param
|
|
115
115
|
*/
|
|
116
116
|
supplierGuid: string;
|
|
117
117
|
|
|
118
118
|
/**
|
|
119
|
-
* Body param
|
|
119
|
+
* Body param
|
|
120
120
|
*/
|
|
121
121
|
comment?: string;
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
|
-
* Body param
|
|
124
|
+
* Body param
|
|
125
125
|
*/
|
|
126
126
|
extension?: string;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
-
* Body param
|
|
129
|
+
* Body param
|
|
130
130
|
*/
|
|
131
131
|
label?: string;
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
|
-
* Body param
|
|
134
|
+
* Body param
|
|
135
135
|
*/
|
|
136
136
|
number?: string;
|
|
137
137
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|