@proteos/sdk 0.22.0 → 0.23.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/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkV5X4QWIO_cjs = require('./chunk-V5X4QWIO.cjs');
3
+ var chunkV3U7U3IX_cjs = require('./chunk-V3U7U3IX.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 chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
15
+ return new chunkV3U7U3IX_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 chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
42
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
43
43
  }
44
44
  async listPage(options = {}) {
45
45
  return this.client.requestWithQuery(
@@ -93,7 +93,7 @@ var PromptServiceImpl = class {
93
93
  }
94
94
  client;
95
95
  list(options = {}) {
96
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
96
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
97
97
  }
98
98
  async listPage(options = {}) {
99
99
  return this.client.requestWithQuery("GET", PROMPTS_BASE_PATH, options);
@@ -133,7 +133,7 @@ var SessionServiceImpl = class {
133
133
  }
134
134
  client;
135
135
  list(options = {}) {
136
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
136
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
137
137
  }
138
138
  async listPage(options = {}) {
139
139
  return this.client.requestWithQuery("GET", SESSIONS_BASE_PATH, options);
@@ -223,7 +223,7 @@ var SkillServiceImpl = class {
223
223
  }
224
224
  client;
225
225
  list(options = {}) {
226
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
226
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
227
227
  }
228
228
  async listPage(options = {}) {
229
229
  return this.client.requestWithQuery("GET", SKILLS_BASE_PATH, options);
@@ -266,7 +266,7 @@ var ToolServiceImpl = class {
266
266
  }
267
267
  client;
268
268
  list(options = {}) {
269
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
269
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
270
270
  }
271
271
  async listPage(options = {}) {
272
272
  return this.client.requestWithQuery("GET", TOOLS_BASE_PATH, options);
@@ -341,7 +341,7 @@ var OrganizationServiceImpl = class {
341
341
  }
342
342
  client;
343
343
  list(options = {}) {
344
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
344
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
345
345
  }
346
346
  async listPage(options = {}) {
347
347
  return this.client.requestWithQuery(
@@ -372,7 +372,7 @@ var RoleServiceImpl = class {
372
372
  }
373
373
  client;
374
374
  list(options = {}) {
375
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
375
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
376
376
  }
377
377
  async listPage(options = {}) {
378
378
  return this.client.requestWithQuery("GET", ROLES_BASE_PATH, options);
@@ -393,7 +393,7 @@ var RoleServiceImpl = class {
393
393
  await this.client.request("DELETE", `${ROLES_BASE_PATH}/${slug}`);
394
394
  }
395
395
  getPermissions(roleSlug, options = {}) {
396
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.fetchPermissionsPage(roleSlug, opts), options);
396
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.fetchPermissionsPage(roleSlug, opts), options);
397
397
  }
398
398
  async assignPermission(roleSlug, request) {
399
399
  return this.client.request(
@@ -425,7 +425,7 @@ var UserServiceImpl = class {
425
425
  }
426
426
  client;
427
427
  list(options = {}) {
428
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
428
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
429
429
  }
430
430
  async listPage(options = {}) {
431
431
  return this.client.requestWithQuery("GET", USERS_BASE_PATH, options);
@@ -440,7 +440,7 @@ var UserServiceImpl = class {
440
440
  return this.client.request("PATCH", `${USERS_BASE_PATH}/${id}`, request);
441
441
  }
442
442
  getRoles(userId, options = {}) {
443
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.fetchRolesPage(userId, opts), options);
443
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.fetchRolesPage(userId, opts), options);
444
444
  }
445
445
  async assignRole(userId, request) {
446
446
  return this.client.request(
@@ -541,19 +541,19 @@ var PLATFORM_ENTITY_SLUGS = PLATFORM_ENTITIES.map(
541
541
  function isPlatformEntity(slug) {
542
542
  return PLATFORM_ENTITY_SLUGS.includes(slug);
543
543
  }
544
- var RoleEntityPermissionSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
544
+ var RoleEntityPermissionSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
545
545
  id: zod.z.string(),
546
546
  role_slug: zod.z.string(),
547
547
  entity_slug: zod.z.string(),
548
548
  permission: zod.z.enum(["read", "write", "delete"])
549
549
  });
550
- var UserRoleAssignmentSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
550
+ var UserRoleAssignmentSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
551
551
  id: zod.z.string(),
552
552
  user_id: zod.z.string(),
553
553
  role_slug: zod.z.string(),
554
554
  org_id: zod.z.string()
555
555
  });
556
- var UserSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
556
+ var UserSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
557
557
  id: zod.z.string(),
558
558
  email: zod.z.string(),
559
559
  given_name: zod.z.string(),
@@ -561,7 +561,7 @@ var UserSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
561
561
  external_id: zod.z.string(),
562
562
  default_org_id: zod.z.string()
563
563
  });
564
- chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
564
+ chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
565
565
  id: zod.z.string(),
566
566
  user_id: zod.z.string(),
567
567
  org_id: zod.z.string(),
@@ -571,13 +571,13 @@ chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
571
571
  expires_at: zod.z.string().nullable(),
572
572
  last_used_at: zod.z.string().nullable()
573
573
  });
574
- var RoleSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
574
+ var RoleSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
575
575
  slug: zod.z.string(),
576
576
  name: zod.z.string(),
577
577
  org_id: zod.z.string(),
578
578
  description: zod.z.string()
579
579
  });
580
- var OrganizationSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
580
+ var OrganizationSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
581
581
  id: zod.z.string(),
582
582
  name: zod.z.string(),
583
583
  description: zod.z.string()
@@ -1430,7 +1430,7 @@ var RecordServiceImpl = class {
1430
1430
  }
1431
1431
  client;
1432
1432
  list(entitySlug, options = {}) {
1433
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(entitySlug, opts), options);
1433
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(entitySlug, opts), options);
1434
1434
  }
