@createiq/backend 1.0.40 → 1.0.41
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/client/types.gen.ts +3 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -9409,7 +9409,9 @@ export type ScheduleExtraction_Data = {
|
|
|
9409
9409
|
subAccountId: string;
|
|
9410
9410
|
negotiationId: string;
|
|
9411
9411
|
};
|
|
9412
|
-
query?:
|
|
9412
|
+
query?: {
|
|
9413
|
+
disableJob?: boolean;
|
|
9414
|
+
};
|
|
9413
9415
|
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/start';
|
|
9414
9416
|
};
|
|
9415
9417
|
|
package/dist/index.d.cts
CHANGED
|
@@ -8209,7 +8209,9 @@ type ScheduleExtraction_Data = {
|
|
|
8209
8209
|
subAccountId: string;
|
|
8210
8210
|
negotiationId: string;
|
|
8211
8211
|
};
|
|
8212
|
-
query?:
|
|
8212
|
+
query?: {
|
|
8213
|
+
disableJob?: boolean;
|
|
8214
|
+
};
|
|
8213
8215
|
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/start';
|
|
8214
8216
|
};
|
|
8215
8217
|
type ScheduleExtraction_Errors = {
|
package/dist/index.d.ts
CHANGED
|
@@ -8209,7 +8209,9 @@ type ScheduleExtraction_Data = {
|
|
|
8209
8209
|
subAccountId: string;
|
|
8210
8210
|
negotiationId: string;
|
|
8211
8211
|
};
|
|
8212
|
-
query?:
|
|
8212
|
+
query?: {
|
|
8213
|
+
disableJob?: boolean;
|
|
8214
|
+
};
|
|
8213
8215
|
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/extraction/start';
|
|
8214
8216
|
};
|
|
8215
8217
|
type ScheduleExtraction_Errors = {
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9983c2d1af6fe53088640b52084bc111d7d79ee9c9bcff0ad659121a6c48ec63
|