@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.
- package/dist/connect.cjs +20 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +52 -45
- package/dist/index.cjs +20 -17
- 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 +16 -9
- package/lib/seam/connect/openapi.js +15 -12
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -28
- 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 +15 -14
- package/src/lib/seam/connect/route-types.ts +28 -28
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: {
|
|
@@ -99518,15 +99518,22 @@ declare const _default: {
|
|
|
99518
99518
|
post: {
|
|
99519
99519
|
description: string;
|
|
99520
99520
|
operationId: string;
|
|
99521
|
-
|
|
99522
|
-
|
|
99523
|
-
|
|
99524
|
-
|
|
99525
|
-
|
|
99526
|
-
|
|
99527
|
-
|
|
99521
|
+
requestBody: {
|
|
99522
|
+
content: {
|
|
99523
|
+
'application/json': {
|
|
99524
|
+
schema: {
|
|
99525
|
+
properties: {
|
|
99526
|
+
search: {
|
|
99527
|
+
format: string;
|
|
99528
|
+
type: string;
|
|
99529
|
+
};
|
|
99530
|
+
};
|
|
99531
|
+
required: string[];
|
|
99532
|
+
type: string;
|
|
99533
|
+
};
|
|
99534
|
+
};
|
|
99528
99535
|
};
|
|
99529
|
-
}
|
|
99536
|
+
};
|
|
99530
99537
|
responses: {
|
|
99531
99538
|
200: {
|
|
99532
99539
|
content: {
|
|
@@ -119359,13 +119366,13 @@ type Routes = {
|
|
|
119359
119366
|
expires_at: string;
|
|
119360
119367
|
/** ID of the customization profile associated with the Instant Key. */
|
|
119361
119368
|
customization_profile_id?: string | undefined;
|
|
119362
|
-
/** Customization
|
|
119363
|
-
|
|
119364
|
-
/** Primary color
|
|
119369
|
+
/** Customization applied to the Instant Key UI. */
|
|
119370
|
+
customization?: {
|
|
119371
|
+
/** Primary color used in the Instant Key UI. */
|
|
119365
119372
|
primary_color?: string | undefined;
|
|
119366
|
-
/** Secondary color
|
|
119373
|
+
/** Secondary color used in the Instant Key UI. */
|
|
119367
119374
|
secondary_color?: string | undefined;
|
|
119368
|
-
/** URL of the logo
|
|
119375
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
119369
119376
|
logo_url?: string | undefined;
|
|
119370
119377
|
} | undefined;
|
|
119371
119378
|
}[] | undefined;
|
|
@@ -138896,13 +138903,13 @@ type Routes = {
|
|
|
138896
138903
|
expires_at: string;
|
|
138897
138904
|
/** ID of the customization profile associated with the Instant Key. */
|
|
138898
138905
|
customization_profile_id?: string | undefined;
|
|
138899
|
-
/** Customization
|
|
138900
|
-
|
|
138901
|
-
/** Primary color
|
|
138906
|
+
/** Customization applied to the Instant Key UI. */
|
|
138907
|
+
customization?: {
|
|
138908
|
+
/** Primary color used in the Instant Key UI. */
|
|
138902
138909
|
primary_color?: string | undefined;
|
|
138903
|
-
/** Secondary color
|
|
138910
|
+
/** Secondary color used in the Instant Key UI. */
|
|
138904
138911
|
secondary_color?: string | undefined;
|
|
138905
|
-
/** URL of the logo
|
|
138912
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
138906
138913
|
logo_url?: string | undefined;
|
|
138907
138914
|
} | undefined;
|
|
138908
138915
|
};
|
|
@@ -138936,13 +138943,13 @@ type Routes = {
|
|
|
138936
138943
|
expires_at: string;
|
|
138937
138944
|
/** ID of the customization profile associated with the Instant Key. */
|
|
138938
138945
|
customization_profile_id?: string | undefined;
|
|
138939
|
-
/** Customization
|
|
138940
|
-
|
|
138941
|
-
/** Primary color
|
|
138946
|
+
/** Customization applied to the Instant Key UI. */
|
|
138947
|
+
customization?: {
|
|
138948
|
+
/** Primary color used in the Instant Key UI. */
|
|
138942
138949
|
primary_color?: string | undefined;
|
|
138943
|
-
/** Secondary color
|
|
138950
|
+
/** Secondary color used in the Instant Key UI. */
|
|
138944
138951
|
secondary_color?: string | undefined;
|
|
138945
|
-
/** URL of the logo
|
|
138952
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
138946
138953
|
logo_url?: string | undefined;
|
|
138947
138954
|
} | undefined;
|
|
138948
138955
|
}[];
|
|
@@ -176070,13 +176077,13 @@ type Routes = {
|
|
|
176070
176077
|
expires_at: string;
|
|
176071
176078
|
/** ID of the customization profile associated with the Instant Key. */
|
|
176072
176079
|
customization_profile_id?: string | undefined;
|
|
176073
|
-
/** Customization
|
|
176074
|
-
|
|
176075
|
-
/** Primary color
|
|
176080
|
+
/** Customization applied to the Instant Key UI. */
|
|
176081
|
+
customization?: {
|
|
176082
|
+
/** Primary color used in the Instant Key UI. */
|
|
176076
176083
|
primary_color?: string | undefined;
|
|
176077
|
-
/** Secondary color
|
|
176084
|
+
/** Secondary color used in the Instant Key UI. */
|
|
176078
176085
|
secondary_color?: string | undefined;
|
|
176079
|
-
/** URL of the logo
|
|
176086
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
176080
176087
|
logo_url?: string | undefined;
|
|
176081
176088
|
} | undefined;
|
|
176082
176089
|
};
|
|
@@ -179299,11 +179306,11 @@ type Routes = {
|
|
|
179299
179306
|
'/workspaces/find_anything': {
|
|
179300
179307
|
route: '/workspaces/find_anything';
|
|
179301
179308
|
method: 'GET' | 'POST';
|
|
179302
|
-
queryParams: {
|
|
179309
|
+
queryParams: {};
|
|
179310
|
+
jsonBody: {};
|
|
179311
|
+
commonParams: {
|
|
179303
179312
|
search: string;
|
|
179304
179313
|
};
|
|
179305
|
-
jsonBody: {};
|
|
179306
|
-
commonParams: {};
|
|
179307
179314
|
formData: {};
|
|
179308
179315
|
jsonResponse: {
|
|
179309
179316
|
/** A batch of workspace resources. */
|
|
@@ -185210,13 +185217,13 @@ type Routes = {
|
|
|
185210
185217
|
expires_at: string;
|
|
185211
185218
|
/** ID of the customization profile associated with the Instant Key. */
|
|
185212
185219
|
customization_profile_id?: string | undefined;
|
|
185213
|
-
/** Customization
|
|
185214
|
-
|
|
185215
|
-
/** Primary color
|
|
185220
|
+
/** Customization applied to the Instant Key UI. */
|
|
185221
|
+
customization?: {
|
|
185222
|
+
/** Primary color used in the Instant Key UI. */
|
|
185216
185223
|
primary_color?: string | undefined;
|
|
185217
|
-
/** Secondary color
|
|
185224
|
+
/** Secondary color used in the Instant Key UI. */
|
|
185218
185225
|
secondary_color?: string | undefined;
|
|
185219
|
-
/** URL of the logo
|
|
185226
|
+
/** URL of the logo displayed on the Instant Key. */
|
|
185220
185227
|
logo_url?: string | undefined;
|
|
185221
185228
|
} | undefined;
|
|
185222
185229
|
}[] | 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
|
},
|
|
@@ -58125,14 +58125,17 @@ var openapi_default = {
|
|
|
58125
58125
|
post: {
|
|
58126
58126
|
description: "Search for resources inside a workspace.",
|
|
58127
58127
|
operationId: "workspacesFindAnythingPost",
|
|
58128
|
-
|
|
58129
|
-
{
|
|
58130
|
-
|
|
58131
|
-
|
|
58132
|
-
|
|
58133
|
-
|
|
58128
|
+
requestBody: {
|
|
58129
|
+
content: {
|
|
58130
|
+
"application/json": {
|
|
58131
|
+
schema: {
|
|
58132
|
+
properties: { search: { format: "uuid", type: "string" } },
|
|
58133
|
+
required: ["search"],
|
|
58134
|
+
type: "object"
|
|
58135
|
+
}
|
|
58136
|
+
}
|
|
58134
58137
|
}
|
|
58135
|
-
|
|
58138
|
+
},
|
|
58136
58139
|
responses: {
|
|
58137
58140
|
200: {
|
|
58138
58141
|
content: {
|