@seamapi/types 1.1019.0 → 1.1021.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.
|
@@ -110998,10 +110998,9 @@ export type Routes = {
|
|
|
110998
110998
|
};
|
|
110999
110999
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
111000
111000
|
route: '/unstable_partner/building_blocks/generate_magic_link';
|
|
111001
|
-
method: 'POST'
|
|
111001
|
+
method: 'POST';
|
|
111002
111002
|
queryParams: {};
|
|
111003
|
-
jsonBody: {
|
|
111004
|
-
commonParams: {
|
|
111003
|
+
jsonBody: {
|
|
111005
111004
|
/** Type of building block for which you want to create a magic link. */
|
|
111006
111005
|
building_block_type: 'connect_accounts' | 'organize_spaces' | 'console' | 'manage_devices';
|
|
111007
111006
|
/** Customer key for which you want to create a new building block magic link. */
|
|
@@ -111036,6 +111035,7 @@ export type Routes = {
|
|
|
111036
111035
|
} | undefined;
|
|
111037
111036
|
}[] | undefined;
|
|
111038
111037
|
};
|
|
111038
|
+
commonParams: {};
|
|
111039
111039
|
formData: {};
|
|
111040
111040
|
jsonResponse: {
|
|
111041
111041
|
/** Represents a Customer Portal. Customer Portal is a hosted, customizable interface for managing device access. It enables you to embed secure, pre-authenticated access flows into your product—either by sharing a link with users or embedding a view in an iframe.
|
package/package.json
CHANGED
|
@@ -83810,161 +83810,6 @@ const openapi: OpenAPISpec = {
|
|
|
83810
83810
|
},
|
|
83811
83811
|
},
|
|
83812
83812
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
83813
|
-
get: {
|
|
83814
|
-
description: 'Creates a new building block magic link.',
|
|
83815
|
-
operationId: 'unstablePartnerBuildingBlocksGenerateMagicLinkGet',
|
|
83816
|
-
parameters: [
|
|
83817
|
-
{
|
|
83818
|
-
in: 'query',
|
|
83819
|
-
name: 'building_block_type',
|
|
83820
|
-
required: true,
|
|
83821
|
-
schema: {
|
|
83822
|
-
description:
|
|
83823
|
-
'Type of building block for which you want to create a magic link.',
|
|
83824
|
-
enum: [
|
|
83825
|
-
'connect_accounts',
|
|
83826
|
-
'organize_spaces',
|
|
83827
|
-
'console',
|
|
83828
|
-
'manage_devices',
|
|
83829
|
-
],
|
|
83830
|
-
type: 'string',
|
|
83831
|
-
},
|
|
83832
|
-
},
|
|
83833
|
-
{
|
|
83834
|
-
in: 'query',
|
|
83835
|
-
name: 'customer_key',
|
|
83836
|
-
required: true,
|
|
83837
|
-
schema: {
|
|
83838
|
-
description:
|
|
83839
|
-
'Customer key for which you want to create a new building block magic link.',
|
|
83840
|
-
minLength: 1,
|
|
83841
|
-
type: 'string',
|
|
83842
|
-
},
|
|
83843
|
-
},
|
|
83844
|
-
{
|
|
83845
|
-
in: 'query',
|
|
83846
|
-
name: 'spaces',
|
|
83847
|
-
required: false,
|
|
83848
|
-
schema: {
|
|
83849
|
-
description:
|
|
83850
|
-
'Optional list of spaces that you want to include in the new building block magic link.',
|
|
83851
|
-
items: {
|
|
83852
|
-
properties: {
|
|
83853
|
-
customer_data: {
|
|
83854
|
-
description:
|
|
83855
|
-
'Reservation/stay-related defaults for the space (time zone, default check-in/out times, address).',
|
|
83856
|
-
properties: {
|
|
83857
|
-
address: {
|
|
83858
|
-
description: 'Postal address for the space.',
|
|
83859
|
-
nullable: true,
|
|
83860
|
-
type: 'string',
|
|
83861
|
-
},
|
|
83862
|
-
default_checkin_time: {
|
|
83863
|
-
description:
|
|
83864
|
-
'Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.',
|
|
83865
|
-
nullable: true,
|
|
83866
|
-
pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
|
|
83867
|
-
type: 'string',
|
|
83868
|
-
},
|
|
83869
|
-
default_checkout_time: {
|
|
83870
|
-
description:
|
|
83871
|
-
'Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.',
|
|
83872
|
-
nullable: true,
|
|
83873
|
-
pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
|
|
83874
|
-
type: 'string',
|
|
83875
|
-
},
|
|
83876
|
-
time_zone: {
|
|
83877
|
-
description:
|
|
83878
|
-
'IANA time zone for the space, e.g. America/Los_Angeles.',
|
|
83879
|
-
nullable: true,
|
|
83880
|
-
type: 'string',
|
|
83881
|
-
},
|
|
83882
|
-
},
|
|
83883
|
-
type: 'object',
|
|
83884
|
-
},
|
|
83885
|
-
duration_minutes: {
|
|
83886
|
-
description:
|
|
83887
|
-
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
83888
|
-
exclusiveMinimum: true,
|
|
83889
|
-
minimum: 0,
|
|
83890
|
-
type: 'integer',
|
|
83891
|
-
},
|
|
83892
|
-
geolocation: {
|
|
83893
|
-
description:
|
|
83894
|
-
'Geographic coordinates (latitude and longitude) of the space.',
|
|
83895
|
-
properties: {
|
|
83896
|
-
latitude: {
|
|
83897
|
-
description:
|
|
83898
|
-
'Latitude of the space, in decimal degrees.',
|
|
83899
|
-
format: 'float',
|
|
83900
|
-
type: 'number',
|
|
83901
|
-
},
|
|
83902
|
-
longitude: {
|
|
83903
|
-
description:
|
|
83904
|
-
'Longitude of the space, in decimal degrees.',
|
|
83905
|
-
format: 'float',
|
|
83906
|
-
type: 'number',
|
|
83907
|
-
},
|
|
83908
|
-
},
|
|
83909
|
-
required: ['latitude', 'longitude'],
|
|
83910
|
-
type: 'object',
|
|
83911
|
-
},
|
|
83912
|
-
name: {
|
|
83913
|
-
description:
|
|
83914
|
-
'Your display name for this location resource.',
|
|
83915
|
-
type: 'string',
|
|
83916
|
-
},
|
|
83917
|
-
parent_site_key: {
|
|
83918
|
-
description: 'Your unique identifier for the site.',
|
|
83919
|
-
minLength: 1,
|
|
83920
|
-
type: 'string',
|
|
83921
|
-
},
|
|
83922
|
-
space_key: {
|
|
83923
|
-
description: 'Your unique identifier for the space.',
|
|
83924
|
-
minLength: 1,
|
|
83925
|
-
type: 'string',
|
|
83926
|
-
},
|
|
83927
|
-
},
|
|
83928
|
-
required: ['name', 'space_key'],
|
|
83929
|
-
type: 'object',
|
|
83930
|
-
},
|
|
83931
|
-
type: 'array',
|
|
83932
|
-
},
|
|
83933
|
-
},
|
|
83934
|
-
],
|
|
83935
|
-
responses: {
|
|
83936
|
-
'200': {
|
|
83937
|
-
content: {
|
|
83938
|
-
'application/json': {
|
|
83939
|
-
schema: {
|
|
83940
|
-
properties: {
|
|
83941
|
-
magic_link: { $ref: '#/components/schemas/magic_link' },
|
|
83942
|
-
ok: { type: 'boolean' },
|
|
83943
|
-
},
|
|
83944
|
-
required: ['magic_link', 'ok'],
|
|
83945
|
-
type: 'object',
|
|
83946
|
-
},
|
|
83947
|
-
},
|
|
83948
|
-
},
|
|
83949
|
-
description: 'OK',
|
|
83950
|
-
},
|
|
83951
|
-
'400': { description: 'Bad Request' },
|
|
83952
|
-
'401': { description: 'Unauthorized' },
|
|
83953
|
-
},
|
|
83954
|
-
security: [
|
|
83955
|
-
{ pat_with_workspace: [] },
|
|
83956
|
-
{ console_session_with_workspace: [] },
|
|
83957
|
-
{ api_key: [] },
|
|
83958
|
-
],
|
|
83959
|
-
summary: '/unstable_partner/building_blocks/generate_magic_link',
|
|
83960
|
-
tags: [],
|
|
83961
|
-
'x-fern-sdk-group-name': ['unstable_partner', 'building_blocks'],
|
|
83962
|
-
'x-fern-sdk-method-name': 'generate_magic_link',
|
|
83963
|
-
'x-fern-sdk-return-value': 'magic_link',
|
|
83964
|
-
'x-response-key': 'magic_link',
|
|
83965
|
-
'x-title': 'Generate a Building Block Magic Link',
|
|
83966
|
-
'x-undocumented': 'Experimental partner building blocks.',
|
|
83967
|
-
},
|
|
83968
83813
|
post: {
|
|
83969
83814
|
description: 'Creates a new building block magic link.',
|
|
83970
83815
|
operationId: 'unstablePartnerBuildingBlocksGenerateMagicLinkPost',
|
|
@@ -85353,6 +85198,7 @@ const openapi: OpenAPISpec = {
|
|
|
85353
85198
|
schema: {
|
|
85354
85199
|
description:
|
|
85355
85200
|
'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
|
|
85201
|
+
minLength: 1,
|
|
85356
85202
|
type: 'string',
|
|
85357
85203
|
},
|
|
85358
85204
|
},
|
|
@@ -85474,6 +85320,7 @@ const openapi: OpenAPISpec = {
|
|
|
85474
85320
|
search: {
|
|
85475
85321
|
description:
|
|
85476
85322
|
'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
|
|
85323
|
+
minLength: 1,
|
|
85477
85324
|
type: 'string',
|
|
85478
85325
|
},
|
|
85479
85326
|
user_identity_ids: {
|
|
@@ -133007,10 +133007,9 @@ export type Routes = {
|
|
|
133007
133007
|
}
|
|
133008
133008
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
133009
133009
|
route: '/unstable_partner/building_blocks/generate_magic_link'
|
|
133010
|
-
method: 'POST'
|
|
133010
|
+
method: 'POST'
|
|
133011
133011
|
queryParams: {}
|
|
133012
|
-
jsonBody: {
|
|
133013
|
-
commonParams: {
|
|
133012
|
+
jsonBody: {
|
|
133014
133013
|
/** Type of building block for which you want to create a magic link. */
|
|
133015
133014
|
building_block_type:
|
|
133016
133015
|
'connect_accounts' | 'organize_spaces' | 'console' | 'manage_devices'
|
|
@@ -133052,6 +133051,7 @@ export type Routes = {
|
|
|
133052
133051
|
}[]
|
|
133053
133052
|
| undefined
|
|
133054
133053
|
}
|
|
133054
|
+
commonParams: {}
|
|
133055
133055
|
formData: {}
|
|
133056
133056
|
jsonResponse: {
|
|
133057
133057
|
/** Represents a Customer Portal. Customer Portal is a hosted, customizable interface for managing device access. It enables you to embed secure, pre-authenticated access flows into your product—either by sharing a link with users or embedding a view in an iframe.
|