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