@seamapi/types 1.757.0 → 1.758.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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +28 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
|
@@ -50413,6 +50413,9 @@ declare const _default: {
|
|
|
50413
50413
|
minItems: number;
|
|
50414
50414
|
type: string;
|
|
50415
50415
|
};
|
|
50416
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
50417
|
+
type: string;
|
|
50418
|
+
};
|
|
50416
50419
|
card_count_on_reservation_create: {
|
|
50417
50420
|
minimum: number;
|
|
50418
50421
|
type: string;
|
|
@@ -50715,6 +50718,9 @@ declare const _default: {
|
|
|
50715
50718
|
minItems: number;
|
|
50716
50719
|
type: string;
|
|
50717
50720
|
};
|
|
50721
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
50722
|
+
type: string;
|
|
50723
|
+
};
|
|
50718
50724
|
card_count_on_reservation_create: {
|
|
50719
50725
|
minimum: number;
|
|
50720
50726
|
type: string;
|
|
@@ -51004,6 +51010,9 @@ declare const _default: {
|
|
|
51004
51010
|
minItems: number;
|
|
51005
51011
|
type: string;
|
|
51006
51012
|
};
|
|
51013
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
51014
|
+
type: string;
|
|
51015
|
+
};
|
|
51007
51016
|
card_count_on_reservation_create: {
|
|
51008
51017
|
minimum: number;
|
|
51009
51018
|
type: string;
|
|
@@ -51316,6 +51325,9 @@ declare const _default: {
|
|
|
51316
51325
|
minItems: number;
|
|
51317
51326
|
type: string;
|
|
51318
51327
|
};
|
|
51328
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
51329
|
+
type: string;
|
|
51330
|
+
};
|
|
51319
51331
|
card_count_on_reservation_create: {
|
|
51320
51332
|
minimum: number;
|
|
51321
51333
|
type: string;
|
|
@@ -52757,6 +52769,9 @@ declare const _default: {
|
|
|
52757
52769
|
minItems: number;
|
|
52758
52770
|
type: string;
|
|
52759
52771
|
};
|
|
52772
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
52773
|
+
type: string;
|
|
52774
|
+
};
|
|
52760
52775
|
card_count_on_reservation_create: {
|
|
52761
52776
|
minimum: number;
|
|
52762
52777
|
type: string;
|
|
@@ -53045,6 +53060,9 @@ declare const _default: {
|
|
|
53045
53060
|
minItems: number;
|
|
53046
53061
|
type: string;
|
|
53047
53062
|
};
|
|
53063
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53064
|
+
type: string;
|
|
53065
|
+
};
|
|
53048
53066
|
card_count_on_reservation_create: {
|
|
53049
53067
|
minimum: number;
|
|
53050
53068
|
type: string;
|
|
@@ -53333,6 +53351,9 @@ declare const _default: {
|
|
|
53333
53351
|
minItems: number;
|
|
53334
53352
|
type: string;
|
|
53335
53353
|
};
|
|
53354
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53355
|
+
type: string;
|
|
53356
|
+
};
|
|
53336
53357
|
card_count_on_reservation_create: {
|
|
53337
53358
|
minimum: number;
|
|
53338
53359
|
type: string;
|
|
@@ -53636,6 +53657,9 @@ declare const _default: {
|
|
|
53636
53657
|
minItems: number;
|
|
53637
53658
|
type: string;
|
|
53638
53659
|
};
|
|
53660
|
+
allow_shared_email_and_phone_across_user_identities: {
|
|
53661
|
+
type: string;
|
|
53662
|
+
};
|
|
53639
53663
|
card_count_on_reservation_create: {
|
|
53640
53664
|
minimum: number;
|
|
53641
53665
|
type: string;
|
|
@@ -56261,6 +56261,7 @@ export default {
|
|
|
56261
56261
|
minItems: 1,
|
|
56262
56262
|
type: 'array',
|
|
56263
56263
|
},
|
|
56264
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56264
56265
|
card_count_on_reservation_create: {
|
|
56265
56266
|
minimum: 0,
|
|
56266
56267
|
type: 'integer',
|
|
@@ -56560,6 +56561,7 @@ export default {
|
|
|
56560
56561
|
minItems: 1,
|
|
56561
56562
|
type: 'array',
|
|
56562
56563
|
},
|
|
56564
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56563
56565
|
card_count_on_reservation_create: {
|
|
56564
56566
|
minimum: 0,
|
|
56565
56567
|
type: 'integer',
|
|
@@ -56846,6 +56848,7 @@ export default {
|
|
|
56846
56848
|
minItems: 1,
|
|
56847
56849
|
type: 'array',
|
|
56848
56850
|
},
|
|
56851
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
56849
56852
|
card_count_on_reservation_create: {
|
|
56850
56853
|
minimum: 0,
|
|
56851
56854
|
type: 'integer',
|
|
@@ -57132,6 +57135,7 @@ export default {
|
|
|
57132
57135
|
minItems: 1,
|
|
57133
57136
|
type: 'array',
|
|
57134
57137
|
},
|
|
57138
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
57135
57139
|
card_count_on_reservation_create: {
|
|
57136
57140
|
minimum: 0,
|
|
57137
57141
|
type: 'integer',
|
|
@@ -58377,6 +58381,7 @@ export default {
|
|
|
58377
58381
|
minItems: 1,
|
|
58378
58382
|
type: 'array',
|
|
58379
58383
|
},
|
|
58384
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58380
58385
|
card_count_on_reservation_create: {
|
|
58381
58386
|
minimum: 0,
|
|
58382
58387
|
type: 'integer',
|
|
@@ -58676,6 +58681,7 @@ export default {
|
|
|
58676
58681
|
minItems: 1,
|
|
58677
58682
|
type: 'array',
|
|
58678
58683
|
},
|
|
58684
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58679
58685
|
card_count_on_reservation_create: {
|
|
58680
58686
|
minimum: 0,
|
|
58681
58687
|
type: 'integer',
|
|
@@ -58975,6 +58981,7 @@ export default {
|
|
|
58975
58981
|
minItems: 1,
|
|
58976
58982
|
type: 'array',
|
|
58977
58983
|
},
|
|
58984
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
58978
58985
|
card_count_on_reservation_create: {
|
|
58979
58986
|
minimum: 0,
|
|
58980
58987
|
type: 'integer',
|
|
@@ -59262,6 +59269,7 @@ export default {
|
|
|
59262
59269
|
minItems: 1,
|
|
59263
59270
|
type: 'array',
|
|
59264
59271
|
},
|
|
59272
|
+
allow_shared_email_and_phone_across_user_identities: { type: 'boolean' },
|
|
59265
59273
|
card_count_on_reservation_create: {
|
|
59266
59274
|
minimum: 0,
|
|
59267
59275
|
type: 'integer',
|