@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
package/internal/parse.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parse.mjs","sourceRoot":"","sources":["../src/internal/parse.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAI/E,EAAE,oBAAoB,EAAE,SAAS,EAAE;AAW1C,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAI,MAAa,EAAE,KAAuB;IAClF,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,mBAAmB,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IACzE,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE;QAC7B,8DAA8D;QAC9D,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;YAC5B,OAAO,IAAS,CAAC;QACnB,CAAC;QAED,IAAI,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,CAAC;YACnC,OAAO,QAAwB,CAAC;QAClC,CAAC;QAED,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QACzD,MAAM,SAAS,GAAG,WAAW,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC;QACrD,MAAM,MAAM,GAAG,SAAS,EAAE,QAAQ,CAAC,kBAAkB,CAAC,IAAI,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;QACvF,IAAI,MAAM,EAAE,CAAC;YACX,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;YACnC,OAAO,IAAS,CAAC;QACnB,CAAC;QAED,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,OAAO,IAAoB,CAAC;IAC9B,CAAC,CAAC,EAAE,CAAC;IACL,SAAS,CAAC,MAAM,CAAC,CAAC,KAAK,CACrB,IAAI,YAAY,mBAAmB,EACnC,oBAAoB,CAAC;QACnB,mBAAmB;QACnB,GAAG,EAAE,QAAQ,CAAC,GAAG;QACjB,MAAM,EAAE,QAAQ,CAAC,MAAM;QACvB,IAAI;QACJ,UAAU,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS;KACnC,CAAC,CACH,CAAC;IACF,OAAO,IAAI,CAAC;AACd,CAAC"}
|
|
1
|
+
{"version":3,"file":"parse.mjs","sourceRoot":"","sources":["../src/internal/parse.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAI/E,EAAE,oBAAoB,EAAE,SAAS,EAAE;AAW1C,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAI,MAAa,EAAE,KAAuB;IAClF,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,mBAAmB,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IACzE,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE;QAC7B,8DAA8D;QAC9D,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;YAC5B,OAAO,IAAS,CAAC;QACnB,CAAC;QAED,IAAI,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,CAAC;YACnC,OAAO,QAAwB,CAAC;QAClC,CAAC;QAED,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QACzD,MAAM,SAAS,GAAG,WAAW,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC;QACrD,MAAM,MAAM,GAAG,SAAS,EAAE,QAAQ,CAAC,kBAAkB,CAAC,IAAI,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;QACvF,IAAI,MAAM,EAAE,CAAC;YACX,MAAM,aAAa,GAAG,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;YAC7D,IAAI,aAAa,KAAK,GAAG,EAAE,CAAC;gBAC1B,8CAA8C;gBAC9C,OAAO,SAAc,CAAC;YACxB,CAAC;YAED,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;YACnC,OAAO,IAAS,CAAC;QACnB,CAAC;QAED,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,OAAO,IAAoB,CAAC;IAC9B,CAAC,CAAC,EAAE,CAAC;IACL,SAAS,CAAC,MAAM,CAAC,CAAC,KAAK,CACrB,IAAI,YAAY,mBAAmB,EACnC,oBAAoB,CAAC;QACnB,mBAAmB;QACnB,GAAG,EAAE,QAAQ,CAAC,GAAG;QACjB,MAAM,EAAE,QAAQ,CAAC,MAAM;QACvB,IAAI;QACJ,UAAU,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS;KACnC,CAAC,CACH,CAAC;IACF,OAAO,IAAI,CAAC;AACd,CAAC"}
|
package/package.json
CHANGED
|
@@ -33,11 +33,11 @@ export declare class Files extends APIResource {
|
|
|
33
33
|
export type FileDeleteResponse = string;
|
|
34
34
|
export interface FileCreateParams {
|
|
35
35
|
/**
|
|
36
|
-
* Path param
|
|
36
|
+
* Path param
|
|
37
37
|
*/
|
|
38
38
|
changeGuid: string;
|
|
39
39
|
/**
|
|
40
|
-
* Body param
|
|
40
|
+
* Body param
|
|
41
41
|
*/
|
|
42
42
|
file?: ImageAPI.SingleGuid;
|
|
43
43
|
}
|
|
@@ -33,11 +33,11 @@ export declare class Files extends APIResource {
|
|
|
33
33
|
export type FileDeleteResponse = string;
|
|
34
34
|
export interface FileCreateParams {
|
|
35
35
|
/**
|
|
36
|
-
* Path param
|
|
36
|
+
* Path param
|
|
37
37
|
*/
|
|
38
38
|
changeGuid: string;
|
|
39
39
|
/**
|
|
40
|
-
* Body param
|
|
40
|
+
* Body param
|
|
41
41
|
*/
|
|
42
42
|
file?: ImageAPI.SingleGuid;
|
|
43
43
|
}
|
|
@@ -80,23 +80,23 @@ export interface ImplementationtaskRetrieveParams {
|
|
|
80
80
|
}
|
|
81
81
|
export interface ImplementationtaskUpdateParams {
|
|
82
82
|
/**
|
|
83
|
-
* Path param
|
|
83
|
+
* Path param
|
|
84
84
|
*/
|
|
85
85
|
changeGuid: string;
|
|
86
86
|
/**
|
|
87
|
-
* Body param
|
|
87
|
+
* Body param
|
|
88
88
|
*/
|
|
89
89
|
assignee?: ImplementationAssigneeCreate;
|
|
90
90
|
/**
|
|
91
|
-
* Body param
|
|
91
|
+
* Body param
|
|
92
92
|
*/
|
|
93
93
|
dueDate?: string;
|
|
94
94
|
/**
|
|
95
|
-
* Body param
|
|
95
|
+
* Body param
|
|
96
96
|
*/
|
|
97
97
|
name?: string;
|
|
98
98
|
/**
|
|
99
|
-
* Body param
|
|
99
|
+
* Body param
|
|
100
100
|
*/
|
|
101
101
|
status?: string;
|
|
102
102
|
}
|
|
@@ -80,23 +80,23 @@ export interface ImplementationtaskRetrieveParams {
|
|
|
80
80
|
}
|
|
81
81
|
export interface ImplementationtaskUpdateParams {
|
|
82
82
|
/**
|
|
83
|
-
* Path param
|
|
83
|
+
* Path param
|
|
84
84
|
*/
|
|
85
85
|
changeGuid: string;
|
|
86
86
|
/**
|
|
87
|
-
* Body param
|
|
87
|
+
* Body param
|
|
88
88
|
*/
|
|
89
89
|
assignee?: ImplementationAssigneeCreate;
|
|
90
90
|
/**
|
|
91
|
-
* Body param
|
|
91
|
+
* Body param
|
|
92
92
|
*/
|
|
93
93
|
dueDate?: string;
|
|
94
94
|
/**
|
|
95
|
-
* Body param
|
|
95
|
+
* Body param
|
|
96
96
|
*/
|
|
97
97
|
name?: string;
|
|
98
98
|
/**
|
|
99
|
-
* Body param
|
|
99
|
+
* Body param
|
|
100
100
|
*/
|
|
101
101
|
status?: string;
|
|
102
102
|
}
|
|
@@ -49,19 +49,19 @@ export interface NoteListResponse {
|
|
|
49
49
|
export type NoteDeleteResponse = string;
|
|
50
50
|
export interface NoteCreateParams {
|
|
51
51
|
/**
|
|
52
|
-
* Path param
|
|
52
|
+
* Path param
|
|
53
53
|
*/
|
|
54
54
|
changeGuid: string;
|
|
55
55
|
/**
|
|
56
|
-
* Body param
|
|
56
|
+
* Body param
|
|
57
57
|
*/
|
|
58
58
|
label?: string;
|
|
59
59
|
/**
|
|
60
|
-
* Body param
|
|
60
|
+
* Body param
|
|
61
61
|
*/
|
|
62
62
|
note?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Body param
|
|
64
|
+
* Body param
|
|
65
65
|
*/
|
|
66
66
|
private?: boolean;
|
|
67
67
|
}
|
|
@@ -71,23 +71,23 @@ export interface NoteRetrieveParams {
|
|
|
71
71
|
}
|
|
72
72
|
export interface NoteUpdateParams {
|
|
73
73
|
/**
|
|
74
|
-
* Path param
|
|
74
|
+
* Path param
|
|
75
75
|
*/
|
|
76
76
|
changeGuid: string;
|
|
77
77
|
/**
|
|
78
|
-
* Path param
|
|
78
|
+
* Path param
|
|
79
79
|
*/
|
|
80
80
|
implementationTasksGuid: string;
|
|
81
81
|
/**
|
|
82
|
-
* Body param
|
|
82
|
+
* Body param
|
|
83
83
|
*/
|
|
84
84
|
label?: string;
|
|
85
85
|
/**
|
|
86
|
-
* Body param
|
|
86
|
+
* Body param
|
|
87
87
|
*/
|
|
88
88
|
note?: string;
|
|
89
89
|
/**
|
|
90
|
-
* Body param
|
|
90
|
+
* Body param
|
|
91
91
|
*/
|
|
92
92
|
private?: boolean;
|
|
93
93
|
}
|
|
@@ -49,19 +49,19 @@ export interface NoteListResponse {
|
|
|
49
49
|
export type NoteDeleteResponse = string;
|
|
50
50
|
export interface NoteCreateParams {
|
|
51
51
|
/**
|
|
52
|
-
* Path param
|
|
52
|
+
* Path param
|
|
53
53
|
*/
|
|
54
54
|
changeGuid: string;
|
|
55
55
|
/**
|
|
56
|
-
* Body param
|
|
56
|
+
* Body param
|
|
57
57
|
*/
|
|
58
58
|
label?: string;
|
|
59
59
|
/**
|
|
60
|
-
* Body param
|
|
60
|
+
* Body param
|
|
61
61
|
*/
|
|
62
62
|
note?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Body param
|
|
64
|
+
* Body param
|
|
65
65
|
*/
|
|
66
66
|
private?: boolean;
|
|
67
67
|
}
|
|
@@ -71,23 +71,23 @@ export interface NoteRetrieveParams {
|
|
|
71
71
|
}
|
|
72
72
|
export interface NoteUpdateParams {
|
|
73
73
|
/**
|
|
74
|
-
* Path param
|
|
74
|
+
* Path param
|
|
75
75
|
*/
|
|
76
76
|
changeGuid: string;
|
|
77
77
|
/**
|
|
78
|
-
* Path param
|
|
78
|
+
* Path param
|
|
79
79
|
*/
|
|
80
80
|
implementationTasksGuid: string;
|
|
81
81
|
/**
|
|
82
|
-
* Body param
|
|
82
|
+
* Body param
|
|
83
83
|
*/
|
|
84
84
|
label?: string;
|
|
85
85
|
/**
|
|
86
|
-
* Body param
|
|
86
|
+
* Body param
|
|
87
87
|
*/
|
|
88
88
|
note?: string;
|
|
89
89
|
/**
|
|
90
|
-
* Body param
|
|
90
|
+
* Body param
|
|
91
91
|
*/
|
|
92
92
|
private?: boolean;
|
|
93
93
|
}
|
|
@@ -137,43 +137,43 @@ export interface ItemRetrieveParams {
|
|
|
137
137
|
}
|
|
138
138
|
export interface ItemUpdateParams {
|
|
139
139
|
/**
|
|
140
|
-
* Path param
|
|
140
|
+
* Path param
|
|
141
141
|
*/
|
|
142
142
|
changeGuid: string;
|
|
143
143
|
/**
|
|
144
|
-
* Body param
|
|
144
|
+
* Body param
|
|
145
145
|
*/
|
|
146
146
|
bomView?: ChangeModifiedViewCreate;
|
|
147
147
|
/**
|
|
148
|
-
* Body param
|
|
148
|
+
* Body param
|
|
149
149
|
*/
|
|
150
150
|
dispositionAttributes?: Array<DispositionAttributeCreate>;
|
|
151
151
|
/**
|
|
152
|
-
* Body param
|
|
152
|
+
* Body param
|
|
153
153
|
*/
|
|
154
154
|
filesView?: ChangeModifiedViewCreate;
|
|
155
155
|
/**
|
|
156
|
-
* Body param
|
|
156
|
+
* Body param
|
|
157
157
|
*/
|
|
158
158
|
materialEffectivityDateTime?: string;
|
|
159
159
|
/**
|
|
160
|
-
* Body param
|
|
160
|
+
* Body param
|
|
161
161
|
*/
|
|
162
162
|
newLifecyclePhase?: ImageAPI.SingleGuid;
|
|
163
163
|
/**
|
|
164
|
-
* Body param
|
|
164
|
+
* Body param
|
|
165
165
|
*/
|
|
166
166
|
newRevisionNumber?: string;
|
|
167
167
|
/**
|
|
168
|
-
* Body param
|
|
168
|
+
* Body param
|
|
169
169
|
*/
|
|
170
170
|
retrainingRequired?: boolean;
|
|
171
171
|
/**
|
|
172
|
-
* Body param
|
|
172
|
+
* Body param
|
|
173
173
|
*/
|
|
174
174
|
sourcingView?: ChangeModifiedViewCreate;
|
|
175
175
|
/**
|
|
176
|
-
* Body param
|
|
176
|
+
* Body param
|
|
177
177
|
*/
|
|
178
178
|
specsView?: ChangeModifiedViewCreate;
|
|
179
179
|
}
|
|
@@ -137,43 +137,43 @@ export interface ItemRetrieveParams {
|
|
|
137
137
|
}
|
|
138
138
|
export interface ItemUpdateParams {
|
|
139
139
|
/**
|
|
140
|
-
* Path param
|
|
140
|
+
* Path param
|
|
141
141
|
*/
|
|
142
142
|
changeGuid: string;
|
|
143
143
|
/**
|
|
144
|
-
* Body param
|
|
144
|
+
* Body param
|
|
145
145
|
*/
|
|
146
146
|
bomView?: ChangeModifiedViewCreate;
|
|
147
147
|
/**
|
|
148
|
-
* Body param
|
|
148
|
+
* Body param
|
|
149
149
|
*/
|
|
150
150
|
dispositionAttributes?: Array<DispositionAttributeCreate>;
|
|
151
151
|
/**
|
|
152
|
-
* Body param
|
|
152
|
+
* Body param
|
|
153
153
|
*/
|
|
154
154
|
filesView?: ChangeModifiedViewCreate;
|
|
155
155
|
/**
|
|
156
|
-
* Body param
|
|
156
|
+
* Body param
|
|
157
157
|
*/
|
|
158
158
|
materialEffectivityDateTime?: string;
|
|
159
159
|
/**
|
|
160
|
-
* Body param
|
|
160
|
+
* Body param
|
|
161
161
|
*/
|
|
162
162
|
newLifecyclePhase?: ImageAPI.SingleGuid;
|
|
163
163
|
/**
|
|
164
|
-
* Body param
|
|
164
|
+
* Body param
|
|
165
165
|
*/
|
|
166
166
|
newRevisionNumber?: string;
|
|
167
167
|
/**
|
|
168
|
-
* Body param
|
|
168
|
+
* Body param
|
|
169
169
|
*/
|
|
170
170
|
retrainingRequired?: boolean;
|
|
171
171
|
/**
|
|
172
|
-
* Body param
|
|
172
|
+
* Body param
|
|
173
173
|
*/
|
|
174
174
|
sourcingView?: ChangeModifiedViewCreate;
|
|
175
175
|
/**
|
|
176
|
-
* Body param
|
|
176
|
+
* Body param
|
|
177
177
|
*/
|
|
178
178
|
specsView?: ChangeModifiedViewCreate;
|
|
179
179
|
}
|
|
@@ -167,15 +167,15 @@ export interface MarkupRetrieveParams {
|
|
|
167
167
|
}
|
|
168
168
|
export interface MarkupUpdateParams {
|
|
169
169
|
/**
|
|
170
|
-
* Path param
|
|
170
|
+
* Path param
|
|
171
171
|
*/
|
|
172
172
|
fileGuid: string;
|
|
173
173
|
/**
|
|
174
|
-
* Body param
|
|
174
|
+
* Body param
|
|
175
175
|
*/
|
|
176
176
|
markup?: MarkupUpdateParams.Markup;
|
|
177
177
|
/**
|
|
178
|
-
* Body param
|
|
178
|
+
* Body param
|
|
179
179
|
*/
|
|
180
180
|
reserved?: boolean;
|
|
181
181
|
}
|
|
@@ -197,7 +197,7 @@ export interface MarkupDownloadContentParams {
|
|
|
197
197
|
}
|
|
198
198
|
export interface MarkupUpdateContentParams {
|
|
199
199
|
/**
|
|
200
|
-
* Path param
|
|
200
|
+
* Path param
|
|
201
201
|
*/
|
|
202
202
|
fileGuid: string;
|
|
203
203
|
/**
|
|
@@ -209,7 +209,7 @@ export interface MarkupUpdateContentParams {
|
|
|
209
209
|
*/
|
|
210
210
|
'markup.category.guid'?: string;
|
|
211
211
|
/**
|
|
212
|
-
* Body param
|
|
212
|
+
* Body param
|
|
213
213
|
*/
|
|
214
214
|
'markup.content'?: Uploadable;
|
|
215
215
|
/**
|
|
@@ -167,15 +167,15 @@ export interface MarkupRetrieveParams {
|
|
|
167
167
|
}
|
|
168
168
|
export interface MarkupUpdateParams {
|
|
169
169
|
/**
|
|
170
|
-
* Path param
|
|
170
|
+
* Path param
|
|
171
171
|
*/
|
|
172
172
|
fileGuid: string;
|
|
173
173
|
/**
|
|
174
|
-
* Body param
|
|
174
|
+
* Body param
|
|
175
175
|
*/
|
|
176
176
|
markup?: MarkupUpdateParams.Markup;
|
|
177
177
|
/**
|
|
178
|
-
* Body param
|
|
178
|
+
* Body param
|
|
179
179
|
*/
|
|
180
180
|
reserved?: boolean;
|
|
181
181
|
}
|
|
@@ -197,7 +197,7 @@ export interface MarkupDownloadContentParams {
|
|
|
197
197
|
}
|
|
198
198
|
export interface MarkupUpdateContentParams {
|
|
199
199
|
/**
|
|
200
|
-
* Path param
|
|
200
|
+
* Path param
|
|
201
201
|
*/
|
|
202
202
|
fileGuid: string;
|
|
203
203
|
/**
|
|
@@ -209,7 +209,7 @@ export interface MarkupUpdateContentParams {
|
|
|
209
209
|
*/
|
|
210
210
|
'markup.category.guid'?: string;
|
|
211
211
|
/**
|
|
212
|
-
* Body param
|
|
212
|
+
* Body param
|
|
213
213
|
*/
|
|
214
214
|
'markup.content'?: Uploadable;
|
|
215
215
|
/**
|
|
@@ -121,31 +121,31 @@ export type RunDownloadResultContentResponse = unknown;
|
|
|
121
121
|
export type RunDownloadSubmitContentResponse = unknown;
|
|
122
122
|
export interface RunCreateParams {
|
|
123
123
|
/**
|
|
124
|
-
* Query param
|
|
124
|
+
* Query param
|
|
125
125
|
*/
|
|
126
126
|
actor?: number;
|
|
127
127
|
/**
|
|
128
|
-
* Query param
|
|
128
|
+
* Query param
|
|
129
129
|
*/
|
|
130
130
|
commit?: boolean;
|
|
131
131
|
/**
|
|
132
|
-
* Query param
|
|
132
|
+
* Query param
|
|
133
133
|
*/
|
|
134
134
|
debug?: boolean;
|
|
135
135
|
/**
|
|
136
|
-
* Query param
|
|
136
|
+
* Query param
|
|
137
137
|
*/
|
|
138
138
|
submitFileType?: string;
|
|
139
139
|
/**
|
|
140
|
-
* Query param
|
|
140
|
+
* Query param
|
|
141
141
|
*/
|
|
142
142
|
submitWorksheetName?: string;
|
|
143
143
|
/**
|
|
144
|
-
* Body param
|
|
144
|
+
* Body param
|
|
145
145
|
*/
|
|
146
146
|
fileContent?: Uploadable;
|
|
147
147
|
/**
|
|
148
|
-
* Body param
|
|
148
|
+
* Body param
|
|
149
149
|
*/
|
|
150
150
|
submitContent?: Uploadable;
|
|
151
151
|
}
|
|
@@ -154,19 +154,19 @@ export interface RunRetrieveParams {
|
|
|
154
154
|
}
|
|
155
155
|
export interface RunUpdateParams {
|
|
156
156
|
/**
|
|
157
|
-
* Path param
|
|
157
|
+
* Path param
|
|
158
158
|
*/
|
|
159
159
|
importGuid: string;
|
|
160
160
|
/**
|
|
161
|
-
* Query param
|
|
161
|
+
* Query param
|
|
162
162
|
*/
|
|
163
163
|
actor?: number;
|
|
164
164
|
/**
|
|
165
|
-
* Query param
|
|
165
|
+
* Query param
|
|
166
166
|
*/
|
|
167
167
|
commit?: boolean;
|
|
168
168
|
/**
|
|
169
|
-
* Query param
|
|
169
|
+
* Query param
|
|
170
170
|
*/
|
|
171
171
|
debug?: boolean;
|
|
172
172
|
}
|
|
@@ -121,31 +121,31 @@ export type RunDownloadResultContentResponse = unknown;
|
|
|
121
121
|
export type RunDownloadSubmitContentResponse = unknown;
|
|
122
122
|
export interface RunCreateParams {
|
|
123
123
|
/**
|
|
124
|
-
* Query param
|
|
124
|
+
* Query param
|
|
125
125
|
*/
|
|
126
126
|
actor?: number;
|
|
127
127
|
/**
|
|
128
|
-
* Query param
|
|
128
|
+
* Query param
|
|
129
129
|
*/
|
|
130
130
|
commit?: boolean;
|
|
131
131
|
/**
|
|
132
|
-
* Query param
|
|
132
|
+
* Query param
|
|
133
133
|
*/
|
|
134
134
|
debug?: boolean;
|
|
135
135
|
/**
|
|
136
|
-
* Query param
|
|
136
|
+
* Query param
|
|
137
137
|
*/
|
|
138
138
|
submitFileType?: string;
|
|
139
139
|
/**
|
|
140
|
-
* Query param
|
|
140
|
+
* Query param
|
|
141
141
|
*/
|
|
142
142
|
submitWorksheetName?: string;
|
|
143
143
|
/**
|
|
144
|
-
* Body param
|
|
144
|
+
* Body param
|
|
145
145
|
*/
|
|
146
146
|
fileContent?: Uploadable;
|
|
147
147
|
/**
|
|
148
|
-
* Body param
|
|
148
|
+
* Body param
|
|
149
149
|
*/
|
|
150
150
|
submitContent?: Uploadable;
|
|
151
151
|
}
|
|
@@ -154,19 +154,19 @@ export interface RunRetrieveParams {
|
|
|
154
154
|
}
|
|
155
155
|
export interface RunUpdateParams {
|
|
156
156
|
/**
|
|
157
|
-
* Path param
|
|
157
|
+
* Path param
|
|
158
158
|
*/
|
|
159
159
|
importGuid: string;
|
|
160
160
|
/**
|
|
161
|
-
* Query param
|
|
161
|
+
* Query param
|
|
162
162
|
*/
|
|
163
163
|
actor?: number;
|
|
164
164
|
/**
|
|
165
|
-
* Query param
|
|
165
|
+
* Query param
|
|
166
166
|
*/
|
|
167
167
|
commit?: boolean;
|
|
168
168
|
/**
|
|
169
|
-
* Query param
|
|
169
|
+
* Query param
|
|
170
170
|
*/
|
|
171
171
|
debug?: boolean;
|
|
172
172
|
}
|
|
@@ -71,41 +71,41 @@ export interface BomCreateParams {
|
|
|
71
71
|
}
|
|
72
72
|
export interface BomRetrieveParams {
|
|
73
73
|
/**
|
|
74
|
-
* Path param
|
|
74
|
+
* Path param
|
|
75
75
|
*/
|
|
76
76
|
itemGuid: string;
|
|
77
77
|
/**
|
|
78
|
-
* Query param
|
|
78
|
+
* Query param
|
|
79
79
|
*/
|
|
80
80
|
includeBomSubstitutes?: boolean;
|
|
81
81
|
/**
|
|
82
|
-
* Query param
|
|
82
|
+
* Query param
|
|
83
83
|
*/
|
|
84
84
|
includeEmptyAdditionalAttributes?: boolean;
|
|
85
85
|
}
|
|
86
86
|
export interface BomUpdateParams {
|
|
87
87
|
/**
|
|
88
|
-
* Path param
|
|
88
|
+
* Path param
|
|
89
89
|
*/
|
|
90
90
|
itemGuid: string;
|
|
91
91
|
/**
|
|
92
|
-
* Query param
|
|
92
|
+
* Query param
|
|
93
93
|
*/
|
|
94
94
|
setnull?: boolean;
|
|
95
95
|
/**
|
|
96
|
-
* Body param
|
|
96
|
+
* Body param
|
|
97
97
|
*/
|
|
98
98
|
additionalAttributes?: Array<TicketsAPI.AdditionalAttributeCreate>;
|
|
99
99
|
/**
|
|
100
|
-
* Body param
|
|
100
|
+
* Body param
|
|
101
101
|
*/
|
|
102
102
|
notes?: string;
|
|
103
103
|
/**
|
|
104
|
-
* Body param
|
|
104
|
+
* Body param
|
|
105
105
|
*/
|
|
106
106
|
quantity?: number;
|
|
107
107
|
/**
|
|
108
|
-
* Body param
|
|
108
|
+
* Body param
|
|
109
109
|
*/
|
|
110
110
|
refDes?: string;
|
|
111
111
|
}
|
|
@@ -71,41 +71,41 @@ export interface BomCreateParams {
|
|
|
71
71
|
}
|
|
72
72
|
export interface BomRetrieveParams {
|
|
73
73
|
/**
|
|
74
|
-
* Path param
|
|
74
|
+
* Path param
|
|
75
75
|
*/
|
|
76
76
|
itemGuid: string;
|
|
77
77
|
/**
|
|
78
|
-
* Query param
|
|
78
|
+
* Query param
|
|
79
79
|
*/
|
|
80
80
|
includeBomSubstitutes?: boolean;
|
|
81
81
|
/**
|
|
82
|
-
* Query param
|
|
82
|
+
* Query param
|
|
83
83
|
*/
|
|
84
84
|
includeEmptyAdditionalAttributes?: boolean;
|
|
85
85
|
}
|
|
86
86
|
export interface BomUpdateParams {
|
|
87
87
|
/**
|
|
88
|
-
* Path param
|
|
88
|
+
* Path param
|
|
89
89
|
*/
|
|
90
90
|
itemGuid: string;
|
|
91
91
|
/**
|
|
92
|
-
* Query param
|
|
92
|
+
* Query param
|
|
93
93
|
*/
|
|
94
94
|
setnull?: boolean;
|
|
95
95
|
/**
|
|
96
|
-
* Body param
|
|
96
|
+
* Body param
|
|
97
97
|
*/
|
|
98
98
|
additionalAttributes?: Array<TicketsAPI.AdditionalAttributeCreate>;
|
|
99
99
|
/**
|
|
100
|
-
* Body param
|
|
100
|
+
* Body param
|
|
101
101
|
*/
|
|
102
102
|
notes?: string;
|
|
103
103
|
/**
|
|
104
|
-
* Body param
|
|
104
|
+
* Body param
|
|
105
105
|
*/
|
|
106
106
|
quantity?: number;
|
|
107
107
|
/**
|
|
108
|
-
* Body param
|
|
108
|
+
* Body param
|
|
109
109
|
*/
|
|
110
110
|
refDes?: string;
|
|
111
111
|
}
|
|
@@ -73,23 +73,23 @@ export interface SubstituteListResponse {
|
|
|
73
73
|
export type SubstituteDeleteResponse = string;
|
|
74
74
|
export interface SubstituteCreateParams {
|
|
75
75
|
/**
|
|
76
|
-
* Path param
|
|
76
|
+
* Path param
|
|
77
77
|
*/
|
|
78
78
|
itemGuid: string;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
item?: ImageAPI.SingleGuid;
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
notes?: string;
|
|
87
87
|
/**
|
|
88
|
-
* Body param
|
|
88
|
+
* Body param
|
|
89
89
|
*/
|
|
90
90
|
quantity?: number;
|
|
91
91
|
/**
|
|
92
|
-
* Body param
|
|
92
|
+
* Body param
|
|
93
93
|
*/
|
|
94
94
|
rank?: number;
|
|
95
95
|
}
|
|
@@ -99,23 +99,23 @@ export interface SubstituteRetrieveParams {
|
|
|
99
99
|
}
|
|
100
100
|
export interface SubstituteUpdateParams {
|
|
101
101
|
/**
|
|
102
|
-
* Path param
|
|
102
|
+
* Path param
|
|
103
103
|
*/
|
|
104
104
|
itemGuid: string;
|
|
105
105
|
/**
|
|
106
|
-
* Path param
|
|
106
|
+
* Path param
|
|
107
107
|
*/
|
|
108
108
|
bomLineGuid: string;
|
|
109
109
|
/**
|
|
110
|
-
* Body param
|
|
110
|
+
* Body param
|
|
111
111
|
*/
|
|
112
112
|
notes?: string;
|
|
113
113
|
/**
|
|
114
|
-
* Body param
|
|
114
|
+
* Body param
|
|
115
115
|
*/
|
|
116
116
|
quantity?: number;
|
|
117
117
|
/**
|
|
118
|
-
* Body param
|
|
118
|
+
* Body param
|
|
119
119
|
*/
|
|
120
120
|
rank?: number;
|
|
121
121
|
}
|