@steedos-widgets/amis-lib 6.10.48 → 6.10.49

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.
@@ -127,44 +127,56 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
127
127
  } | {
128
128
  body: ({
129
129
  type: string;
130
- label: string;
131
- name: string;
132
- id: string;
133
- hiddenOn: string;
134
- required: boolean;
135
- onEvent: {
136
- change: {
137
- weight: number;
138
- actions: any[];
139
- };
130
+ api: {
131
+ url: string;
132
+ method: string;
133
+ sendOn: string;
134
+ messages: {};
135
+ requestAdaptor: string;
136
+ adaptor: string;
140
137
  };
141
- multiple?: undefined;
142
- source?: undefined;
143
- labelField?: undefined;
144
- valueField?: undefined;
145
- value?: undefined;
146
- joinValues?: undefined;
147
- extractValue?: undefined;
148
- } | {
149
- type: string;
150
- label: string;
151
- name: string;
152
- id: string;
153
- hiddenOn: string;
154
- required: boolean;
155
- multiple: boolean;
156
- onEvent: {
157
- change: {
158
- weight: number;
159
- actions: any[];
138
+ body: ({
139
+ type: string;
140
+ label: string;
141
+ name: string;
142
+ id: string;
143
+ hiddenOn: string;
144
+ required: boolean;
145
+ onEvent: {
146
+ change: {
147
+ weight: number;
148
+ actions: any[];
149
+ };
160
150
  };
161
- };
151
+ multiple?: undefined;
152
+ } | {
153
+ type: string;
154
+ label: string;
155
+ name: string;
156
+ id: string;
157
+ hiddenOn: string;
158
+ required: boolean;
159
+ multiple: boolean;
160
+ onEvent: {
161
+ change: {
162
+ weight: number;
163
+ actions: any[];
164
+ };
165
+ };
166
+ })[];
167
+ label?: undefined;
168
+ name?: undefined;
169
+ id?: undefined;
170
+ required?: undefined;
171
+ hiddenOn?: undefined;
172
+ multiple?: undefined;
162
173
  source?: undefined;
163
174
  labelField?: undefined;
164
175
  valueField?: undefined;
165
176
  value?: undefined;
166
177
  joinValues?: undefined;
167
178
  extractValue?: undefined;
179
+ onEvent?: undefined;
168
180
  } | {
169
181
  type: string;
170
182
  label: string;
@@ -177,9 +189,6 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
177
189
  url: string;
178
190
  method: string;
179
191
  sendOn: string;
180
- headers: {
181
- Authorization: string;
182
- };
183
192
  messages: {};
184
193
  requestAdaptor: string;
185
194
  adaptor: string;
@@ -201,6 +210,8 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
201
210
  actions: any[];
202
211
  };
203
212
  };
213
+ api?: undefined;
214
+ body?: undefined;
204
215
  })[];
205
216
  id: string;
206
217
  md?: undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.48",
4
+ "version": "6.10.49",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "aa2766f89c4316272e87f25f405a570fe019fbb3"
62
+ "gitHead": "bd807f3646ba16317416ef5a445f74d6c9bba34a"
63
63
  }