@seamapi/types 1.757.0 → 1.759.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 +44 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +82 -0
- package/dist/index.cjs +44 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +65 -0
- package/lib/seam/connect/openapi.js +42 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +54 -2
- package/src/lib/seam/connect/route-types.ts +25 -0
|
@@ -24819,6 +24819,8 @@ declare const _default: {
|
|
|
24819
24819
|
description: string;
|
|
24820
24820
|
format: string;
|
|
24821
24821
|
type: string;
|
|
24822
|
+
default?: never;
|
|
24823
|
+
nullable?: never;
|
|
24822
24824
|
};
|
|
24823
24825
|
} | {
|
|
24824
24826
|
in: string;
|
|
@@ -24827,6 +24829,28 @@ declare const _default: {
|
|
|
24827
24829
|
description: string;
|
|
24828
24830
|
type: string;
|
|
24829
24831
|
format?: never;
|
|
24832
|
+
default?: never;
|
|
24833
|
+
nullable?: never;
|
|
24834
|
+
};
|
|
24835
|
+
} | {
|
|
24836
|
+
in: string;
|
|
24837
|
+
name: string;
|
|
24838
|
+
schema: {
|
|
24839
|
+
default: number;
|
|
24840
|
+
description: string;
|
|
24841
|
+
format: string;
|
|
24842
|
+
type: string;
|
|
24843
|
+
nullable?: never;
|
|
24844
|
+
};
|
|
24845
|
+
} | {
|
|
24846
|
+
in: string;
|
|
24847
|
+
name: string;
|
|
24848
|
+
schema: {
|
|
24849
|
+
description: string;
|
|
24850
|
+
nullable: boolean;
|
|
24851
|
+
type: string;
|
|
24852
|
+
format?: never;
|
|
24853
|
+
default?: never;
|
|
24830
24854
|
};
|
|
24831
24855
|
})[];
|
|
24832
24856
|
responses: {
|
|
@@ -25259,6 +25283,9 @@ declare const _default: {
|
|
|
25259
25283
|
ok: {
|
|
25260
25284
|
type: string;
|
|
25261
25285
|
};
|
|
25286
|
+
pagination: {
|
|
25287
|
+
$ref: string;
|
|
25288
|
+
};
|
|
25262
25289
|
};
|
|
25263
25290
|
required: string[];
|
|
25264
25291
|
type: string;
|
|
@@ -25322,6 +25349,17 @@ declare const _default: {
|
|
|
25322
25349
|
format: string;
|
|
25323
25350
|
type: string;
|
|
25324
25351
|
};
|
|
25352
|
+
limit: {
|
|
25353
|
+
default: number;
|
|
25354
|
+
description: string;
|
|
25355
|
+
format: string;
|
|
25356
|
+
type: string;
|
|
25357
|
+
};
|
|
25358
|
+
page_cursor: {
|
|
25359
|
+
description: string;
|
|
25360
|
+
nullable: boolean;
|
|
25361
|
+
type: string;
|
|
25362
|
+
};
|
|
25325
25363
|
reservation_key: {
|
|
25326
25364
|
description: string;
|
|
25327
25365
|
type: string;
|
|
@@ -25767,6 +25805,9 @@ declare const _default: {
|
|
|
25767
25805
|
ok: {
|
|
25768
25806
|
type: string;
|
|
25769
25807
|
};
|
|
25808
|
+
pagination: {
|
|
25809
|
+
$ref: string;
|
|
25810
|
+
};
|
|
25770
25811
|
};
|
|
25771
25812
|
required: string[];
|
|
25772
25813
|
type: string;
|
|
@@ -50413,6 +50454,9 @@ declare const _default: {
|
|
|
50413
50454
|
minItems: number;
|
|
50414
50455
|
type: string;
|
|
50415
50456
|
};
|
|
50457
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
50458
|
+
type: string;
|
|
50459
|
+
};
|
|
50416
50460
|
card_count_on_reservation_create: {
|
|
50417
50461
|
minimum: number;
|
|
50418
50462
|
type: string;
|
|
@@ -50715,6 +50759,9 @@ declare const _default: {
|
|
|
50715
50759
|
minItems: number;
|
|
50716
50760
|
type: string;
|
|
50717
50761
|
};
|
|
50762
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
50763
|
+
type: string;
|
|
50764
|
+
};
|
|
50718
50765
|
card_count_on_reservation_create: {
|
|
50719
50766
|
minimum: number;
|
|
50720
50767
|
type: string;
|
|
@@ -51004,6 +51051,9 @@ declare const _default: {
|
|
|
51004
51051
|
minItems: number;
|
|
51005
51052
|
type: string;
|
|
51006
51053
|
};
|
|
51054
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
51055
|
+
type: string;
|
|
51056
|
+
};
|
|
51007
51057
|
card_count_on_reservation_create: {
|
|
51008
51058
|
minimum: number;
|
|
51009
51059
|
type: string;
|
|
@@ -51316,6 +51366,9 @@ declare const _default: {
|
|
|
51316
51366
|
minItems: number;
|
|
51317
51367
|
type: string;
|
|
51318
51368
|
};
|
|
51369
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
51370
|
+
type: string;
|
|
51371
|
+
};
|
|
51319
51372
|
card_count_on_reservation_create: {
|
|
51320
51373
|
minimum: number;
|
|
51321
51374
|
type: string;
|
|
@@ -52757,6 +52810,9 @@ declare const _default: {
|
|
|
52757
52810
|
minItems: number;
|
|
52758
52811
|
type: string;
|
|
52759
52812
|
};
|
|
52813
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
52814
|
+
type: string;
|
|
52815
|
+
};
|
|
52760
52816
|
card_count_on_reservation_create: {
|
|
52761
52817
|
minimum: number;
|
|
52762
52818
|
type: string;
|
|
@@ -53045,6 +53101,9 @@ declare const _default: {
|
|
|
53045
53101
|
minItems: number;
|
|
53046
53102
|
type: string;
|
|
53047
53103
|
};
|
|
53104
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53105
|
+
type: string;
|
|
53106
|
+
};
|
|
53048
53107
|
card_count_on_reservation_create: {
|
|
53049
53108
|
minimum: number;
|
|
53050
53109
|
type: string;
|
|
@@ -53333,6 +53392,9 @@ declare const _default: {
|
|
|
53333
53392
|
minItems: number;
|
|
53334
53393
|
type: string;
|
|
53335
53394
|
};
|
|
53395
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53396
|
+
type: string;
|
|
53397
|
+
};
|
|
53336
53398
|
card_count_on_reservation_create: {
|
|
53337
53399
|
minimum: number;
|
|
53338
53400
|
type: string;
|
|
@@ -53636,6 +53698,9 @@ declare const _default: {
|
|
|
53636
53698
|
minItems: number;
|
|
53637
53699
|
type: string;
|
|
53638
53700
|
};
|
|
53701
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53702
|
+
type: string;
|
|
53703
|
+
};
|
|
53639
53704
|
card_count_on_reservation_create: {
|
|
53640
53705
|
minimum: number;
|
|
53641
53706
|
type: string;
|
|
@@ -32484,6 +32484,25 @@ export default {
|
|
|
32484
32484
|
type: 'string',
|
|
32485
32485
|
},
|
|
32486
32486
|
},
|
|
32487
|
+
{
|
|
32488
|
+
in: 'query',
|
|
32489
|
+
name: 'limit',
|
|
32490
|
+
schema: {
|
|
32491
|
+
default: 500,
|
|
32492
|
+
description: 'Numerical limit on the number of unmanaged access grants to return.',
|
|
32493
|
+
format: 'float',
|
|
32494
|
+
type: 'number',
|
|
32495
|
+
},
|
|
32496
|
+
},
|
|
32497
|
+
{
|
|
32498
|
+
in: 'query',
|
|
32499
|
+
name: 'page_cursor',
|
|
32500
|
+
schema: {
|
|
32501
|
+
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
32502
|
+
nullable: true,
|
|
32503
|
+
type: 'string',
|
|
32504
|
+
},
|
|
32505
|
+
},
|
|
32487
32506
|
],
|
|
32488
32507
|
responses: {
|
|
32489
32508
|
200: {
|
|
@@ -32992,8 +33011,9 @@ export default {
|
|
|
32992
33011
|
type: 'array',
|
|
32993
33012
|
},
|
|
32994
33013
|
ok: { type: 'boolean' },
|
|
33014
|
+
pagination: { $ref: '#/components/schemas/pagination' },
|
|
32995
33015
|
},
|
|
32996
|
-
required: ['access_grants', 'ok'],
|
|
33016
|
+
required: ['access_grants', 'pagination', 'ok'],
|
|
32997
33017
|
type: 'object',
|
|
32998
33018
|
},
|
|
32999
33019
|
},
|
|
@@ -33036,6 +33056,17 @@ export default {
|
|
|
33036
33056
|
format: 'uuid',
|
|
33037
33057
|
type: 'string',
|
|
33038
33058
|
},
|
|
33059
|
+
limit: {
|
|
33060
|
+
default: 500,
|
|
33061
|
+
description: 'Numerical limit on the number of unmanaged access grants to return.',
|
|
33062
|
+
format: 'float',
|
|
33063
|
+
type: 'number',
|
|
33064
|
+
},
|
|
33065
|
+
page_cursor: {
|
|
33066
|
+
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
33067
|
+
nullable: true,
|
|
33068
|
+
type: 'string',
|
|
33069
|
+
},
|
|
33039
33070
|
reservation_key: {
|
|
33040
33071
|
description: 'Filter unmanaged Access Grants by reservation_key.',
|
|
33041
33072
|
type: 'string',
|
|
@@ -33558,8 +33589,9 @@ export default {
|
|
|
33558
33589
|
type: 'array',
|
|
33559
33590
|
},
|
|
33560
33591
|
ok: { type: 'boolean' },
|
|
33592
|
+
pagination: { $ref: '#/components/schemas/pagination' },
|
|
33561
33593
|
},
|
|
33562
|
-
required: ['access_grants', 'ok'],
|
|
33594
|
+
required: ['access_grants', 'pagination', 'ok'],
|
|
33563
33595
|
type: 'object',
|
|
33564
33596
|
},
|
|
33565
33597
|
},
|
|
@@ -56261,6 +56293,7 @@ export default {
|
|
|
56261
56293
|
minItems: 1,
|
|
56262
56294
|
type: 'array',
|
|
56263
56295
|
},
|
|
56296
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56264
56297
|
card_count_on_reservation_create: {
|
|
56265
56298
|
minimum: 0,
|
|
56266
56299
|
type: 'integer',
|
|
@@ -56560,6 +56593,7 @@ export default {
|
|
|
56560
56593
|
minItems: 1,
|
|
56561
56594
|
type: 'array',
|
|
56562
56595
|
},
|
|
56596
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56563
56597
|
card_count_on_reservation_create: {
|
|
56564
56598
|
minimum: 0,
|
|
56565
56599
|
type: 'integer',
|
|
@@ -56846,6 +56880,7 @@ export default {
|
|
|
56846
56880
|
minItems: 1,
|
|
56847
56881
|
type: 'array',
|
|
56848
56882
|
},
|
|
56883
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56849
56884
|
card_count_on_reservation_create: {
|
|
56850
56885
|
minimum: 0,
|
|
56851
56886
|
type: 'integer',
|
|
@@ -57132,6 +57167,7 @@ export default {
|
|
|
57132
57167
|
minItems: 1,
|
|
57133
57168
|
type: 'array',
|
|
57134
57169
|
},
|
|
57170
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
57135
57171
|
card_count_on_reservation_create: {
|
|
57136
57172
|
minimum: 0,
|
|
57137
57173
|
type: 'integer',
|
|
@@ -58377,6 +58413,7 @@ export default {
|
|
|
58377
58413
|
minItems: 1,
|
|
58378
58414
|
type: 'array',
|
|
58379
58415
|
},
|
|
58416
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58380
58417
|
card_count_on_reservation_create: {
|
|
58381
58418
|
minimum: 0,
|
|
58382
58419
|
type: 'integer',
|
|
@@ -58676,6 +58713,7 @@ export default {
|
|
|
58676
58713
|
minItems: 1,
|
|
58677
58714
|
type: 'array',
|
|
58678
58715
|
},
|
|
58716
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58679
58717
|
card_count_on_reservation_create: {
|
|
58680
58718
|
minimum: 0,
|
|
58681
58719
|
type: 'integer',
|
|
@@ -58975,6 +59013,7 @@ export default {
|
|
|
58975
59013
|
minItems: 1,
|
|
58976
59014
|
type: 'array',
|
|
58977
59015
|
},
|
|
59016
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58978
59017
|
card_count_on_reservation_create: {
|
|
58979
59018
|
minimum: 0,
|
|
58980
59019
|
type: 'integer',
|
|
@@ -59262,6 +59301,7 @@ export default {
|
|
|
59262
59301
|
minItems: 1,
|
|
59263
59302
|
type: 'array',
|
|
59264
59303
|
},
|
|
59304
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
59265
59305
|
card_count_on_reservation_create: {
|
|
59266
59306
|
minimum: 0,
|
|
59267
59307
|
type: 'integer',
|