@vrplatform/api 1.3.1-stage.3663 → 1.3.1-stage.3665

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.
@@ -3752,7 +3752,17 @@ export interface operations {
3752
3752
  currentSync?: {
3753
3753
  /** @enum {string} */
3754
3754
  status: "queued" | "started" | "completed" | "failed" | "canceled";
3755
+ /**
3756
+ * Format: date-time
3757
+ * @description Timestamp string with date, time, milliseconds, and timezone.
3758
+ * @example 2024-01-15T12:30:00.000+00:00
3759
+ */
3755
3760
  createdAt: string;
3761
+ /**
3762
+ * Format: date-time
3763
+ * @description Timestamp string with date, time, milliseconds, and timezone.
3764
+ * @example 2024-01-15T12:30:00.000+00:00
3765
+ */
3756
3766
  updatedAt: string;
3757
3767
  message?: string | null;
3758
3768
  } | null;
@@ -3967,7 +3977,17 @@ export interface operations {
3967
3977
  currentSync?: {
3968
3978
  /** @enum {string} */
3969
3979
  status: "queued" | "started" | "completed" | "failed" | "canceled";
3980
+ /**
3981
+ * Format: date-time
3982
+ * @description Timestamp string with date, time, milliseconds, and timezone.
3983
+ * @example 2024-01-15T12:30:00.000+00:00
3984
+ */
3970
3985
  createdAt: string;
3986
+ /**
3987
+ * Format: date-time
3988
+ * @description Timestamp string with date, time, milliseconds, and timezone.
3989
+ * @example 2024-01-15T12:30:00.000+00:00
3990
+ */
3971
3991
  updatedAt: string;
3972
3992
  message?: string | null;
3973
3993
  } | null;
@@ -4370,7 +4390,17 @@ export interface operations {
4370
4390
  currentSync?: {
4371
4391
  /** @enum {string} */
4372
4392
  status: "queued" | "started" | "completed" | "failed" | "canceled";
4393
+ /**
4394
+ * Format: date-time
4395
+ * @description Timestamp string with date, time, milliseconds, and timezone.
4396
+ * @example 2024-01-15T12:30:00.000+00:00
4397
+ */
4373
4398
  createdAt: string;
4399
+ /**
4400
+ * Format: date-time
4401
+ * @description Timestamp string with date, time, milliseconds, and timezone.
4402
+ * @example 2024-01-15T12:30:00.000+00:00
4403
+ */
4374
4404
  updatedAt: string;
4375
4405
  message?: string | null;
4376
4406
  } | null;
@@ -4577,7 +4607,17 @@ export interface operations {
4577
4607
  currentSync?: {
4578
4608
  /** @enum {string} */
4579
4609
  status: "queued" | "started" | "completed" | "failed" | "canceled";
4610
+ /**
4611
+ * Format: date-time
4612
+ * @description Timestamp string with date, time, milliseconds, and timezone.
4613
+ * @example 2024-01-15T12:30:00.000+00:00
4614
+ */
4580
4615
  createdAt: string;
4616
+ /**
4617
+ * Format: date-time
4618
+ * @description Timestamp string with date, time, milliseconds, and timezone.
4619
+ * @example 2024-01-15T12:30:00.000+00:00
4620
+ */
4581
4621
  updatedAt: string;
4582
4622
  message?: string | null;
4583
4623
  } | null;
@@ -4998,6 +5038,11 @@ export interface operations {
4998
5038
  /** Format: uuid */
4999
5039
  id: string;
5000
5040
  transactionId: string | null;
5041
+ /**
5042
+ * Format: date-time
5043
+ * @description Timestamp string with date, time, milliseconds, and timezone.
5044
+ * @example 2024-01-15T12:30:00.000+00:00
5045
+ */
5001
5046
  createdAt: string;
5002
5047
  filename: string;
5003
5048
  extension?: string | null;
@@ -5290,7 +5335,17 @@ export interface operations {
5290
5335
  currentSync?: {
5291
5336
  /** @enum {string} */
5292
5337
  status: "queued" | "started" | "completed" | "failed" | "canceled";
5338
+ /**
5339
+ * Format: date-time
5340
+ * @description Timestamp string with date, time, milliseconds, and timezone.
5341
+ * @example 2024-01-15T12:30:00.000+00:00
5342
+ */
5293
5343
  createdAt: string;
5344
+ /**
5345
+ * Format: date-time
5346
+ * @description Timestamp string with date, time, milliseconds, and timezone.
5347
+ * @example 2024-01-15T12:30:00.000+00:00
5348
+ */
5294
5349
  updatedAt: string;
5295
5350
  message?: string | null;
5296
5351
  } | null;
@@ -5489,7 +5544,17 @@ export interface operations {
5489
5544
  currentSync?: {
5490
5545
  /** @enum {string} */
5491
5546
  status: "queued" | "started" | "completed" | "failed" | "canceled";
5547
+ /**
5548
+ * Format: date-time
5549
+ * @description Timestamp string with date, time, milliseconds, and timezone.
5550
+ * @example 2024-01-15T12:30:00.000+00:00
5551
+ */
5492
5552
  createdAt: string;
5553
+ /**
5554
+ * Format: date-time
5555
+ * @description Timestamp string with date, time, milliseconds, and timezone.
5556
+ * @example 2024-01-15T12:30:00.000+00:00
5557
+ */
5493
5558
  updatedAt: string;
5494
5559
  message?: string | null;
5495
5560
  } | null;
@@ -6186,6 +6251,11 @@ export interface operations {
6186
6251
  name: string | null;
6187
6252
  email: string | null;
6188
6253
  };
6254
+ /**
6255
+ * Format: date-time
6256
+ * @description Timestamp string with date, time, milliseconds, and timezone.
6257
+ * @example 2024-01-15T12:30:00.000+00:00
6258
+ */
6189
6259
  createdAt: string;
6190
6260
  source: string | null;
6191
6261
  apiVersion: string;
@@ -6330,6 +6400,11 @@ export interface operations {
6330
6400
  name: string | null;
6331
6401
  email: string | null;
6332
6402
  };
6403
+ /**
6404
+ * Format: date-time
6405
+ * @description Timestamp string with date, time, milliseconds, and timezone.
6406
+ * @example 2024-01-15T12:30:00.000+00:00
6407
+ */
6333
6408
  createdAt: string;
6334
6409
  source: string | null;
6335
6410
  apiVersion: string;
@@ -6616,6 +6691,11 @@ export interface operations {
6616
6691
  /** @enum {string} */
6617
6692
  status: "running" | "completed" | "failed" | "skipped_locked";
6618
6693
  attemptNum: number;
6694
+ /**
6695
+ * Format: date-time
6696
+ * @description Timestamp string with date, time, milliseconds, and timezone.
6697
+ * @example 2024-01-15T12:30:00.000+00:00
6698
+ */
6619
6699
  startedAt: string;
6620
6700
  finishedAt: string | null;
6621
6701
  workerId: string | null;
@@ -6624,6 +6704,11 @@ export interface operations {
6624
6704
  retryable: boolean | null;
6625
6705
  errorMessage: string | null;
6626
6706
  } | null;
6707
+ /**
6708
+ * Format: date-time
6709
+ * @description Timestamp string with date, time, milliseconds, and timezone.
6710
+ * @example 2024-01-15T12:30:00.000+00:00
6711
+ */
6627
6712
  createdAt: string;
6628
6713
  }[];
6629
6714
  pagination: {
@@ -6764,6 +6849,11 @@ export interface operations {
6764
6849
  rootEntityId: string | null;
6765
6850
  /** @enum {string} */
6766
6851
  operation: "insert" | "update" | "delete";
6852
+ /**
6853
+ * Format: date-time
6854
+ * @description Timestamp string with date, time, milliseconds, and timezone.
6855
+ * @example 2024-01-15T12:30:00.000+00:00
6856
+ */
6767
6857
  changedAt: string;
6768
6858
  apiVersion: string;
6769
6859
  changedFields: string[];
@@ -6931,6 +7021,11 @@ export interface operations {
6931
7021
  } & {
6932
7022
  [key: string]: unknown;
6933
7023
  };
7024
+ /**
7025
+ * Format: date-time
7026
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7027
+ * @example 2024-01-15T12:30:00.000+00:00
7028
+ */
6934
7029
  createdAt: string;
6935
7030
  action: {
6936
7031
  /** Format: uuid */
@@ -7078,6 +7173,11 @@ export interface operations {
7078
7173
  type: "action";
7079
7174
  /** Format: uuid */
7080
7175
  id: string;
7176
+ /**
7177
+ * Format: date-time
7178
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7179
+ * @example 2024-01-15T12:30:00.000+00:00
7180
+ */
7081
7181
  timestamp: string;
7082
7182
  actionId: string | null;
7083
7183
  effectId: string | null;
@@ -7105,6 +7205,11 @@ export interface operations {
7105
7205
  type: "effect";
7106
7206
  /** Format: uuid */
7107
7207
  id: string;
7208
+ /**
7209
+ * Format: date-time
7210
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7211
+ * @example 2024-01-15T12:30:00.000+00:00
7212
+ */
7108
7213
  timestamp: string;
7109
7214
  actionId: string | null;
7110
7215
  effectId: string | null;
@@ -7131,6 +7236,11 @@ export interface operations {
7131
7236
  type: "effect_attempt";
7132
7237
  /** Format: uuid */
7133
7238
  id: string;
7239
+ /**
7240
+ * Format: date-time
7241
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7242
+ * @example 2024-01-15T12:30:00.000+00:00
7243
+ */
7134
7244
  timestamp: string;
7135
7245
  actionId: string | null;
7136
7246
  effectId: string | null;
@@ -7141,6 +7251,11 @@ export interface operations {
7141
7251
  /** @enum {string} */
7142
7252
  status: "running" | "completed" | "failed" | "skipped_locked";
7143
7253
  attemptNum: number;
7254
+ /**
7255
+ * Format: date-time
7256
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7257
+ * @example 2024-01-15T12:30:00.000+00:00
7258
+ */
7144
7259
  startedAt: string;
7145
7260
  finishedAt: string | null;
7146
7261
  workerId: string | null;
@@ -7154,6 +7269,11 @@ export interface operations {
7154
7269
  type: "mutation";
7155
7270
  /** Format: uuid */
7156
7271
  id: string;
7272
+ /**
7273
+ * Format: date-time
7274
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7275
+ * @example 2024-01-15T12:30:00.000+00:00
7276
+ */
7157
7277
  timestamp: string;
7158
7278
  actionId: string | null;
7159
7279
  effectId: string | null;
@@ -7183,6 +7303,11 @@ export interface operations {
7183
7303
  type: "journal_delta";
7184
7304
  /** Format: uuid */
7185
7305
  id: string;
7306
+ /**
7307
+ * Format: date-time
7308
+ * @description Timestamp string with date, time, milliseconds, and timezone.
7309
+ * @example 2024-01-15T12:30:00.000+00:00
7310
+ */
7186
7311
  timestamp: string;
7187
7312
  actionId: string | null;
7188
7313
  effectId: string | null;
@@ -10788,13 +10913,33 @@ export interface operations {
10788
10913
  importers?: string[] | null;
10789
10914
  extractors?: string[] | null;
10790
10915
  };
10916
+ /**
10917
+ * Format: date-time
10918
+ * @description Timestamp string with date, time, milliseconds, and timezone.
10919
+ * @example 2024-01-15T12:30:00.000+00:00
10920
+ */
10791
10921
  createdAt: string;
10922
+ /**
10923
+ * Format: date-time
10924
+ * @description Timestamp string with date, time, milliseconds, and timezone.
10925
+ * @example 2024-01-15T12:30:00.000+00:00
10926
+ */
10792
10927
  updatedAt: string;
10793
10928
  isErrorState: boolean;
10794
10929
  currentSync?: {
10795
10930
  /** @enum {string} */
10796
10931
  status: "queued" | "started" | "completed" | "failed" | "canceled";
10932
+ /**
10933
+ * Format: date-time
10934
+ * @description Timestamp string with date, time, milliseconds, and timezone.
10935
+ * @example 2024-01-15T12:30:00.000+00:00
10936
+ */
10797
10937
  createdAt: string;
10938
+ /**
10939
+ * Format: date-time
10940
+ * @description Timestamp string with date, time, milliseconds, and timezone.
10941
+ * @example 2024-01-15T12:30:00.000+00:00
10942
+ */
10798
10943
  updatedAt: string;
10799
10944
  message?: string | null;
10800
10945
  } | null;
@@ -10941,13 +11086,33 @@ export interface operations {
10941
11086
  importers?: string[] | null;
10942
11087
  extractors?: string[] | null;
10943
11088
  };
11089
+ /**
11090
+ * Format: date-time
11091
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11092
+ * @example 2024-01-15T12:30:00.000+00:00
11093
+ */
10944
11094
  createdAt: string;
11095
+ /**
11096
+ * Format: date-time
11097
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11098
+ * @example 2024-01-15T12:30:00.000+00:00
11099
+ */
10945
11100
  updatedAt: string;
10946
11101
  isErrorState: boolean;
10947
11102
  currentSync?: {
10948
11103
  /** @enum {string} */
10949
11104
  status: "queued" | "started" | "completed" | "failed" | "canceled";
11105
+ /**
11106
+ * Format: date-time
11107
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11108
+ * @example 2024-01-15T12:30:00.000+00:00
11109
+ */
10950
11110
  createdAt: string;
11111
+ /**
11112
+ * Format: date-time
11113
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11114
+ * @example 2024-01-15T12:30:00.000+00:00
11115
+ */
10951
11116
  updatedAt: string;
10952
11117
  message?: string | null;
10953
11118
  } | null;
@@ -11323,13 +11488,33 @@ export interface operations {
11323
11488
  importers?: string[] | null;
11324
11489
  extractors?: string[] | null;
11325
11490
  };
11491
+ /**
11492
+ * Format: date-time
11493
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11494
+ * @example 2024-01-15T12:30:00.000+00:00
11495
+ */
11326
11496
  createdAt: string;
11497
+ /**
11498
+ * Format: date-time
11499
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11500
+ * @example 2024-01-15T12:30:00.000+00:00
11501
+ */
11327
11502
  updatedAt: string;
11328
11503
  isErrorState: boolean;
11329
11504
  currentSync?: {
11330
11505
  /** @enum {string} */
11331
11506
  status: "queued" | "started" | "completed" | "failed" | "canceled";
11507
+ /**
11508
+ * Format: date-time
11509
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11510
+ * @example 2024-01-15T12:30:00.000+00:00
11511
+ */
11332
11512
  createdAt: string;
11513
+ /**
11514
+ * Format: date-time
11515
+ * @description Timestamp string with date, time, milliseconds, and timezone.
11516
+ * @example 2024-01-15T12:30:00.000+00:00
11517
+ */
11333
11518
  updatedAt: string;
11334
11519
  message?: string | null;
11335
11520
  } | null;
@@ -15631,7 +15816,17 @@ export interface operations {
15631
15816
  isSelected: boolean;
15632
15817
  isSelectedForIcon: boolean;
15633
15818
  isSelectedForLogo: boolean;
15819
+ /**
15820
+ * Format: date-time
15821
+ * @description Timestamp string with date, time, milliseconds, and timezone.
15822
+ * @example 2024-01-15T12:30:00.000+00:00
15823
+ */
15634
15824
  createdAt: string;
15825
+ /**
15826
+ * Format: date-time
15827
+ * @description Timestamp string with date, time, milliseconds, and timezone.
15828
+ * @example 2024-01-15T12:30:00.000+00:00
15829
+ */
15635
15830
  updatedAt: string;
15636
15831
  }[];
15637
15832
  };
@@ -15754,7 +15949,17 @@ export interface operations {
15754
15949
  isSelected: boolean;
15755
15950
  isSelectedForIcon: boolean;
15756
15951
  isSelectedForLogo: boolean;
15952
+ /**
15953
+ * Format: date-time
15954
+ * @description Timestamp string with date, time, milliseconds, and timezone.
15955
+ * @example 2024-01-15T12:30:00.000+00:00
15956
+ */
15757
15957
  createdAt: string;
15958
+ /**
15959
+ * Format: date-time
15960
+ * @description Timestamp string with date, time, milliseconds, and timezone.
15961
+ * @example 2024-01-15T12:30:00.000+00:00
15962
+ */
15758
15963
  updatedAt: string;
15759
15964
  }[];
15760
15965
  };
@@ -15876,7 +16081,17 @@ export interface operations {
15876
16081
  isSelected: boolean;
15877
16082
  isSelectedForIcon: boolean;
15878
16083
  isSelectedForLogo: boolean;
16084
+ /**
16085
+ * Format: date-time
16086
+ * @description Timestamp string with date, time, milliseconds, and timezone.
16087
+ * @example 2024-01-15T12:30:00.000+00:00
16088
+ */
15879
16089
  createdAt: string;
16090
+ /**
16091
+ * Format: date-time
16092
+ * @description Timestamp string with date, time, milliseconds, and timezone.
16093
+ * @example 2024-01-15T12:30:00.000+00:00
16094
+ */
15880
16095
  updatedAt: string;
15881
16096
  };
15882
16097
  };
@@ -16124,7 +16339,17 @@ export interface operations {
16124
16339
  isSelected: boolean;
16125
16340
  isSelectedForIcon: boolean;
16126
16341
  isSelectedForLogo: boolean;
16342
+ /**
16343
+ * Format: date-time
16344
+ * @description Timestamp string with date, time, milliseconds, and timezone.
16345
+ * @example 2024-01-15T12:30:00.000+00:00
16346
+ */
16127
16347
  createdAt: string;
16348
+ /**
16349
+ * Format: date-time
16350
+ * @description Timestamp string with date, time, milliseconds, and timezone.
16351
+ * @example 2024-01-15T12:30:00.000+00:00
16352
+ */
16128
16353
  updatedAt: string;
16129
16354
  };
16130
16355
  };
@@ -19789,6 +20014,11 @@ export interface operations {
19789
20014
  phone?: string;
19790
20015
  /** Format: uuid */
19791
20016
  partnerId?: string;
20017
+ /**
20018
+ * Format: date-time
20019
+ * @description Timestamp string with date, time, milliseconds, and timezone.
20020
+ * @example 2024-01-15T12:30:00.000+00:00
20021
+ */
19792
20022
  createdAt: string;
19793
20023
  ownerAccess: {
19794
20024
  /** Format: uuid */
@@ -39883,6 +40113,11 @@ export interface operations {
39883
40113
  /** @enum {string} */
39884
40114
  status: "active" | "inactive";
39885
40115
  }[];
40116
+ /**
40117
+ * Format: date-time
40118
+ * @description Timestamp string with date, time, milliseconds, and timezone.
40119
+ * @example 2024-01-15T12:30:00.000+00:00
40120
+ */
39886
40121
  createdAt: string;
39887
40122
  systemSections: {
39888
40123
  id?: string | null;
@@ -40561,6 +40796,11 @@ export interface operations {
40561
40796
  /** Format: uuid */
40562
40797
  id: string;
40563
40798
  transactionId: string | null;
40799
+ /**
40800
+ * Format: date-time
40801
+ * @description Timestamp string with date, time, milliseconds, and timezone.
40802
+ * @example 2024-01-15T12:30:00.000+00:00
40803
+ */
40564
40804
  createdAt: string;
40565
40805
  filename: string;
40566
40806
  extension?: string | null;
@@ -41098,6 +41338,11 @@ export interface operations {
41098
41338
  /** @enum {string} */
41099
41339
  status: "active" | "inactive";
41100
41340
  }[];
41341
+ /**
41342
+ * Format: date-time
41343
+ * @description Timestamp string with date, time, milliseconds, and timezone.
41344
+ * @example 2024-01-15T12:30:00.000+00:00
41345
+ */
41101
41346
  createdAt: string;
41102
41347
  systemSections: {
41103
41348
  id?: string | null;
@@ -41776,6 +42021,11 @@ export interface operations {
41776
42021
  /** Format: uuid */
41777
42022
  id: string;
41778
42023
  transactionId: string | null;
42024
+ /**
42025
+ * Format: date-time
42026
+ * @description Timestamp string with date, time, milliseconds, and timezone.
42027
+ * @example 2024-01-15T12:30:00.000+00:00
42028
+ */
41779
42029
  createdAt: string;
41780
42030
  filename: string;
41781
42031
  extension?: string | null;
@@ -42330,6 +42580,11 @@ export interface operations {
42330
42580
  /** @enum {string} */
42331
42581
  status: "active" | "inactive";
42332
42582
  }[];
42583
+ /**
42584
+ * Format: date-time
42585
+ * @description Timestamp string with date, time, milliseconds, and timezone.
42586
+ * @example 2024-01-15T12:30:00.000+00:00
42587
+ */
42333
42588
  createdAt: string;
42334
42589
  systemSections: {
42335
42590
  id?: string | null;
@@ -42636,6 +42891,11 @@ export interface operations {
42636
42891
  /** @enum {string} */
42637
42892
  status: "active" | "inactive";
42638
42893
  }[];
42894
+ /**
42895
+ * Format: date-time
42896
+ * @description Timestamp string with date, time, milliseconds, and timezone.
42897
+ * @example 2024-01-15T12:30:00.000+00:00
42898
+ */
42639
42899
  createdAt: string;
42640
42900
  systemSections: {
42641
42901
  id?: string | null;
@@ -42852,6 +43112,11 @@ export interface operations {
42852
43112
  /** @enum {string} */
42853
43113
  status: "active" | "inactive";
42854
43114
  }[];
43115
+ /**
43116
+ * Format: date-time
43117
+ * @description Timestamp string with date, time, milliseconds, and timezone.
43118
+ * @example 2024-01-15T12:30:00.000+00:00
43119
+ */
42855
43120
  createdAt: string;
42856
43121
  systemSections: {
42857
43122
  id?: string | null;
@@ -43150,6 +43415,11 @@ export interface operations {
43150
43415
  /** @enum {string} */
43151
43416
  status: "active" | "inactive";
43152
43417
  }[];
43418
+ /**
43419
+ * Format: date-time
43420
+ * @description Timestamp string with date, time, milliseconds, and timezone.
43421
+ * @example 2024-01-15T12:30:00.000+00:00
43422
+ */
43153
43423
  createdAt: string;
43154
43424
  systemSections: {
43155
43425
  id?: string | null;
@@ -43566,6 +43836,11 @@ export interface operations {
43566
43836
  /** Format: uuid */
43567
43837
  id: string;
43568
43838
  transactionId: string | null;
43839
+ /**
43840
+ * Format: date-time
43841
+ * @description Timestamp string with date, time, milliseconds, and timezone.
43842
+ * @example 2024-01-15T12:30:00.000+00:00
43843
+ */
43569
43844
  createdAt: string;
43570
43845
  filename: string;
43571
43846
  extension?: string | null;
@@ -44525,6 +44800,11 @@ export interface operations {
44525
44800
  /** @enum {string} */
44526
44801
  status: "active" | "inactive";
44527
44802
  }[];
44803
+ /**
44804
+ * Format: date-time
44805
+ * @description Timestamp string with date, time, milliseconds, and timezone.
44806
+ * @example 2024-01-15T12:30:00.000+00:00
44807
+ */
44528
44808
  createdAt: string;
44529
44809
  systemSections: {
44530
44810
  id?: string | null;
@@ -45203,6 +45483,11 @@ export interface operations {
45203
45483
  /** Format: uuid */
45204
45484
  id: string;
45205
45485
  transactionId: string | null;
45486
+ /**
45487
+ * Format: date-time
45488
+ * @description Timestamp string with date, time, milliseconds, and timezone.
45489
+ * @example 2024-01-15T12:30:00.000+00:00
45490
+ */
45206
45491
  createdAt: string;
45207
45492
  filename: string;
45208
45493
  extension?: string | null;
@@ -45745,6 +46030,11 @@ export interface operations {
45745
46030
  /** @enum {string} */
45746
46031
  status: "active" | "inactive";
45747
46032
  }[];
46033
+ /**
46034
+ * Format: date-time
46035
+ * @description Timestamp string with date, time, milliseconds, and timezone.
46036
+ * @example 2024-01-15T12:30:00.000+00:00
46037
+ */
45748
46038
  createdAt: string;
45749
46039
  systemSections: {
45750
46040
  id?: string | null;
@@ -46423,6 +46713,11 @@ export interface operations {
46423
46713
  /** Format: uuid */
46424
46714
  id: string;
46425
46715
  transactionId: string | null;
46716
+ /**
46717
+ * Format: date-time
46718
+ * @description Timestamp string with date, time, milliseconds, and timezone.
46719
+ * @example 2024-01-15T12:30:00.000+00:00
46720
+ */
46426
46721
  createdAt: string;
46427
46722
  filename: string;
46428
46723
  extension?: string | null;
@@ -52957,6 +53252,11 @@ export interface operations {
52957
53252
  /** Format: uuid */
52958
53253
  id: string;
52959
53254
  transactionId: string | null;
53255
+ /**
53256
+ * Format: date-time
53257
+ * @description Timestamp string with date, time, milliseconds, and timezone.
53258
+ * @example 2024-01-15T12:30:00.000+00:00
53259
+ */
52960
53260
  createdAt: string;
52961
53261
  filename: string;
52962
53262
  extension?: string | null;
@@ -53184,6 +53484,11 @@ export interface operations {
53184
53484
  /** Format: uuid */
53185
53485
  id: string;
53186
53486
  transactionId: string | null;
53487
+ /**
53488
+ * Format: date-time
53489
+ * @description Timestamp string with date, time, milliseconds, and timezone.
53490
+ * @example 2024-01-15T12:30:00.000+00:00
53491
+ */
53187
53492
  createdAt: string;
53188
53493
  filename: string;
53189
53494
  extension?: string | null;
@@ -53605,6 +53910,11 @@ export interface operations {
53605
53910
  /** Format: uuid */
53606
53911
  id: string;
53607
53912
  transactionId: string | null;
53913
+ /**
53914
+ * Format: date-time
53915
+ * @description Timestamp string with date, time, milliseconds, and timezone.
53916
+ * @example 2024-01-15T12:30:00.000+00:00
53917
+ */
53608
53918
  createdAt: string;
53609
53919
  filename: string;
53610
53920
  extension?: string | null;
@@ -54034,6 +54344,11 @@ export interface operations {
54034
54344
  /** Format: uuid */
54035
54345
  id: string;
54036
54346
  transactionId: string | null;
54347
+ /**
54348
+ * Format: date-time
54349
+ * @description Timestamp string with date, time, milliseconds, and timezone.
54350
+ * @example 2024-01-15T12:30:00.000+00:00
54351
+ */
54037
54352
  createdAt: string;
54038
54353
  filename: string;
54039
54354
  extension?: string | null;
@@ -56990,6 +57305,11 @@ export interface operations {
56990
57305
  /** Format: uuid */
56991
57306
  id: string;
56992
57307
  transactionId: string | null;
57308
+ /**
57309
+ * Format: date-time
57310
+ * @description Timestamp string with date, time, milliseconds, and timezone.
57311
+ * @example 2024-01-15T12:30:00.000+00:00
57312
+ */
56993
57313
  createdAt: string;
56994
57314
  filename: string;
56995
57315
  extension?: string | null;
@@ -57473,6 +57793,11 @@ export interface operations {
57473
57793
  /** Format: uuid */
57474
57794
  id: string;
57475
57795
  transactionId: string | null;
57796
+ /**
57797
+ * Format: date-time
57798
+ * @description Timestamp string with date, time, milliseconds, and timezone.
57799
+ * @example 2024-01-15T12:30:00.000+00:00
57800
+ */
57476
57801
  createdAt: string;
57477
57802
  filename: string;
57478
57803
  extension?: string | null;
@@ -57954,6 +58279,11 @@ export interface operations {
57954
58279
  /** Format: uuid */
57955
58280
  id: string;
57956
58281
  transactionId: string | null;
58282
+ /**
58283
+ * Format: date-time
58284
+ * @description Timestamp string with date, time, milliseconds, and timezone.
58285
+ * @example 2024-01-15T12:30:00.000+00:00
58286
+ */
57957
58287
  createdAt: string;
57958
58288
  filename: string;
57959
58289
  extension?: string | null;
@@ -58441,6 +58771,11 @@ export interface operations {
58441
58771
  /** Format: uuid */
58442
58772
  id: string;
58443
58773
  transactionId: string | null;
58774
+ /**
58775
+ * Format: date-time
58776
+ * @description Timestamp string with date, time, milliseconds, and timezone.
58777
+ * @example 2024-01-15T12:30:00.000+00:00
58778
+ */
58444
58779
  createdAt: string;
58445
58780
  filename: string;
58446
58781
  extension?: string | null;