@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.
@@ -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
- customization_profile: z.ZodOptional<z.ZodObject<{
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
- customization_profile?: {
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
- customization_profile?: {
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
- customization_profile?: {
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
- customization_profile?: {
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
- customization_profile: z.ZodOptional<z.ZodObject<{
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
- customization_profile?: {
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
- customization_profile?: {
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
- customization_profile: {
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 profile associated with the Instant Key. */
119363
- customization_profile?: {
119364
- /** Primary color of the customization profile. */
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 of the customization profile. */
119366
+ /** Secondary color used in the Instant Key UI. */
119367
119367
  secondary_color?: string | undefined;
119368
- /** URL of the logo associated with the customization profile. */
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 profile associated with the Instant Key. */
138900
- customization_profile?: {
138901
- /** Primary color of the customization profile. */
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 of the customization profile. */
138903
+ /** Secondary color used in the Instant Key UI. */
138904
138904
  secondary_color?: string | undefined;
138905
- /** URL of the logo associated with the customization profile. */
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 profile associated with the Instant Key. */
138940
- customization_profile?: {
138941
- /** Primary color of the customization profile. */
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 of the customization profile. */
138943
+ /** Secondary color used in the Instant Key UI. */
138944
138944
  secondary_color?: string | undefined;
138945
- /** URL of the logo associated with the customization profile. */
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 profile associated with the Instant Key. */
176074
- customization_profile?: {
176075
- /** Primary color of the customization profile. */
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 of the customization profile. */
176077
+ /** Secondary color used in the Instant Key UI. */
176078
176078
  secondary_color?: string | undefined;
176079
- /** URL of the logo associated with the customization profile. */
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 profile associated with the Instant Key. */
185214
- customization_profile?: {
185215
- /** Primary color of the customization profile. */
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 of the customization profile. */
185217
+ /** Secondary color used in the Instant Key UI. */
185218
185218
  secondary_color?: string | undefined;
185219
- /** URL of the logo associated with the customization profile. */
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
- customization_profile: zod.z.object({
5128
- primary_color: zod.z.string().optional().describe("Primary color of the customization profile."),
5129
- secondary_color: zod.z.string().optional().describe("Secondary color of the customization profile."),
5130
- logo_url: zod.z.string().url().optional().describe("URL of the logo associated with the customization profile.")
5131
- }).optional().describe("Customization profile associated with the Instant Key.")
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
- customization_profile: {
22686
- description: "Customization profile associated with the Instant Key.",
22685
+ customization: {
22686
+ description: "Customization applied to the Instant Key UI.",
22687
22687
  properties: {
22688
22688
  logo_url: {
22689
- description: "URL of the logo associated with the customization profile.",
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 of the customization profile.",
22694
+ description: "Primary color used in the Instant Key UI.",
22695
22695
  type: "string"
22696
22696
  },
22697
22697
  secondary_color: {
22698
- description: "Secondary color of the customization profile.",
22698
+ description: "Secondary color used in the Instant Key UI.",
22699
22699
  type: "string"
22700
22700
  }
22701
22701
  },