@silkline/arena 1.0.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 +30 -0
- package/LICENSE +1 -1
- package/README.md +10 -4
- 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
|
@@ -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
|
+
export const VERSION = '1.1.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.1.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.1.1";
|
|
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
|
+
export const VERSION = '1.1.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|