@seamapi/types 1.556.0 → 1.557.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 +25 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +54 -0
- package/dist/index.cjs +25 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +20 -0
- package/lib/seam/connect/models/workspaces/workspace.d.ts +6 -0
- package/lib/seam/connect/models/workspaces/workspace.js +7 -0
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +17 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +22 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +11 -0
- package/src/lib/seam/connect/openapi.ts +21 -0
- package/src/lib/seam/connect/route-types.ts +22 -0
|
@@ -20209,6 +20209,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
20209
20209
|
}>;
|
|
20210
20210
|
is_suspended: z.ZodBoolean;
|
|
20211
20211
|
connect_partner_name: z.ZodNullable<z.ZodNullable<z.ZodString>>;
|
|
20212
|
+
publishable_key: z.ZodOptional<z.ZodString>;
|
|
20213
|
+
is_publishable_key_auth_enabled: z.ZodBoolean;
|
|
20212
20214
|
}, "strip", z.ZodTypeAny, {
|
|
20213
20215
|
name: string;
|
|
20214
20216
|
workspace_id: string;
|
|
@@ -20223,6 +20225,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
20223
20225
|
inviter_logo_url?: string | undefined;
|
|
20224
20226
|
};
|
|
20225
20227
|
connect_partner_name: string | null;
|
|
20228
|
+
is_publishable_key_auth_enabled: boolean;
|
|
20229
|
+
publishable_key?: string | undefined;
|
|
20226
20230
|
}, {
|
|
20227
20231
|
name: string;
|
|
20228
20232
|
workspace_id: string;
|
|
@@ -20237,6 +20241,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
20237
20241
|
inviter_logo_url?: string | undefined;
|
|
20238
20242
|
};
|
|
20239
20243
|
connect_partner_name: string | null;
|
|
20244
|
+
is_publishable_key_auth_enabled: boolean;
|
|
20245
|
+
publishable_key?: string | undefined;
|
|
20240
20246
|
}>, "many">>;
|
|
20241
20247
|
spaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20242
20248
|
space_id: z.ZodString;
|
|
@@ -42184,6 +42190,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42184
42190
|
inviter_logo_url?: string | undefined;
|
|
42185
42191
|
};
|
|
42186
42192
|
connect_partner_name: string | null;
|
|
42193
|
+
is_publishable_key_auth_enabled: boolean;
|
|
42194
|
+
publishable_key?: string | undefined;
|
|
42187
42195
|
}[] | undefined;
|
|
42188
42196
|
acs_users?: {
|
|
42189
42197
|
display_name: string;
|
|
@@ -46158,6 +46166,8 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46158
46166
|
inviter_logo_url?: string | undefined;
|
|
46159
46167
|
};
|
|
46160
46168
|
connect_partner_name: string | null;
|
|
46169
|
+
is_publishable_key_auth_enabled: boolean;
|
|
46170
|
+
publishable_key?: string | undefined;
|
|
46161
46171
|
}[] | undefined;
|
|
46162
46172
|
acs_users?: {
|
|
46163
46173
|
display_name: string;
|
|
@@ -49277,6 +49287,8 @@ export declare const batch: z.ZodObject<{
|
|
|
49277
49287
|
}>;
|
|
49278
49288
|
is_suspended: z.ZodBoolean;
|
|
49279
49289
|
connect_partner_name: z.ZodNullable<z.ZodNullable<z.ZodString>>;
|
|
49290
|
+
publishable_key: z.ZodOptional<z.ZodString>;
|
|
49291
|
+
is_publishable_key_auth_enabled: z.ZodBoolean;
|
|
49280
49292
|
}, "strip", z.ZodTypeAny, {
|
|
49281
49293
|
name: string;
|
|
49282
49294
|
workspace_id: string;
|
|
@@ -49291,6 +49303,8 @@ export declare const batch: z.ZodObject<{
|
|
|
49291
49303
|
inviter_logo_url?: string | undefined;
|
|
49292
49304
|
};
|
|
49293
49305
|
connect_partner_name: string | null;
|
|
49306
|
+
is_publishable_key_auth_enabled: boolean;
|
|
49307
|
+
publishable_key?: string | undefined;
|
|
49294
49308
|
}, {
|
|
49295
49309
|
name: string;
|
|
49296
49310
|
workspace_id: string;
|
|
@@ -49305,6 +49319,8 @@ export declare const batch: z.ZodObject<{
|
|
|
49305
49319
|
inviter_logo_url?: string | undefined;
|
|
49306
49320
|
};
|
|
49307
49321
|
connect_partner_name: string | null;
|
|
49322
|
+
is_publishable_key_auth_enabled: boolean;
|
|
49323
|
+
publishable_key?: string | undefined;
|
|
49308
49324
|
}>, "many">>;
|
|
49309
49325
|
spaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49310
49326
|
space_id: z.ZodString;
|
|
@@ -70799,6 +70815,8 @@ export declare const batch: z.ZodObject<{
|
|
|
70799
70815
|
inviter_logo_url?: string | undefined;
|
|
70800
70816
|
};
|
|
70801
70817
|
connect_partner_name: string | null;
|
|
70818
|
+
is_publishable_key_auth_enabled: boolean;
|
|
70819
|
+
publishable_key?: string | undefined;
|
|
70802
70820
|
}[] | undefined;
|
|
70803
70821
|
acs_users?: {
|
|
70804
70822
|
display_name: string;
|
|
@@ -74702,6 +74720,8 @@ export declare const batch: z.ZodObject<{
|
|
|
74702
74720
|
inviter_logo_url?: string | undefined;
|
|
74703
74721
|
};
|
|
74704
74722
|
connect_partner_name: string | null;
|
|
74723
|
+
is_publishable_key_auth_enabled: boolean;
|
|
74724
|
+
publishable_key?: string | undefined;
|
|
74705
74725
|
}[] | undefined;
|
|
74706
74726
|
acs_users?: {
|
|
74707
74727
|
display_name: string;
|
|
@@ -25,6 +25,8 @@ export declare const workspace: z.ZodObject<{
|
|
|
25
25
|
}>;
|
|
26
26
|
is_suspended: z.ZodBoolean;
|
|
27
27
|
connect_partner_name: z.ZodNullable<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
publishable_key: z.ZodOptional<z.ZodString>;
|
|
29
|
+
is_publishable_key_auth_enabled: z.ZodBoolean;
|
|
28
30
|
}, "strip", z.ZodTypeAny, {
|
|
29
31
|
name: string;
|
|
30
32
|
workspace_id: string;
|
|
@@ -39,6 +41,8 @@ export declare const workspace: z.ZodObject<{
|
|
|
39
41
|
inviter_logo_url?: string | undefined;
|
|
40
42
|
};
|
|
41
43
|
connect_partner_name: string | null;
|
|
44
|
+
is_publishable_key_auth_enabled: boolean;
|
|
45
|
+
publishable_key?: string | undefined;
|
|
42
46
|
}, {
|
|
43
47
|
name: string;
|
|
44
48
|
workspace_id: string;
|
|
@@ -53,5 +57,7 @@ export declare const workspace: z.ZodObject<{
|
|
|
53
57
|
inviter_logo_url?: string | undefined;
|
|
54
58
|
};
|
|
55
59
|
connect_partner_name: string | null;
|
|
60
|
+
is_publishable_key_auth_enabled: boolean;
|
|
61
|
+
publishable_key?: string | undefined;
|
|
56
62
|
}>;
|
|
57
63
|
export type Workspace = z.infer<typeof workspace>;
|
|
@@ -46,6 +46,13 @@ export const workspace = z.object({
|
|
|
46
46
|
---
|
|
47
47
|
`)
|
|
48
48
|
.nullable(),
|
|
49
|
+
publishable_key: z
|
|
50
|
+
.string()
|
|
51
|
+
.optional()
|
|
52
|
+
.describe('Publishable key for the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). This key is used to identify the workspace in client-side applications.'),
|
|
53
|
+
is_publishable_key_auth_enabled: z
|
|
54
|
+
.boolean()
|
|
55
|
+
.describe('Indicates whether publishable key authentication is enabled for this workspace.'),
|
|
49
56
|
}).describe(`
|
|
50
57
|
---
|
|
51
58
|
route_path: /workspaces
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/workspaces/workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAE7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,8EAA8E,CAC/E;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,CACP,gFAAgF,CACjF;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,CACP,qGAAqG,CACtG;IACH,UAAU,EAAE,CAAC;SACV,OAAO,EAAE;SACT,QAAQ,CACP,oIAAoI,CACrI;IACH,6BAA6B,EAAE,CAAC,CAAC,MAAM,CAAC;QACtC,oBAAoB,EAAE,cAAc;aACjC,QAAQ,EAAE;aACV,QAAQ,CACP,0UAA0U,CAC3U;QACH,yBAAyB,EAAE,cAAc;aACtC,QAAQ,EAAE;aACV,QAAQ,CACP,+UAA+U,CAChV;QACH,eAAe,EAAE,CAAC;aACf,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CACP,qUAAqU,CACtU;QACH,UAAU,EAAE,CAAC;aACV,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;aAC1B,QAAQ,EAAE;aACV,QAAQ,CACP,gUAAgU,CACjU;QACH,gBAAgB,EAAE,CAAC;aAChB,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CACP,6UAA6U,CAC9U;KACJ,CAAC;IACF,YAAY,EAAE,CAAC;SACZ,OAAO,EAAE;SACT,QAAQ,CACP,2MAA2M,CAC5M;IACH,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP;;;;GAIH,CACE;SACA,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/workspaces/workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAE7C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC,MAAM,CAAC;IAChC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,8EAA8E,CAC/E;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,CACP,gFAAgF,CACjF;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,CACP,qGAAqG,CACtG;IACH,UAAU,EAAE,CAAC;SACV,OAAO,EAAE;SACT,QAAQ,CACP,oIAAoI,CACrI;IACH,6BAA6B,EAAE,CAAC,CAAC,MAAM,CAAC;QACtC,oBAAoB,EAAE,cAAc;aACjC,QAAQ,EAAE;aACV,QAAQ,CACP,0UAA0U,CAC3U;QACH,yBAAyB,EAAE,cAAc;aACtC,QAAQ,EAAE;aACV,QAAQ,CACP,+UAA+U,CAChV;QACH,eAAe,EAAE,CAAC;aACf,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CACP,qUAAqU,CACtU;QACH,UAAU,EAAE,CAAC;aACV,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;aAC1B,QAAQ,EAAE;aACV,QAAQ,CACP,gUAAgU,CACjU;QACH,gBAAgB,EAAE,CAAC;aAChB,MAAM,EAAE;aACR,QAAQ,EAAE;aACV,QAAQ,CACP,6UAA6U,CAC9U;KACJ,CAAC;IACF,YAAY,EAAE,CAAC;SACZ,OAAO,EAAE;SACT,QAAQ,CACP,2MAA2M,CAC5M;IACH,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP;;;;GAIH,CACE;SACA,QAAQ,EAAE;IACb,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oKAAoK,CACrK;IACH,+BAA+B,EAAE,CAAC;SAC/B,OAAO,EAAE;SACT,QAAQ,CACP,iFAAiF,CAClF;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -14185,6 +14185,10 @@ declare const _default: {
|
|
|
14185
14185
|
};
|
|
14186
14186
|
type: string;
|
|
14187
14187
|
};
|
|
14188
|
+
is_publishable_key_auth_enabled: {
|
|
14189
|
+
description: string;
|
|
14190
|
+
type: string;
|
|
14191
|
+
};
|
|
14188
14192
|
is_sandbox: {
|
|
14189
14193
|
description: string;
|
|
14190
14194
|
type: string;
|
|
@@ -14197,6 +14201,10 @@ declare const _default: {
|
|
|
14197
14201
|
description: string;
|
|
14198
14202
|
type: string;
|
|
14199
14203
|
};
|
|
14204
|
+
publishable_key: {
|
|
14205
|
+
description: string;
|
|
14206
|
+
type: string;
|
|
14207
|
+
};
|
|
14200
14208
|
workspace_id: {
|
|
14201
14209
|
description: string;
|
|
14202
14210
|
format: string;
|
|
@@ -52000,6 +52008,10 @@ declare const _default: {
|
|
|
52000
52008
|
};
|
|
52001
52009
|
type: string;
|
|
52002
52010
|
};
|
|
52011
|
+
is_publishable_key_auth_enabled: {
|
|
52012
|
+
description: string;
|
|
52013
|
+
type: string;
|
|
52014
|
+
};
|
|
52003
52015
|
is_suspended: {
|
|
52004
52016
|
description: string;
|
|
52005
52017
|
type: string;
|
|
@@ -52084,6 +52096,10 @@ declare const _default: {
|
|
|
52084
52096
|
};
|
|
52085
52097
|
type: string;
|
|
52086
52098
|
};
|
|
52099
|
+
is_publishable_key_auth_enabled: {
|
|
52100
|
+
description: string;
|
|
52101
|
+
type: string;
|
|
52102
|
+
};
|
|
52087
52103
|
is_suspended: {
|
|
52088
52104
|
description: string;
|
|
52089
52105
|
type: string;
|
|
@@ -22934,6 +22934,10 @@ export default {
|
|
|
22934
22934
|
},
|
|
22935
22935
|
type: 'object',
|
|
22936
22936
|
},
|
|
22937
|
+
is_publishable_key_auth_enabled: {
|
|
22938
|
+
description: 'Indicates whether publishable key authentication is enabled for this workspace.',
|
|
22939
|
+
type: 'boolean',
|
|
22940
|
+
},
|
|
22937
22941
|
is_sandbox: {
|
|
22938
22942
|
description: 'Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces).',
|
|
22939
22943
|
type: 'boolean',
|
|
@@ -22946,6 +22950,10 @@ export default {
|
|
|
22946
22950
|
description: 'Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
22947
22951
|
type: 'string',
|
|
22948
22952
|
},
|
|
22953
|
+
publishable_key: {
|
|
22954
|
+
description: 'Publishable key for the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). This key is used to identify the workspace in client-side applications.',
|
|
22955
|
+
type: 'string',
|
|
22956
|
+
},
|
|
22949
22957
|
workspace_id: {
|
|
22950
22958
|
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
22951
22959
|
format: 'uuid',
|
|
@@ -22960,6 +22968,7 @@ export default {
|
|
|
22960
22968
|
'connect_webview_customization',
|
|
22961
22969
|
'is_suspended',
|
|
22962
22970
|
'connect_partner_name',
|
|
22971
|
+
'is_publishable_key_auth_enabled',
|
|
22963
22972
|
],
|
|
22964
22973
|
type: 'object',
|
|
22965
22974
|
'x-route-path': '/workspaces',
|
|
@@ -54976,6 +54985,10 @@ export default {
|
|
|
54976
54985
|
},
|
|
54977
54986
|
type: 'object',
|
|
54978
54987
|
},
|
|
54988
|
+
is_publishable_key_auth_enabled: {
|
|
54989
|
+
description: 'Indicates whether publishable key authentication is enabled for this workspace.',
|
|
54990
|
+
type: 'boolean',
|
|
54991
|
+
},
|
|
54979
54992
|
is_suspended: {
|
|
54980
54993
|
description: 'Indicates whether the workspace is suspended.',
|
|
54981
54994
|
type: 'boolean',
|
|
@@ -55046,6 +55059,10 @@ export default {
|
|
|
55046
55059
|
},
|
|
55047
55060
|
type: 'object',
|
|
55048
55061
|
},
|
|
55062
|
+
is_publishable_key_auth_enabled: {
|
|
55063
|
+
description: 'Indicates whether publishable key authentication is enabled for this workspace.',
|
|
55064
|
+
type: 'boolean',
|
|
55065
|
+
},
|
|
55049
55066
|
is_suspended: {
|
|
55050
55067
|
description: 'Indicates whether the workspace is suspended.',
|
|
55051
55068
|
type: 'boolean',
|