@proteos/sdk 0.33.0 → 0.34.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/{chunk-NZI4N4SK.cjs → chunk-HVO3UMFS.cjs} +12 -2
- package/dist/chunk-HVO3UMFS.cjs.map +1 -0
- package/dist/{chunk-JWLTUYS7.js → chunk-Y2TJBWC5.js} +12 -2
- package/dist/chunk-Y2TJBWC5.js.map +1 -0
- package/dist/index.cjs +91 -84
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +58 -4
- package/dist/index.d.ts +58 -4
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +53 -53
- package/dist/meta/index.d.cts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/dist/meta/index.js +1 -1
- package/dist/{types-v9RkMuKf.d.cts → types-CiCNPrXT.d.cts} +35 -2
- package/dist/{types-v9RkMuKf.d.ts → types-CiCNPrXT.d.ts} +35 -2
- package/package.json +1 -1
- package/src/conversation/index.ts +18 -0
- package/src/conversation/types.ts +19 -0
- package/src/index.ts +9 -0
- package/src/meta/layout/elements.ts +35 -0
- package/src/meta/layout/index.ts +1 -0
- package/src/meta/types.ts +6 -0
- package/src/workflow/index.ts +2 -0
- package/src/workflow/types.ts +56 -1
- package/dist/chunk-JWLTUYS7.js.map +0 -1
- package/dist/chunk-NZI4N4SK.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHVO3UMFS_cjs = require('./chunk-HVO3UMFS.cjs');
|
|
4
4
|
var zod = require('zod');
|
|
5
5
|
var fetchEventSource = require('@microsoft/fetch-event-source');
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ var AgentServiceImpl = class {
|
|
|
12
12
|
}
|
|
13
13
|
client;
|
|
14
14
|
list(options = {}) {
|
|
15
|
-
return new
|
|
15
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
16
16
|
}
|
|
17
17
|
async listPage(options = {}) {
|
|
18
18
|
return this.client.requestWithQuery("GET", AGENTS_BASE_PATH, options);
|
|
@@ -39,7 +39,7 @@ var McpServerServiceImpl = class {
|
|
|
39
39
|
}
|
|
40
40
|
client;
|
|
41
41
|
list(options = {}) {
|
|
42
|
-
return new
|
|
42
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
43
43
|
}
|
|
44
44
|
async listPage(options = {}) {
|
|
45
45
|
return this.client.requestWithQuery(
|
|
@@ -107,7 +107,7 @@ var PromptServiceImpl = class {
|
|
|
107
107
|
}
|
|
108
108
|
client;
|
|
109
109
|
list(options = {}) {
|
|
110
|
-
return new
|
|
110
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
111
111
|
}
|
|
112
112
|
async listPage(options = {}) {
|
|
113
113
|
return this.client.requestWithQuery("GET", PROMPTS_BASE_PATH, options);
|
|
@@ -161,7 +161,7 @@ var SessionServiceImpl = class {
|
|
|
161
161
|
}
|
|
162
162
|
client;
|
|
163
163
|
list(options = {}) {
|
|
164
|
-
return new
|
|
164
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
165
165
|
}
|
|
166
166
|
async listPage(options = {}) {
|
|
167
167
|
return this.client.requestWithQuery("GET", SESSIONS_BASE_PATH, options);
|
|
@@ -251,7 +251,7 @@ var SkillServiceImpl = class {
|
|
|
251
251
|
}
|
|
252
252
|
client;
|
|
253
253
|
list(options = {}) {
|
|
254
|
-
return new
|
|
254
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
255
255
|
}
|
|
256
256
|
async listPage(options = {}) {
|
|
257
257
|
return this.client.requestWithQuery("GET", SKILLS_BASE_PATH, options);
|
|
@@ -308,7 +308,7 @@ var ToolServiceImpl = class {
|
|
|
308
308
|
}
|
|
309
309
|
client;
|
|
310
310
|
list(options = {}) {
|
|
311
|
-
return new
|
|
311
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
312
312
|
}
|
|
313
313
|
async listPage(options = {}) {
|
|
314
314
|
return this.client.requestWithQuery("GET", TOOLS_BASE_PATH, options);
|
|
@@ -397,7 +397,7 @@ var OrganizationServiceImpl = class {
|
|
|
397
397
|
}
|
|
398
398
|
client;
|
|
399
399
|
list(options = {}) {
|
|
400
|
-
return new
|
|
400
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
401
401
|
}
|
|
402
402
|
async listPage(options = {}) {
|
|
403
403
|
return this.client.requestWithQuery(
|
|
@@ -428,7 +428,7 @@ var RoleServiceImpl = class {
|
|
|
428
428
|
}
|
|
429
429
|
client;
|
|
430
430
|
list(options = {}) {
|
|
431
|
-
return new
|
|
431
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
432
432
|
}
|
|
433
433
|
async listPage(options = {}) {
|
|
434
434
|
return this.client.requestWithQuery("GET", ROLES_BASE_PATH, options);
|
|
@@ -449,7 +449,7 @@ var RoleServiceImpl = class {
|
|
|
449
449
|
await this.client.request("DELETE", `${ROLES_BASE_PATH}/${slug}`);
|
|
450
450
|
}
|
|
451
451
|
getPermissions(roleSlug, options = {}) {
|
|
452
|
-
return new
|
|
452
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.fetchPermissionsPage(roleSlug, opts), options);
|
|
453
453
|
}
|
|
454
454
|
async assignPermission(roleSlug, request) {
|
|
455
455
|
return this.client.request(
|
|
@@ -481,7 +481,7 @@ var UserServiceImpl = class {
|
|
|
481
481
|
}
|
|
482
482
|
client;
|
|
483
483
|
list(options = {}) {
|
|
484
|
-
return new
|
|
484
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
485
485
|
}
|
|
486
486
|
async listPage(options = {}) {
|
|
487
487
|
return this.client.requestWithQuery("GET", USERS_BASE_PATH, options);
|
|
@@ -496,7 +496,7 @@ var UserServiceImpl = class {
|
|
|
496
496
|
return this.client.request("PATCH", `${USERS_BASE_PATH}/${id}`, request);
|
|
497
497
|
}
|
|
498
498
|
getRoles(userId, options = {}) {
|
|
499
|
-
return new
|
|
499
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.fetchRolesPage(userId, opts), options);
|
|
500
500
|
}
|
|
501
501
|
async assignRole(userId, request) {
|
|
502
502
|
return this.client.request(
|
|
@@ -597,19 +597,19 @@ var PLATFORM_ENTITY_SLUGS = PLATFORM_ENTITIES.map(
|
|
|
597
597
|
function isPlatformEntity(slug) {
|
|
598
598
|
return PLATFORM_ENTITY_SLUGS.includes(slug);
|
|
599
599
|
}
|
|
600
|
-
var RoleEntityPermissionSchema =
|
|
600
|
+
var RoleEntityPermissionSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
601
601
|
id: zod.z.string(),
|
|
602
602
|
role_slug: zod.z.string(),
|
|
603
603
|
entity_slug: zod.z.string(),
|
|
604
604
|
permission: zod.z.enum(["read", "write", "delete"])
|
|
605
605
|
});
|
|
606
|
-
var UserRoleAssignmentSchema =
|
|
606
|
+
var UserRoleAssignmentSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
607
607
|
id: zod.z.string(),
|
|
608
608
|
user_id: zod.z.string(),
|
|
609
609
|
role_slug: zod.z.string(),
|
|
610
610
|
org_id: zod.z.string()
|
|
611
611
|
});
|
|
612
|
-
var UserSchema =
|
|
612
|
+
var UserSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
613
613
|
id: zod.z.string(),
|
|
614
614
|
email: zod.z.string(),
|
|
615
615
|
given_name: zod.z.string(),
|
|
@@ -617,7 +617,7 @@ var UserSchema = chunkNZI4N4SK_cjs.AuditFieldsSchema.extend({
|
|
|
617
617
|
external_id: zod.z.string(),
|
|
618
618
|
default_org_id: zod.z.string()
|
|
619
619
|
});
|
|
620
|
-
|
|
620
|
+
chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
621
621
|
id: zod.z.string(),
|
|
622
622
|
user_id: zod.z.string(),
|
|
623
623
|
org_id: zod.z.string(),
|
|
@@ -627,13 +627,13 @@ chunkNZI4N4SK_cjs.AuditFieldsSchema.extend({
|
|
|
627
627
|
expires_at: zod.z.string().nullable(),
|
|
628
628
|
last_used_at: zod.z.string().nullable()
|
|
629
629
|
});
|
|
630
|
-
var RoleSchema =
|
|
630
|
+
var RoleSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
631
631
|
slug: zod.z.string(),
|
|
632
632
|
name: zod.z.string(),
|
|
633
633
|
org_id: zod.z.string(),
|
|
634
634
|
description: zod.z.string()
|
|
635
635
|
});
|
|
636
|
-
var OrganizationSchema =
|
|
636
|
+
var OrganizationSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
637
637
|
id: zod.z.string(),
|
|
638
638
|
name: zod.z.string(),
|
|
639
639
|
description: zod.z.string()
|
|
@@ -1345,6 +1345,13 @@ var ConnectionServiceImpl = class {
|
|
|
1345
1345
|
`${CONVERSATION_BASE_PATH}/connections/${encodeURIComponent(id)}/install`
|
|
1346
1346
|
);
|
|
1347
1347
|
}
|
|
1348
|
+
sync(id, request) {
|
|
1349
|
+
return this.client.request(
|
|
1350
|
+
"POST",
|
|
1351
|
+
`${CONVERSATION_BASE_PATH}/connections/${encodeURIComponent(id)}/sync`,
|
|
1352
|
+
request
|
|
1353
|
+
);
|
|
1354
|
+
}
|
|
1348
1355
|
listContactAddresses(connectionId, query = {}) {
|
|
1349
1356
|
return this.client.requestWithQuery(
|
|
1350
1357
|
"GET",
|
|
@@ -1720,7 +1727,7 @@ var RecordServiceImpl = class {
|
|
|
1720
1727
|
}
|
|
1721
1728
|
client;
|
|
1722
1729
|
list(entitySlug, options = {}) {
|
|
1723
|
-
return new
|
|
1730
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(entitySlug, opts), options);
|
|
1724
1731
|
}
|
|
1725
1732
|
async listPage(entitySlug, options = {}) {
|
|
1726
1733
|
return this.client.requestWithQuery(
|
|
@@ -1753,7 +1760,7 @@ var RecordServiceImpl = class {
|
|
|
1753
1760
|
);
|
|
1754
1761
|
}
|
|
1755
1762
|
listPublic(orgId, entitySlug, options = {}) {
|
|
1756
|
-
return new
|
|
1763
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPublicPage(orgId, entitySlug, opts), options);
|
|
1757
1764
|
}
|
|
1758
1765
|
async listPublicPage(orgId, entitySlug, options = {}) {
|
|
1759
1766
|
return this.client.requestWithQuery(
|
|
@@ -1912,7 +1919,7 @@ var ActionServiceImpl = class {
|
|
|
1912
1919
|
}
|
|
1913
1920
|
client;
|
|
1914
1921
|
list(options = {}) {
|
|
1915
|
-
return new
|
|
1922
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
1916
1923
|
}
|
|
1917
1924
|
async listPage(options = {}) {
|
|
1918
1925
|
return this.client.requestWithQuery("GET", ACTIONS_BASE_PATH, options);
|
|
@@ -1947,7 +1954,7 @@ var ActionServiceImpl = class {
|
|
|
1947
1954
|
}
|
|
1948
1955
|
};
|
|
1949
1956
|
var ActionScopeSchema = zod.z.enum(["entity", "global"]);
|
|
1950
|
-
var ActionSchema =
|
|
1957
|
+
var ActionSchema = chunkHVO3UMFS_cjs.AuditFieldsSchema.extend({
|
|
1951
1958
|
slug: zod.z.string(),
|
|
1952
1959
|
org_id: zod.z.string(),
|
|
1953
1960
|
module_slug: zod.z.string(),
|
|
@@ -1956,8 +1963,8 @@ var ActionSchema = chunkNZI4N4SK_cjs.AuditFieldsSchema.extend({
|
|
|
1956
1963
|
name: zod.z.string(),
|
|
1957
1964
|
is_active: zod.z.boolean(),
|
|
1958
1965
|
file_id: zod.z.string(),
|
|
1959
|
-
params: zod.z.array(
|
|
1960
|
-
returns: zod.z.array(
|
|
1966
|
+
params: zod.z.array(chunkHVO3UMFS_cjs.AttributeSchema),
|
|
1967
|
+
returns: zod.z.array(chunkHVO3UMFS_cjs.AttributeSchema)
|
|
1961
1968
|
});
|
|
1962
1969
|
|
|
1963
1970
|
// src/functions/index.ts
|
|
@@ -1992,7 +1999,7 @@ var LabelServiceImpl = class {
|
|
|
1992
1999
|
}
|
|
1993
2000
|
client;
|
|
1994
2001
|
list(options = {}) {
|
|
1995
|
-
return new
|
|
2002
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
1996
2003
|
}
|
|
1997
2004
|
async listPage(options = {}) {
|
|
1998
2005
|
return this.client.requestWithQuery(
|
|
@@ -2023,7 +2030,7 @@ var LinkServiceImpl = class {
|
|
|
2023
2030
|
}
|
|
2024
2031
|
client;
|
|
2025
2032
|
list(options = {}) {
|
|
2026
|
-
return new
|
|
2033
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
2027
2034
|
}
|
|
2028
2035
|
async listPage(options = {}) {
|
|
2029
2036
|
return this.client.requestWithQuery("GET", LINKS_BASE_PATH, options);
|
|
@@ -2050,7 +2057,7 @@ var NodeServiceImpl = class {
|
|
|
2050
2057
|
}
|
|
2051
2058
|
client;
|
|
2052
2059
|
list(options = {}) {
|
|
2053
|
-
return new
|
|
2060
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
2054
2061
|
}
|
|
2055
2062
|
async listPage(options = {}) {
|
|
2056
2063
|
const { label_ids, ...rest } = options;
|
|
@@ -2144,7 +2151,7 @@ var RecordLinkServiceImpl = class {
|
|
|
2144
2151
|
}
|
|
2145
2152
|
client;
|
|
2146
2153
|
list(options = {}) {
|
|
2147
|
-
return new
|
|
2154
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
2148
2155
|
}
|
|
2149
2156
|
async listPage(options = {}) {
|
|
2150
2157
|
return this.client.requestWithQuery(
|
|
@@ -2176,7 +2183,7 @@ var KnowledgeNodeMetadataSchema = zod.z.object({
|
|
|
2176
2183
|
summary: zod.z.string().nullish(),
|
|
2177
2184
|
valid_from: zod.z.string().nullish(),
|
|
2178
2185
|
valid_until: zod.z.string().nullish()
|
|
2179
|
-
}).merge(
|
|
2186
|
+
}).merge(chunkHVO3UMFS_cjs.AuditFieldsSchema);
|
|
2180
2187
|
var KnowledgeNodeSchema = KnowledgeNodeMetadataSchema.extend({
|
|
2181
2188
|
content: zod.z.string()
|
|
2182
2189
|
});
|
|
@@ -2200,7 +2207,7 @@ var KnowledgeLinkSchema = zod.z.object({
|
|
|
2200
2207
|
"superseded_by"
|
|
2201
2208
|
]),
|
|
2202
2209
|
description: zod.z.string().nullish()
|
|
2203
|
-
}).merge(
|
|
2210
|
+
}).merge(chunkHVO3UMFS_cjs.AuditFieldsSchema);
|
|
2204
2211
|
var KnowledgeRecordLinkSchema = zod.z.object({
|
|
2205
2212
|
id: zod.z.string(),
|
|
2206
2213
|
org_id: zod.z.string(),
|
|
@@ -2208,7 +2215,7 @@ var KnowledgeRecordLinkSchema = zod.z.object({
|
|
|
2208
2215
|
entity_slug: zod.z.string(),
|
|
2209
2216
|
record_id: zod.z.string(),
|
|
2210
2217
|
created_at: zod.z.string(),
|
|
2211
|
-
created_by:
|
|
2218
|
+
created_by: chunkHVO3UMFS_cjs.UserRefSchema
|
|
2212
2219
|
});
|
|
2213
2220
|
var KnowledgeLabelSchema = zod.z.object({
|
|
2214
2221
|
id: zod.z.string(),
|
|
@@ -2218,13 +2225,13 @@ var KnowledgeLabelSchema = zod.z.object({
|
|
|
2218
2225
|
description: zod.z.string().nullish(),
|
|
2219
2226
|
color: zod.z.string().nullish(),
|
|
2220
2227
|
icon: zod.z.string().nullish()
|
|
2221
|
-
}).merge(
|
|
2228
|
+
}).merge(chunkHVO3UMFS_cjs.AuditFieldsSchema);
|
|
2222
2229
|
var KnowledgeNodeLabelSchema = zod.z.object({
|
|
2223
2230
|
org_id: zod.z.string(),
|
|
2224
2231
|
node_id: zod.z.string(),
|
|
2225
2232
|
label_id: zod.z.string(),
|
|
2226
2233
|
created_at: zod.z.string(),
|
|
2227
|
-
created_by:
|
|
2234
|
+
created_by: chunkHVO3UMFS_cjs.UserRefSchema
|
|
2228
2235
|
});
|
|
2229
2236
|
var NodeNeighborhoodSchema = zod.z.object({
|
|
2230
2237
|
nodes: zod.z.array(
|
|
@@ -2399,7 +2406,7 @@ var ExecutionServiceImpl = class {
|
|
|
2399
2406
|
}
|
|
2400
2407
|
client;
|
|
2401
2408
|
list(options = {}) {
|
|
2402
|
-
return new
|
|
2409
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
2403
2410
|
}
|
|
2404
2411
|
async listPage(options = {}) {
|
|
2405
2412
|
return this.client.requestWithQuery(
|
|
@@ -2458,7 +2465,7 @@ var WorkflowServiceImpl = class {
|
|
|
2458
2465
|
}
|
|
2459
2466
|
client;
|
|
2460
2467
|
list(options = {}) {
|
|
2461
|
-
return new
|
|
2468
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listPage(opts), options);
|
|
2462
2469
|
}
|
|
2463
2470
|
async listPage(options = {}) {
|
|
2464
2471
|
return this.client.requestWithQuery("GET", WORKFLOWS_BASE_PATH2, options);
|
|
@@ -2496,7 +2503,7 @@ var WorkflowServiceImpl = class {
|
|
|
2496
2503
|
return this.client.request("POST", `${WORKFLOWS_BASE_PATH2}/${key}/unpause`, {});
|
|
2497
2504
|
}
|
|
2498
2505
|
listVersions(key, options = {}) {
|
|
2499
|
-
return new
|
|
2506
|
+
return new chunkHVO3UMFS_cjs.PageIterator((opts) => this.listVersionsPage(key, opts), options);
|
|
2500
2507
|
}
|
|
2501
2508
|
async listVersionsPage(key, options = {}) {
|
|
2502
2509
|
return this.client.requestWithQuery(
|
|
@@ -2541,195 +2548,195 @@ var WorkflowClient = class {
|
|
|
2541
2548
|
|
|
2542
2549
|
Object.defineProperty(exports, "AppSchema", {
|
|
2543
2550
|
enumerable: true,
|
|
2544
|
-
get: function () { return
|
|
2551
|
+
get: function () { return chunkHVO3UMFS_cjs.AppSchema; }
|
|
2545
2552
|
});
|
|
2546
2553
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
2547
2554
|
enumerable: true,
|
|
2548
|
-
get: function () { return
|
|
2555
|
+
get: function () { return chunkHVO3UMFS_cjs.AttributeSchema; }
|
|
2549
2556
|
});
|
|
2550
2557
|
Object.defineProperty(exports, "AuditFieldsSchema", {
|
|
2551
2558
|
enumerable: true,
|
|
2552
|
-
get: function () { return
|
|
2559
|
+
get: function () { return chunkHVO3UMFS_cjs.AuditFieldsSchema; }
|
|
2553
2560
|
});
|
|
2554
2561
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
2555
2562
|
enumerable: true,
|
|
2556
|
-
get: function () { return
|
|
2563
|
+
get: function () { return chunkHVO3UMFS_cjs.ColumnSchema; }
|
|
2557
2564
|
});
|
|
2558
2565
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
2559
2566
|
enumerable: true,
|
|
2560
|
-
get: function () { return
|
|
2567
|
+
get: function () { return chunkHVO3UMFS_cjs.ComponentSchema; }
|
|
2561
2568
|
});
|
|
2562
2569
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
2563
2570
|
enumerable: true,
|
|
2564
|
-
get: function () { return
|
|
2571
|
+
get: function () { return chunkHVO3UMFS_cjs.CurrencyAttributeMetaSchema; }
|
|
2565
2572
|
});
|
|
2566
2573
|
Object.defineProperty(exports, "DEFAULT_PAGE_SIZE", {
|
|
2567
2574
|
enumerable: true,
|
|
2568
|
-
get: function () { return
|
|
2575
|
+
get: function () { return chunkHVO3UMFS_cjs.DEFAULT_PAGE_SIZE; }
|
|
2569
2576
|
});
|
|
2570
2577
|
Object.defineProperty(exports, "DONE", {
|
|
2571
2578
|
enumerable: true,
|
|
2572
|
-
get: function () { return
|
|
2579
|
+
get: function () { return chunkHVO3UMFS_cjs.DONE; }
|
|
2573
2580
|
});
|
|
2574
2581
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
2575
2582
|
enumerable: true,
|
|
2576
|
-
get: function () { return
|
|
2583
|
+
get: function () { return chunkHVO3UMFS_cjs.DesignReferenceSchema; }
|
|
2577
2584
|
});
|
|
2578
2585
|
Object.defineProperty(exports, "EntitySchema", {
|
|
2579
2586
|
enumerable: true,
|
|
2580
|
-
get: function () { return
|
|
2587
|
+
get: function () { return chunkHVO3UMFS_cjs.EntitySchema; }
|
|
2581
2588
|
});
|
|
2582
2589
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
2583
2590
|
enumerable: true,
|
|
2584
|
-
get: function () { return
|
|
2591
|
+
get: function () { return chunkHVO3UMFS_cjs.EntityWithSchemaSchema; }
|
|
2585
2592
|
});
|
|
2586
2593
|
Object.defineProperty(exports, "FileRefSchema", {
|
|
2587
2594
|
enumerable: true,
|
|
2588
|
-
get: function () { return
|
|
2595
|
+
get: function () { return chunkHVO3UMFS_cjs.FileRefSchema; }
|
|
2589
2596
|
});
|
|
2590
2597
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
2591
2598
|
enumerable: true,
|
|
2592
|
-
get: function () { return
|
|
2599
|
+
get: function () { return chunkHVO3UMFS_cjs.FilterElementSchema; }
|
|
2593
2600
|
});
|
|
2594
2601
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
2595
2602
|
enumerable: true,
|
|
2596
|
-
get: function () { return
|
|
2603
|
+
get: function () { return chunkHVO3UMFS_cjs.FilterGroupSchema; }
|
|
2597
2604
|
});
|
|
2598
2605
|
Object.defineProperty(exports, "ListSchema", {
|
|
2599
2606
|
enumerable: true,
|
|
2600
|
-
get: function () { return
|
|
2607
|
+
get: function () { return chunkHVO3UMFS_cjs.ListSchema; }
|
|
2601
2608
|
});
|
|
2602
2609
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
2603
2610
|
enumerable: true,
|
|
2604
|
-
get: function () { return
|
|
2611
|
+
get: function () { return chunkHVO3UMFS_cjs.ListViewSchema; }
|
|
2605
2612
|
});
|
|
2606
2613
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
2607
2614
|
enumerable: true,
|
|
2608
|
-
get: function () { return
|
|
2615
|
+
get: function () { return chunkHVO3UMFS_cjs.MenuConfigurationSchema; }
|
|
2609
2616
|
});
|
|
2610
2617
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
2611
2618
|
enumerable: true,
|
|
2612
|
-
get: function () { return
|
|
2619
|
+
get: function () { return chunkHVO3UMFS_cjs.MenuItemSchema; }
|
|
2613
2620
|
});
|
|
2614
2621
|
Object.defineProperty(exports, "MenuItemType", {
|
|
2615
2622
|
enumerable: true,
|
|
2616
|
-
get: function () { return
|
|
2623
|
+
get: function () { return chunkHVO3UMFS_cjs.MenuItemType; }
|
|
2617
2624
|
});
|
|
2618
2625
|
Object.defineProperty(exports, "MetaClient", {
|
|
2619
2626
|
enumerable: true,
|
|
2620
|
-
get: function () { return
|
|
2627
|
+
get: function () { return chunkHVO3UMFS_cjs.MetaClient; }
|
|
2621
2628
|
});
|
|
2622
2629
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
2623
2630
|
enumerable: true,
|
|
2624
|
-
get: function () { return
|
|
2631
|
+
get: function () { return chunkHVO3UMFS_cjs.ModuleSchema; }
|
|
2625
2632
|
});
|
|
2626
2633
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
2627
2634
|
enumerable: true,
|
|
2628
|
-
get: function () { return
|
|
2635
|
+
get: function () { return chunkHVO3UMFS_cjs.OnDeleteActionSchema; }
|
|
2629
2636
|
});
|
|
2630
2637
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
2631
2638
|
enumerable: true,
|
|
2632
|
-
get: function () { return
|
|
2639
|
+
get: function () { return chunkHVO3UMFS_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
2633
2640
|
});
|
|
2634
2641
|
Object.defineProperty(exports, "PLATFORM_USER_ID", {
|
|
2635
2642
|
enumerable: true,
|
|
2636
|
-
get: function () { return
|
|
2643
|
+
get: function () { return chunkHVO3UMFS_cjs.PLATFORM_USER_ID; }
|
|
2637
2644
|
});
|
|
2638
2645
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
2639
2646
|
enumerable: true,
|
|
2640
|
-
get: function () { return
|
|
2647
|
+
get: function () { return chunkHVO3UMFS_cjs.PageActionSchema; }
|
|
2641
2648
|
});
|
|
2642
2649
|
Object.defineProperty(exports, "PageIterator", {
|
|
2643
2650
|
enumerable: true,
|
|
2644
|
-
get: function () { return
|
|
2651
|
+
get: function () { return chunkHVO3UMFS_cjs.PageIterator; }
|
|
2645
2652
|
});
|
|
2646
2653
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
2647
2654
|
enumerable: true,
|
|
2648
|
-
get: function () { return
|
|
2655
|
+
get: function () { return chunkHVO3UMFS_cjs.PageLayoutSchema; }
|
|
2649
2656
|
});
|
|
2650
2657
|
Object.defineProperty(exports, "PageSchema", {
|
|
2651
2658
|
enumerable: true,
|
|
2652
|
-
get: function () { return
|
|
2659
|
+
get: function () { return chunkHVO3UMFS_cjs.PageSchema; }
|
|
2653
2660
|
});
|
|
2654
2661
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
2655
2662
|
enumerable: true,
|
|
2656
|
-
get: function () { return
|
|
2663
|
+
get: function () { return chunkHVO3UMFS_cjs.RelationAttributeMetaSchema; }
|
|
2657
2664
|
});
|
|
2658
2665
|
Object.defineProperty(exports, "ResponseMetaSchema", {
|
|
2659
2666
|
enumerable: true,
|
|
2660
|
-
get: function () { return
|
|
2667
|
+
get: function () { return chunkHVO3UMFS_cjs.ResponseMetaSchema; }
|
|
2661
2668
|
});
|
|
2662
2669
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
2663
2670
|
enumerable: true,
|
|
2664
|
-
get: function () { return
|
|
2671
|
+
get: function () { return chunkHVO3UMFS_cjs.SortConfigSchema; }
|
|
2665
2672
|
});
|
|
2666
2673
|
Object.defineProperty(exports, "UserRefSchema", {
|
|
2667
2674
|
enumerable: true,
|
|
2668
|
-
get: function () { return
|
|
2675
|
+
get: function () { return chunkHVO3UMFS_cjs.UserRefSchema; }
|
|
2669
2676
|
});
|
|
2670
2677
|
Object.defineProperty(exports, "VariableSchema", {
|
|
2671
2678
|
enumerable: true,
|
|
2672
|
-
get: function () { return
|
|
2679
|
+
get: function () { return chunkHVO3UMFS_cjs.VariableSchema; }
|
|
2673
2680
|
});
|
|
2674
2681
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
2675
2682
|
enumerable: true,
|
|
2676
|
-
get: function () { return
|
|
2683
|
+
get: function () { return chunkHVO3UMFS_cjs.allCurrencyCodes; }
|
|
2677
2684
|
});
|
|
2678
2685
|
Object.defineProperty(exports, "createIterator", {
|
|
2679
2686
|
enumerable: true,
|
|
2680
|
-
get: function () { return
|
|
2687
|
+
get: function () { return chunkHVO3UMFS_cjs.createIterator; }
|
|
2681
2688
|
});
|
|
2682
2689
|
Object.defineProperty(exports, "createListResultSchema", {
|
|
2683
2690
|
enumerable: true,
|
|
2684
|
-
get: function () { return
|
|
2691
|
+
get: function () { return chunkHVO3UMFS_cjs.createListResultSchema; }
|
|
2685
2692
|
});
|
|
2686
2693
|
Object.defineProperty(exports, "currencyLabel", {
|
|
2687
2694
|
enumerable: true,
|
|
2688
|
-
get: function () { return
|
|
2695
|
+
get: function () { return chunkHVO3UMFS_cjs.currencyLabel; }
|
|
2689
2696
|
});
|
|
2690
2697
|
Object.defineProperty(exports, "currencySymbol", {
|
|
2691
2698
|
enumerable: true,
|
|
2692
|
-
get: function () { return
|
|
2699
|
+
get: function () { return chunkHVO3UMFS_cjs.currencySymbol; }
|
|
2693
2700
|
});
|
|
2694
2701
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
2695
2702
|
enumerable: true,
|
|
2696
|
-
get: function () { return
|
|
2703
|
+
get: function () { return chunkHVO3UMFS_cjs.currencySymbolSide; }
|
|
2697
2704
|
});
|
|
2698
2705
|
Object.defineProperty(exports, "formatAmount", {
|
|
2699
2706
|
enumerable: true,
|
|
2700
|
-
get: function () { return
|
|
2707
|
+
get: function () { return chunkHVO3UMFS_cjs.formatAmount; }
|
|
2701
2708
|
});
|
|
2702
2709
|
Object.defineProperty(exports, "formatMoney", {
|
|
2703
2710
|
enumerable: true,
|
|
2704
|
-
get: function () { return
|
|
2711
|
+
get: function () { return chunkHVO3UMFS_cjs.formatMoney; }
|
|
2705
2712
|
});
|
|
2706
2713
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
2707
2714
|
enumerable: true,
|
|
2708
|
-
get: function () { return
|
|
2715
|
+
get: function () { return chunkHVO3UMFS_cjs.isPlatformAttributeName; }
|
|
2709
2716
|
});
|
|
2710
2717
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
2711
2718
|
enumerable: true,
|
|
2712
|
-
get: function () { return
|
|
2719
|
+
get: function () { return chunkHVO3UMFS_cjs.localeNumberSeparators; }
|
|
2713
2720
|
});
|
|
2714
2721
|
Object.defineProperty(exports, "parseAmount", {
|
|
2715
2722
|
enumerable: true,
|
|
2716
|
-
get: function () { return
|
|
2723
|
+
get: function () { return chunkHVO3UMFS_cjs.parseAmount; }
|
|
2717
2724
|
});
|
|
2718
2725
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
2719
2726
|
enumerable: true,
|
|
2720
|
-
get: function () { return
|
|
2727
|
+
get: function () { return chunkHVO3UMFS_cjs.parseCurrencyMeta; }
|
|
2721
2728
|
});
|
|
2722
2729
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
2723
2730
|
enumerable: true,
|
|
2724
|
-
get: function () { return
|
|
2731
|
+
get: function () { return chunkHVO3UMFS_cjs.parseFileMeta; }
|
|
2725
2732
|
});
|
|
2726
2733
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
2727
2734
|
enumerable: true,
|
|
2728
|
-
get: function () { return
|
|
2735
|
+
get: function () { return chunkHVO3UMFS_cjs.parseRelationMeta; }
|
|
2729
2736
|
});
|
|
2730
2737
|
Object.defineProperty(exports, "platformAttributes", {
|
|
2731
2738
|
enumerable: true,
|
|
2732
|
-
get: function () { return
|
|
2739
|
+
get: function () { return chunkHVO3UMFS_cjs.platformAttributes; }
|
|
2733
2740
|
});
|
|
2734
2741
|
exports.AccountClient = AccountClient;
|
|
2735
2742
|
exports.ActionSchema = ActionSchema;
|