@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
|
@@ -95,75 +95,75 @@ export interface EmployeeCreateParams {
|
|
|
95
95
|
}
|
|
96
96
|
export interface EmployeeUpdateParams {
|
|
97
97
|
/**
|
|
98
|
-
* Query param
|
|
98
|
+
* Query param
|
|
99
99
|
*/
|
|
100
100
|
setnull?: boolean;
|
|
101
101
|
/**
|
|
102
|
-
* Body param
|
|
102
|
+
* Body param
|
|
103
103
|
*/
|
|
104
104
|
address?: AddressesAPI.Address;
|
|
105
105
|
/**
|
|
106
|
-
* Body param
|
|
106
|
+
* Body param
|
|
107
107
|
*/
|
|
108
108
|
applicationLanguage?: string;
|
|
109
109
|
/**
|
|
110
|
-
* Body param
|
|
110
|
+
* Body param
|
|
111
111
|
*/
|
|
112
112
|
department?: string;
|
|
113
113
|
/**
|
|
114
|
-
* Body param
|
|
114
|
+
* Body param
|
|
115
115
|
*/
|
|
116
116
|
email?: string;
|
|
117
117
|
/**
|
|
118
|
-
* Body param
|
|
118
|
+
* Body param
|
|
119
119
|
*/
|
|
120
120
|
enabled?: boolean;
|
|
121
121
|
/**
|
|
122
|
-
* Body param
|
|
122
|
+
* Body param
|
|
123
123
|
*/
|
|
124
124
|
fax?: string;
|
|
125
125
|
/**
|
|
126
|
-
* Body param
|
|
126
|
+
* Body param
|
|
127
127
|
*/
|
|
128
128
|
firstName?: string;
|
|
129
129
|
/**
|
|
130
|
-
* Body param
|
|
130
|
+
* Body param
|
|
131
131
|
*/
|
|
132
132
|
isAdministrator?: boolean;
|
|
133
133
|
/**
|
|
134
|
-
* Body param
|
|
134
|
+
* Body param
|
|
135
135
|
*/
|
|
136
136
|
lastName?: string;
|
|
137
137
|
/**
|
|
138
|
-
* Body param
|
|
138
|
+
* Body param
|
|
139
139
|
*/
|
|
140
140
|
location?: string;
|
|
141
141
|
/**
|
|
142
|
-
* Body param
|
|
142
|
+
* Body param
|
|
143
143
|
*/
|
|
144
144
|
manager?: string;
|
|
145
145
|
/**
|
|
146
|
-
* Body param
|
|
146
|
+
* Body param
|
|
147
147
|
*/
|
|
148
148
|
mobile?: string;
|
|
149
149
|
/**
|
|
150
|
-
* Body param
|
|
150
|
+
* Body param
|
|
151
151
|
*/
|
|
152
152
|
notes?: string;
|
|
153
153
|
/**
|
|
154
|
-
* Body param
|
|
154
|
+
* Body param
|
|
155
155
|
*/
|
|
156
156
|
notifyUser?: boolean;
|
|
157
157
|
/**
|
|
158
|
-
* Body param
|
|
158
|
+
* Body param
|
|
159
159
|
*/
|
|
160
160
|
phone?: string;
|
|
161
161
|
/**
|
|
162
|
-
* Body param
|
|
162
|
+
* Body param
|
|
163
163
|
*/
|
|
164
164
|
temporaryPassword?: string;
|
|
165
165
|
/**
|
|
166
|
-
* Body param
|
|
166
|
+
* Body param
|
|
167
167
|
*/
|
|
168
168
|
title?: string;
|
|
169
169
|
}
|
|
@@ -95,75 +95,75 @@ export interface EmployeeCreateParams {
|
|
|
95
95
|
}
|
|
96
96
|
export interface EmployeeUpdateParams {
|
|
97
97
|
/**
|
|
98
|
-
* Query param
|
|
98
|
+
* Query param
|
|
99
99
|
*/
|
|
100
100
|
setnull?: boolean;
|
|
101
101
|
/**
|
|
102
|
-
* Body param
|
|
102
|
+
* Body param
|
|
103
103
|
*/
|
|
104
104
|
address?: AddressesAPI.Address;
|
|
105
105
|
/**
|
|
106
|
-
* Body param
|
|
106
|
+
* Body param
|
|
107
107
|
*/
|
|
108
108
|
applicationLanguage?: string;
|
|
109
109
|
/**
|
|
110
|
-
* Body param
|
|
110
|
+
* Body param
|
|
111
111
|
*/
|
|
112
112
|
department?: string;
|
|
113
113
|
/**
|
|
114
|
-
* Body param
|
|
114
|
+
* Body param
|
|
115
115
|
*/
|
|
116
116
|
email?: string;
|
|
117
117
|
/**
|
|
118
|
-
* Body param
|
|
118
|
+
* Body param
|
|
119
119
|
*/
|
|
120
120
|
enabled?: boolean;
|
|
121
121
|
/**
|
|
122
|
-
* Body param
|
|
122
|
+
* Body param
|
|
123
123
|
*/
|
|
124
124
|
fax?: string;
|
|
125
125
|
/**
|
|
126
|
-
* Body param
|
|
126
|
+
* Body param
|
|
127
127
|
*/
|
|
128
128
|
firstName?: string;
|
|
129
129
|
/**
|
|
130
|
-
* Body param
|
|
130
|
+
* Body param
|
|
131
131
|
*/
|
|
132
132
|
isAdministrator?: boolean;
|
|
133
133
|
/**
|
|
134
|
-
* Body param
|
|
134
|
+
* Body param
|
|
135
135
|
*/
|
|
136
136
|
lastName?: string;
|
|
137
137
|
/**
|
|
138
|
-
* Body param
|
|
138
|
+
* Body param
|
|
139
139
|
*/
|
|
140
140
|
location?: string;
|
|
141
141
|
/**
|
|
142
|
-
* Body param
|
|
142
|
+
* Body param
|
|
143
143
|
*/
|
|
144
144
|
manager?: string;
|
|
145
145
|
/**
|
|
146
|
-
* Body param
|
|
146
|
+
* Body param
|
|
147
147
|
*/
|
|
148
148
|
mobile?: string;
|
|
149
149
|
/**
|
|
150
|
-
* Body param
|
|
150
|
+
* Body param
|
|
151
151
|
*/
|
|
152
152
|
notes?: string;
|
|
153
153
|
/**
|
|
154
|
-
* Body param
|
|
154
|
+
* Body param
|
|
155
155
|
*/
|
|
156
156
|
notifyUser?: boolean;
|
|
157
157
|
/**
|
|
158
|
-
* Body param
|
|
158
|
+
* Body param
|
|
159
159
|
*/
|
|
160
160
|
phone?: string;
|
|
161
161
|
/**
|
|
162
|
-
* Body param
|
|
162
|
+
* Body param
|
|
163
163
|
*/
|
|
164
164
|
temporaryPassword?: string;
|
|
165
165
|
/**
|
|
166
|
-
* Body param
|
|
166
|
+
* Body param
|
|
167
167
|
*/
|
|
168
168
|
title?: string;
|
|
169
169
|
}
|
|
@@ -69,39 +69,39 @@ export interface MachineCreateParams {
|
|
|
69
69
|
}
|
|
70
70
|
export interface MachineUpdateParams {
|
|
71
71
|
/**
|
|
72
|
-
* Query param
|
|
72
|
+
* Query param
|
|
73
73
|
*/
|
|
74
74
|
setnull?: boolean;
|
|
75
75
|
/**
|
|
76
|
-
* Body param
|
|
76
|
+
* Body param
|
|
77
77
|
*/
|
|
78
78
|
applicationLanguage?: string;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
email?: string;
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
enabled?: boolean;
|
|
87
87
|
/**
|
|
88
|
-
* Body param
|
|
88
|
+
* Body param
|
|
89
89
|
*/
|
|
90
90
|
isAdministrator?: boolean;
|
|
91
91
|
/**
|
|
92
|
-
* Body param
|
|
92
|
+
* Body param
|
|
93
93
|
*/
|
|
94
94
|
loginConflictResolution?: string;
|
|
95
95
|
/**
|
|
96
|
-
* Body param
|
|
96
|
+
* Body param
|
|
97
97
|
*/
|
|
98
98
|
name?: string;
|
|
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
|
owner?: AccountUserMinimalRequest;
|
|
107
107
|
}
|
|
@@ -69,39 +69,39 @@ export interface MachineCreateParams {
|
|
|
69
69
|
}
|
|
70
70
|
export interface MachineUpdateParams {
|
|
71
71
|
/**
|
|
72
|
-
* Query param
|
|
72
|
+
* Query param
|
|
73
73
|
*/
|
|
74
74
|
setnull?: boolean;
|
|
75
75
|
/**
|
|
76
|
-
* Body param
|
|
76
|
+
* Body param
|
|
77
77
|
*/
|
|
78
78
|
applicationLanguage?: string;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
email?: string;
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
enabled?: boolean;
|
|
87
87
|
/**
|
|
88
|
-
* Body param
|
|
88
|
+
* Body param
|
|
89
89
|
*/
|
|
90
90
|
isAdministrator?: boolean;
|
|
91
91
|
/**
|
|
92
|
-
* Body param
|
|
92
|
+
* Body param
|
|
93
93
|
*/
|
|
94
94
|
loginConflictResolution?: string;
|
|
95
95
|
/**
|
|
96
|
-
* Body param
|
|
96
|
+
* Body param
|
|
97
97
|
*/
|
|
98
98
|
name?: string;
|
|
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
|
owner?: AccountUserMinimalRequest;
|
|
107
107
|
}
|
|
@@ -62,31 +62,31 @@ export interface AttributeRetrieveParams {
|
|
|
62
62
|
}
|
|
63
63
|
export interface AttributeListParams {
|
|
64
64
|
/**
|
|
65
|
-
* Path param
|
|
65
|
+
* Path param
|
|
66
66
|
*/
|
|
67
67
|
objectType: 'items' | 'changes' | 'requests';
|
|
68
68
|
/**
|
|
69
|
-
* Query param
|
|
69
|
+
* Query param
|
|
70
70
|
*/
|
|
71
71
|
action?: string;
|
|
72
72
|
/**
|
|
73
|
-
* Query param
|
|
73
|
+
* Query param
|
|
74
74
|
*/
|
|
75
75
|
creatableOnly?: boolean;
|
|
76
76
|
/**
|
|
77
|
-
* Query param
|
|
77
|
+
* Query param
|
|
78
78
|
*/
|
|
79
79
|
editableOnly?: boolean;
|
|
80
80
|
/**
|
|
81
|
-
* Query param
|
|
81
|
+
* Query param
|
|
82
82
|
*/
|
|
83
83
|
includePossibleValues?: boolean;
|
|
84
84
|
/**
|
|
85
|
-
* Query param
|
|
85
|
+
* Query param
|
|
86
86
|
*/
|
|
87
87
|
searchableOnly?: boolean;
|
|
88
88
|
/**
|
|
89
|
-
* Query param
|
|
89
|
+
* Query param
|
|
90
90
|
*/
|
|
91
91
|
user?: string;
|
|
92
92
|
}
|
|
@@ -62,31 +62,31 @@ export interface AttributeRetrieveParams {
|
|
|
62
62
|
}
|
|
63
63
|
export interface AttributeListParams {
|
|
64
64
|
/**
|
|
65
|
-
* Path param
|
|
65
|
+
* Path param
|
|
66
66
|
*/
|
|
67
67
|
objectType: 'items' | 'changes' | 'requests';
|
|
68
68
|
/**
|
|
69
|
-
* Query param
|
|
69
|
+
* Query param
|
|
70
70
|
*/
|
|
71
71
|
action?: string;
|
|
72
72
|
/**
|
|
73
|
-
* Query param
|
|
73
|
+
* Query param
|
|
74
74
|
*/
|
|
75
75
|
creatableOnly?: boolean;
|
|
76
76
|
/**
|
|
77
|
-
* Query param
|
|
77
|
+
* Query param
|
|
78
78
|
*/
|
|
79
79
|
editableOnly?: boolean;
|
|
80
80
|
/**
|
|
81
|
-
* Query param
|
|
81
|
+
* Query param
|
|
82
82
|
*/
|
|
83
83
|
includePossibleValues?: boolean;
|
|
84
84
|
/**
|
|
85
|
-
* Query param
|
|
85
|
+
* Query param
|
|
86
86
|
*/
|
|
87
87
|
searchableOnly?: boolean;
|
|
88
88
|
/**
|
|
89
|
-
* Query param
|
|
89
|
+
* Query param
|
|
90
90
|
*/
|
|
91
91
|
user?: string;
|
|
92
92
|
}
|
|
@@ -74,39 +74,39 @@ export interface FieldRetrieveParams {
|
|
|
74
74
|
}
|
|
75
75
|
export interface FieldUpdateParams {
|
|
76
76
|
/**
|
|
77
|
-
* Path param
|
|
77
|
+
* Path param
|
|
78
78
|
*/
|
|
79
79
|
formatGuid: string;
|
|
80
80
|
/**
|
|
81
|
-
* Body param
|
|
81
|
+
* Body param
|
|
82
82
|
*/
|
|
83
83
|
maxLength?: number;
|
|
84
84
|
/**
|
|
85
|
-
* Body param
|
|
85
|
+
* Body param
|
|
86
86
|
*/
|
|
87
87
|
maxSeqLength?: number;
|
|
88
88
|
/**
|
|
89
|
-
* Body param
|
|
89
|
+
* Body param
|
|
90
90
|
*/
|
|
91
91
|
name?: string;
|
|
92
92
|
/**
|
|
93
|
-
* Body param
|
|
93
|
+
* Body param
|
|
94
94
|
*/
|
|
95
95
|
order?: number;
|
|
96
96
|
/**
|
|
97
|
-
* Body param
|
|
97
|
+
* Body param
|
|
98
98
|
*/
|
|
99
99
|
possibleValues?: Array<NumberFormatPossibleValueCreate>;
|
|
100
100
|
/**
|
|
101
|
-
* Body param
|
|
101
|
+
* Body param
|
|
102
102
|
*/
|
|
103
103
|
type?: 'FREE_TEXT' | 'DELIMITER' | 'VALUE_LIST' | 'AUTO_SEQUENCE';
|
|
104
104
|
/**
|
|
105
|
-
* Body param
|
|
105
|
+
* Body param
|
|
106
106
|
*/
|
|
107
107
|
value?: string;
|
|
108
108
|
/**
|
|
109
|
-
* Body param
|
|
109
|
+
* Body param
|
|
110
110
|
*/
|
|
111
111
|
zeroPadding?: boolean;
|
|
112
112
|
}
|
|
@@ -74,39 +74,39 @@ export interface FieldRetrieveParams {
|
|
|
74
74
|
}
|
|
75
75
|
export interface FieldUpdateParams {
|
|
76
76
|
/**
|
|
77
|
-
* Path param
|
|
77
|
+
* Path param
|
|
78
78
|
*/
|
|
79
79
|
formatGuid: string;
|
|
80
80
|
/**
|
|
81
|
-
* Body param
|
|
81
|
+
* Body param
|
|
82
82
|
*/
|
|
83
83
|
maxLength?: number;
|
|
84
84
|
/**
|
|
85
|
-
* Body param
|
|
85
|
+
* Body param
|
|
86
86
|
*/
|
|
87
87
|
maxSeqLength?: number;
|
|
88
88
|
/**
|
|
89
|
-
* Body param
|
|
89
|
+
* Body param
|
|
90
90
|
*/
|
|
91
91
|
name?: string;
|
|
92
92
|
/**
|
|
93
|
-
* Body param
|
|
93
|
+
* Body param
|
|
94
94
|
*/
|
|
95
95
|
order?: number;
|
|
96
96
|
/**
|
|
97
|
-
* Body param
|
|
97
|
+
* Body param
|
|
98
98
|
*/
|
|
99
99
|
possibleValues?: Array<NumberFormatPossibleValueCreate>;
|
|
100
100
|
/**
|
|
101
|
-
* Body param
|
|
101
|
+
* Body param
|
|
102
102
|
*/
|
|
103
103
|
type?: 'FREE_TEXT' | 'DELIMITER' | 'VALUE_LIST' | 'AUTO_SEQUENCE';
|
|
104
104
|
/**
|
|
105
|
-
* Body param
|
|
105
|
+
* Body param
|
|
106
106
|
*/
|
|
107
107
|
value?: string;
|
|
108
108
|
/**
|
|
109
|
-
* Body param
|
|
109
|
+
* Body param
|
|
110
110
|
*/
|
|
111
111
|
zeroPadding?: boolean;
|
|
112
112
|
}
|
|
@@ -61,23 +61,23 @@ export interface UsergroupCreateParams {
|
|
|
61
61
|
}
|
|
62
62
|
export interface UsergroupUpdateParams {
|
|
63
63
|
/**
|
|
64
|
-
* Query param
|
|
64
|
+
* Query param
|
|
65
65
|
*/
|
|
66
66
|
setnull?: boolean;
|
|
67
67
|
/**
|
|
68
|
-
* Body param
|
|
68
|
+
* Body param
|
|
69
69
|
*/
|
|
70
70
|
assignability?: Array<string>;
|
|
71
71
|
/**
|
|
72
|
-
* Body param
|
|
72
|
+
* Body param
|
|
73
73
|
*/
|
|
74
74
|
description?: string;
|
|
75
75
|
/**
|
|
76
|
-
* Body param
|
|
76
|
+
* Body param
|
|
77
77
|
*/
|
|
78
78
|
enabled?: boolean;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
name?: string;
|
|
83
83
|
}
|
|
@@ -61,23 +61,23 @@ export interface UsergroupCreateParams {
|
|
|
61
61
|
}
|
|
62
62
|
export interface UsergroupUpdateParams {
|
|
63
63
|
/**
|
|
64
|
-
* Query param
|
|
64
|
+
* Query param
|
|
65
65
|
*/
|
|
66
66
|
setnull?: boolean;
|
|
67
67
|
/**
|
|
68
|
-
* Body param
|
|
68
|
+
* Body param
|
|
69
69
|
*/
|
|
70
70
|
assignability?: Array<string>;
|
|
71
71
|
/**
|
|
72
|
-
* Body param
|
|
72
|
+
* Body param
|
|
73
73
|
*/
|
|
74
74
|
description?: string;
|
|
75
75
|
/**
|
|
76
|
-
* Body param
|
|
76
|
+
* Body param
|
|
77
77
|
*/
|
|
78
78
|
enabled?: boolean;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
name?: string;
|
|
83
83
|
}
|
|
@@ -73,23 +73,23 @@ export interface ComplianceRetrieveParams {
|
|
|
73
73
|
}
|
|
74
74
|
export interface ComplianceUpdateParams {
|
|
75
75
|
/**
|
|
76
|
-
* Path param
|
|
76
|
+
* Path param
|
|
77
77
|
*/
|
|
78
78
|
supplierItemGuid: string;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
evidenceType?: string;
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
mark?: string;
|
|
87
87
|
/**
|
|
88
|
-
* Body param
|
|
88
|
+
* Body param
|
|
89
89
|
*/
|
|
90
90
|
rationale?: string;
|
|
91
91
|
/**
|
|
92
|
-
* Body param
|
|
92
|
+
* Body param
|
|
93
93
|
*/
|
|
94
94
|
status?: string;
|
|
95
95
|
}
|
|
@@ -73,23 +73,23 @@ export interface ComplianceRetrieveParams {
|
|
|
73
73
|
}
|
|
74
74
|
export interface ComplianceUpdateParams {
|
|
75
75
|
/**
|
|
76
|
-
* Path param
|
|
76
|
+
* Path param
|
|
77
77
|
*/
|
|
78
78
|
supplierItemGuid: string;
|
|
79
79
|
/**
|
|
80
|
-
* Body param
|
|
80
|
+
* Body param
|
|
81
81
|
*/
|
|
82
82
|
evidenceType?: string;
|
|
83
83
|
/**
|
|
84
|
-
* Body param
|
|
84
|
+
* Body param
|
|
85
85
|
*/
|
|
86
86
|
mark?: string;
|
|
87
87
|
/**
|
|
88
|
-
* Body param
|
|
88
|
+
* Body param
|
|
89
89
|
*/
|
|
90
90
|
rationale?: string;
|
|
91
91
|
/**
|
|
92
|
-
* Body param
|
|
92
|
+
* Body param
|
|
93
93
|
*/
|
|
94
94
|
status?: string;
|
|
95
95
|
}
|
|
@@ -99,11 +99,11 @@ export interface FileRetrieveContentParams {
|
|
|
99
99
|
}
|
|
100
100
|
export interface FileUpdateMetadataParams {
|
|
101
101
|
/**
|
|
102
|
-
* Path param
|
|
102
|
+
* Path param
|
|
103
103
|
*/
|
|
104
104
|
supplierItemGuid: string;
|
|
105
105
|
/**
|
|
106
|
-
* Body param
|
|
106
|
+
* Body param
|
|
107
107
|
*/
|
|
108
108
|
primary?: boolean;
|
|
109
109
|
}
|
|
@@ -99,11 +99,11 @@ export interface FileRetrieveContentParams {
|
|
|
99
99
|
}
|
|
100
100
|
export interface FileUpdateMetadataParams {
|
|
101
101
|
/**
|
|
102
|
-
* Path param
|
|
102
|
+
* Path param
|
|
103
103
|
*/
|
|
104
104
|
supplierItemGuid: string;
|
|
105
105
|
/**
|
|
106
|
-
* Body param
|
|
106
|
+
* Body param
|
|
107
107
|
*/
|
|
108
108
|
primary?: boolean;
|
|
109
109
|
}
|
|
@@ -67,15 +67,15 @@ export interface AddressRetrieveParams {
|
|
|
67
67
|
}
|
|
68
68
|
export interface AddressUpdateParams {
|
|
69
69
|
/**
|
|
70
|
-
* Path param
|
|
70
|
+
* Path param
|
|
71
71
|
*/
|
|
72
72
|
supplierGuid: string;
|
|
73
73
|
/**
|
|
74
|
-
* Body param
|
|
74
|
+
* Body param
|
|
75
75
|
*/
|
|
76
76
|
address?: AddressCreateVo;
|
|
77
77
|
/**
|
|
78
|
-
* Body param
|
|
78
|
+
* Body param
|
|
79
79
|
*/
|
|
80
80
|
primary?: boolean;
|
|
81
81
|
}
|
|
@@ -67,15 +67,15 @@ export interface AddressRetrieveParams {
|
|
|
67
67
|
}
|
|
68
68
|
export interface AddressUpdateParams {
|
|
69
69
|
/**
|
|
70
|
-
* Path param
|
|
70
|
+
* Path param
|
|
71
71
|
*/
|
|
72
72
|
supplierGuid: string;
|
|
73
73
|
/**
|
|
74
|
-
* Body param
|
|
74
|
+
* Body param
|
|
75
75
|
*/
|
|
76
76
|
address?: AddressCreateVo;
|
|
77
77
|
/**
|
|
78
|
-
* Body param
|
|
78
|
+
* Body param
|
|
79
79
|
*/
|
|
80
80
|
primary?: boolean;
|
|
81
81
|
}
|
|
@@ -53,23 +53,23 @@ export interface PhonenumberRetrieveParams {
|
|
|
53
53
|
}
|
|
54
54
|
export interface PhonenumberUpdateParams {
|
|
55
55
|
/**
|
|
56
|
-
* Path param
|
|
56
|
+
* Path param
|
|
57
57
|
*/
|
|
58
58
|
supplierGuid: string;
|
|
59
59
|
/**
|
|
60
|
-
* Body param
|
|
60
|
+
* Body param
|
|
61
61
|
*/
|
|
62
62
|
comment?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Body param
|
|
64
|
+
* Body param
|
|
65
65
|
*/
|
|
66
66
|
extension?: string;
|
|
67
67
|
/**
|
|
68
|
-
* Body param
|
|
68
|
+
* Body param
|
|
69
69
|
*/
|
|
70
70
|
label?: string;
|
|
71
71
|
/**
|
|
72
|
-
* Body param
|
|
72
|
+
* Body param
|
|
73
73
|
*/
|
|
74
74
|
number?: string;
|
|
75
75
|
}
|