@seamapi/types 1.771.0 → 1.773.0
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/dist/connect.cjs +494 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +789 -84
- package/dist/index.cjs +494 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +516 -0
- package/lib/seam/connect/openapi.js +488 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +249 -60
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/openapi.ts +539 -2
- package/src/lib/seam/connect/route-types.ts +269 -60
|
@@ -488,7 +488,7 @@ export type Routes = {
|
|
|
488
488
|
message: string;
|
|
489
489
|
} | {
|
|
490
490
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
491
|
-
type: '
|
|
491
|
+
type: 'encoder_communication_timeout';
|
|
492
492
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
493
493
|
message: string;
|
|
494
494
|
} | {
|
|
@@ -817,7 +817,7 @@ export type Routes = {
|
|
|
817
817
|
message: string;
|
|
818
818
|
} | {
|
|
819
819
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
820
|
-
type: '
|
|
820
|
+
type: 'encoder_communication_timeout';
|
|
821
821
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
822
822
|
message: string;
|
|
823
823
|
} | {
|
|
@@ -2891,7 +2891,7 @@ export type Routes = {
|
|
|
2891
2891
|
message: string;
|
|
2892
2892
|
} | {
|
|
2893
2893
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
2894
|
-
type: '
|
|
2894
|
+
type: 'encoder_communication_timeout';
|
|
2895
2895
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2896
2896
|
message: string;
|
|
2897
2897
|
} | {
|
|
@@ -3220,7 +3220,7 @@ export type Routes = {
|
|
|
3220
3220
|
message: string;
|
|
3221
3221
|
} | {
|
|
3222
3222
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
3223
|
-
type: '
|
|
3223
|
+
type: 'encoder_communication_timeout';
|
|
3224
3224
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3225
3225
|
message: string;
|
|
3226
3226
|
} | {
|
|
@@ -6989,7 +6989,7 @@ export type Routes = {
|
|
|
6989
6989
|
message: string;
|
|
6990
6990
|
} | {
|
|
6991
6991
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
6992
|
-
type: '
|
|
6992
|
+
type: 'encoder_communication_timeout';
|
|
6993
6993
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6994
6994
|
message: string;
|
|
6995
6995
|
} | {
|
|
@@ -7318,7 +7318,7 @@ export type Routes = {
|
|
|
7318
7318
|
message: string;
|
|
7319
7319
|
} | {
|
|
7320
7320
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
7321
|
-
type: '
|
|
7321
|
+
type: 'encoder_communication_timeout';
|
|
7322
7322
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7323
7323
|
message: string;
|
|
7324
7324
|
} | {
|
|
@@ -9428,7 +9428,7 @@ export type Routes = {
|
|
|
9428
9428
|
message: string;
|
|
9429
9429
|
} | {
|
|
9430
9430
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
9431
|
-
type: '
|
|
9431
|
+
type: 'encoder_communication_timeout';
|
|
9432
9432
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9433
9433
|
message: string;
|
|
9434
9434
|
} | {
|
|
@@ -9757,7 +9757,7 @@ export type Routes = {
|
|
|
9757
9757
|
message: string;
|
|
9758
9758
|
} | {
|
|
9759
9759
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
9760
|
-
type: '
|
|
9760
|
+
type: 'encoder_communication_timeout';
|
|
9761
9761
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9762
9762
|
message: string;
|
|
9763
9763
|
} | {
|
|
@@ -14048,7 +14048,7 @@ export type Routes = {
|
|
|
14048
14048
|
message: string;
|
|
14049
14049
|
} | {
|
|
14050
14050
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
14051
|
-
type: '
|
|
14051
|
+
type: 'encoder_communication_timeout';
|
|
14052
14052
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14053
14053
|
message: string;
|
|
14054
14054
|
} | {
|
|
@@ -14377,7 +14377,7 @@ export type Routes = {
|
|
|
14377
14377
|
message: string;
|
|
14378
14378
|
} | {
|
|
14379
14379
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
14380
|
-
type: '
|
|
14380
|
+
type: 'encoder_communication_timeout';
|
|
14381
14381
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14382
14382
|
message: string;
|
|
14383
14383
|
} | {
|
|
@@ -20627,7 +20627,7 @@ export type Routes = {
|
|
|
20627
20627
|
message: string;
|
|
20628
20628
|
} | {
|
|
20629
20629
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
20630
|
-
type: '
|
|
20630
|
+
type: 'encoder_communication_timeout';
|
|
20631
20631
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20632
20632
|
message: string;
|
|
20633
20633
|
} | {
|
|
@@ -20956,7 +20956,7 @@ export type Routes = {
|
|
|
20956
20956
|
message: string;
|
|
20957
20957
|
} | {
|
|
20958
20958
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
20959
|
-
type: '
|
|
20959
|
+
type: 'encoder_communication_timeout';
|
|
20960
20960
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20961
20961
|
message: string;
|
|
20962
20962
|
} | {
|
|
@@ -22070,7 +22070,7 @@ export type Routes = {
|
|
|
22070
22070
|
message: string;
|
|
22071
22071
|
} | {
|
|
22072
22072
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
22073
|
-
type: '
|
|
22073
|
+
type: 'encoder_communication_timeout';
|
|
22074
22074
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22075
22075
|
message: string;
|
|
22076
22076
|
} | {
|
|
@@ -22399,7 +22399,7 @@ export type Routes = {
|
|
|
22399
22399
|
message: string;
|
|
22400
22400
|
} | {
|
|
22401
22401
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
22402
|
-
type: '
|
|
22402
|
+
type: 'encoder_communication_timeout';
|
|
22403
22403
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22404
22404
|
message: string;
|
|
22405
22405
|
} | {
|
|
@@ -23975,7 +23975,7 @@ export type Routes = {
|
|
|
23975
23975
|
message: string;
|
|
23976
23976
|
} | {
|
|
23977
23977
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
23978
|
-
type: '
|
|
23978
|
+
type: 'encoder_communication_timeout';
|
|
23979
23979
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23980
23980
|
message: string;
|
|
23981
23981
|
} | {
|
|
@@ -24304,7 +24304,7 @@ export type Routes = {
|
|
|
24304
24304
|
message: string;
|
|
24305
24305
|
} | {
|
|
24306
24306
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
24307
|
-
type: '
|
|
24307
|
+
type: 'encoder_communication_timeout';
|
|
24308
24308
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24309
24309
|
message: string;
|
|
24310
24310
|
} | {
|
|
@@ -27347,7 +27347,7 @@ export type Routes = {
|
|
|
27347
27347
|
message: string;
|
|
27348
27348
|
} | {
|
|
27349
27349
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
27350
|
-
type: '
|
|
27350
|
+
type: 'encoder_communication_timeout';
|
|
27351
27351
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27352
27352
|
message: string;
|
|
27353
27353
|
} | {
|
|
@@ -27676,7 +27676,7 @@ export type Routes = {
|
|
|
27676
27676
|
message: string;
|
|
27677
27677
|
} | {
|
|
27678
27678
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
27679
|
-
type: '
|
|
27679
|
+
type: 'encoder_communication_timeout';
|
|
27680
27680
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27681
27681
|
message: string;
|
|
27682
27682
|
} | {
|
|
@@ -28683,7 +28683,7 @@ export type Routes = {
|
|
|
28683
28683
|
message: string;
|
|
28684
28684
|
} | {
|
|
28685
28685
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
28686
|
-
type: '
|
|
28686
|
+
type: 'encoder_communication_timeout';
|
|
28687
28687
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28688
28688
|
message: string;
|
|
28689
28689
|
} | {
|
|
@@ -29012,7 +29012,7 @@ export type Routes = {
|
|
|
29012
29012
|
message: string;
|
|
29013
29013
|
} | {
|
|
29014
29014
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
29015
|
-
type: '
|
|
29015
|
+
type: 'encoder_communication_timeout';
|
|
29016
29016
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29017
29017
|
message: string;
|
|
29018
29018
|
} | {
|
|
@@ -41540,7 +41540,7 @@ export type Routes = {
|
|
|
41540
41540
|
message: string;
|
|
41541
41541
|
} | {
|
|
41542
41542
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
41543
|
-
type: '
|
|
41543
|
+
type: 'encoder_communication_timeout';
|
|
41544
41544
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
41545
41545
|
message: string;
|
|
41546
41546
|
} | {
|
|
@@ -41869,7 +41869,7 @@ export type Routes = {
|
|
|
41869
41869
|
message: string;
|
|
41870
41870
|
} | {
|
|
41871
41871
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
41872
|
-
type: '
|
|
41872
|
+
type: 'encoder_communication_timeout';
|
|
41873
41873
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
41874
41874
|
message: string;
|
|
41875
41875
|
} | {
|
|
@@ -48222,7 +48222,7 @@ export type Routes = {
|
|
|
48222
48222
|
message: string;
|
|
48223
48223
|
} | {
|
|
48224
48224
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
48225
|
-
type: '
|
|
48225
|
+
type: 'encoder_communication_timeout';
|
|
48226
48226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48227
48227
|
message: string;
|
|
48228
48228
|
} | {
|
|
@@ -48551,7 +48551,7 @@ export type Routes = {
|
|
|
48551
48551
|
message: string;
|
|
48552
48552
|
} | {
|
|
48553
48553
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
48554
|
-
type: '
|
|
48554
|
+
type: 'encoder_communication_timeout';
|
|
48555
48555
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48556
48556
|
message: string;
|
|
48557
48557
|
} | {
|
|
@@ -49559,7 +49559,7 @@ export type Routes = {
|
|
|
49559
49559
|
message: string;
|
|
49560
49560
|
} | {
|
|
49561
49561
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
49562
|
-
type: '
|
|
49562
|
+
type: 'encoder_communication_timeout';
|
|
49563
49563
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49564
49564
|
message: string;
|
|
49565
49565
|
} | {
|
|
@@ -49888,7 +49888,7 @@ export type Routes = {
|
|
|
49888
49888
|
message: string;
|
|
49889
49889
|
} | {
|
|
49890
49890
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
49891
|
-
type: '
|
|
49891
|
+
type: 'encoder_communication_timeout';
|
|
49892
49892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49893
49893
|
message: string;
|
|
49894
49894
|
} | {
|
|
@@ -50894,7 +50894,7 @@ export type Routes = {
|
|
|
50894
50894
|
message: string;
|
|
50895
50895
|
} | {
|
|
50896
50896
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
50897
|
-
type: '
|
|
50897
|
+
type: 'encoder_communication_timeout';
|
|
50898
50898
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50899
50899
|
message: string;
|
|
50900
50900
|
} | {
|
|
@@ -51223,7 +51223,7 @@ export type Routes = {
|
|
|
51223
51223
|
message: string;
|
|
51224
51224
|
} | {
|
|
51225
51225
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
51226
|
-
type: '
|
|
51226
|
+
type: 'encoder_communication_timeout';
|
|
51227
51227
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51228
51228
|
message: string;
|
|
51229
51229
|
} | {
|
|
@@ -52231,7 +52231,7 @@ export type Routes = {
|
|
|
52231
52231
|
message: string;
|
|
52232
52232
|
} | {
|
|
52233
52233
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
52234
|
-
type: '
|
|
52234
|
+
type: 'encoder_communication_timeout';
|
|
52235
52235
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52236
52236
|
message: string;
|
|
52237
52237
|
} | {
|
|
@@ -52560,7 +52560,7 @@ export type Routes = {
|
|
|
52560
52560
|
message: string;
|
|
52561
52561
|
} | {
|
|
52562
52562
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
52563
|
-
type: '
|
|
52563
|
+
type: 'encoder_communication_timeout';
|
|
52564
52564
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52565
52565
|
message: string;
|
|
52566
52566
|
} | {
|
|
@@ -56267,7 +56267,7 @@ export type Routes = {
|
|
|
56267
56267
|
message: string;
|
|
56268
56268
|
} | {
|
|
56269
56269
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
56270
|
-
type: '
|
|
56270
|
+
type: 'encoder_communication_timeout';
|
|
56271
56271
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56272
56272
|
message: string;
|
|
56273
56273
|
} | {
|
|
@@ -56596,7 +56596,7 @@ export type Routes = {
|
|
|
56596
56596
|
message: string;
|
|
56597
56597
|
} | {
|
|
56598
56598
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
56599
|
-
type: '
|
|
56599
|
+
type: 'encoder_communication_timeout';
|
|
56600
56600
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56601
56601
|
message: string;
|
|
56602
56602
|
} | {
|
|
@@ -57623,7 +57623,7 @@ export type Routes = {
|
|
|
57623
57623
|
message: string;
|
|
57624
57624
|
} | {
|
|
57625
57625
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
57626
|
-
type: '
|
|
57626
|
+
type: 'encoder_communication_timeout';
|
|
57627
57627
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57628
57628
|
message: string;
|
|
57629
57629
|
} | {
|
|
@@ -57952,7 +57952,7 @@ export type Routes = {
|
|
|
57952
57952
|
message: string;
|
|
57953
57953
|
} | {
|
|
57954
57954
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
57955
|
-
type: '
|
|
57955
|
+
type: 'encoder_communication_timeout';
|
|
57956
57956
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57957
57957
|
message: string;
|
|
57958
57958
|
} | {
|
|
@@ -59035,7 +59035,7 @@ export type Routes = {
|
|
|
59035
59035
|
message: string;
|
|
59036
59036
|
} | {
|
|
59037
59037
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
59038
|
-
type: '
|
|
59038
|
+
type: 'encoder_communication_timeout';
|
|
59039
59039
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59040
59040
|
message: string;
|
|
59041
59041
|
} | {
|
|
@@ -59364,7 +59364,7 @@ export type Routes = {
|
|
|
59364
59364
|
message: string;
|
|
59365
59365
|
} | {
|
|
59366
59366
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
59367
|
-
type: '
|
|
59367
|
+
type: 'encoder_communication_timeout';
|
|
59368
59368
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59369
59369
|
message: string;
|
|
59370
59370
|
} | {
|
|
@@ -61341,7 +61341,7 @@ export type Routes = {
|
|
|
61341
61341
|
message: string;
|
|
61342
61342
|
} | {
|
|
61343
61343
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
61344
|
-
type: '
|
|
61344
|
+
type: 'encoder_communication_timeout';
|
|
61345
61345
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61346
61346
|
message: string;
|
|
61347
61347
|
} | {
|
|
@@ -61670,7 +61670,7 @@ export type Routes = {
|
|
|
61670
61670
|
message: string;
|
|
61671
61671
|
} | {
|
|
61672
61672
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
61673
|
-
type: '
|
|
61673
|
+
type: 'encoder_communication_timeout';
|
|
61674
61674
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61675
61675
|
message: string;
|
|
61676
61676
|
} | {
|
|
@@ -62589,6 +62589,195 @@ export type Routes = {
|
|
|
62589
62589
|
};
|
|
62590
62590
|
maxDuration: undefined;
|
|
62591
62591
|
};
|
|
62592
|
+
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
62593
|
+
route: '/seam/customer/v1/connectors/ical/generate-config';
|
|
62594
|
+
method: 'POST';
|
|
62595
|
+
queryParams: {};
|
|
62596
|
+
jsonBody: {
|
|
62597
|
+
/** iCal feed URL to analyze */
|
|
62598
|
+
ical_url: string;
|
|
62599
|
+
};
|
|
62600
|
+
commonParams: {};
|
|
62601
|
+
formData: {};
|
|
62602
|
+
jsonResponse: {
|
|
62603
|
+
generated_config: {
|
|
62604
|
+
ical_config: {
|
|
62605
|
+
/** Optional filter to skip non-matching events */
|
|
62606
|
+
filter?: {
|
|
62607
|
+
/** iCal property name to match against */
|
|
62608
|
+
source: string;
|
|
62609
|
+
/** Regex pattern — events not matching are skipped */
|
|
62610
|
+
pattern: string;
|
|
62611
|
+
} | undefined;
|
|
62612
|
+
fields: {
|
|
62613
|
+
/** How to extract the reservation key (falls back to UID) */
|
|
62614
|
+
reservation_key?: {
|
|
62615
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62616
|
+
source: string;
|
|
62617
|
+
/** Regex with capture group to extract value from the property */
|
|
62618
|
+
pattern?: string | undefined;
|
|
62619
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62620
|
+
type?: 'date' | undefined;
|
|
62621
|
+
} | undefined;
|
|
62622
|
+
/** How to extract guest name */
|
|
62623
|
+
guest_name?: {
|
|
62624
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62625
|
+
source: string;
|
|
62626
|
+
/** Regex with capture group to extract value from the property */
|
|
62627
|
+
pattern?: string | undefined;
|
|
62628
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62629
|
+
type?: 'date' | undefined;
|
|
62630
|
+
} | undefined;
|
|
62631
|
+
/** How to extract guest email */
|
|
62632
|
+
guest_email?: {
|
|
62633
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62634
|
+
source: string;
|
|
62635
|
+
/** Regex with capture group to extract value from the property */
|
|
62636
|
+
pattern?: string | undefined;
|
|
62637
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62638
|
+
type?: 'date' | undefined;
|
|
62639
|
+
} | undefined;
|
|
62640
|
+
/** How to extract guest phone */
|
|
62641
|
+
guest_phone?: {
|
|
62642
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62643
|
+
source: string;
|
|
62644
|
+
/** Regex with capture group to extract value from the property */
|
|
62645
|
+
pattern?: string | undefined;
|
|
62646
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62647
|
+
type?: 'date' | undefined;
|
|
62648
|
+
} | undefined;
|
|
62649
|
+
/** How to extract check-in date */
|
|
62650
|
+
starts_at: {
|
|
62651
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62652
|
+
source: string;
|
|
62653
|
+
/** Regex with capture group to extract value from the property */
|
|
62654
|
+
pattern?: string | undefined;
|
|
62655
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62656
|
+
type?: 'date' | undefined;
|
|
62657
|
+
};
|
|
62658
|
+
/** How to extract check-out date */
|
|
62659
|
+
ends_at: {
|
|
62660
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62661
|
+
source: string;
|
|
62662
|
+
/** Regex with capture group to extract value from the property */
|
|
62663
|
+
pattern?: string | undefined;
|
|
62664
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62665
|
+
type?: 'date' | undefined;
|
|
62666
|
+
};
|
|
62667
|
+
};
|
|
62668
|
+
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
62669
|
+
time_zone?: string | undefined;
|
|
62670
|
+
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
62671
|
+
default_check_in_time?: string | undefined;
|
|
62672
|
+
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
62673
|
+
default_check_out_time?: string | undefined;
|
|
62674
|
+
};
|
|
62675
|
+
};
|
|
62676
|
+
};
|
|
62677
|
+
maxDuration: undefined;
|
|
62678
|
+
};
|
|
62679
|
+
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
62680
|
+
route: '/seam/customer/v1/connectors/ical/validate-config';
|
|
62681
|
+
method: 'POST';
|
|
62682
|
+
queryParams: {};
|
|
62683
|
+
jsonBody: {
|
|
62684
|
+
/** iCal feed URL to validate against */
|
|
62685
|
+
ical_url: string;
|
|
62686
|
+
/** Config to validate */
|
|
62687
|
+
ical_config: {
|
|
62688
|
+
/** Optional filter to skip non-matching events */
|
|
62689
|
+
filter?: {
|
|
62690
|
+
/** iCal property name to match against */
|
|
62691
|
+
source: string;
|
|
62692
|
+
/** Regex pattern — events not matching are skipped */
|
|
62693
|
+
pattern: string;
|
|
62694
|
+
} | undefined;
|
|
62695
|
+
fields: {
|
|
62696
|
+
/** How to extract the reservation key (falls back to UID) */
|
|
62697
|
+
reservation_key?: {
|
|
62698
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62699
|
+
source: string;
|
|
62700
|
+
/** Regex with capture group to extract value from the property */
|
|
62701
|
+
pattern?: string | undefined;
|
|
62702
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62703
|
+
type?: 'date' | undefined;
|
|
62704
|
+
} | undefined;
|
|
62705
|
+
/** How to extract guest name */
|
|
62706
|
+
guest_name?: {
|
|
62707
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62708
|
+
source: string;
|
|
62709
|
+
/** Regex with capture group to extract value from the property */
|
|
62710
|
+
pattern?: string | undefined;
|
|
62711
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62712
|
+
type?: 'date' | undefined;
|
|
62713
|
+
} | undefined;
|
|
62714
|
+
/** How to extract guest email */
|
|
62715
|
+
guest_email?: {
|
|
62716
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62717
|
+
source: string;
|
|
62718
|
+
/** Regex with capture group to extract value from the property */
|
|
62719
|
+
pattern?: string | undefined;
|
|
62720
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62721
|
+
type?: 'date' | undefined;
|
|
62722
|
+
} | undefined;
|
|
62723
|
+
/** How to extract guest phone */
|
|
62724
|
+
guest_phone?: {
|
|
62725
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62726
|
+
source: string;
|
|
62727
|
+
/** Regex with capture group to extract value from the property */
|
|
62728
|
+
pattern?: string | undefined;
|
|
62729
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62730
|
+
type?: 'date' | undefined;
|
|
62731
|
+
} | undefined;
|
|
62732
|
+
/** How to extract check-in date */
|
|
62733
|
+
starts_at: {
|
|
62734
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62735
|
+
source: string;
|
|
62736
|
+
/** Regex with capture group to extract value from the property */
|
|
62737
|
+
pattern?: string | undefined;
|
|
62738
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62739
|
+
type?: 'date' | undefined;
|
|
62740
|
+
};
|
|
62741
|
+
/** How to extract check-out date */
|
|
62742
|
+
ends_at: {
|
|
62743
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
62744
|
+
source: string;
|
|
62745
|
+
/** Regex with capture group to extract value from the property */
|
|
62746
|
+
pattern?: string | undefined;
|
|
62747
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
62748
|
+
type?: 'date' | undefined;
|
|
62749
|
+
};
|
|
62750
|
+
};
|
|
62751
|
+
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
62752
|
+
time_zone?: string | undefined;
|
|
62753
|
+
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
62754
|
+
default_check_in_time?: string | undefined;
|
|
62755
|
+
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
62756
|
+
default_check_out_time?: string | undefined;
|
|
62757
|
+
};
|
|
62758
|
+
};
|
|
62759
|
+
commonParams: {};
|
|
62760
|
+
formData: {};
|
|
62761
|
+
jsonResponse: {
|
|
62762
|
+
validation_result: {
|
|
62763
|
+
is_valid: boolean;
|
|
62764
|
+
total_events: number;
|
|
62765
|
+
matched_events: number;
|
|
62766
|
+
filtered_events: number;
|
|
62767
|
+
reservations: {
|
|
62768
|
+
uid: string;
|
|
62769
|
+
reservation_key: string | null;
|
|
62770
|
+
guest_name: string | null;
|
|
62771
|
+
guest_email: string | null;
|
|
62772
|
+
guest_phone: string | null;
|
|
62773
|
+
starts_at: string | null;
|
|
62774
|
+
ends_at: string | null;
|
|
62775
|
+
}[];
|
|
62776
|
+
errors: string[];
|
|
62777
|
+
};
|
|
62778
|
+
};
|
|
62779
|
+
maxDuration: undefined;
|
|
62780
|
+
};
|
|
62592
62781
|
'/seam/customer/v1/connectors/list': {
|
|
62593
62782
|
route: '/seam/customer/v1/connectors/list';
|
|
62594
62783
|
method: 'GET' | 'POST';
|
|
@@ -69992,7 +70181,7 @@ export type Routes = {
|
|
|
69992
70181
|
message: string;
|
|
69993
70182
|
} | {
|
|
69994
70183
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
69995
|
-
type: '
|
|
70184
|
+
type: 'encoder_communication_timeout';
|
|
69996
70185
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69997
70186
|
message: string;
|
|
69998
70187
|
} | {
|
|
@@ -70321,7 +70510,7 @@ export type Routes = {
|
|
|
70321
70510
|
message: string;
|
|
70322
70511
|
} | {
|
|
70323
70512
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
70324
|
-
type: '
|
|
70513
|
+
type: 'encoder_communication_timeout';
|
|
70325
70514
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70326
70515
|
message: string;
|
|
70327
70516
|
} | {
|
|
@@ -71333,7 +71522,7 @@ export type Routes = {
|
|
|
71333
71522
|
message: string;
|
|
71334
71523
|
} | {
|
|
71335
71524
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
71336
|
-
type: '
|
|
71525
|
+
type: 'encoder_communication_timeout';
|
|
71337
71526
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71338
71527
|
message: string;
|
|
71339
71528
|
} | {
|
|
@@ -71662,7 +71851,7 @@ export type Routes = {
|
|
|
71662
71851
|
message: string;
|
|
71663
71852
|
} | {
|
|
71664
71853
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
71665
|
-
type: '
|
|
71854
|
+
type: 'encoder_communication_timeout';
|
|
71666
71855
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71667
71856
|
message: string;
|
|
71668
71857
|
} | {
|
|
@@ -72780,7 +72969,7 @@ export type Routes = {
|
|
|
72780
72969
|
message: string;
|
|
72781
72970
|
} | {
|
|
72782
72971
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
72783
|
-
type: '
|
|
72972
|
+
type: 'encoder_communication_timeout';
|
|
72784
72973
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72785
72974
|
message: string;
|
|
72786
72975
|
} | {
|
|
@@ -73109,7 +73298,7 @@ export type Routes = {
|
|
|
73109
73298
|
message: string;
|
|
73110
73299
|
} | {
|
|
73111
73300
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
73112
|
-
type: '
|
|
73301
|
+
type: 'encoder_communication_timeout';
|
|
73113
73302
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73114
73303
|
message: string;
|
|
73115
73304
|
} | {
|
|
@@ -75472,7 +75661,7 @@ export type Routes = {
|
|
|
75472
75661
|
message: string;
|
|
75473
75662
|
} | {
|
|
75474
75663
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
75475
|
-
type: '
|
|
75664
|
+
type: 'encoder_communication_timeout';
|
|
75476
75665
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75477
75666
|
message: string;
|
|
75478
75667
|
} | {
|
|
@@ -75801,7 +75990,7 @@ export type Routes = {
|
|
|
75801
75990
|
message: string;
|
|
75802
75991
|
} | {
|
|
75803
75992
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
75804
|
-
type: '
|
|
75993
|
+
type: 'encoder_communication_timeout';
|
|
75805
75994
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75806
75995
|
message: string;
|
|
75807
75996
|
} | {
|
|
@@ -76817,7 +77006,7 @@ export type Routes = {
|
|
|
76817
77006
|
message: string;
|
|
76818
77007
|
} | {
|
|
76819
77008
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
76820
|
-
type: '
|
|
77009
|
+
type: 'encoder_communication_timeout';
|
|
76821
77010
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76822
77011
|
message: string;
|
|
76823
77012
|
} | {
|
|
@@ -77146,7 +77335,7 @@ export type Routes = {
|
|
|
77146
77335
|
message: string;
|
|
77147
77336
|
} | {
|
|
77148
77337
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
77149
|
-
type: '
|
|
77338
|
+
type: 'encoder_communication_timeout';
|
|
77150
77339
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77151
77340
|
message: string;
|
|
77152
77341
|
} | {
|
|
@@ -80843,7 +81032,7 @@ export type Routes = {
|
|
|
80843
81032
|
message: string;
|
|
80844
81033
|
} | {
|
|
80845
81034
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
80846
|
-
type: '
|
|
81035
|
+
type: 'encoder_communication_timeout';
|
|
80847
81036
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80848
81037
|
message: string;
|
|
80849
81038
|
} | {
|
|
@@ -81172,7 +81361,7 @@ export type Routes = {
|
|
|
81172
81361
|
message: string;
|
|
81173
81362
|
} | {
|
|
81174
81363
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
81175
|
-
type: '
|
|
81364
|
+
type: 'encoder_communication_timeout';
|
|
81176
81365
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81177
81366
|
message: string;
|
|
81178
81367
|
} | {
|
|
@@ -82383,7 +82572,7 @@ export type Routes = {
|
|
|
82383
82572
|
message: string;
|
|
82384
82573
|
} | {
|
|
82385
82574
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
82386
|
-
type: '
|
|
82575
|
+
type: 'encoder_communication_timeout';
|
|
82387
82576
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82388
82577
|
message: string;
|
|
82389
82578
|
} | {
|
|
@@ -82712,7 +82901,7 @@ export type Routes = {
|
|
|
82712
82901
|
message: string;
|
|
82713
82902
|
} | {
|
|
82714
82903
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
82715
|
-
type: '
|
|
82904
|
+
type: 'encoder_communication_timeout';
|
|
82716
82905
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82717
82906
|
message: string;
|
|
82718
82907
|
} | {
|
|
@@ -83751,7 +83940,7 @@ export type Routes = {
|
|
|
83751
83940
|
message: string;
|
|
83752
83941
|
} | {
|
|
83753
83942
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
83754
|
-
type: '
|
|
83943
|
+
type: 'encoder_communication_timeout';
|
|
83755
83944
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83756
83945
|
message: string;
|
|
83757
83946
|
} | {
|
|
@@ -84080,7 +84269,7 @@ export type Routes = {
|
|
|
84080
84269
|
message: string;
|
|
84081
84270
|
} | {
|
|
84082
84271
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
84083
|
-
type: '
|
|
84272
|
+
type: 'encoder_communication_timeout';
|
|
84084
84273
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84085
84274
|
message: string;
|
|
84086
84275
|
} | {
|
|
@@ -85231,7 +85420,7 @@ export type Routes = {
|
|
|
85231
85420
|
message: string;
|
|
85232
85421
|
} | {
|
|
85233
85422
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
85234
|
-
type: '
|
|
85423
|
+
type: 'encoder_communication_timeout';
|
|
85235
85424
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85236
85425
|
message: string;
|
|
85237
85426
|
} | {
|
|
@@ -85560,7 +85749,7 @@ export type Routes = {
|
|
|
85560
85749
|
message: string;
|
|
85561
85750
|
} | {
|
|
85562
85751
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
85563
|
-
type: '
|
|
85752
|
+
type: 'encoder_communication_timeout';
|
|
85564
85753
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85565
85754
|
message: string;
|
|
85566
85755
|
} | {
|
|
@@ -92709,7 +92898,7 @@ export type Routes = {
|
|
|
92709
92898
|
message: string;
|
|
92710
92899
|
} | {
|
|
92711
92900
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
92712
|
-
type: '
|
|
92901
|
+
type: 'encoder_communication_timeout';
|
|
92713
92902
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92714
92903
|
message: string;
|
|
92715
92904
|
} | {
|
|
@@ -93038,7 +93227,7 @@ export type Routes = {
|
|
|
93038
93227
|
message: string;
|
|
93039
93228
|
} | {
|
|
93040
93229
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
93041
|
-
type: '
|
|
93230
|
+
type: 'encoder_communication_timeout';
|
|
93042
93231
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93043
93232
|
message: string;
|
|
93044
93233
|
} | {
|
|
@@ -99575,7 +99764,7 @@ export type Routes = {
|
|
|
99575
99764
|
message: string;
|
|
99576
99765
|
} | {
|
|
99577
99766
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
99578
|
-
type: '
|
|
99767
|
+
type: 'encoder_communication_timeout';
|
|
99579
99768
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99580
99769
|
message: string;
|
|
99581
99770
|
} | {
|
|
@@ -99904,7 +100093,7 @@ export type Routes = {
|
|
|
99904
100093
|
message: string;
|
|
99905
100094
|
} | {
|
|
99906
100095
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
99907
|
-
type: '
|
|
100096
|
+
type: 'encoder_communication_timeout';
|
|
99908
100097
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99909
100098
|
message: string;
|
|
99910
100099
|
} | {
|