@objectstack/platform-objects 7.1.0 → 7.2.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/apps/index.js +3 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +3 -0
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +144 -48
- package/dist/audit/index.d.ts +144 -48
- package/dist/identity/index.d.mts +183 -61
- package/dist/identity/index.d.ts +183 -61
- package/dist/identity/index.js +4 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +4 -1
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +137 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +137 -2
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +9 -3
- package/dist/integration/index.d.ts +9 -3
- package/dist/metadata/index.d.mts +3246 -7
- package/dist/metadata/index.d.ts +3246 -7
- package/dist/metadata/index.js +130 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +130 -1
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +63 -21
- package/dist/security/index.d.ts +63 -21
- package/dist/system/index.d.mts +27 -9
- package/dist/system/index.d.ts +27 -9
- package/package.json +2 -2
|
@@ -222,6 +222,12 @@ declare const SysWebhook: Omit<{
|
|
|
222
222
|
caseSensitive?: boolean | undefined;
|
|
223
223
|
autonumberFormat?: string | undefined;
|
|
224
224
|
}>;
|
|
225
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
226
|
+
_lockReason?: string | undefined;
|
|
227
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
228
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
229
|
+
_packageId?: string | undefined;
|
|
230
|
+
_packageVersion?: string | undefined;
|
|
225
231
|
label?: string | undefined;
|
|
226
232
|
pluralLabel?: string | undefined;
|
|
227
233
|
description?: string | undefined;
|
|
@@ -367,7 +373,7 @@ declare const SysWebhook: Omit<{
|
|
|
367
373
|
wrap?: boolean | undefined;
|
|
368
374
|
type?: string | undefined;
|
|
369
375
|
pinned?: "left" | "right" | undefined;
|
|
370
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
376
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
371
377
|
link?: boolean | undefined;
|
|
372
378
|
action?: string | undefined;
|
|
373
379
|
}[];
|
|
@@ -416,7 +422,7 @@ declare const SysWebhook: Omit<{
|
|
|
416
422
|
bordered?: boolean | undefined;
|
|
417
423
|
compactToolbar?: boolean | undefined;
|
|
418
424
|
selection?: {
|
|
419
|
-
type: "
|
|
425
|
+
type: "none" | "multiple" | "single";
|
|
420
426
|
} | undefined;
|
|
421
427
|
navigation?: {
|
|
422
428
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -611,7 +617,7 @@ declare const SysWebhook: Omit<{
|
|
|
611
617
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
612
618
|
} | undefined;
|
|
613
619
|
recordTypes?: string[] | undefined;
|
|
614
|
-
sharingModel?: "
|
|
620
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
615
621
|
publicSharing?: {
|
|
616
622
|
enabled: boolean;
|
|
617
623
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -222,6 +222,12 @@ declare const SysWebhook: Omit<{
|
|
|
222
222
|
caseSensitive?: boolean | undefined;
|
|
223
223
|
autonumberFormat?: string | undefined;
|
|
224
224
|
}>;
|
|
225
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
226
|
+
_lockReason?: string | undefined;
|
|
227
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
228
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
229
|
+
_packageId?: string | undefined;
|
|
230
|
+
_packageVersion?: string | undefined;
|
|
225
231
|
label?: string | undefined;
|
|
226
232
|
pluralLabel?: string | undefined;
|
|
227
233
|
description?: string | undefined;
|
|
@@ -367,7 +373,7 @@ declare const SysWebhook: Omit<{
|
|
|
367
373
|
wrap?: boolean | undefined;
|
|
368
374
|
type?: string | undefined;
|
|
369
375
|
pinned?: "left" | "right" | undefined;
|
|
370
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
376
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
371
377
|
link?: boolean | undefined;
|
|
372
378
|
action?: string | undefined;
|
|
373
379
|
}[];
|
|
@@ -416,7 +422,7 @@ declare const SysWebhook: Omit<{
|
|
|
416
422
|
bordered?: boolean | undefined;
|
|
417
423
|
compactToolbar?: boolean | undefined;
|
|
418
424
|
selection?: {
|
|
419
|
-
type: "
|
|
425
|
+
type: "none" | "multiple" | "single";
|
|
420
426
|
} | undefined;
|
|
421
427
|
navigation?: {
|
|
422
428
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -611,7 +617,7 @@ declare const SysWebhook: Omit<{
|
|
|
611
617
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
612
618
|
} | undefined;
|
|
613
619
|
recordTypes?: string[] | undefined;
|
|
614
|
-
sharingModel?: "
|
|
620
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
615
621
|
publicSharing?: {
|
|
616
622
|
enabled: boolean;
|
|
617
623
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|