1435
1435
  async listPage(entitySlug, options = {}) {
1436
1436
  return this.client.requestWithQuery(
@@ -1463,7 +1463,7 @@ var RecordServiceImpl = class {
1463
1463
  );
1464
1464
  }
1465
1465
  listPublic(orgId, entitySlug, options = {}) {
1466
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPublicPage(orgId, entitySlug, opts), options);
1466
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPublicPage(orgId, entitySlug, opts), options);
1467
1467
  }
1468
1468
  async listPublicPage(orgId, entitySlug, options = {}) {
1469
1469
  return this.client.requestWithQuery(
@@ -1622,7 +1622,7 @@ var ActionServiceImpl = class {
1622
1622
  }
1623
1623
  client;
1624
1624
  list(options = {}) {
1625
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
1625
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
1626
1626
  }
1627
1627
  async listPage(options = {}) {
1628
1628
  return this.client.requestWithQuery("GET", ACTIONS_BASE_PATH, options);
@@ -1657,7 +1657,7 @@ var ActionServiceImpl = class {
1657
1657
  }
1658
1658
  };
1659
1659
  var ActionScopeSchema = zod.z.enum(["entity", "global"]);
1660
- var ActionSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
1660
+ var ActionSchema = chunkV3U7U3IX_cjs.AuditFieldsSchema.extend({
1661
1661
  slug: zod.z.string(),
1662
1662
  org_id: zod.z.string(),
1663
1663
  module_slug: zod.z.string(),
@@ -1666,8 +1666,8 @@ var ActionSchema = chunkV5X4QWIO_cjs.AuditFieldsSchema.extend({
1666
1666
  name: zod.z.string(),
1667
1667
  is_active: zod.z.boolean(),
1668
1668
  file_id: zod.z.string(),
1669
- params: zod.z.array(chunkV5X4QWIO_cjs.AttributeSchema),
1670
- returns: zod.z.array(chunkV5X4QWIO_cjs.AttributeSchema)
1669
+ params: zod.z.array(chunkV3U7U3IX_cjs.AttributeSchema),
1670
+ returns: zod.z.array(chunkV3U7U3IX_cjs.AttributeSchema)
1671
1671
  });
1672
1672
 
1673
1673
  // src/functions/index.ts
@@ -1702,7 +1702,7 @@ var LabelServiceImpl = class {
1702
1702
  }
1703
1703
  client;
1704
1704
  list(options = {}) {
1705
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
1705
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
1706
1706
  }
1707
1707
  async listPage(options = {}) {
1708
1708
  return this.client.requestWithQuery(
@@ -1733,7 +1733,7 @@ var LinkServiceImpl = class {
1733
1733
  }
1734
1734
  client;
1735
1735
  list(options = {}) {
1736
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
1736
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
1737
1737
  }
1738
1738
  async listPage(options = {}) {
1739
1739
  return this.client.requestWithQuery("GET", LINKS_BASE_PATH, options);
@@ -1760,7 +1760,7 @@ var NodeServiceImpl = class {
1760
1760
  }
1761
1761
  client;
1762
1762
  list(options = {}) {
1763
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
1763
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
1764
1764
  }
1765
1765
  async listPage(options = {}) {
1766
1766
  const { label_ids, ...rest } = options;
@@ -1854,7 +1854,7 @@ var RecordLinkServiceImpl = class {
1854
1854
  }
1855
1855
  client;
1856
1856
  list(options = {}) {
1857
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
1857
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
1858
1858
  }
1859
1859
  async listPage(options = {}) {
1860
1860
  return this.client.requestWithQuery(
@@ -1886,7 +1886,7 @@ var KnowledgeNodeMetadataSchema = zod.z.object({
1886
1886
  summary: zod.z.string().nullish(),
1887
1887
  valid_from: zod.z.string().nullish(),
1888
1888
  valid_until: zod.z.string().nullish()
1889
- }).merge(chunkV5X4QWIO_cjs.AuditFieldsSchema);
1889
+ }).merge(chunkV3U7U3IX_cjs.AuditFieldsSchema);
1890
1890
  var KnowledgeNodeSchema = KnowledgeNodeMetadataSchema.extend({
1891
1891
  content: zod.z.string()
1892
1892
  });
@@ -1910,7 +1910,7 @@ var KnowledgeLinkSchema = zod.z.object({
1910
1910
  "superseded_by"
1911
1911
  ]),
1912
1912
  description: zod.z.string().nullish()
1913
- }).merge(chunkV5X4QWIO_cjs.AuditFieldsSchema);
1913
+ }).merge(chunkV3U7U3IX_cjs.AuditFieldsSchema);
1914
1914
  var KnowledgeRecordLinkSchema = zod.z.object({
1915
1915
  id: zod.z.string(),
1916
1916
  org_id: zod.z.string(),
@@ -1918,7 +1918,7 @@ var KnowledgeRecordLinkSchema = zod.z.object({
1918
1918
  entity_slug: zod.z.string(),
1919
1919
  record_id: zod.z.string(),
1920
1920
  created_at: zod.z.string(),
1921
- created_by: chunkV5X4QWIO_cjs.UserRefSchema
1921
+ created_by: chunkV3U7U3IX_cjs.UserRefSchema
1922
1922
  });
1923
1923
  var KnowledgeLabelSchema = zod.z.object({
1924
1924
  id: zod.z.string(),
@@ -1928,13 +1928,13 @@ var KnowledgeLabelSchema = zod.z.object({
1928
1928
  description: zod.z.string().nullish(),
1929
1929
  color: zod.z.string().nullish(),
1930
1930
  icon: zod.z.string().nullish()
1931
- }).merge(chunkV5X4QWIO_cjs.AuditFieldsSchema);
1931
+ }).merge(chunkV3U7U3IX_cjs.AuditFieldsSchema);
1932
1932
  var KnowledgeNodeLabelSchema = zod.z.object({
1933
1933
  org_id: zod.z.string(),
1934
1934
  node_id: zod.z.string(),
1935
1935
  label_id: zod.z.string(),
1936
1936
  created_at: zod.z.string(),
1937
- created_by: chunkV5X4QWIO_cjs.UserRefSchema
1937
+ created_by: chunkV3U7U3IX_cjs.UserRefSchema
1938
1938
  });
1939
1939
  var NodeNeighborhoodSchema = zod.z.object({
1940
1940
  nodes: zod.z.array(
@@ -2093,7 +2093,7 @@ var ExecutionServiceImpl = class {
2093
2093
  }
2094
2094
  client;
2095
2095
  list(options = {}) {
2096
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
2096
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
2097
2097
  }
2098
2098
  async listPage(options = {}) {
2099
2099
  return this.client.requestWithQuery(
@@ -2152,7 +2152,7 @@ var WorkflowServiceImpl = class {
2152
2152
  }
2153
2153
  client;
2154
2154
  list(options = {}) {
2155
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listPage(opts), options);
2155
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listPage(opts), options);
2156
2156
  }
2157
2157
  async listPage(options = {}) {
2158
2158
  return this.client.requestWithQuery("GET", WORKFLOWS_BASE_PATH2, options);
@@ -2190,7 +2190,7 @@ var WorkflowServiceImpl = class {
2190
2190
  return this.client.request("POST", `${WORKFLOWS_BASE_PATH2}/${key}/unpause`, {});
2191
2191
  }
2192
2192
  listVersions(key, options = {}) {
2193
- return new chunkV5X4QWIO_cjs.PageIterator((opts) => this.listVersionsPage(key, opts), options);
2193
+ return new chunkV3U7U3IX_cjs.PageIterator((opts) => this.listVersionsPage(key, opts), options);
2194
2194
  }
2195
2195
  async listVersionsPage(key, options = {}) {
2196
2196
  return this.client.requestWithQuery(
@@ -2235,195 +2235,195 @@ var WorkflowClient = class {
2235
2235
 
2236
2236
  Object.defineProperty(exports, "AppSchema", {
2237
2237
  enumerable: true,
2238
- get: function () { return chunkV5X4QWIO_cjs.AppSchema; }
2238
+ get: function () { return chunkV3U7U3IX_cjs.AppSchema; }
2239
2239
  });
2240
2240
  Object.defineProperty(exports, "AttributeSchema", {
2241
2241
  enumerable: true,
2242
- get: function () { return chunkV5X4QWIO_cjs.AttributeSchema; }
2242
+ get: function () { return chunkV3U7U3IX_cjs.AttributeSchema; }
2243
2243
  });
2244
2244
  Object.defineProperty(exports, "AuditFieldsSchema", {
2245
2245
  enumerable: true,
2246
- get: function () { return chunkV5X4QWIO_cjs.AuditFieldsSchema; }
2246
+ get: function () { return chunkV3U7U3IX_cjs.AuditFieldsSchema; }
2247
2247
  });
2248
2248
  Object.defineProperty(exports, "ColumnSchema", {
2249
2249
  enumerable: true,
2250
- get: function () { return chunkV5X4QWIO_cjs.ColumnSchema; }
2250
+ get: function () { return chunkV3U7U3IX_cjs.ColumnSchema; }
2251
2251
  });
2252
2252
  Object.defineProperty(exports, "ComponentSchema", {
2253
2253
  enumerable: true,
2254
- get: function () { return chunkV5X4QWIO_cjs.ComponentSchema; }
2254
+ get: function () { return chunkV3U7U3IX_cjs.ComponentSchema; }
2255
2255
  });
2256
2256
  Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
2257
2257
  enumerable: true,
2258
- get: function () { return chunkV5X4QWIO_cjs.CurrencyAttributeMetaSchema; }
2258
+ get: function () { return chunkV3U7U3IX_cjs.CurrencyAttributeMetaSchema; }
2259
2259
  });
2260
2260
  Object.defineProperty(exports, "DEFAULT_PAGE_SIZE", {
2261
2261
  enumerable: true,
2262
- get: function () { return chunkV5X4QWIO_cjs.DEFAULT_PAGE_SIZE; }
2262
+ get: function () { return chunkV3U7U3IX_cjs.DEFAULT_PAGE_SIZE; }
2263
2263
  });
2264
2264
  Object.defineProperty(exports, "DONE", {
2265
2265
  enumerable: true,
2266
- get: function () { return chunkV5X4QWIO_cjs.DONE; }
2266
+ get: function () { return chunkV3U7U3IX_cjs.DONE; }
2267
2267
  });
2268
2268
  Object.defineProperty(exports, "DesignReferenceSchema", {
2269
2269
  enumerable: true,
2270
- get: function () { return chunkV5X4QWIO_cjs.DesignReferenceSchema; }
2270
+ get: function () { return chunkV3U7U3IX_cjs.DesignReferenceSchema; }
2271
2271
  });
2272
2272
  Object.defineProperty(exports, "EntitySchema", {
2273
2273
  enumerable: true,
2274
- get: function () { return chunkV5X4QWIO_cjs.EntitySchema; }
2274
+ get: function () { return chunkV3U7U3IX_cjs.EntitySchema; }
2275
2275
  });
2276
2276
  Object.defineProperty(exports, "EntityWithSchemaSchema", {
2277
2277
  enumerable: true,
2278
- get: function () { return chunkV5X4QWIO_cjs.EntityWithSchemaSchema; }
2278
+ get: function () { return chunkV3U7U3IX_cjs.EntityWithSchemaSchema; }
2279
2279
  });
2280
2280
  Object.defineProperty(exports, "FileRefSchema", {
2281
2281
  enumerable: true,
2282
- get: function () { return chunkV5X4QWIO_cjs.FileRefSchema; }
2282
+ get: function () { return chunkV3U7U3IX_cjs.FileRefSchema; }
2283
2283
  });
2284
2284
  Object.defineProperty(exports, "FilterElementSchema", {
2285
2285
  enumerable: true,
2286
- get: function () { return chunkV5X4QWIO_cjs.FilterElementSchema; }
2286
+ get: function () { return chunkV3U7U3IX_cjs.FilterElementSchema; }
2287
2287
  });
2288
2288
  Object.defineProperty(exports, "FilterGroupSchema", {
2289
2289
  enumerable: true,
2290
- get: function () { return chunkV5X4QWIO_cjs.FilterGroupSchema; }
2290
+ get: function () { return chunkV3U7U3IX_cjs.FilterGroupSchema; }
2291
2291
  });
2292
2292
  Object.defineProperty(exports, "ListSchema", {
2293
2293
  enumerable: true,
2294
- get: function () { return chunkV5X4QWIO_cjs.ListSchema; }
2294
+ get: function () { return chunkV3U7U3IX_cjs.ListSchema; }
2295
2295
  });
2296
2296
  Object.defineProperty(exports, "ListViewSchema", {
2297
2297
  enumerable: true,
2298
- get: function () { return chunkV5X4QWIO_cjs.ListViewSchema; }
2298
+ get: function () { return chunkV3U7U3IX_cjs.ListViewSchema; }
2299
2299
  });
2300
2300
  Object.defineProperty(exports, "MenuConfigurationSchema", {
2301
2301
  enumerable: true,
2302
- get: function () { return chunkV5X4QWIO_cjs.MenuConfigurationSchema; }
2302
+ get: function () { return chunkV3U7U3IX_cjs.MenuConfigurationSchema; }
2303
2303
  });
2304
2304
  Object.defineProperty(exports, "MenuItemSchema", {
2305
2305
  enumerable: true,
2306
- get: function () { return chunkV5X4QWIO_cjs.MenuItemSchema; }
2306
+ get: function () { return chunkV3U7U3IX_cjs.MenuItemSchema; }
2307
2307
  });
2308
2308
  Object.defineProperty(exports, "MenuItemType", {
2309
2309
  enumerable: true,
2310
- get: function () { return chunkV5X4QWIO_cjs.MenuItemType; }
2310
+ get: function () { return chunkV3U7U3IX_cjs.MenuItemType; }
2311
2311
  });
2312
2312
  Object.defineProperty(exports, "MetaClient", {
2313
2313
  enumerable: true,
2314
- get: function () { return chunkV5X4QWIO_cjs.MetaClient; }
2314
+ get: function () { return chunkV3U7U3IX_cjs.MetaClient; }
2315
2315
  });
2316
2316
  Object.defineProperty(exports, "ModuleSchema", {
2317
2317
  enumerable: true,
2318
- get: function () { return chunkV5X4QWIO_cjs.ModuleSchema; }
2318
+ get: function () { return chunkV3U7U3IX_cjs.ModuleSchema; }
2319
2319
  });
2320
2320
  Object.defineProperty(exports, "OnDeleteActionSchema", {
2321
2321
  enumerable: true,
2322
- get: function () { return chunkV5X4QWIO_cjs.OnDeleteActionSchema; }
2322
+ get: function () { return chunkV3U7U3IX_cjs.OnDeleteActionSchema; }
2323
2323
  });
2324
2324
  Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
2325
2325
  enumerable: true,
2326
- get: function () { return chunkV5X4QWIO_cjs.PLATFORM_ATTRIBUTE_NAMES; }
2326
+ get: function () { return chunkV3U7U3IX_cjs.PLATFORM_ATTRIBUTE_NAMES; }
2327
2327
  });
2328
2328
  Object.defineProperty(exports, "PLATFORM_USER_ID", {
2329
2329
  enumerable: true,
2330
- get: function () { return chunkV5X4QWIO_cjs.PLATFORM_USER_ID; }
2330
+ get: function () { return chunkV3U7U3IX_cjs.PLATFORM_USER_ID; }
2331
2331
  });
2332
2332
  Object.defineProperty(exports, "PageActionSchema", {
2333
2333
  enumerable: true,
2334
- get: function () { return chunkV5X4QWIO_cjs.PageActionSchema; }
2334
+ get: function () { return chunkV3U7U3IX_cjs.PageActionSchema; }
2335
2335
  });
2336
2336
  Object.defineProperty(exports, "PageIterator", {
2337
2337
  enumerable: true,
2338
- get: function () { return chunkV5X4QWIO_cjs.PageIterator; }
2338
+ get: function () { return chunkV3U7U3IX_cjs.PageIterator; }
2339
2339
  });
2340
2340
  Object.defineProperty(exports, "PageLayoutSchema", {
2341
2341
  enumerable: true,
2342
- get: function () { return chunkV5X4QWIO_cjs.PageLayoutSchema; }
2342
+ get: function () { return chunkV3U7U3IX_cjs.PageLayoutSchema; }
2343
2343
  });
2344
2344
  Object.defineProperty(exports, "PageSchema", {
2345
2345
  enumerable: true,
2346
- get: function () { return chunkV5X4QWIO_cjs.PageSchema; }
2346
+ get: function () { return chunkV3U7U3IX_cjs.PageSchema; }
2347
2347
  });
2348
2348
  Object.defineProperty(exports, "RelationAttributeMetaSchema", {
2349
2349
  enumerable: true,
2350
- get: function () { return chunkV5X4QWIO_cjs.RelationAttributeMetaSchema; }
2350
+ get: function () { return chunkV3U7U3IX_cjs.RelationAttributeMetaSchema; }
2351
2351
  });
2352
2352
  Object.defineProperty(exports, "ResponseMetaSchema", {
2353
2353
  enumerable: true,
2354
- get: function () { return chunkV5X4QWIO_cjs.ResponseMetaSchema; }
2354
+ get: function () { return chunkV3U7U3IX_cjs.ResponseMetaSchema; }
2355
2355
  });
2356
2356
  Object.defineProperty(exports, "SortConfigSchema", {
2357
2357
  enumerable: true,
2358
- get: function () { return chunkV5X4QWIO_cjs.SortConfigSchema; }
2358
+ get: function () { return chunkV3U7U3IX_cjs.SortConfigSchema; }
2359
2359
  });
2360
2360
  Object.defineProperty(exports, "UserRefSchema", {
2361
2361
  enumerable: true,
2362
- get: function () { return chunkV5X4QWIO_cjs.UserRefSchema; }
2362
+ get: function () { return chunkV3U7U3IX_cjs.UserRefSchema; }
2363
2363
  });
2364
2364
  Object.defineProperty(exports, "VariableSchema", {
2365
2365
  enumerable: true,
2366
- get: function () { return chunkV5X4QWIO_cjs.VariableSchema; }
2366
+ get: function () { return chunkV3U7U3IX_cjs.VariableSchema; }
2367
2367
  });
2368
2368
  Object.defineProperty(exports, "allCurrencyCodes", {
2369
2369
  enumerable: true,
2370
- get: function () { return chunkV5X4QWIO_cjs.allCurrencyCodes; }
2370
+ get: function () { return chunkV3U7U3IX_cjs.allCurrencyCodes; }
2371
2371
  });
2372
2372
  Object.defineProperty(exports, "createIterator", {
2373
2373
  enumerable: true,
2374
- get: function () { return chunkV5X4QWIO_cjs.createIterator; }
2374
+ get: function () { return chunkV3U7U3IX_cjs.createIterator; }
2375
2375
  });
2376
2376
  Object.defineProperty(exports, "createListResultSchema", {
2377
2377
  enumerable: true,
2378
- get: function () { return chunkV5X4QWIO_cjs.createListResultSchema; }
2378
+ get: function () { return chunkV3U7U3IX_cjs.createListResultSchema; }
2379
2379
  });
2380
2380
  Object.defineProperty(exports, "currencyLabel", {
2381
2381
  enumerable: true,
2382
- get: function () { return chunkV5X4QWIO_cjs.currencyLabel; }
2382
+ get: function () { return chunkV3U7U3IX_cjs.currencyLabel; }
2383
2383
  });
2384
2384
  Object.defineProperty(exports, "currencySymbol", {
2385
2385
  enumerable: true,
2386
- get: function () { return chunkV5X4QWIO_cjs.currencySymbol; }
2386
+ get: function () { return chunkV3U7U3IX_cjs.currencySymbol; }
2387
2387
  });
2388
2388
  Object.defineProperty(exports, "currencySymbolSide", {
2389
2389
  enumerable: true,
2390
- get: function () { return chunkV5X4QWIO_cjs.currencySymbolSide; }
2390
+ get: function () { return chunkV3U7U3IX_cjs.currencySymbolSide; }
2391
2391
  });
2392
2392
  Object.defineProperty(exports, "formatAmount", {
2393
2393
  enumerable: true,
2394
- get: function () { return chunkV5X4QWIO_cjs.formatAmount; }
2394
+ get: function () { return chunkV3U7U3IX_cjs.formatAmount; }
2395
2395
  });
2396
2396
  Object.defineProperty(exports, "formatMoney", {
2397
2397
  enumerable: true,
2398
- get: function () { return chunkV5X4QWIO_cjs.formatMoney; }
2398
+ get: function () { return chunkV3U7U3IX_cjs.formatMoney; }
2399
2399
  });
2400
2400
  Object.defineProperty(exports, "isPlatformAttributeName", {
2401
2401
  enumerable: true,
2402
- get: function () { return chunkV5X4QWIO_cjs.isPlatformAttributeName; }
2402
+ get: function () { return chunkV3U7U3IX_cjs.isPlatformAttributeName; }
2403
2403
  });
2404
2404
  Object.defineProperty(exports, "localeNumberSeparators", {
2405
2405
  enumerable: true,
2406
- get: function () { return chunkV5X4QWIO_cjs.localeNumberSeparators; }
2406
+ get: function () { return chunkV3U7U3IX_cjs.localeNumberSeparators; }
2407
2407
  });
2408
2408
  Object.defineProperty(exports, "parseAmount", {
2409
2409
  enumerable: true,
2410
- get: function () { return chunkV5X4QWIO_cjs.parseAmount; }
2410
+ get: function () { return chunkV3U7U3IX_cjs.parseAmount; }
2411
2411
  });
2412
2412
  Object.defineProperty(exports, "parseCurrencyMeta", {
2413
2413
  enumerable: true,
2414
- get: function () { return chunkV5X4QWIO_cjs.parseCurrencyMeta; }
2414
+ get: function () { return chunkV3U7U3IX_cjs.parseCurrencyMeta; }
2415
2415
  });
2416
2416
  Object.defineProperty(exports, "parseFileMeta", {
2417
2417
  enumerable: true,
2418
- get: function () { return chunkV5X4QWIO_cjs.parseFileMeta; }
2418
+ get: function () { return chunkV3U7U3IX_cjs.parseFileMeta; }
2419
2419
  });
2420
2420
  Object.defineProperty(exports, "parseRelationMeta", {
2421
2421
  enumerable: true,
2422
- get: function () { return chunkV5X4QWIO_cjs.parseRelationMeta; }
2422
+ get: function () { return chunkV3U7U3IX_cjs.parseRelationMeta; }
2423
2423
  });
2424
2424
  Object.defineProperty(exports, "platformAttributes", {
2425
2425
  enumerable: true,
2426
- get: function () { return chunkV5X4QWIO_cjs.platformAttributes; }
2426
+ get: function () { return chunkV3U7U3IX_cjs.platformAttributes; }
2427
2427
  });
2428
2428
  exports.AccountClient = AccountClient;
2429
2429
  exports.ActionSchema = ActionSchema;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as AuditFields, L as ListOptions, a as Attribute, U as UserRef$2, P as PageIterator, b as ListResult, c as ProteosClient, F as FileRef, d as PublicAccessOperation } from './types-DT29DVEj.cjs';
2
- export { e as App, f as AppSchema, g as AppService, h as AttributeSchema, i as AttributeType, j as AuditFieldsSchema, C as ClientOptions, k as Column, l as ColumnSchema, m as ComparisonOperator, n as Component, o as ComponentSchema, p as ComponentService, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, G as DEFAULT_OPTIONS, H as DEFAULT_PAGE_SIZE, I as DONE, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, Q as Done, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, X as FileAttributeMeta, Y as FileRefSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a6 as ListFn, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, ay as PLATFORM_USER_ID, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, aL as RequestOptions, aM as ResolvedClientOptions, aN as ResponseMeta, aO as ResponseMetaSchema, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, aS as Timestamps, aT as TokenProvider, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, b1 as UserRefSchema, b2 as UserType, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b7 as createIterator, b8 as createListResultSchema, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, be as isPlatformAttributeName, bf as localeNumberSeparators, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, bk as platformAttributes, bl as resolveOptions } from './types-DT29DVEj.cjs';
1
+ import { A as AuditFields, L as ListOptions, a as Attribute, U as UserRef$2, P as PageIterator, b as ListResult, c as ProteosClient, F as FileRef, d as PublicAccessOperation } from './types-B0LqBATf.cjs';
2
+ export { e as App, f as AppSchema, g as AppService, h as AttributeSchema, i as AttributeType, j as AuditFieldsSchema, C as ClientOptions, k as Column, l as ColumnSchema, m as ComparisonOperator, n as Component, o as ComponentSchema, p as ComponentService, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, G as DEFAULT_OPTIONS, H as DEFAULT_PAGE_SIZE, I as DONE, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, Q as Done, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, X as FileAttributeMeta, Y as FileRefSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a6 as ListFn, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, ay as PLATFORM_USER_ID, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, aL as RequestOptions, aM as ResolvedClientOptions, aN as ResponseMeta, aO as ResponseMetaSchema, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, aS as Timestamps, aT as TokenProvider, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, b1 as UserRefSchema, b2 as UserType, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b7 as createIterator, b8 as createListResultSchema, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, be as isPlatformAttributeName, bf as localeNumberSeparators, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, bk as platformAttributes, bl as resolveOptions } from './types-B0LqBATf.cjs';
3
3
  import { z } from 'zod';
4
4
 
5
5
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as AuditFields, L as ListOptions, a as Attribute, U as UserRef$2, P as PageIterator, b as ListResult, c as ProteosClient, F as FileRef, d as PublicAccessOperation } from './types-DT29DVEj.js';
2
- export { e as App, f as AppSchema, g as AppService, h as AttributeSchema, i as AttributeType, j as AuditFieldsSchema, C as ClientOptions, k as Column, l as ColumnSchema, m as ComparisonOperator, n as Component, o as ComponentSchema, p as ComponentService, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, G as DEFAULT_OPTIONS, H as DEFAULT_PAGE_SIZE, I as DONE, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, Q as Done, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, X as FileAttributeMeta, Y as FileRefSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a6 as ListFn, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, ay as PLATFORM_USER_ID, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, aL as RequestOptions, aM as ResolvedClientOptions, aN as ResponseMeta, aO as ResponseMetaSchema, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, aS as Timestamps, aT as TokenProvider, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, b1 as UserRefSchema, b2 as UserType, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b7 as createIterator, b8 as createListResultSchema, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, be as isPlatformAttributeName, bf as localeNumberSeparators, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, bk as platformAttributes, bl as resolveOptions } from './types-DT29DVEj.js';
1
+ import { A as AuditFields, L as ListOptions, a as Attribute, U as UserRef$2, P as PageIterator, b as ListResult, c as ProteosClient, F as FileRef, d as PublicAccessOperation } from './types-B0LqBATf.js';
2
+ export { e as App, f as AppSchema, g as AppService, h as AttributeSchema, i as AttributeType, j as AuditFieldsSchema, C as ClientOptions, k as Column, l as ColumnSchema, m as ComparisonOperator, n as Component, o as ComponentSchema, p as ComponentService, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, G as DEFAULT_OPTIONS, H as DEFAULT_PAGE_SIZE, I as DONE, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, Q as Done, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, X as FileAttributeMeta, Y as FileRefSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a6 as ListFn, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, ay as PLATFORM_USER_ID, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, aL as RequestOptions, aM as ResolvedClientOptions, aN as ResponseMeta, aO as ResponseMetaSchema, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, aS as Timestamps, aT as TokenProvider, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, b1 as UserRefSchema, b2 as UserType, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b7 as createIterator, b8 as createListResultSchema, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, be as isPlatformAttributeName, bf as localeNumberSeparators, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, bk as platformAttributes, bl as resolveOptions } from './types-B0LqBATf.js';
3
3
  import { z } from 'zod';
4
4
 
5
5
  /**
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { AuditFieldsSchema, AttributeSchema, UserRefSchema, PageIterator } from './chunk-OOAHNKPP.js';
2
- export { AppSchema, AttributeSchema, AuditFieldsSchema, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DEFAULT_PAGE_SIZE, DONE, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileRefSchema, FilterElementSchema, FilterGroupSchema, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PLATFORM_ATTRIBUTE_NAMES, PLATFORM_USER_ID, PageActionSchema, PageIterator, PageLayoutSchema, PageSchema, RelationAttributeMetaSchema, ResponseMetaSchema, SortConfigSchema, UserRefSchema, VariableSchema, allCurrencyCodes, createIterator, createListResultSchema, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isPlatformAttributeName, localeNumberSeparators, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, platformAttributes } from './chunk-OOAHNKPP.js';
1
+ import { AuditFieldsSchema, AttributeSchema, UserRefSchema, PageIterator } from './chunk-NYIHV7ET.js';
2
+ export { AppSchema, AttributeSchema, AuditFieldsSchema, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DEFAULT_PAGE_SIZE, DONE, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileRefSchema, FilterElementSchema, FilterGroupSchema, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PLATFORM_ATTRIBUTE_NAMES, PLATFORM_USER_ID, PageActionSchema, PageIterator, PageLayoutSchema, PageSchema, RelationAttributeMetaSchema, ResponseMetaSchema, SortConfigSchema, UserRefSchema, VariableSchema, allCurrencyCodes, createIterator, createListResultSchema, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isPlatformAttributeName, localeNumberSeparators, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, platformAttributes } from './chunk-NYIHV7ET.js';
3
3
  import { z } from 'zod';
4
4
  import { fetchEventSource } from '@microsoft/fetch-event-source';
5
5