@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
@@ -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
  }
@@ -90,12 +90,12 @@ export interface UserRemoveParams {
90
90
 
91
91
  export interface UserUpdateDueDateParams {
92
92
  /**
93
- * Path param:
93
+ * Path param
94
94
  */
95
95
  trainingGuid: string;
96
96
 
97
97
  /**
98
- * Body param:
98
+ * Body param
99
99
  */
100
100
  dueDate?: string;
101
101
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.1.0'; // x-release-please-version
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.0";
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.0";
1
+ export declare const VERSION = "1.1.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '1.1.0'; // x-release-please-version
4
+ exports.VERSION = '1.1.2'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.1.0'; // x-release-please-version
1
+ export const VERSION = '1.1.2'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map