@seamapi/types 1.1018.0 → 1.1020.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/lib/seam/connect/models/custom-metadata.d.ts +4 -1
- package/lib/seam/connect/models/custom-metadata.js +7 -2
- package/lib/seam/connect/models/custom-metadata.js.map +1 -1
- package/lib/seam/connect/openapi.js +12 -149
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/models/custom-metadata.ts +15 -2
- package/src/lib/seam/connect/openapi.ts +12 -161
- package/src/lib/seam/connect/route-types.ts +9 -9
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const custom_metadata_input: z.ZodEffects<z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNull]>>, Record<string, string | boolean | null>, Record<string, string | boolean | null>>;
|
|
3
|
-
export declare const custom_metadata_has: z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodString, z.ZodBoolean]
|
|
3
|
+
export declare const custom_metadata_has: z.ZodEffects<z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNull]>>, {
|
|
4
|
+
[k: string]: string | boolean | null;
|
|
5
|
+
}, Record<string, string | boolean | null>>;
|
|
4
6
|
export declare const custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
5
7
|
export type CustomMetadata = z.output<typeof custom_metadata>;
|
|
6
8
|
export type CustomMetadataInput = z.input<typeof custom_metadata_input>;
|
|
9
|
+
export type CustomMetadataHas = z.output<typeof custom_metadata_has>;
|
|
@@ -20,9 +20,14 @@ export const custom_metadata_input = z
|
|
|
20
20
|
message: 'Custom metadata is limited to a maximum of 50 keys',
|
|
21
21
|
})
|
|
22
22
|
.describe('Set of up to 50 key:value pairs, with key names up to 40 characters long that cannot contain a period (.). Accepts string or Boolean values. Strings are limited to 500 characters. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Set a key to `null` or to an empty string to remove that key from the custom metadata.');
|
|
23
|
+
// A query string can only carry `null` for an unset value — the serializer drops
|
|
24
|
+
// an empty string — so `""` is dropped here rather than given a meaning it could
|
|
25
|
+
// not keep on a GET. It has to be the schema and not a handler: lib/api/pagination.ts
|
|
26
|
+
// serializes req.commonParams for next_page_url and the cursor hash.
|
|
23
27
|
export const custom_metadata_has = z
|
|
24
|
-
.record(custom_metadata_has_key, z.union([z.string(), z.boolean()]))
|
|
25
|
-
.
|
|
28
|
+
.record(custom_metadata_has_key, z.union([z.string(), z.boolean(), z.null()]))
|
|
29
|
+
.transform((custom_metadata_has_filter) => Object.fromEntries(Object.entries(custom_metadata_has_filter).filter(([, metadata_value]) => metadata_value !== '')))
|
|
30
|
+
.describe('Set of key:value pairs by which to filter. Key names cannot contain a period (.). Accepts string or Boolean values, or `null` to match a key that is unset. A key given an empty string is omitted from the filter.');
|
|
26
31
|
export const custom_metadata = z
|
|
27
32
|
.record(z.string(), z.union([z.string(), z.boolean()]))
|
|
28
33
|
.describe('Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted.');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-metadata.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/custom-metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,mBAAmB,GAAG;IAC1B,OAAO,EAAE,uDAAuD;CACjE,CAAA;AAED,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAW,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEzE,MAAM,mBAAmB,GAAG,CAAC;KAC1B,MAAM,EAAE;KACR,GAAG,CAAC,EAAE,CAAC;KACP,MAAM,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAA;AAEpD,6EAA6E;AAC7E,8EAA8E;AAC9E,+EAA+E;AAC/E,0CAA0C;AAC1C,MAAM,uBAAuB,GAAG,CAAC;KAC9B,MAAM,EAAE;KACR,MAAM,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAA;AAEpD,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC;KACnC,MAAM,CACL,mBAAmB,EACnB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CACtD;KACA,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,IAAI,EAAE,EAAE;IAC9C,OAAO,EAAE,oDAAoD;CAC9D,CAAC;KACD,QAAQ,CACP,6uBAA6uB,CAC9uB,CAAA;AAEH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC;KACjC,MAAM,CAAC,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"custom-metadata.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/custom-metadata.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,mBAAmB,GAAG;IAC1B,OAAO,EAAE,uDAAuD;CACjE,CAAA;AAED,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAW,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEzE,MAAM,mBAAmB,GAAG,CAAC;KAC1B,MAAM,EAAE;KACR,GAAG,CAAC,EAAE,CAAC;KACP,MAAM,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAA;AAEpD,6EAA6E;AAC7E,8EAA8E;AAC9E,+EAA+E;AAC/E,0CAA0C;AAC1C,MAAM,uBAAuB,GAAG,CAAC;KAC9B,MAAM,EAAE;KACR,MAAM,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAA;AAEpD,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC;KACnC,MAAM,CACL,mBAAmB,EACnB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CACtD;KACA,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,IAAI,EAAE,EAAE;IAC9C,OAAO,EAAE,oDAAoD;CAC9D,CAAC;KACD,QAAQ,CACP,6uBAA6uB,CAC9uB,CAAA;AAEH,iFAAiF;AACjF,iFAAiF;AACjF,sFAAsF;AACtF,qEAAqE;AACrE,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC;KACjC,MAAM,CAAC,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;KAC7E,SAAS,CAAC,CAAC,0BAA0B,EAAE,EAAE,CACxC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,MAAM,CAC/C,CAAC,CAAC,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,KAAK,EAAE,CAC9C,CACF,CACF;KACA,QAAQ,CACP,qNAAqN,CACtN,CAAA;AAEH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC;KAC7B,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;KACtD,QAAQ,CACP,gjBAAgjB,CACjjB,CAAA"}
|
|
@@ -46529,9 +46529,10 @@ const openapi = {
|
|
|
46529
46529
|
name: 'custom_metadata_has',
|
|
46530
46530
|
schema: {
|
|
46531
46531
|
additionalProperties: {
|
|
46532
|
+
nullable: true,
|
|
46532
46533
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
46533
46534
|
},
|
|
46534
|
-
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify
|
|
46535
|
+
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
46535
46536
|
type: 'object',
|
|
46536
46537
|
},
|
|
46537
46538
|
},
|
|
@@ -46614,9 +46615,10 @@ const openapi = {
|
|
|
46614
46615
|
properties: {
|
|
46615
46616
|
custom_metadata_has: {
|
|
46616
46617
|
additionalProperties: {
|
|
46618
|
+
nullable: true,
|
|
46617
46619
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
46618
46620
|
},
|
|
46619
|
-
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify
|
|
46621
|
+
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
46620
46622
|
type: 'object',
|
|
46621
46623
|
},
|
|
46622
46624
|
customer_key: {
|
|
@@ -46937,9 +46939,10 @@ const openapi = {
|
|
|
46937
46939
|
name: 'custom_metadata_has',
|
|
46938
46940
|
schema: {
|
|
46939
46941
|
additionalProperties: {
|
|
46942
|
+
nullable: true,
|
|
46940
46943
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
46941
46944
|
},
|
|
46942
|
-
description: 'Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify
|
|
46945
|
+
description: 'Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
46943
46946
|
type: 'object',
|
|
46944
46947
|
},
|
|
46945
46948
|
},
|
|
@@ -47040,9 +47043,10 @@ const openapi = {
|
|
|
47040
47043
|
properties: {
|
|
47041
47044
|
custom_metadata_has: {
|
|
47042
47045
|
additionalProperties: {
|
|
47046
|
+
nullable: true,
|
|
47043
47047
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
47044
47048
|
},
|
|
47045
|
-
description: 'Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify
|
|
47049
|
+
description: 'Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
47046
47050
|
type: 'object',
|
|
47047
47051
|
},
|
|
47048
47052
|
customer_key: {
|
|
@@ -50422,9 +50426,10 @@ const openapi = {
|
|
|
50422
50426
|
name: 'custom_metadata_has',
|
|
50423
50427
|
schema: {
|
|
50424
50428
|
additionalProperties: {
|
|
50429
|
+
nullable: true,
|
|
50425
50430
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
50426
50431
|
},
|
|
50427
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. Key names cannot contain a period (.). Specify
|
|
50432
|
+
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
50428
50433
|
type: 'object',
|
|
50429
50434
|
},
|
|
50430
50435
|
},
|
|
@@ -50603,9 +50608,10 @@ const openapi = {
|
|
|
50603
50608
|
},
|
|
50604
50609
|
custom_metadata_has: {
|
|
50605
50610
|
additionalProperties: {
|
|
50611
|
+
nullable: true,
|
|
50606
50612
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
50607
50613
|
},
|
|
50608
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. Key names cannot contain a period (.). Specify
|
|
50614
|
+
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. Key names cannot contain a period (.). Specify `null` to match a key that is unset. A key given an empty string is omitted from the filter.',
|
|
50609
50615
|
type: 'object',
|
|
50610
50616
|
},
|
|
50611
50617
|
customer_key: {
|
|
@@ -77694,149 +77700,6 @@ const openapi = {
|
|
|
77694
77700
|
},
|
|
77695
77701
|
},
|
|
77696
77702
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
77697
|
-
get: {
|
|
77698
|
-
description: 'Creates a new building block magic link.',
|
|
77699
|
-
operationId: 'unstablePartnerBuildingBlocksGenerateMagicLinkGet',
|
|
77700
|
-
parameters: [
|
|
77701
|
-
{
|
|
77702
|
-
in: 'query',
|
|
77703
|
-
name: 'building_block_type',
|
|
77704
|
-
required: true,
|
|
77705
|
-
schema: {
|
|
77706
|
-
description: 'Type of building block for which you want to create a magic link.',
|
|
77707
|
-
enum: [
|
|
77708
|
-
'connect_accounts',
|
|
77709
|
-
'organize_spaces',
|
|
77710
|
-
'console',
|
|
77711
|
-
'manage_devices',
|
|
77712
|
-
],
|
|
77713
|
-
type: 'string',
|
|
77714
|
-
},
|
|
77715
|
-
},
|
|
77716
|
-
{
|
|
77717
|
-
in: 'query',
|
|
77718
|
-
name: 'customer_key',
|
|
77719
|
-
required: true,
|
|
77720
|
-
schema: {
|
|
77721
|
-
description: 'Customer key for which you want to create a new building block magic link.',
|
|
77722
|
-
minLength: 1,
|
|
77723
|
-
type: 'string',
|
|
77724
|
-
},
|
|
77725
|
-
},
|
|
77726
|
-
{
|
|
77727
|
-
in: 'query',
|
|
77728
|
-
name: 'spaces',
|
|
77729
|
-
required: false,
|
|
77730
|
-
schema: {
|
|
77731
|
-
description: 'Optional list of spaces that you want to include in the new building block magic link.',
|
|
77732
|
-
items: {
|
|
77733
|
-
properties: {
|
|
77734
|
-
customer_data: {
|
|
77735
|
-
description: 'Reservation/stay-related defaults for the space (time zone, default check-in/out times, address).',
|
|
77736
|
-
properties: {
|
|
77737
|
-
address: {
|
|
77738
|
-
description: 'Postal address for the space.',
|
|
77739
|
-
nullable: true,
|
|
77740
|
-
type: 'string',
|
|
77741
|
-
},
|
|
77742
|
-
default_checkin_time: {
|
|
77743
|
-
description: 'Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.',
|
|
77744
|
-
nullable: true,
|
|
77745
|
-
pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
|
|
77746
|
-
type: 'string',
|
|
77747
|
-
},
|
|
77748
|
-
default_checkout_time: {
|
|
77749
|
-
description: 'Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.',
|
|
77750
|
-
nullable: true,
|
|
77751
|
-
pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
|
|
77752
|
-
type: 'string',
|
|
77753
|
-
},
|
|
77754
|
-
time_zone: {
|
|
77755
|
-
description: 'IANA time zone for the space, e.g. America/Los_Angeles.',
|
|
77756
|
-
nullable: true,
|
|
77757
|
-
type: 'string',
|
|
77758
|
-
},
|
|
77759
|
-
},
|
|
77760
|
-
type: 'object',
|
|
77761
|
-
},
|
|
77762
|
-
duration_minutes: {
|
|
77763
|
-
description: '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.',
|
|
77764
|
-
exclusiveMinimum: true,
|
|
77765
|
-
minimum: 0,
|
|
77766
|
-
type: 'integer',
|
|
77767
|
-
},
|
|
77768
|
-
geolocation: {
|
|
77769
|
-
description: 'Geographic coordinates (latitude and longitude) of the space.',
|
|
77770
|
-
properties: {
|
|
77771
|
-
latitude: {
|
|
77772
|
-
description: 'Latitude of the space, in decimal degrees.',
|
|
77773
|
-
format: 'float',
|
|
77774
|
-
type: 'number',
|
|
77775
|
-
},
|
|
77776
|
-
longitude: {
|
|
77777
|
-
description: 'Longitude of the space, in decimal degrees.',
|
|
77778
|
-
format: 'float',
|
|
77779
|
-
type: 'number',
|
|
77780
|
-
},
|
|
77781
|
-
},
|
|
77782
|
-
required: ['latitude', 'longitude'],
|
|
77783
|
-
type: 'object',
|
|
77784
|
-
},
|
|
77785
|
-
name: {
|
|
77786
|
-
description: 'Your display name for this location resource.',
|
|
77787
|
-
type: 'string',
|
|
77788
|
-
},
|
|
77789
|
-
parent_site_key: {
|
|
77790
|
-
description: 'Your unique identifier for the site.',
|
|
77791
|
-
minLength: 1,
|
|
77792
|
-
type: 'string',
|
|
77793
|
-
},
|
|
77794
|
-
space_key: {
|
|
77795
|
-
description: 'Your unique identifier for the space.',
|
|
77796
|
-
minLength: 1,
|
|
77797
|
-
type: 'string',
|
|
77798
|
-
},
|
|
77799
|
-
},
|
|
77800
|
-
required: ['name', 'space_key'],
|
|
77801
|
-
type: 'object',
|
|
77802
|
-
},
|
|
77803
|
-
type: 'array',
|
|
77804
|
-
},
|
|
77805
|
-
},
|
|
77806
|
-
],
|
|
77807
|
-
responses: {
|
|
77808
|
-
'200': {
|
|
77809
|
-
content: {
|
|
77810
|
-
'application/json': {
|
|
77811
|
-
schema: {
|
|
77812
|
-
properties: {
|
|
77813
|
-
magic_link: { $ref: '#/components/schemas/magic_link' },
|
|
77814
|
-
ok: { type: 'boolean' },
|
|
77815
|
-
},
|
|
77816
|
-
required: ['magic_link', 'ok'],
|
|
77817
|
-
type: 'object',
|
|
77818
|
-
},
|
|
77819
|
-
},
|
|
77820
|
-
},
|
|
77821
|
-
description: 'OK',
|
|
77822
|
-
},
|
|
77823
|
-
'400': { description: 'Bad Request' },
|
|
77824
|
-
'401': { description: 'Unauthorized' },
|
|
77825
|
-
},
|
|
77826
|
-
security: [
|
|
77827
|
-
{ pat_with_workspace: [] },
|
|
77828
|
-
{ console_session_with_workspace: [] },
|
|
77829
|
-
{ api_key: [] },
|
|
77830
|
-
],
|
|
77831
|
-
summary: '/unstable_partner/building_blocks/generate_magic_link',
|
|
77832
|
-
tags: [],
|
|
77833
|
-
'x-fern-sdk-group-name': ['unstable_partner', 'building_blocks'],
|
|
77834
|
-
'x-fern-sdk-method-name': 'generate_magic_link',
|
|
77835
|
-
'x-fern-sdk-return-value': 'magic_link',
|
|
77836
|
-
'x-response-key': 'magic_link',
|
|
77837
|
-
'x-title': 'Generate a Building Block Magic Link',
|
|
77838
|
-
'x-undocumented': 'Experimental partner building blocks.',
|
|
77839
|
-
},
|
|
77840
77703
|
post: {
|
|
77841
77704
|
description: 'Creates a new building block magic link.',
|
|
77842
77705
|
operationId: 'unstablePartnerBuildingBlocksGenerateMagicLinkPost',
|