@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.
Files changed (124) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/LICENSE +1 -1
  3. package/README.md +9 -3
  4. package/client.d.mts +3 -2
  5. package/client.d.mts.map +1 -1
  6. package/client.d.ts +3 -2
  7. package/client.d.ts.map +1 -1
  8. package/client.js +14 -4
  9. package/client.js.map +1 -1
  10. package/client.mjs +14 -4
  11. package/client.mjs.map +1 -1
  12. package/internal/parse.d.mts.map +1 -1
  13. package/internal/parse.d.ts.map +1 -1
  14. package/internal/parse.js +5 -0
  15. package/internal/parse.js.map +1 -1
  16. package/internal/parse.mjs +5 -0
  17. package/internal/parse.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/resources/changes/implementationtasks/files.d.mts +2 -2
  20. package/resources/changes/implementationtasks/files.d.ts +2 -2
  21. package/resources/changes/implementationtasks/implementationtasks.d.mts +5 -5
  22. package/resources/changes/implementationtasks/implementationtasks.d.ts +5 -5
  23. package/resources/changes/implementationtasks/notes.d.mts +9 -9
  24. package/resources/changes/implementationtasks/notes.d.ts +9 -9
  25. package/resources/changes/items.d.mts +10 -10
  26. package/resources/changes/items.d.ts +10 -10
  27. package/resources/files/markups.d.mts +5 -5
  28. package/resources/files/markups.d.ts +5 -5
  29. package/resources/imports/runs.d.mts +11 -11
  30. package/resources/imports/runs.d.ts +11 -11
  31. package/resources/items/bom/bom.d.mts +9 -9
  32. package/resources/items/bom/bom.d.ts +9 -9
  33. package/resources/items/bom/substitutes.d.mts +10 -10
  34. package/resources/items/bom/substitutes.d.ts +10 -10
  35. package/resources/items/compliance.d.mts +5 -5
  36. package/resources/items/compliance.d.ts +5 -5
  37. package/resources/items/files/content.d.mts +2 -2
  38. package/resources/items/files/content.d.ts +2 -2
  39. package/resources/items/files/files.d.mts +3 -3
  40. package/resources/items/files/files.d.ts +3 -3
  41. package/resources/items/items_.d.mts +2 -2
  42. package/resources/items/items_.d.ts +2 -2
  43. package/resources/items/sourcing.d.mts +9 -9
  44. package/resources/items/sourcing.d.ts +9 -9
  45. package/resources/login.d.mts +8 -8
  46. package/resources/login.d.ts +8 -8
  47. package/resources/outboundevents/events.d.mts +11 -11
  48. package/resources/outboundevents/events.d.ts +11 -11
  49. package/resources/outboundintegrations/events/events.d.mts +12 -12
  50. package/resources/outboundintegrations/events/events.d.ts +12 -12
  51. package/resources/outboundintegrations/events/items.d.mts +7 -7
  52. package/resources/outboundintegrations/events/items.d.ts +7 -7
  53. package/resources/qualityprocesses/steps/affected.d.mts +12 -12
  54. package/resources/qualityprocesses/steps/affected.d.ts +12 -12
  55. package/resources/qualityprocesses/steps/decisions.d.mts +8 -8
  56. package/resources/qualityprocesses/steps/decisions.d.ts +8 -8
  57. package/resources/qualityprocesses/steps/steps.d.mts +6 -6
  58. package/resources/qualityprocesses/steps/steps.d.ts +6 -6
  59. package/resources/requests/evaluationissues/evaluationissues.d.mts +3 -3
  60. package/resources/requests/evaluationissues/evaluationissues.d.ts +3 -3
  61. package/resources/requests/evaluationissues/responses.d.mts +5 -5
  62. package/resources/requests/evaluationissues/responses.d.ts +5 -5
  63. package/resources/requests/items.d.mts +2 -2
  64. package/resources/requests/items.d.ts +2 -2
  65. package/resources/settings/accountusers/employees.d.mts +18 -18
  66. package/resources/settings/accountusers/employees.d.ts +18 -18
  67. package/resources/settings/accountusers/machines.d.mts +9 -9
  68. package/resources/settings/accountusers/machines.d.ts +9 -9
  69. package/resources/settings/categories/attributes.d.mts +7 -7
  70. package/resources/settings/categories/attributes.d.ts +7 -7
  71. package/resources/settings/items/numberformats/fields.d.mts +9 -9
  72. package/resources/settings/items/numberformats/fields.d.ts +9 -9
  73. package/resources/settings/usergroups/usergroups.d.mts +5 -5
  74. package/resources/settings/usergroups/usergroups.d.ts +5 -5
  75. package/resources/supplieritems/compliance.d.mts +5 -5
  76. package/resources/supplieritems/compliance.d.ts +5 -5
  77. package/resources/supplieritems/files.d.mts +2 -2
  78. package/resources/supplieritems/files.d.ts +2 -2
  79. package/resources/suppliers/addresses.d.mts +3 -3
  80. package/resources/suppliers/addresses.d.ts +3 -3
  81. package/resources/suppliers/phonenumbers.d.mts +5 -5
  82. package/resources/suppliers/phonenumbers.d.ts +5 -5
  83. package/resources/trainingplans/users.d.mts +2 -2
  84. package/resources/trainingplans/users.d.ts +2 -2
  85. package/src/client.ts +25 -14
  86. package/src/internal/parse.ts +6 -0
  87. package/src/resources/changes/implementationtasks/files.ts +2 -2
  88. package/src/resources/changes/implementationtasks/implementationtasks.ts +5 -5
  89. package/src/resources/changes/implementationtasks/notes.ts +9 -9
  90. package/src/resources/changes/items.ts +10 -10
  91. package/src/resources/files/markups.ts +5 -5
  92. package/src/resources/imports/runs.ts +11 -11
  93. package/src/resources/items/bom/bom.ts +9 -9
  94. package/src/resources/items/bom/substitutes.ts +10 -10
  95. package/src/resources/items/compliance.ts +5 -5
  96. package/src/resources/items/files/content.ts +2 -2
  97. package/src/resources/items/files/files.ts +3 -3
  98. package/src/resources/items/items_.ts +2 -2
  99. package/src/resources/items/sourcing.ts +9 -9
  100. package/src/resources/login.ts +8 -8
  101. package/src/resources/outboundevents/events.ts +11 -11
  102. package/src/resources/outboundintegrations/events/events.ts +12 -12
  103. package/src/resources/outboundintegrations/events/items.ts +7 -7
  104. package/src/resources/qualityprocesses/steps/affected.ts +12 -12
  105. package/src/resources/qualityprocesses/steps/decisions.ts +8 -8
  106. package/src/resources/qualityprocesses/steps/steps.ts +6 -6
  107. package/src/resources/requests/evaluationissues/evaluationissues.ts +3 -3
  108. package/src/resources/requests/evaluationissues/responses.ts +5 -5
  109. package/src/resources/requests/items.ts +2 -2
  110. package/src/resources/settings/accountusers/employees.ts +18 -18
  111. package/src/resources/settings/accountusers/machines.ts +9 -9
  112. package/src/resources/settings/categories/attributes.ts +7 -7
  113. package/src/resources/settings/items/numberformats/fields.ts +9 -9
  114. package/src/resources/settings/usergroups/usergroups.ts +5 -5
  115. package/src/resources/supplieritems/compliance.ts +5 -5
  116. package/src/resources/supplieritems/files.ts +2 -2
  117. package/src/resources/suppliers/addresses.ts +3 -3
  118. package/src/resources/suppliers/phonenumbers.ts +5 -5
  119. package/src/resources/trainingplans/users.ts +2 -2
  120. package/src/version.ts +1 -1
  121. package/version.d.mts +1 -1
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1
  124. package/version.mjs +1 -1
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkline/arena",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "The official TypeScript library for the Arena API",
5
5
  "author": "Arena <arena-support@ptc.com>",
6
6
  "types": "./index.d.ts",
@@ -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
  }