@seamapi/types 1.493.0 → 1.494.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 +10 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +34 -34
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +10 -10
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +3 -3
- package/lib/seam/connect/models/instant-keys/instant-key.js +5 -5
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +5 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -25
- package/package.json +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +5 -5
- package/src/lib/seam/connect/openapi.ts +5 -7
- package/src/lib/seam/connect/route-types.ts +25 -25
package/dist/connect.d.cts
CHANGED
|
@@ -27475,7 +27475,7 @@ declare const batch: z.ZodObject<{
|
|
|
27475
27475
|
user_identity_id: z.ZodString;
|
|
27476
27476
|
expires_at: z.ZodString;
|
|
27477
27477
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
27478
|
-
|
|
27478
|
+
customization: z.ZodOptional<z.ZodObject<{
|
|
27479
27479
|
primary_color: z.ZodOptional<z.ZodString>;
|
|
27480
27480
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
27481
27481
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
@@ -27497,7 +27497,7 @@ declare const batch: z.ZodObject<{
|
|
|
27497
27497
|
expires_at: string;
|
|
27498
27498
|
instant_key_id: string;
|
|
27499
27499
|
customization_profile_id?: string | undefined;
|
|
27500
|
-
|
|
27500
|
+
customization?: {
|
|
27501
27501
|
primary_color?: string | undefined;
|
|
27502
27502
|
secondary_color?: string | undefined;
|
|
27503
27503
|
logo_url?: string | undefined;
|
|
@@ -27511,7 +27511,7 @@ declare const batch: z.ZodObject<{
|
|
|
27511
27511
|
expires_at: string;
|
|
27512
27512
|
instant_key_id: string;
|
|
27513
27513
|
customization_profile_id?: string | undefined;
|
|
27514
|
-
|
|
27514
|
+
customization?: {
|
|
27515
27515
|
primary_color?: string | undefined;
|
|
27516
27516
|
secondary_color?: string | undefined;
|
|
27517
27517
|
logo_url?: string | undefined;
|
|
@@ -33759,7 +33759,7 @@ declare const batch: z.ZodObject<{
|
|
|
33759
33759
|
expires_at: string;
|
|
33760
33760
|
instant_key_id: string;
|
|
33761
33761
|
customization_profile_id?: string | undefined;
|
|
33762
|
-
|
|
33762
|
+
customization?: {
|
|
33763
33763
|
primary_color?: string | undefined;
|
|
33764
33764
|
secondary_color?: string | undefined;
|
|
33765
33765
|
logo_url?: string | undefined;
|
|
@@ -37562,7 +37562,7 @@ declare const batch: z.ZodObject<{
|
|
|
37562
37562
|
expires_at: string;
|
|
37563
37563
|
instant_key_id: string;
|
|
37564
37564
|
customization_profile_id?: string | undefined;
|
|
37565
|
-
|
|
37565
|
+
customization?: {
|
|
37566
37566
|
primary_color?: string | undefined;
|
|
37567
37567
|
secondary_color?: string | undefined;
|
|
37568
37568
|
logo_url?: string | undefined;
|
|
@@ -50114,7 +50114,7 @@ declare const instant_key: z.ZodObject<{
|
|
|
50114
50114
|
user_identity_id: z.ZodString;
|
|
50115
50115
|
expires_at: z.ZodString;
|
|
50116
50116
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
50117
|
-
|
|
50117
|
+
customization: z.ZodOptional<z.ZodObject<{
|
|
50118
50118
|
primary_color: z.ZodOptional<z.ZodString>;
|
|
50119
50119
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
50120
50120
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
@@ -50136,7 +50136,7 @@ declare const instant_key: z.ZodObject<{
|
|
|
50136
50136
|
expires_at: string;
|
|
50137
50137
|
instant_key_id: string;
|
|
50138
50138
|
customization_profile_id?: string | undefined;
|
|
50139
|
-
|
|
50139
|
+
customization?: {
|
|
50140
50140
|
primary_color?: string | undefined;
|
|
50141
50141
|
secondary_color?: string | undefined;
|
|
50142
50142
|
logo_url?: string | undefined;
|
|
@@ -50150,7 +50150,7 @@ declare const instant_key: z.ZodObject<{
|
|
|
50150
50150
|
expires_at: string;
|
|
50151
50151
|
instant_key_id: string;
|
|
50152
50152
|
customization_profile_id?: string | undefined;
|
|
50153
|
-
|
|
50153
|
+
customization?: {
|
|
50154
50154
|
primary_color?: string | undefined;
|
|
50155
50155
|
secondary_color?: string | undefined;
|
|
50156
50156
|
logo_url?: string | undefined;
|
|
@@ -61032,7 +61032,7 @@ declare const _default: {
|
|
|
61032
61032
|
format: string;
|
|
61033
61033
|
type: string;
|
|
61034
61034
|
};
|
|
61035
|
-
|
|
61035
|
+
customization: {
|
|
61036
61036
|
description: string;
|
|
61037
61037
|
properties: {
|
|
61038
61038
|
logo_url: {
|
|
@@ -119359,13 +119359,13 @@ type Routes = {
|
|
|
119359
119359
|
expires_at: string;
|
|
119360
119360
|
/** ID of the customization profile associated with the Instant Key. */
|
|
119361
119361
|
customization_profile_id?: string | undefined;
|
|
119362
|
-
/** Customization
|
|
119363
|
-
|
|
119364
|
-
/** Primary color
|
|
119362
|
+
/** Customization applied to the Instant Key UI. */
|
|
119363
|
+
customization?: {
|
|
119364
|
+
/** Primary color used in the Instant Key UI. */
|
|
119365
119365
|
primary_color?: string | undefined;
|
|
119366
|
-
/** Secondary color
|
|
119366
|
+
/** Secondary color used in the Instant Key UI. */
|
|
119367
119367
|
secondary_color?: string | undefined;
|
|
119368
|
-
/** URL of the logo
|
|
119368
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
119369
119369
|
logo_url?: string | undefined;
|
|
119370
119370
|
} | undefined;
|
|
119371
119371
|
}[] | undefined;
|
|
@@ -138896,13 +138896,13 @@ type Routes = {
|
|
|
138896
138896
|
expires_at: string;
|
|
138897
138897
|
/** ID of the customization profile associated with the Instant Key. */
|
|
138898
138898
|
customization_profile_id?: string | undefined;
|
|
138899
|
-
/** Customization
|
|
138900
|
-
|
|
138901
|
-
/** Primary color
|
|
138899
|
+
/** Customization applied to the Instant Key UI. */
|
|
138900
|
+
customization?: {
|
|
138901
|
+
/** Primary color used in the Instant Key UI. */
|
|
138902
138902
|
primary_color?: string | undefined;
|
|
138903
|
-
/** Secondary color
|
|
138903
|
+
/** Secondary color used in the Instant Key UI. */
|
|
138904
138904
|
secondary_color?: string | undefined;
|
|
138905
|
-
/** URL of the logo
|
|
138905
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
138906
138906
|
logo_url?: string | undefined;
|
|
138907
138907
|
} | undefined;
|
|
138908
138908
|
};
|
|
@@ -138936,13 +138936,13 @@ type Routes = {
|
|
|
138936
138936
|
expires_at: string;
|
|
138937
138937
|
/** ID of the customization profile associated with the Instant Key. */
|
|
138938
138938
|
customization_profile_id?: string | undefined;
|
|
138939
|
-
/** Customization
|
|
138940
|
-
|
|
138941
|
-
/** Primary color
|
|
138939
|
+
/** Customization applied to the Instant Key UI. */
|
|
138940
|
+
customization?: {
|
|
138941
|
+
/** Primary color used in the Instant Key UI. */
|
|
138942
138942
|
primary_color?: string | undefined;
|
|
138943
|
-
/** Secondary color
|
|
138943
|
+
/** Secondary color used in the Instant Key UI. */
|
|
138944
138944
|
secondary_color?: string | undefined;
|
|
138945
|
-
/** URL of the logo
|
|
138945
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
138946
138946
|
logo_url?: string | undefined;
|
|
138947
138947
|
} | undefined;
|
|
138948
138948
|
}[];
|
|
@@ -176070,13 +176070,13 @@ type Routes = {
|
|
|
176070
176070
|
expires_at: string;
|
|
176071
176071
|
/** ID of the customization profile associated with the Instant Key. */
|
|
176072
176072
|
customization_profile_id?: string | undefined;
|
|
176073
|
-
/** Customization
|
|
176074
|
-
|
|
176075
|
-
/** Primary color
|
|
176073
|
+
/** Customization applied to the Instant Key UI. */
|
|
176074
|
+
customization?: {
|
|
176075
|
+
/** Primary color used in the Instant Key UI. */
|
|
176076
176076
|
primary_color?: string | undefined;
|
|
176077
|
-
/** Secondary color
|
|
176077
|
+
/** Secondary color used in the Instant Key UI. */
|
|
176078
176078
|
secondary_color?: string | undefined;
|
|
176079
|
-
/** URL of the logo
|
|
176079
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
176080
176080
|
logo_url?: string | undefined;
|
|
176081
176081
|
} | undefined;
|
|
176082
176082
|
};
|
|
@@ -185210,13 +185210,13 @@ type Routes = {
|
|
|
185210
185210
|
expires_at: string;
|
|
185211
185211
|
/** ID of the customization profile associated with the Instant Key. */
|
|
185212
185212
|
customization_profile_id?: string | undefined;
|
|
185213
|
-
/** Customization
|
|
185214
|
-
|
|
185215
|
-
/** Primary color
|
|
185213
|
+
/** Customization applied to the Instant Key UI. */
|
|
185214
|
+
customization?: {
|
|
185215
|
+
/** Primary color used in the Instant Key UI. */
|
|
185216
185216
|
primary_color?: string | undefined;
|
|
185217
|
-
/** Secondary color
|
|
185217
|
+
/** Secondary color used in the Instant Key UI. */
|
|
185218
185218
|
secondary_color?: string | undefined;
|
|
185219
|
-
/** URL of the logo
|
|
185219
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
185220
185220
|
logo_url?: string | undefined;
|
|
185221
185221
|
} | undefined;
|
|
185222
185222
|
}[] | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -5124,11 +5124,11 @@ var instant_key = zod.z.object({
|
|
|
5124
5124
|
customization_profile_id: zod.z.string().uuid().optional().describe(
|
|
5125
5125
|
"ID of the customization profile associated with the Instant Key."
|
|
5126
5126
|
),
|
|
5127
|
-
|
|
5128
|
-
primary_color: zod.z.string().optional().describe("Primary color
|
|
5129
|
-
secondary_color: zod.z.string().optional().describe("Secondary color
|
|
5130
|
-
logo_url: zod.z.string().url().optional().describe("URL of the logo
|
|
5131
|
-
}).optional().describe("Customization
|
|
5127
|
+
customization: zod.z.object({
|
|
5128
|
+
primary_color: zod.z.string().optional().describe("Primary color used in the Instant Key UI."),
|
|
5129
|
+
secondary_color: zod.z.string().optional().describe("Secondary color used in the Instant Key UI."),
|
|
5130
|
+
logo_url: zod.z.string().url().optional().describe("URL of the logo displayed on the Instant Key.")
|
|
5131
|
+
}).optional().describe("Customization applied to the Instant Key UI.")
|
|
5132
5132
|
}).describe(`
|
|
5133
5133
|
---
|
|
5134
5134
|
route_path: /instant_keys
|
|
@@ -22682,20 +22682,20 @@ var openapi_default = {
|
|
|
22682
22682
|
format: "date-time",
|
|
22683
22683
|
type: "string"
|
|
22684
22684
|
},
|
|
22685
|
-
|
|
22686
|
-
description: "Customization
|
|
22685
|
+
customization: {
|
|
22686
|
+
description: "Customization applied to the Instant Key UI.",
|
|
22687
22687
|
properties: {
|
|
22688
22688
|
logo_url: {
|
|
22689
|
-
description: "URL of the logo
|
|
22689
|
+
description: "URL of the logo displayed on the Instant Key.",
|
|
22690
22690
|
format: "uri",
|
|
22691
22691
|
type: "string"
|
|
22692
22692
|
},
|
|
22693
22693
|
primary_color: {
|
|
22694
|
-
description: "Primary color
|
|
22694
|
+
description: "Primary color used in the Instant Key UI.",
|
|
22695
22695
|
type: "string"
|
|
22696
22696
|
},
|
|
22697
22697
|
secondary_color: {
|
|
22698
|
-
description: "Secondary color
|
|
22698
|
+
description: "Secondary color used in the Instant Key UI.",
|
|
22699
22699
|
type: "string"
|
|
22700
22700
|
}
|
|
22701
22701
|
},
|