@seamapi/types 1.493.0 → 1.495.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.
@@ -37574,7 +37574,7 @@ export declare const workspaces_batch: z.ZodObject<{
37574
37574
  user_identity_id: z.ZodString;
37575
37575
  expires_at: z.ZodString;
37576
37576
  customization_profile_id: z.ZodOptional<z.ZodString>;
37577
- customization_profile: z.ZodOptional<z.ZodObject<{
37577
+ customization: z.ZodOptional<z.ZodObject<{
37578
37578
  primary_color: z.ZodOptional<z.ZodString>;
37579
37579
  secondary_color: z.ZodOptional<z.ZodString>;
37580
37580
  logo_url: z.ZodOptional<z.ZodString>;
@@ -37596,7 +37596,7 @@ export declare const workspaces_batch: z.ZodObject<{
37596
37596
  expires_at: string;
37597
37597
  instant_key_id: string;
37598
37598
  customization_profile_id?: string | undefined;
37599
- customization_profile?: {
37599
+ customization?: {
37600
37600
  primary_color?: string | undefined;
37601
37601
  secondary_color?: string | undefined;
37602
37602
  logo_url?: string | undefined;
@@ -37610,7 +37610,7 @@ export declare const workspaces_batch: z.ZodObject<{
37610
37610
  expires_at: string;
37611
37611
  instant_key_id: string;
37612
37612
  customization_profile_id?: string | undefined;
37613
- customization_profile?: {
37613
+ customization?: {
37614
37614
  primary_color?: string | undefined;
37615
37615
  secondary_color?: string | undefined;
37616
37616
  logo_url?: string | undefined;
@@ -43929,7 +43929,7 @@ export declare const workspaces_batch: z.ZodObject<{
43929
43929
  expires_at: string;
43930
43930
  instant_key_id: string;
43931
43931
  customization_profile_id?: string | undefined;
43932
- customization_profile?: {
43932
+ customization?: {
43933
43933
  primary_color?: string | undefined;
43934
43934
  secondary_color?: string | undefined;
43935
43935
  logo_url?: string | undefined;
@@ -47803,7 +47803,7 @@ export declare const workspaces_batch: z.ZodObject<{
47803
47803
  expires_at: string;
47804
47804
  instant_key_id: string;
47805
47805
  customization_profile_id?: string | undefined;
47806
- customization_profile?: {
47806
+ customization?: {
47807
47807
  primary_color?: string | undefined;
47808
47808
  secondary_color?: string | undefined;
47809
47809
  logo_url?: string | undefined;
@@ -65714,7 +65714,7 @@ export declare const batch: z.ZodObject<{
65714
65714
  user_identity_id: z.ZodString;
65715
65715
  expires_at: z.ZodString;
65716
65716
  customization_profile_id: z.ZodOptional<z.ZodString>;
65717
- customization_profile: z.ZodOptional<z.ZodObject<{
65717
+ customization: z.ZodOptional<z.ZodObject<{
65718
65718
  primary_color: z.ZodOptional<z.ZodString>;
65719
65719
  secondary_color: z.ZodOptional<z.ZodString>;
65720
65720
  logo_url: z.ZodOptional<z.ZodString>;
@@ -65736,7 +65736,7 @@ export declare const batch: z.ZodObject<{
65736
65736
  expires_at: string;
65737
65737
  instant_key_id: string;
65738
65738
  customization_profile_id?: string | undefined;
65739
- customization_profile?: {
65739
+ customization?: {
65740
65740
  primary_color?: string | undefined;
65741
65741
  secondary_color?: string | undefined;
65742
65742
  logo_url?: string | undefined;
@@ -65750,7 +65750,7 @@ export declare const batch: z.ZodObject<{
65750
65750
  expires_at: string;
65751
65751
  instant_key_id: string;
65752
65752
  customization_profile_id?: string | undefined;
65753
- customization_profile?: {
65753
+ customization?: {
65754
65754
  primary_color?: string | undefined;
65755
65755
  secondary_color?: string | undefined;
65756
65756
  logo_url?: string | undefined;
@@ -71998,7 +71998,7 @@ export declare const batch: z.ZodObject<{
71998
71998
  expires_at: string;
71999
71999
  instant_key_id: string;
72000
72000
  customization_profile_id?: string | undefined;
72001
- customization_profile?: {
72001
+ customization?: {
72002
72002
  primary_color?: string | undefined;
72003
72003
  secondary_color?: string | undefined;
72004
72004
  logo_url?: string | undefined;
@@ -75801,7 +75801,7 @@ export declare const batch: z.ZodObject<{
75801
75801
  expires_at: string;
75802
75802
  instant_key_id: string;
75803
75803
  customization_profile_id?: string | undefined;
75804
- customization_profile?: {
75804
+ customization?: {
75805
75805
  primary_color?: string | undefined;
75806
75806
  secondary_color?: string | undefined;
75807
75807
  logo_url?: string | undefined;
@@ -8,7 +8,7 @@ export declare const instant_key: z.ZodObject<{
8
8
  user_identity_id: z.ZodString;
9
9
  expires_at: z.ZodString;
10
10
  customization_profile_id: z.ZodOptional<z.ZodString>;
11
- customization_profile: z.ZodOptional<z.ZodObject<{
11
+ customization: z.ZodOptional<z.ZodObject<{
12
12
  primary_color: z.ZodOptional<z.ZodString>;
13
13
  secondary_color: z.ZodOptional<z.ZodString>;
14
14
  logo_url: z.ZodOptional<z.ZodString>;
@@ -30,7 +30,7 @@ export declare const instant_key: z.ZodObject<{
30
30
  expires_at: string;
31
31
  instant_key_id: string;
32
32
  customization_profile_id?: string | undefined;
33
- customization_profile?: {
33
+ customization?: {
34
34
  primary_color?: string | undefined;
35
35
  secondary_color?: string | undefined;
36
36
  logo_url?: string | undefined;
@@ -44,7 +44,7 @@ export declare const instant_key: z.ZodObject<{
44
44
  expires_at: string;
45
45
  instant_key_id: string;
46
46
  customization_profile_id?: string | undefined;
47
- customization_profile?: {
47
+ customization?: {
48
48
  primary_color?: string | undefined;
49
49
  secondary_color?: string | undefined;
50
50
  logo_url?: string | undefined;
@@ -30,24 +30,24 @@ export const instant_key = z.object({
30
30
  .uuid()
31
31
  .optional()
32
32
  .describe('ID of the customization profile associated with the Instant Key.'),
33
- customization_profile: z
33
+ customization: z
34
34
  .object({
35
35
  primary_color: z
36
36
  .string()
37
37
  .optional()
38
- .describe('Primary color of the customization profile.'),
38
+ .describe('Primary color used in the Instant Key UI.'),
39
39
  secondary_color: z
40
40
  .string()
41
41
  .optional()
42
- .describe('Secondary color of the customization profile.'),
42
+ .describe('Secondary color used in the Instant Key UI.'),
43
43
  logo_url: z
44
44
  .string()
45
45
  .url()
46
46
  .optional()
47
- .describe('URL of the logo associated with the customization profile.'),
47
+ .describe('URL of the logo displayed on the Instant Key.'),
48
48
  })
49
49
  .optional()
50
- .describe('Customization profile associated with the Instant Key.'),
50
+ .describe('Customization applied to the Instant Key UI.'),
51
51
  }).describe(`
52
52
  ---
53
53
  route_path: /instant_keys
@@ -1 +1 @@
1
- {"version":3,"file":"instant-key.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/instant-keys/instant-key.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACpE,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,4GAA4G,CAC7G;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,CACP,sKAAsK,CACvK;IACH,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6IAA6I,CAC9I;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,0DAA0D,CAAC;IACvE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CACP,kEAAkE,CACnE;IACH,qBAAqB,EAAE,CAAC;SACrB,MAAM,CAAC;QACN,aAAa,EAAE,CAAC;aACb,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CAAC,6CAA6C,CAAC;QAC1D,eAAe,EAAE,CAAC;aACf,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CAAC,+CAA+C,CAAC;QAC5D,QAAQ,EAAE,CAAC;aACR,MAAM,EAAE;aACR,GAAG,EAAE;aACL,QAAQ,EAAE;aACV,QAAQ,CAAC,4DAA4D,CAAC;KAC1E,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,CAAC,wDAAwD,CAAC;CACtE,CAAC,CAAC,QAAQ,CAAC;;;;;;;CAOX,CAAC,CAAA"}
1
+ {"version":3,"file":"instant-key.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/instant-keys/instant-key.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACpE,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,4GAA4G,CAC7G;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,CACP,sKAAsK,CACvK;IACH,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6IAA6I,CAC9I;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,0DAA0D,CAAC;IACvE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CACP,kEAAkE,CACnE;IACH,aAAa,EAAE,CAAC;SACb,MAAM,CAAC;QACN,aAAa,EAAE,CAAC;aACb,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CAAC,2CAA2C,CAAC;QACxD,eAAe,EAAE,CAAC;aACf,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CAAC,6CAA6C,CAAC;QAC1D,QAAQ,EAAE,CAAC;aACR,MAAM,EAAE;aACR,GAAG,EAAE;aACL,QAAQ,EAAE;aACV,QAAQ,CAAC,+CAA+C,CAAC;KAC7D,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC,QAAQ,CAAC;;;;;;;CAOX,CAAC,CAAA"}
@@ -10352,7 +10352,7 @@ declare const _default: {
10352
10352
  format: string;
10353
10353
  type: string;
10354
10354
  };
10355
- customization_profile: {
10355
+ customization: {
10356
10356
  description: string;
10357
10357
  properties: {
10358
10358
  logo_url: {
@@ -48838,15 +48838,22 @@ declare const _default: {
48838
48838
  post: {
48839
48839
  description: string;
48840
48840
  operationId: string;
48841
- parameters: {
48842
- in: string;
48843
- name: string;
48844
- required: boolean;
48845
- schema: {
48846
- format: string;
48847
- type: string;
48841
+ requestBody: {
48842
+ content: {
48843
+ 'application/json': {
48844
+ schema: {
48845
+ properties: {
48846
+ search: {
48847
+ format: string;
48848
+ type: string;
48849
+ };
48850
+ };
48851
+ required: string[];
48852
+ type: string;
48853
+ };
48854
+ };
48848
48855
  };
48849
- }[];
48856
+ };
48850
48857
  responses: {
48851
48858
  200: {
48852
48859
  content: {
@@ -17144,20 +17144,20 @@ export default {
17144
17144
  format: 'date-time',
17145
17145
  type: 'string',
17146
17146
  },
17147
- customization_profile: {
17148
- description: 'Customization profile associated with the Instant Key.',
17147
+ customization: {
17148
+ description: 'Customization applied to the Instant Key UI.',
17149
17149
  properties: {
17150
17150
  logo_url: {
17151
- description: 'URL of the logo associated with the customization profile.',
17151
+ description: 'URL of the logo displayed on the Instant Key.',
17152
17152
  format: 'uri',
17153
17153
  type: 'string',
17154
17154
  },
17155
17155
  primary_color: {
17156
- description: 'Primary color of the customization profile.',
17156
+ description: 'Primary color used in the Instant Key UI.',
17157
17157
  type: 'string',
17158
17158
  },
17159
17159
  secondary_color: {
17160
- description: 'Secondary color of the customization profile.',
17160
+ description: 'Secondary color used in the Instant Key UI.',
17161
17161
  type: 'string',
17162
17162
  },
17163
17163
  },
@@ -52587,14 +52587,17 @@ export default {
52587
52587
  post: {
52588
52588
  description: 'Search for resources inside a workspace.',
52589
52589
  operationId: 'workspacesFindAnythingPost',
52590
- parameters: [
52591
- {
52592
- in: 'query',
52593
- name: 'search',
52594
- required: true,
52595
- schema: { format: 'uuid', type: 'string' },
52590
+ requestBody: {
52591
+ content: {
52592
+ 'application/json': {
52593
+ schema: {
52594
+ properties: { search: { format: 'uuid', type: 'string' } },
52595
+ required: ['search'],
52596
+ type: 'object',
52597
+ },
52598
+ },
52596
52599
  },
52597
- ],
52600
+ },
52598
52601
  responses: {
52599
52602
  200: {
52600
52603
  content: {