@arke-institute/sdk 3.6.11 → 3.6.13
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Source: Arke v1 API
|
|
8
8
|
* Version: 1.0.0
|
|
9
|
-
* Generated: 2026-02-16T23:
|
|
9
|
+
* Generated: 2026-02-16T23:50:23.346Z
|
|
10
10
|
*/
|
|
11
11
|
type paths = {
|
|
12
12
|
"/ops-reference": {
|
|
@@ -9291,7 +9291,7 @@ type components = {
|
|
|
9291
9291
|
* @description Whether to merge with default roles (true) or use only provided roles (false). Public role with *:view is always ensured.
|
|
9292
9292
|
* @default true
|
|
9293
9293
|
*/
|
|
9294
|
-
use_roles_default
|
|
9294
|
+
use_roles_default?: boolean | null;
|
|
9295
9295
|
/**
|
|
9296
9296
|
* @description Role definitions. When use_roles_default is true (default), these merge with defaults. When false, these replace defaults entirely.
|
|
9297
9297
|
* @example {
|
|
@@ -9830,7 +9830,7 @@ type components = {
|
|
|
9830
9830
|
* @description Wait for collection index update before returning. Use when checking for duplicates immediately after creation. Adds ~1-5ms latency per collection.
|
|
9831
9831
|
* @default false
|
|
9832
9832
|
*/
|
|
9833
|
-
sync_index
|
|
9833
|
+
sync_index?: boolean | null;
|
|
9834
9834
|
};
|
|
9835
9835
|
BatchCreateSuccess: {
|
|
9836
9836
|
/** @enum {boolean} */
|
|
@@ -10012,7 +10012,7 @@ type components = {
|
|
|
10012
10012
|
* @description Wait for collection index update before returning. Use when checking index immediately after update.
|
|
10013
10013
|
* @default false
|
|
10014
10014
|
*/
|
|
10015
|
-
sync_index
|
|
10015
|
+
sync_index?: boolean | null;
|
|
10016
10016
|
};
|
|
10017
10017
|
EntityDeletedResponse: {
|
|
10018
10018
|
/**
|
|
@@ -10061,7 +10061,7 @@ type components = {
|
|
|
10061
10061
|
* @description Wait for collection index removal before returning. Use when checking index immediately after deletion.
|
|
10062
10062
|
* @default false
|
|
10063
10063
|
*/
|
|
10064
|
-
sync_index
|
|
10064
|
+
sync_index?: boolean | null;
|
|
10065
10065
|
};
|
|
10066
10066
|
CascadeDeletedEntity: {
|
|
10067
10067
|
/**
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Source: Arke v1 API
|
|
8
8
|
* Version: 1.0.0
|
|
9
|
-
* Generated: 2026-02-16T23:
|
|
9
|
+
* Generated: 2026-02-16T23:50:23.346Z
|
|
10
10
|
*/
|
|
11
11
|
type paths = {
|
|
12
12
|
"/ops-reference": {
|
|
@@ -9291,7 +9291,7 @@ type components = {
|
|
|
9291
9291
|
* @description Whether to merge with default roles (true) or use only provided roles (false). Public role with *:view is always ensured.
|
|
9292
9292
|
* @default true
|
|
9293
9293
|
*/
|
|
9294
|
-
use_roles_default
|
|
9294
|
+
use_roles_default?: boolean | null;
|
|
9295
9295
|
/**
|
|
9296
9296
|
* @description Role definitions. When use_roles_default is true (default), these merge with defaults. When false, these replace defaults entirely.
|
|
9297
9297
|
* @example {
|
|
@@ -9830,7 +9830,7 @@ type components = {
|
|
|
9830
9830
|
* @description Wait for collection index update before returning. Use when checking for duplicates immediately after creation. Adds ~1-5ms latency per collection.
|
|
9831
9831
|
* @default false
|
|
9832
9832
|
*/
|
|
9833
|
-
sync_index
|
|
9833
|
+
sync_index?: boolean | null;
|
|
9834
9834
|
};
|
|
9835
9835
|
BatchCreateSuccess: {
|
|
9836
9836
|
/** @enum {boolean} */
|
|
@@ -10012,7 +10012,7 @@ type components = {
|
|
|
10012
10012
|
* @description Wait for collection index update before returning. Use when checking index immediately after update.
|
|
10013
10013
|
* @default false
|
|
10014
10014
|
*/
|
|
10015
|
-
sync_index
|
|
10015
|
+
sync_index?: boolean | null;
|
|
10016
10016
|
};
|
|
10017
10017
|
EntityDeletedResponse: {
|
|
10018
10018
|
/**
|
|
@@ -10061,7 +10061,7 @@ type components = {
|
|
|
10061
10061
|
* @description Wait for collection index removal before returning. Use when checking index immediately after deletion.
|
|
10062
10062
|
* @default false
|
|
10063
10063
|
*/
|
|
10064
|
-
sync_index
|
|
10064
|
+
sync_index?: boolean | null;
|
|
10065
10065
|
};
|
|
10066
10066
|
CascadeDeletedEntity: {
|
|
10067
10067
|
/**
|