@vrplatform/api 1.2.33-rel.896 → 1.2.33-rel.908

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-rel.896",
6
+ "version": "1.2.33-rel.908",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2608,6 +2608,8 @@ export interface operations {
2608
2608
  type?: string;
2609
2609
  date?: string;
2610
2610
  expand?: string;
2611
+ description?: string;
2612
+ amount?: number;
2611
2613
  };
2612
2614
  header?: {
2613
2615
  "X-Team-Id"?: string;
@@ -5825,7 +5827,7 @@ export interface operations {
5825
5827
  data: {
5826
5828
  /** Format: uuid */
5827
5829
  listingId: string;
5828
- /** @default 2025-10-30 */
5830
+ /** @default 2025-10-31 */
5829
5831
  startAt: string;
5830
5832
  endAt?: string | null;
5831
5833
  setListingInactive?: boolean | null;
@@ -5907,7 +5909,7 @@ export interface operations {
5907
5909
  "application/json": {
5908
5910
  /** Format: uuid */
5909
5911
  listingId: string;
5910
- /** @default 2025-10-30 */
5912
+ /** @default 2025-10-31 */
5911
5913
  startAt?: string;
5912
5914
  endAt?: string | null;
5913
5915
  members: {
@@ -5941,7 +5943,7 @@ export interface operations {
5941
5943
  "application/json": {
5942
5944
  /** Format: uuid */
5943
5945
  listingId: string;
5944
- /** @default 2025-10-30 */
5946
+ /** @default 2025-10-31 */
5945
5947
  startAt: string;
5946
5948
  endAt?: string | null;
5947
5949
  setListingInactive?: boolean | null;
@@ -6021,7 +6023,7 @@ export interface operations {
6021
6023
  "application/json": {
6022
6024
  /** Format: uuid */
6023
6025
  listingId: string;
6024
- /** @default 2025-10-30 */
6026
+ /** @default 2025-10-31 */
6025
6027
  startAt: string;
6026
6028
  endAt?: string | null;
6027
6029
  setListingInactive?: boolean | null;
@@ -6104,7 +6106,7 @@ export interface operations {
6104
6106
  "application/json": {
6105
6107
  /** Format: uuid */
6106
6108
  listingId?: string;
6107
- /** @default 2025-10-30 */
6109
+ /** @default 2025-10-31 */
6108
6110
  startAt?: string;
6109
6111
  endAt?: string | null;
6110
6112
  members?: {
@@ -6138,7 +6140,7 @@ export interface operations {
6138
6140
  "application/json": {
6139
6141
  /** Format: uuid */
6140
6142
  listingId: string;
6141
- /** @default 2025-10-30 */
6143
+ /** @default 2025-10-31 */
6142
6144
  startAt: string;
6143
6145
  endAt?: string | null;
6144
6146
  setListingInactive?: boolean | null;
@@ -6324,7 +6326,7 @@ export interface operations {
6324
6326
  /** Format: uuid */
6325
6327
  sourceId?: string | null;
6326
6328
  initialOwnership?: {
6327
- /** @default 2025-10-30 */
6329
+ /** @default 2025-10-31 */
6328
6330
  startAt?: string;
6329
6331
  endAt?: string | null;
6330
6332
  members: {
@@ -6382,7 +6384,7 @@ export interface operations {
6382
6384
  status: "active" | "inactive";
6383
6385
  defaultCurrency?: string | null;
6384
6386
  activeOwnership?: {
6385
- /** @default 2025-10-30 */
6387
+ /** @default 2025-10-31 */
6386
6388
  startAt: string;
6387
6389
  endAt?: string | null;
6388
6390
  setListingInactive?: boolean | null;
@@ -6623,7 +6625,7 @@ export interface operations {
6623
6625
  status: "active" | "inactive";
6624
6626
  defaultCurrency?: string | null;
6625
6627
  activeOwnership?: {
6626
- /** @default 2025-10-30 */
6628
+ /** @default 2025-10-31 */
6627
6629
  startAt: string;
6628
6630
  endAt?: string | null;
6629
6631
  setListingInactive?: boolean | null;
@@ -6762,7 +6764,7 @@ export interface operations {
6762
6764
  /** Format: uuid */
6763
6765
  sourceId?: string | null;
6764
6766
  initialOwnership?: {
6765
- /** @default 2025-10-30 */
6767
+ /** @default 2025-10-31 */
6766
6768
  startAt?: string;
6767
6769
  endAt?: string | null;
6768
6770
  members: {
@@ -6816,7 +6818,7 @@ export interface operations {
6816
6818
  status: "active" | "inactive";
6817
6819
  defaultCurrency?: string | null;
6818
6820
  activeOwnership?: {
6819
- /** @default 2025-10-30 */
6821
+ /** @default 2025-10-31 */
6820
6822
  startAt: string;
6821
6823
  endAt?: string | null;
6822
6824
  setListingInactive?: boolean | null;
@@ -7033,7 +7035,7 @@ export interface operations {
7033
7035
  status: "active" | "inactive";
7034
7036
  defaultCurrency?: string | null;
7035
7037
  activeOwnership?: {
7036
- /** @default 2025-10-30 */
7038
+ /** @default 2025-10-31 */
7037
7039
  startAt: string;
7038
7040
  endAt?: string | null;
7039
7041
  setListingInactive?: boolean | null;
@@ -7180,7 +7182,7 @@ export interface operations {
7180
7182
  /** Format: uuid */
7181
7183
  sourceId?: string | null;
7182
7184
  initialOwnership?: {
7183
- /** @default 2025-10-30 */
7185
+ /** @default 2025-10-31 */
7184
7186
  startAt?: string;
7185
7187
  endAt?: string | null;
7186
7188
  members: {
@@ -7234,7 +7236,7 @@ export interface operations {
7234
7236
  status: "active" | "inactive";
7235
7237
  defaultCurrency?: string | null;
7236
7238
  activeOwnership?: {
7237
- /** @default 2025-10-30 */
7239
+ /** @default 2025-10-31 */
7238
7240
  startAt: string;
7239
7241
  endAt?: string | null;
7240
7242
  setListingInactive?: boolean | null;
@@ -7909,7 +7911,7 @@ export interface operations {
7909
7911
  } | null;
7910
7912
  companyName?: string | null;
7911
7913
  /** @enum {string} */
7912
- type: "propertyManager" | "partner" | "admin";
7914
+ type: "partner" | "admin" | "propertyManager";
7913
7915
  /** @enum {string} */
7914
7916
  status: "active" | "inactive";
7915
7917
  billingSubscriptionStatus?: string | null;
@@ -8035,7 +8037,7 @@ export interface operations {
8035
8037
  taxId?: string | null;
8036
8038
  companyName?: string | null;
8037
8039
  /** @enum {string} */
8038
- type?: "propertyManager" | "partner" | "admin";
8040
+ type?: "partner" | "admin" | "propertyManager";
8039
8041
  billingSubscriptionStatus?: string | null;
8040
8042
  billingPlan?: string | null;
8041
8043
  trialUntil?: string | null;
@@ -8118,7 +8120,7 @@ export interface operations {
8118
8120
  } | null;
8119
8121
  companyName?: string | null;
8120
8122
  /** @enum {string} */
8121
- type: "propertyManager" | "partner" | "admin";
8123
+ type: "partner" | "admin" | "propertyManager";
8122
8124
  /** @enum {string} */
8123
8125
  status: "active" | "inactive";
8124
8126
  billingSubscriptionStatus?: string | null;
@@ -8338,7 +8340,7 @@ export interface operations {
8338
8340
  } | null;
8339
8341
  companyName?: string | null;
8340
8342
  /** @enum {string} */
8341
- type: "propertyManager" | "partner" | "admin";
8343
+ type: "partner" | "admin" | "propertyManager";
8342
8344
  /** @enum {string} */
8343
8345
  status: "active" | "inactive";
8344
8346
  billingSubscriptionStatus?: string | null;
@@ -8470,7 +8472,7 @@ export interface operations {
8470
8472
  taxId?: string | null;
8471
8473
  companyName?: string | null;
8472
8474
  /** @enum {string} */
8473
- type?: "propertyManager" | "partner" | "admin";
8475
+ type?: "partner" | "admin" | "propertyManager";
8474
8476
  /** @enum {string} */
8475
8477
  status?: "active" | "inactive";
8476
8478
  billingSubscriptionStatus?: string | null;
@@ -8548,7 +8550,7 @@ export interface operations {
8548
8550
  } | null;
8549
8551
  companyName?: string | null;
8550
8552
  /** @enum {string} */
8551
- type: "propertyManager" | "partner" | "admin";
8553
+ type: "partner" | "admin" | "propertyManager";
8552
8554
  /** @enum {string} */
8553
8555
  status: "active" | "inactive";
8554
8556
  billingSubscriptionStatus?: string | null;
@@ -8692,7 +8694,7 @@ export interface operations {
8692
8694
  } | null;
8693
8695
  companyName?: string | null;
8694
8696
  /** @enum {string} */
8695
- type: "propertyManager" | "partner" | "admin";
8697
+ type: "partner" | "admin" | "propertyManager";
8696
8698
  /** @enum {string} */
8697
8699
  status: "active" | "inactive";
8698
8700
  billingSubscriptionStatus?: string | null;
@@ -11093,6 +11095,8 @@ export interface operations {
11093
11095
  content: {
11094
11096
  "application/json": {
11095
11097
  description: string;
11098
+ /** @enum {string} */
11099
+ status: "active" | "inactive";
11096
11100
  uniqueRef?: string | null;
11097
11101
  /** @enum {string} */
11098
11102
  type: "deposit" | "expense" | "transfer";
@@ -11172,8 +11176,6 @@ export interface operations {
11172
11176
  }[];
11173
11177
  /** Format: uuid */
11174
11178
  recurringTemplateId?: string | null;
11175
- /** @enum {string} */
11176
- status: "active" | "inactive";
11177
11179
  matchers?: {
11178
11180
  bankAccountRef?: string | null;
11179
11181
  } | null;
@@ -13614,6 +13616,8 @@ export interface operations {
13614
13616
  "application/json": {
13615
13617
  data: {
13616
13618
  description: string;
13619
+ /** @enum {string} */
13620
+ status: "active" | "inactive";
13617
13621
  uniqueRef?: string | null;
13618
13622
  /** @enum {string} */
13619
13623
  type: "deposit" | "expense" | "transfer";
@@ -13693,8 +13697,6 @@ export interface operations {
13693
13697
  }[];
13694
13698
  /** Format: uuid */
13695
13699
  recurringTemplateId?: string | null;
13696
- /** @enum {string} */
13697
- status: "active" | "inactive";
13698
13700
  matchers?: {
13699
13701
  bankAccountRef?: string | null;
13700
13702
  } | null;
@@ -14067,6 +14069,8 @@ export interface operations {
14067
14069
  "application/json": {
14068
14070
  data: {
14069
14071
  description: string;
14072
+ /** @enum {string} */
14073
+ status: "active" | "inactive";
14070
14074
  uniqueRef?: string | null;
14071
14075
  /** @enum {string} */
14072
14076
  type: "deposit" | "expense" | "transfer";
@@ -14146,8 +14150,6 @@ export interface operations {
14146
14150
  }[];
14147
14151
  /** Format: uuid */
14148
14152
  recurringTemplateId?: string | null;
14149
- /** @enum {string} */
14150
- status: "active" | "inactive";
14151
14153
  matchers?: {
14152
14154
  bankAccountRef?: string | null;
14153
14155
  } | null;
@@ -15234,6 +15236,8 @@ export interface operations {
15234
15236
  content: {
15235
15237
  "application/json": {
15236
15238
  description: string;
15239
+ /** @enum {string} */
15240
+ status: "active" | "inactive";
15237
15241
  uniqueRef?: string | null;
15238
15242
  /** @enum {string} */
15239
15243
  type: "deposit" | "expense" | "transfer";
@@ -15313,8 +15317,6 @@ export interface operations {
15313
15317
  }[];
15314
15318
  /** Format: uuid */
15315
15319
  recurringTemplateId?: string | null;
15316
- /** @enum {string} */
15317
- status: "active" | "inactive";
15318
15320
  matchers?: {
15319
15321
  bankAccountRef?: string | null;
15320
15322
  } | null;
@@ -15440,6 +15442,8 @@ export interface operations {
15440
15442
  connectionId: string;
15441
15443
  data: {
15442
15444
  description: string;
15445
+ /** @enum {string|null} */
15446
+ status?: "active" | "inactive" | null;
15443
15447
  accountId?: string | null;
15444
15448
  contactId?: string | null;
15445
15449
  uniqueRef?: string | null;
@@ -15490,8 +15494,6 @@ export interface operations {
15490
15494
  sourceId?: string | null;
15491
15495
  /** Format: uuid */
15492
15496
  recurringTemplateId?: string | null;
15493
- /** @enum {string|null} */
15494
- status?: "active" | "inactive" | null;
15495
15497
  matchers?: {
15496
15498
  bankAccountRef?: string | null;
15497
15499
  } | null;
@@ -15510,6 +15512,8 @@ export interface operations {
15510
15512
  "application/json": {
15511
15513
  data: {
15512
15514
  description: string;
15515
+ /** @enum {string} */
15516
+ status: "active" | "inactive";
15513
15517
  uniqueRef?: string | null;
15514
15518
  /** @enum {string} */
15515
15519
  type: "deposit" | "expense" | "transfer";
@@ -15589,8 +15593,6 @@ export interface operations {
15589
15593
  }[];
15590
15594
  /** Format: uuid */
15591
15595
  recurringTemplateId?: string | null;
15592
- /** @enum {string} */
15593
- status: "active" | "inactive";
15594
15596
  matchers?: {
15595
15597
  bankAccountRef?: string | null;
15596
15598
  } | null;
@@ -15795,6 +15797,8 @@ export interface operations {
15795
15797
  "application/json": {
15796
15798
  data: {
15797
15799
  description: string;
15800
+ /** @enum {string} */
15801
+ status: "active" | "inactive";
15798
15802
  uniqueRef?: string | null;
15799
15803
  /** @enum {string} */
15800
15804
  type: "deposit" | "expense" | "transfer";
@@ -15874,8 +15878,6 @@ export interface operations {
15874
15878
  }[];
15875
15879
  /** Format: uuid */
15876
15880
  recurringTemplateId?: string | null;
15877
- /** @enum {string} */
15878
- status: "active" | "inactive";
15879
15881
  matchers?: {
15880
15882
  bankAccountRef?: string | null;
15881
15883
  } | null;
@@ -16008,6 +16010,8 @@ export interface operations {
16008
16010
  content: {
16009
16011
  "application/json": {
16010
16012
  description: string;
16013
+ /** @enum {string|null} */
16014
+ status?: "active" | "inactive" | null;
16011
16015
  accountId?: string | null;
16012
16016
  contactId?: string | null;
16013
16017
  uniqueRef?: string | null;
@@ -16060,8 +16064,6 @@ export interface operations {
16060
16064
  sourceId?: string | null;
16061
16065
  /** Format: uuid */
16062
16066
  recurringTemplateId?: string | null;
16063
- /** @enum {string|null} */
16064
- status?: "active" | "inactive" | null;
16065
16067
  matchers?: {
16066
16068
  bankAccountRef?: string | null;
16067
16069
  } | null;
@@ -16077,6 +16079,8 @@ export interface operations {
16077
16079
  content: {
16078
16080
  "application/json": {
16079
16081
  description: string;
16082
+ /** @enum {string} */
16083
+ status: "active" | "inactive";
16080
16084
  uniqueRef?: string | null;
16081
16085
  /** @enum {string} */
16082
16086
  type: "deposit" | "expense" | "transfer";
@@ -16156,8 +16160,6 @@ export interface operations {
16156
16160
  }[];
16157
16161
  /** Format: uuid */
16158
16162
  recurringTemplateId?: string | null;
16159
- /** @enum {string} */
16160
- status: "active" | "inactive";
16161
16163
  matchers?: {
16162
16164
  bankAccountRef?: string | null;
16163
16165
  } | null;
@@ -16279,6 +16281,8 @@ export interface operations {
16279
16281
  content: {
16280
16282
  "application/json": {
16281
16283
  description: string;
16284
+ /** @enum {string} */
16285
+ status: "active" | "inactive";
16282
16286
  uniqueRef?: string | null;
16283
16287
  /** @enum {string} */
16284
16288
  type: "deposit" | "expense" | "transfer";
@@ -16358,8 +16362,6 @@ export interface operations {
16358
16362
  }[];
16359
16363
  /** Format: uuid */
16360
16364
  recurringTemplateId?: string | null;
16361
- /** @enum {string} */
16362
- status: "active" | "inactive";
16363
16365
  matchers?: {
16364
16366
  bankAccountRef?: string | null;
16365
16367
  } | null;
@@ -16484,6 +16486,8 @@ export interface operations {
16484
16486
  content: {
16485
16487
  "application/json": {
16486
16488
  description?: string;
16489
+ /** @enum {string|null} */
16490
+ status?: "active" | "inactive" | null;
16487
16491
  accountId?: string | null;
16488
16492
  contactId?: string | null;
16489
16493
  uniqueRef?: string | null;
@@ -16491,15 +16495,30 @@ export interface operations {
16491
16495
  type?: "deposit" | "expense" | "transfer";
16492
16496
  date?: string;
16493
16497
  currency?: string | null;
16498
+ payment?: {
16499
+ bankRecordIds?: string[];
16500
+ /** @enum {string} */
16501
+ status?: "unpaid" | "underpaid" | "overpaid" | "paid";
16502
+ date?: string | null;
16503
+ } | null;
16504
+ /** Format: uuid */
16505
+ connectionId?: string | null;
16506
+ /** Format: uuid */
16507
+ sourceId?: string | null;
16508
+ /** Format: uuid */
16509
+ recurringTemplateId?: string | null;
16510
+ matchers?: {
16511
+ bankAccountRef?: string | null;
16512
+ } | null;
16494
16513
  lines?: {
16495
16514
  recurringTemplateId?: string | null;
16496
16515
  uniqueRef?: string | null;
16497
- description: string;
16516
+ description?: string;
16498
16517
  accountId?: string | null;
16499
16518
  /** @enum {string|null} */
16500
16519
  assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
16501
16520
  /** @description Value in cents (100 = 1€) */
16502
- amount: number;
16521
+ amount?: number;
16503
16522
  markup?: {
16504
16523
  /** @description Value in cents (100 = 1€) */
16505
16524
  amount?: number | null;
@@ -16523,24 +16542,8 @@ export interface operations {
16523
16542
  customerId?: string | null;
16524
16543
  lineType?: string | null;
16525
16544
  } | null;
16526
- }[];
16527
- payment?: {
16528
- bankRecordIds?: string[];
16529
- /** @enum {string} */
16530
- status?: "unpaid" | "underpaid" | "overpaid" | "paid";
16531
- date?: string | null;
16532
- } | null;
16533
- /** Format: uuid */
16534
- connectionId?: string | null;
16535
- /** Format: uuid */
16536
- sourceId?: string | null;
16537
- /** Format: uuid */
16538
- recurringTemplateId?: string | null;
16539
- /** @enum {string|null} */
16540
- status?: "active" | "inactive" | null;
16541
- matchers?: {
16542
- bankAccountRef?: string | null;
16543
- } | null;
16545
+ id?: string;
16546
+ }[] | null;
16544
16547
  };
16545
16548
  };
16546
16549
  };
@@ -16553,6 +16556,8 @@ export interface operations {
16553
16556
  content: {
16554
16557
  "application/json": {
16555
16558
  description: string;
16559
+ /** @enum {string} */
16560
+ status: "active" | "inactive";
16556
16561
  uniqueRef?: string | null;
16557
16562
  /** @enum {string} */
16558
16563
  type: "deposit" | "expense" | "transfer";
@@ -16632,8 +16637,6 @@ export interface operations {
16632
16637
  }[];
16633
16638
  /** Format: uuid */
16634
16639
  recurringTemplateId?: string | null;
16635
- /** @enum {string} */
16636
- status: "active" | "inactive";
16637
16640
  matchers?: {
16638
16641
  bankAccountRef?: string | null;
16639
16642
  } | null;
@@ -16990,6 +16993,7 @@ export interface operations {
16990
16993
  tenantId?: string;
16991
16994
  appId?: string;
16992
16995
  status?: "active" | "inactive";
16996
+ isErrorState?: boolean;
16993
16997
  currentSyncStatus?: "queued" | "started" | "completed" | "failed" | "canceled";
16994
16998
  search?: string;
16995
16999
  limit?: number;
@@ -17378,6 +17382,8 @@ export interface operations {
17378
17382
  unArchivedRecords: number;
17379
17383
  transaction: {
17380
17384
  description: string;
17385
+ /** @enum {string} */
17386
+ status: "active" | "inactive";
17381
17387
  uniqueRef?: string | null;
17382
17388
  /** @enum {string} */
17383
17389
  type: "deposit" | "expense" | "transfer";
@@ -17457,8 +17463,6 @@ export interface operations {
17457
17463
  }[];
17458
17464
  /** Format: uuid */
17459
17465
  recurringTemplateId?: string | null;
17460
- /** @enum {string} */
17461
- status: "active" | "inactive";
17462
17466
  matchers?: {
17463
17467
  bankAccountRef?: string | null;
17464
17468
  } | null;
@@ -20382,8 +20386,6 @@ export interface operations {
20382
20386
  /** @enum {string} */
20383
20387
  type: "extract" | "automate" | "webhook";
20384
20388
  params?: Record<string, never>;
20385
- /** @enum {string} */
20386
- status: "queued" | "started" | "completed" | "failed" | "canceled";
20387
20389
  message?: string;
20388
20390
  connectionId?: string;
20389
20391
  triggerRef?: string;
@@ -20391,6 +20393,8 @@ export interface operations {
20391
20393
  automationId?: string;
20392
20394
  /** Format: uuid */
20393
20395
  id: string;
20396
+ /** @enum {string} */
20397
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
20394
20398
  subtasks: {
20395
20399
  params?: Record<string, never>;
20396
20400
  /** @enum {string} */
@@ -20469,8 +20473,6 @@ export interface operations {
20469
20473
  /** @enum {string} */
20470
20474
  type?: "extract" | "automate" | "webhook";
20471
20475
  params?: Record<string, never>;
20472
- /** @enum {string} */
20473
- status?: "queued" | "started" | "completed" | "failed" | "canceled";
20474
20476
  message?: string;
20475
20477
  connectionId?: string;
20476
20478
  triggerRef?: string;
@@ -20490,8 +20492,6 @@ export interface operations {
20490
20492
  /** @enum {string} */
20491
20493
  type: "extract" | "automate" | "webhook";
20492
20494
  params?: Record<string, never>;
20493
- /** @enum {string} */
20494
- status: "queued" | "started" | "completed" | "failed" | "canceled";
20495
20495
  message?: string;
20496
20496
  connectionId?: string;
20497
20497
  triggerRef?: string;
@@ -20499,6 +20499,8 @@ export interface operations {
20499
20499
  automationId?: string;
20500
20500
  /** Format: uuid */
20501
20501
  id: string;
20502
+ /** @enum {string} */
20503
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
20502
20504
  subtasks: {
20503
20505
  params?: Record<string, never>;
20504
20506
  /** @enum {string} */
@@ -20587,8 +20589,6 @@ export interface operations {
20587
20589
  data: {
20588
20590
  /** @enum {string} */
20589
20591
  type: "extract" | "automate" | "webhook";
20590
- /** @enum {string} */
20591
- status: "queued" | "started" | "completed" | "failed" | "canceled";
20592
20592
  message?: string;
20593
20593
  connectionId?: string;
20594
20594
  triggerRef?: string;
@@ -20596,6 +20596,8 @@ export interface operations {
20596
20596
  automationId?: string;
20597
20597
  /** Format: uuid */
20598
20598
  id: string;
20599
+ /** @enum {string} */
20600
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
20599
20601
  }[];
20600
20602
  pagination: {
20601
20603
  /** @default 100 */
@@ -20673,8 +20675,6 @@ export interface operations {
20673
20675
  /** @enum {string} */
20674
20676
  type: "extract" | "automate" | "webhook";
20675
20677
  params?: Record<string, never>;
20676
- /** @enum {string} */
20677
- status: "queued" | "started" | "completed" | "failed" | "canceled";
20678
20678
  message?: string;
20679
20679
  connectionId?: string;
20680
20680
  triggerRef?: string;
@@ -20694,8 +20694,6 @@ export interface operations {
20694
20694
  /** @enum {string} */
20695
20695
  type: "extract" | "automate" | "webhook";
20696
20696
  params?: Record<string, never>;
20697
- /** @enum {string} */
20698
- status: "queued" | "started" | "completed" | "failed" | "canceled";
20699
20697
  message?: string;
20700
20698
  connectionId?: string;
20701
20699
  triggerRef?: string;
@@ -20703,6 +20701,8 @@ export interface operations {
20703
20701
  automationId?: string;
20704
20702
  /** Format: uuid */
20705
20703
  id: string;
20704
+ /** @enum {string} */
20705
+ status: "queued" | "started" | "completed" | "failed" | "canceled";
20706
20706
  subtasks: {
20707
20707
  params?: Record<string, never>;
20708
20708
  /** @enum {string} */