@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.
@@ -9409,7 +9409,9 @@ export type ScheduleExtraction_Data = {
9409
9409
  subAccountId: string;
9410
9410
  negotiationId: string;
9411
9411
  };
9412
- query?: never;
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?: never;
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?: never;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 31329f1cecb3987ae89f400b7475b8483c0ebf2a0882122c970e0edcdfd05fd4
1
+ 9983c2d1af6fe53088640b52084bc111d7d79ee9c9bcff0ad659121a6c48ec63