@company-semantics/contracts 6.0.0 → 6.0.1
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/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
|
|
2
|
-
export const SPEC_HASH = '
|
|
3
|
-
export const SPEC_HASH_FULL = '
|
|
2
|
+
export const SPEC_HASH = 'cebabbf604ec' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = 'cebabbf604eca92841bb1704c008a26709357ca85fb82664e7baad97a9840b85' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -1743,8 +1743,7 @@ export interface paths {
|
|
|
1743
1743
|
delete: operations["deleteOrgUnitDelegation"];
|
|
1744
1744
|
options?: never;
|
|
1745
1745
|
head?: never;
|
|
1746
|
-
|
|
1747
|
-
patch: operations["updateOrgUnitDelegationScopes"];
|
|
1746
|
+
patch?: never;
|
|
1748
1747
|
trace?: never;
|
|
1749
1748
|
};
|
|
1750
1749
|
"/api/orgs/{orgId}/admins": {
|
|
@@ -3991,7 +3990,6 @@ export interface components {
|
|
|
3991
3990
|
};
|
|
3992
3991
|
/** Format: uuid */
|
|
3993
3992
|
delegationId?: string;
|
|
3994
|
-
scopes: ("doc.edit" | "doc.acl" | "members.manage")[];
|
|
3995
3993
|
}[];
|
|
3996
3994
|
}[];
|
|
3997
3995
|
inherited?: {
|
|
@@ -4017,7 +4015,6 @@ export interface components {
|
|
|
4017
4015
|
};
|
|
4018
4016
|
/** Format: uuid */
|
|
4019
4017
|
delegationId?: string;
|
|
4020
|
-
scopes: ("doc.edit" | "doc.acl" | "members.manage")[];
|
|
4021
4018
|
}[];
|
|
4022
4019
|
}[];
|
|
4023
4020
|
};
|
|
@@ -4036,7 +4033,6 @@ export interface components {
|
|
|
4036
4033
|
/** @enum {string} */
|
|
4037
4034
|
status: "active" | "revoked";
|
|
4038
4035
|
note: string | null;
|
|
4039
|
-
scopes: ("doc.edit" | "doc.acl" | "members.manage")[];
|
|
4040
4036
|
};
|
|
4041
4037
|
OrgAdminGrantResponse: {
|
|
4042
4038
|
/** Format: uuid */
|
|
@@ -7395,7 +7391,6 @@ export interface operations {
|
|
|
7395
7391
|
/** Format: uuid */
|
|
7396
7392
|
userId: string;
|
|
7397
7393
|
note?: string;
|
|
7398
|
-
scopes?: ("doc.edit" | "doc.acl" | "members.manage")[];
|
|
7399
7394
|
};
|
|
7400
7395
|
};
|
|
7401
7396
|
};
|
|
@@ -7432,35 +7427,6 @@ export interface operations {
|
|
|
7432
7427
|
};
|
|
7433
7428
|
};
|
|
7434
7429
|
};
|
|
7435
|
-
updateOrgUnitDelegationScopes: {
|
|
7436
|
-
parameters: {
|
|
7437
|
-
query?: never;
|
|
7438
|
-
header?: never;
|
|
7439
|
-
path: {
|
|
7440
|
-
unitId: string;
|
|
7441
|
-
id: string;
|
|
7442
|
-
};
|
|
7443
|
-
cookie?: never;
|
|
7444
|
-
};
|
|
7445
|
-
requestBody: {
|
|
7446
|
-
content: {
|
|
7447
|
-
"application/json": {
|
|
7448
|
-
scopes: ("doc.edit" | "doc.acl" | "members.manage")[];
|
|
7449
|
-
};
|
|
7450
|
-
};
|
|
7451
|
-
};
|
|
7452
|
-
responses: {
|
|
7453
|
-
/** @description Delegation row with updated scopes */
|
|
7454
|
-
200: {
|
|
7455
|
-
headers: {
|
|
7456
|
-
[name: string]: unknown;
|
|
7457
|
-
};
|
|
7458
|
-
content: {
|
|
7459
|
-
"application/json": components["schemas"]["Delegation"];
|
|
7460
|
-
};
|
|
7461
|
-
};
|
|
7462
|
-
};
|
|
7463
|
-
};
|
|
7464
7430
|
grantOrgAdmin: {
|
|
7465
7431
|
parameters: {
|
|
7466
7432
|
query?: never;
|