@hautechai/sdk 2.29.1 → 2.29.2
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.d.mts +20 -8
- package/dist/index.d.ts +20 -8
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13517,7 +13517,6 @@ var GrantAccessControllerParamsAccess = {
|
|
|
13517
13517
|
can_assign_maintainers: "can_assign_maintainers",
|
|
13518
13518
|
can_assign_owners: "can_assign_owners",
|
|
13519
13519
|
can_view: "can_view",
|
|
13520
|
-
can_write: "can_write",
|
|
13521
13520
|
can_edit: "can_edit",
|
|
13522
13521
|
can_delete: "can_delete",
|
|
13523
13522
|
can_change_access: "can_change_access",
|
|
@@ -13856,7 +13855,6 @@ var ListAccessControllerGrantsDtoAccess = {
|
|
|
13856
13855
|
can_assign_maintainers: "can_assign_maintainers",
|
|
13857
13856
|
can_assign_owners: "can_assign_owners",
|
|
13858
13857
|
can_view: "can_view",
|
|
13859
|
-
can_write: "can_write",
|
|
13860
13858
|
can_edit: "can_edit",
|
|
13861
13859
|
can_delete: "can_delete",
|
|
13862
13860
|
can_change_access: "can_change_access",
|
|
@@ -13996,7 +13994,6 @@ var ModifyAccessParamsDtoAccess = {
|
|
|
13996
13994
|
can_assign_maintainers: "can_assign_maintainers",
|
|
13997
13995
|
can_assign_owners: "can_assign_owners",
|
|
13998
13996
|
can_view: "can_view",
|
|
13999
|
-
can_write: "can_write",
|
|
14000
13997
|
can_edit: "can_edit",
|
|
14001
13998
|
can_delete: "can_delete",
|
|
14002
13999
|
can_change_access: "can_change_access",
|
|
@@ -14316,7 +14313,6 @@ var RevokeAccessControllerParamsDtoAccess = {
|
|
|
14316
14313
|
can_assign_maintainers: "can_assign_maintainers",
|
|
14317
14314
|
can_assign_owners: "can_assign_owners",
|
|
14318
14315
|
can_view: "can_view",
|
|
14319
|
-
can_write: "can_write",
|
|
14320
14316
|
can_edit: "can_edit",
|
|
14321
14317
|
can_delete: "can_delete",
|
|
14322
14318
|
can_change_access: "can_change_access",
|
|
@@ -14443,6 +14439,12 @@ var ShareWithEveryoneControllerParamsDtoAccess = {
|
|
|
14443
14439
|
public_read: "public_read"
|
|
14444
14440
|
};
|
|
14445
14441
|
|
|
14442
|
+
// src/autogenerated/schemas/shareWithEveryoneControllerParamsDtoAccessItem.ts
|
|
14443
|
+
var ShareWithEveryoneControllerParamsDtoAccessItem = {
|
|
14444
|
+
public_execute: "public_execute",
|
|
14445
|
+
public_read: "public_read"
|
|
14446
|
+
};
|
|
14447
|
+
|
|
14446
14448
|
// src/autogenerated/schemas/sharedResourceDtoType.ts
|
|
14447
14449
|
var SharedResourceDtoType = {
|
|
14448
14450
|
collection: "collection",
|
|
@@ -17158,6 +17160,7 @@ export {
|
|
|
17158
17160
|
SegmentAnythingMaskV1ResponseStatus,
|
|
17159
17161
|
SelfAccountDtoType,
|
|
17160
17162
|
ShareWithEveryoneControllerParamsDtoAccess,
|
|
17163
|
+
ShareWithEveryoneControllerParamsDtoAccessItem,
|
|
17161
17164
|
SharedResourceDtoType,
|
|
17162
17165
|
StackEntityKind,
|
|
17163
17166
|
StacksControllerListStacksV1OrderBy,
|