@lightdash/common 0.2561.0 → 0.2563.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/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/authorization/index.mock.d.ts +1 -1
- package/dist/cjs/authorization/index.mock.js +1 -1
- package/dist/cjs/authorization/index.mock.js.map +1 -1
- package/dist/cjs/authorization/index.test.js +12 -12
- package/dist/cjs/authorization/index.test.js.map +1 -1
- package/dist/cjs/authorization/jwtAbility.test.js +2 -2
- package/dist/cjs/authorization/jwtAbility.test.js.map +1 -1
- package/dist/cjs/authorization/organizationMemberAbility.d.ts.map +1 -1
- package/dist/cjs/authorization/organizationMemberAbility.js +20 -0
- package/dist/cjs/authorization/organizationMemberAbility.js.map +1 -1
- package/dist/cjs/authorization/organizationMemberAbility.test.js +88 -82
- package/dist/cjs/authorization/organizationMemberAbility.test.js.map +1 -1
- package/dist/cjs/authorization/projectMemberAbility.d.ts.map +1 -1
- package/dist/cjs/authorization/projectMemberAbility.js +20 -0
- package/dist/cjs/authorization/projectMemberAbility.js.map +1 -1
- package/dist/cjs/authorization/projectMemberAbility.test.js +124 -94
- package/dist/cjs/authorization/projectMemberAbility.test.js.map +1 -1
- package/dist/cjs/authorization/roleToScopeMapping.test.js +8 -8
- package/dist/cjs/authorization/roleToScopeMapping.test.js.map +1 -1
- package/dist/cjs/authorization/roleToScopeMapping.testUtils.d.ts +119 -119
- package/dist/cjs/authorization/roleToScopeMapping.testUtils.js +4 -4
- package/dist/cjs/authorization/roleToScopeMapping.testUtils.js.map +1 -1
- package/dist/cjs/authorization/roleToScopeParity.test.js +10 -3
- package/dist/cjs/authorization/roleToScopeParity.test.js.map +1 -1
- package/dist/cjs/authorization/scopeAbilityBuilder.test.js +17 -17
- package/dist/cjs/authorization/scopeAbilityBuilder.test.js.map +1 -1
- package/dist/cjs/authorization/scopes.d.ts.map +1 -1
- package/dist/cjs/authorization/scopes.js +8 -0
- package/dist/cjs/authorization/scopes.js.map +1 -1
- package/dist/cjs/authorization/serviceAccountAbility.d.ts.map +1 -1
- package/dist/cjs/authorization/serviceAccountAbility.js +20 -0
- package/dist/cjs/authorization/serviceAccountAbility.js.map +1 -1
- package/dist/cjs/types/api.d.ts +2 -2
- package/dist/cjs/types/api.d.ts.map +1 -1
- package/dist/cjs/types/api.js.map +1 -1
- package/dist/cjs/types/dashboard.d.ts +2 -1
- package/dist/cjs/types/dashboard.d.ts.map +1 -1
- package/dist/cjs/types/dashboard.js.map +1 -1
- package/dist/cjs/types/metricQuery.d.ts +4 -0
- package/dist/cjs/types/metricQuery.d.ts.map +1 -1
- package/dist/cjs/types/metricQuery.js.map +1 -1
- package/dist/cjs/types/preAggregate.d.ts +27 -0
- package/dist/cjs/types/preAggregate.d.ts.map +1 -1
- package/dist/cjs/types/savedCharts.d.ts +3 -2
- package/dist/cjs/types/savedCharts.d.ts.map +1 -1
- package/dist/cjs/types/savedCharts.js.map +1 -1
- package/dist/cjs/types/space.d.ts +1 -0
- package/dist/cjs/types/space.d.ts.map +1 -1
- package/dist/cjs/types/space.js.map +1 -1
- package/dist/cjs/utils/tableCalculationFunctions.d.ts +55 -2
- package/dist/cjs/utils/tableCalculationFunctions.d.ts.map +1 -1
- package/dist/cjs/utils/tableCalculationFunctions.js +151 -1
- package/dist/cjs/utils/tableCalculationFunctions.js.map +1 -1
- package/dist/cjs/utils/tableCalculationFunctions.test.js +178 -0
- package/dist/cjs/utils/tableCalculationFunctions.test.js.map +1 -1
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/authorization/index.mock.d.ts +1 -1
- package/dist/esm/authorization/index.mock.js +1 -1
- package/dist/esm/authorization/index.mock.js.map +1 -1
- package/dist/esm/authorization/index.test.js +12 -12
- package/dist/esm/authorization/index.test.js.map +1 -1
- package/dist/esm/authorization/jwtAbility.test.js +2 -2
- package/dist/esm/authorization/jwtAbility.test.js.map +1 -1
- package/dist/esm/authorization/organizationMemberAbility.d.ts.map +1 -1
- package/dist/esm/authorization/organizationMemberAbility.js +20 -0
- package/dist/esm/authorization/organizationMemberAbility.js.map +1 -1
- package/dist/esm/authorization/organizationMemberAbility.test.js +88 -82
- package/dist/esm/authorization/organizationMemberAbility.test.js.map +1 -1
- package/dist/esm/authorization/projectMemberAbility.d.ts.map +1 -1
- package/dist/esm/authorization/projectMemberAbility.js +20 -0
- package/dist/esm/authorization/projectMemberAbility.js.map +1 -1
- package/dist/esm/authorization/projectMemberAbility.test.js +124 -94
- package/dist/esm/authorization/projectMemberAbility.test.js.map +1 -1
- package/dist/esm/authorization/roleToScopeMapping.test.js +8 -8
- package/dist/esm/authorization/roleToScopeMapping.test.js.map +1 -1
- package/dist/esm/authorization/roleToScopeMapping.testUtils.d.ts +119 -119
- package/dist/esm/authorization/roleToScopeMapping.testUtils.js +4 -4
- package/dist/esm/authorization/roleToScopeMapping.testUtils.js.map +1 -1
- package/dist/esm/authorization/roleToScopeParity.test.js +10 -3
- package/dist/esm/authorization/roleToScopeParity.test.js.map +1 -1
- package/dist/esm/authorization/scopeAbilityBuilder.test.js +17 -17
- package/dist/esm/authorization/scopeAbilityBuilder.test.js.map +1 -1
- package/dist/esm/authorization/scopes.d.ts.map +1 -1
- package/dist/esm/authorization/scopes.js +8 -0
- package/dist/esm/authorization/scopes.js.map +1 -1
- package/dist/esm/authorization/serviceAccountAbility.d.ts.map +1 -1
- package/dist/esm/authorization/serviceAccountAbility.js +20 -0
- package/dist/esm/authorization/serviceAccountAbility.js.map +1 -1
- package/dist/esm/types/api.d.ts +2 -2
- package/dist/esm/types/api.d.ts.map +1 -1
- package/dist/esm/types/api.js.map +1 -1
- package/dist/esm/types/dashboard.d.ts +2 -1
- package/dist/esm/types/dashboard.d.ts.map +1 -1
- package/dist/esm/types/dashboard.js.map +1 -1
- package/dist/esm/types/metricQuery.d.ts +4 -0
- package/dist/esm/types/metricQuery.d.ts.map +1 -1
- package/dist/esm/types/metricQuery.js.map +1 -1
- package/dist/esm/types/preAggregate.d.ts +27 -0
- package/dist/esm/types/preAggregate.d.ts.map +1 -1
- package/dist/esm/types/savedCharts.d.ts +3 -2
- package/dist/esm/types/savedCharts.d.ts.map +1 -1
- package/dist/esm/types/savedCharts.js.map +1 -1
- package/dist/esm/types/space.d.ts +1 -0
- package/dist/esm/types/space.d.ts.map +1 -1
- package/dist/esm/types/space.js.map +1 -1
- package/dist/esm/utils/tableCalculationFunctions.d.ts +55 -2
- package/dist/esm/utils/tableCalculationFunctions.d.ts.map +1 -1
- package/dist/esm/utils/tableCalculationFunctions.js +146 -0
- package/dist/esm/utils/tableCalculationFunctions.js.map +1 -1
- package/dist/esm/utils/tableCalculationFunctions.test.js +179 -1
- package/dist/esm/utils/tableCalculationFunctions.test.js.map +1 -1
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/authorization/index.mock.d.ts +1 -1
- package/dist/types/authorization/index.mock.js +1 -1
- package/dist/types/authorization/index.mock.js.map +1 -1
- package/dist/types/authorization/index.test.js +12 -12
- package/dist/types/authorization/index.test.js.map +1 -1
- package/dist/types/authorization/jwtAbility.test.js +2 -2
- package/dist/types/authorization/jwtAbility.test.js.map +1 -1
- package/dist/types/authorization/organizationMemberAbility.d.ts.map +1 -1
- package/dist/types/authorization/organizationMemberAbility.js +20 -0
- package/dist/types/authorization/organizationMemberAbility.js.map +1 -1
- package/dist/types/authorization/organizationMemberAbility.test.js +88 -82
- package/dist/types/authorization/organizationMemberAbility.test.js.map +1 -1
- package/dist/types/authorization/projectMemberAbility.d.ts.map +1 -1
- package/dist/types/authorization/projectMemberAbility.js +20 -0
- package/dist/types/authorization/projectMemberAbility.js.map +1 -1
- package/dist/types/authorization/projectMemberAbility.test.js +124 -94
- package/dist/types/authorization/projectMemberAbility.test.js.map +1 -1
- package/dist/types/authorization/roleToScopeMapping.test.js +8 -8
- package/dist/types/authorization/roleToScopeMapping.test.js.map +1 -1
- package/dist/types/authorization/roleToScopeMapping.testUtils.d.ts +119 -119
- package/dist/types/authorization/roleToScopeMapping.testUtils.js +4 -4
- package/dist/types/authorization/roleToScopeMapping.testUtils.js.map +1 -1
- package/dist/types/authorization/roleToScopeParity.test.js +10 -3
- package/dist/types/authorization/roleToScopeParity.test.js.map +1 -1
- package/dist/types/authorization/scopeAbilityBuilder.test.js +17 -17
- package/dist/types/authorization/scopeAbilityBuilder.test.js.map +1 -1
- package/dist/types/authorization/scopes.d.ts.map +1 -1
- package/dist/types/authorization/scopes.js +8 -0
- package/dist/types/authorization/scopes.js.map +1 -1
- package/dist/types/authorization/serviceAccountAbility.d.ts.map +1 -1
- package/dist/types/authorization/serviceAccountAbility.js +20 -0
- package/dist/types/authorization/serviceAccountAbility.js.map +1 -1
- package/dist/types/types/api.d.ts +2 -2
- package/dist/types/types/api.d.ts.map +1 -1
- package/dist/types/types/api.js.map +1 -1
- package/dist/types/types/dashboard.d.ts +2 -1
- package/dist/types/types/dashboard.d.ts.map +1 -1
- package/dist/types/types/dashboard.js.map +1 -1
- package/dist/types/types/metricQuery.d.ts +4 -0
- package/dist/types/types/metricQuery.d.ts.map +1 -1
- package/dist/types/types/metricQuery.js.map +1 -1
- package/dist/types/types/preAggregate.d.ts +27 -0
- package/dist/types/types/preAggregate.d.ts.map +1 -1
- package/dist/types/types/savedCharts.d.ts +3 -2
- package/dist/types/types/savedCharts.d.ts.map +1 -1
- package/dist/types/types/savedCharts.js.map +1 -1
- package/dist/types/types/space.d.ts +1 -0
- package/dist/types/types/space.d.ts.map +1 -1
- package/dist/types/types/space.js.map +1 -1
- package/dist/types/utils/tableCalculationFunctions.d.ts +55 -2
- package/dist/types/utils/tableCalculationFunctions.d.ts.map +1 -1
- package/dist/types/utils/tableCalculationFunctions.js +146 -0
- package/dist/types/utils/tableCalculationFunctions.js.map +1 -1
- package/dist/types/utils/tableCalculationFunctions.test.js +179 -1
- package/dist/types/utils/tableCalculationFunctions.test.js.map +1 -1
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
34
34
|
resource: {
|
|
35
35
|
organizationUuid: string;
|
|
36
36
|
projectUuid: string;
|
|
37
|
-
|
|
37
|
+
inheritsFromOrgOrProject: boolean;
|
|
38
38
|
};
|
|
39
39
|
} | {
|
|
40
40
|
action: "view";
|
|
@@ -42,7 +42,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
42
42
|
resource: {
|
|
43
43
|
organizationUuid: string;
|
|
44
44
|
projectUuid: string;
|
|
45
|
-
|
|
45
|
+
inheritsFromOrgOrProject: boolean;
|
|
46
46
|
};
|
|
47
47
|
} | {
|
|
48
48
|
action: "view";
|
|
@@ -50,7 +50,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
50
50
|
resource: {
|
|
51
51
|
organizationUuid: string;
|
|
52
52
|
projectUuid: string;
|
|
53
|
-
|
|
53
|
+
inheritsFromOrgOrProject: boolean;
|
|
54
54
|
};
|
|
55
55
|
} | {
|
|
56
56
|
action: "view";
|
|
@@ -58,7 +58,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
58
58
|
resource: {
|
|
59
59
|
projectUuid: string;
|
|
60
60
|
organizationUuid?: undefined;
|
|
61
|
-
|
|
61
|
+
inheritsFromOrgOrProject?: undefined;
|
|
62
62
|
};
|
|
63
63
|
} | {
|
|
64
64
|
action: "create";
|
|
@@ -66,7 +66,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
66
66
|
resource: {
|
|
67
67
|
organizationUuid: string;
|
|
68
68
|
projectUuid: string;
|
|
69
|
-
|
|
69
|
+
inheritsFromOrgOrProject?: undefined;
|
|
70
70
|
};
|
|
71
71
|
} | {
|
|
72
72
|
action: "create";
|
|
@@ -74,7 +74,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
74
74
|
resource: {
|
|
75
75
|
projectUuid: string;
|
|
76
76
|
organizationUuid?: undefined;
|
|
77
|
-
|
|
77
|
+
inheritsFromOrgOrProject?: undefined;
|
|
78
78
|
};
|
|
79
79
|
} | {
|
|
80
80
|
action: "create";
|
|
@@ -82,7 +82,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
82
82
|
resource: {
|
|
83
83
|
projectUuid: string;
|
|
84
84
|
organizationUuid?: undefined;
|
|
85
|
-
|
|
85
|
+
inheritsFromOrgOrProject?: undefined;
|
|
86
86
|
};
|
|
87
87
|
} | {
|
|
88
88
|
action: "manage";
|
|
@@ -90,7 +90,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
90
90
|
resource: {
|
|
91
91
|
organizationUuid: string;
|
|
92
92
|
projectUuid: string;
|
|
93
|
-
|
|
93
|
+
inheritsFromOrgOrProject: boolean;
|
|
94
94
|
};
|
|
95
95
|
} | {
|
|
96
96
|
action: "manage";
|
|
@@ -98,7 +98,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
98
98
|
resource: {
|
|
99
99
|
organizationUuid?: undefined;
|
|
100
100
|
projectUuid?: undefined;
|
|
101
|
-
|
|
101
|
+
inheritsFromOrgOrProject?: undefined;
|
|
102
102
|
};
|
|
103
103
|
} | {
|
|
104
104
|
action: "manage";
|
|
@@ -106,7 +106,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
106
106
|
resource: {
|
|
107
107
|
organizationUuid: string;
|
|
108
108
|
projectUuid: string;
|
|
109
|
-
|
|
109
|
+
inheritsFromOrgOrProject?: undefined;
|
|
110
110
|
};
|
|
111
111
|
} | {
|
|
112
112
|
action: "manage";
|
|
@@ -114,7 +114,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
114
114
|
resource: {
|
|
115
115
|
projectUuid: string;
|
|
116
116
|
organizationUuid?: undefined;
|
|
117
|
-
|
|
117
|
+
inheritsFromOrgOrProject?: undefined;
|
|
118
118
|
};
|
|
119
119
|
} | {
|
|
120
120
|
action: "manage";
|
|
@@ -122,7 +122,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
122
122
|
resource: {
|
|
123
123
|
projectUuid: string;
|
|
124
124
|
organizationUuid?: undefined;
|
|
125
|
-
|
|
125
|
+
inheritsFromOrgOrProject?: undefined;
|
|
126
126
|
};
|
|
127
127
|
} | {
|
|
128
128
|
action: "manage";
|
|
@@ -130,7 +130,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
130
130
|
resource: {
|
|
131
131
|
projectUuid: string;
|
|
132
132
|
organizationUuid?: undefined;
|
|
133
|
-
|
|
133
|
+
inheritsFromOrgOrProject?: undefined;
|
|
134
134
|
};
|
|
135
135
|
} | {
|
|
136
136
|
action: "manage";
|
|
@@ -138,7 +138,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
138
138
|
resource: {
|
|
139
139
|
projectUuid: string;
|
|
140
140
|
organizationUuid?: undefined;
|
|
141
|
-
|
|
141
|
+
inheritsFromOrgOrProject?: undefined;
|
|
142
142
|
};
|
|
143
143
|
} | {
|
|
144
144
|
action: "manage";
|
|
@@ -146,7 +146,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
146
146
|
resource: {
|
|
147
147
|
projectUuid: string;
|
|
148
148
|
organizationUuid?: undefined;
|
|
149
|
-
|
|
149
|
+
inheritsFromOrgOrProject?: undefined;
|
|
150
150
|
};
|
|
151
151
|
} | {
|
|
152
152
|
action: "delete";
|
|
@@ -154,7 +154,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
154
154
|
resource: {
|
|
155
155
|
projectUuid: string;
|
|
156
156
|
organizationUuid?: undefined;
|
|
157
|
-
|
|
157
|
+
inheritsFromOrgOrProject?: undefined;
|
|
158
158
|
};
|
|
159
159
|
} | {
|
|
160
160
|
action: "view";
|
|
@@ -162,7 +162,7 @@ export declare const createStandardTestCases: () => ({
|
|
|
162
162
|
resource: {
|
|
163
163
|
projectUuid: string;
|
|
164
164
|
organizationUuid?: undefined;
|
|
165
|
-
|
|
165
|
+
inheritsFromOrgOrProject?: undefined;
|
|
166
166
|
};
|
|
167
167
|
})[];
|
|
168
168
|
/**
|
|
@@ -226,7 +226,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
226
226
|
resource: {
|
|
227
227
|
organizationUuid: string;
|
|
228
228
|
projectUuid: string;
|
|
229
|
-
|
|
229
|
+
inheritsFromOrgOrProject: boolean;
|
|
230
230
|
};
|
|
231
231
|
} | {
|
|
232
232
|
roleResult: boolean;
|
|
@@ -237,7 +237,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
237
237
|
resource: {
|
|
238
238
|
organizationUuid: string;
|
|
239
239
|
projectUuid: string;
|
|
240
|
-
|
|
240
|
+
inheritsFromOrgOrProject: boolean;
|
|
241
241
|
};
|
|
242
242
|
} | {
|
|
243
243
|
roleResult: boolean;
|
|
@@ -248,7 +248,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
248
248
|
resource: {
|
|
249
249
|
organizationUuid: string;
|
|
250
250
|
projectUuid: string;
|
|
251
|
-
|
|
251
|
+
inheritsFromOrgOrProject: boolean;
|
|
252
252
|
};
|
|
253
253
|
} | {
|
|
254
254
|
roleResult: boolean;
|
|
@@ -259,7 +259,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
259
259
|
resource: {
|
|
260
260
|
projectUuid: string;
|
|
261
261
|
organizationUuid?: undefined;
|
|
262
|
-
|
|
262
|
+
inheritsFromOrgOrProject?: undefined;
|
|
263
263
|
};
|
|
264
264
|
} | {
|
|
265
265
|
roleResult: boolean;
|
|
@@ -270,7 +270,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
270
270
|
resource: {
|
|
271
271
|
organizationUuid: string;
|
|
272
272
|
projectUuid: string;
|
|
273
|
-
|
|
273
|
+
inheritsFromOrgOrProject?: undefined;
|
|
274
274
|
};
|
|
275
275
|
} | {
|
|
276
276
|
roleResult: boolean;
|
|
@@ -281,7 +281,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
281
281
|
resource: {
|
|
282
282
|
projectUuid: string;
|
|
283
283
|
organizationUuid?: undefined;
|
|
284
|
-
|
|
284
|
+
inheritsFromOrgOrProject?: undefined;
|
|
285
285
|
};
|
|
286
286
|
} | {
|
|
287
287
|
roleResult: boolean;
|
|
@@ -292,7 +292,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
292
292
|
resource: {
|
|
293
293
|
projectUuid: string;
|
|
294
294
|
organizationUuid?: undefined;
|
|
295
|
-
|
|
295
|
+
inheritsFromOrgOrProject?: undefined;
|
|
296
296
|
};
|
|
297
297
|
} | {
|
|
298
298
|
roleResult: boolean;
|
|
@@ -303,7 +303,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
303
303
|
resource: {
|
|
304
304
|
organizationUuid: string;
|
|
305
305
|
projectUuid: string;
|
|
306
|
-
|
|
306
|
+
inheritsFromOrgOrProject: boolean;
|
|
307
307
|
};
|
|
308
308
|
} | {
|
|
309
309
|
roleResult: boolean;
|
|
@@ -314,7 +314,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
314
314
|
resource: {
|
|
315
315
|
organizationUuid?: undefined;
|
|
316
316
|
projectUuid?: undefined;
|
|
317
|
-
|
|
317
|
+
inheritsFromOrgOrProject?: undefined;
|
|
318
318
|
};
|
|
319
319
|
} | {
|
|
320
320
|
roleResult: boolean;
|
|
@@ -325,7 +325,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
325
325
|
resource: {
|
|
326
326
|
organizationUuid: string;
|
|
327
327
|
projectUuid: string;
|
|
328
|
-
|
|
328
|
+
inheritsFromOrgOrProject?: undefined;
|
|
329
329
|
};
|
|
330
330
|
} | {
|
|
331
331
|
roleResult: boolean;
|
|
@@ -336,7 +336,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
336
336
|
resource: {
|
|
337
337
|
projectUuid: string;
|
|
338
338
|
organizationUuid?: undefined;
|
|
339
|
-
|
|
339
|
+
inheritsFromOrgOrProject?: undefined;
|
|
340
340
|
};
|
|
341
341
|
} | {
|
|
342
342
|
roleResult: boolean;
|
|
@@ -347,7 +347,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
347
347
|
resource: {
|
|
348
348
|
projectUuid: string;
|
|
349
349
|
organizationUuid?: undefined;
|
|
350
|
-
|
|
350
|
+
inheritsFromOrgOrProject?: undefined;
|
|
351
351
|
};
|
|
352
352
|
} | {
|
|
353
353
|
roleResult: boolean;
|
|
@@ -358,7 +358,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
358
358
|
resource: {
|
|
359
359
|
projectUuid: string;
|
|
360
360
|
organizationUuid?: undefined;
|
|
361
|
-
|
|
361
|
+
inheritsFromOrgOrProject?: undefined;
|
|
362
362
|
};
|
|
363
363
|
} | {
|
|
364
364
|
roleResult: boolean;
|
|
@@ -369,7 +369,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
369
369
|
resource: {
|
|
370
370
|
projectUuid: string;
|
|
371
371
|
organizationUuid?: undefined;
|
|
372
|
-
|
|
372
|
+
inheritsFromOrgOrProject?: undefined;
|
|
373
373
|
};
|
|
374
374
|
} | {
|
|
375
375
|
roleResult: boolean;
|
|
@@ -380,7 +380,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
380
380
|
resource: {
|
|
381
381
|
projectUuid: string;
|
|
382
382
|
organizationUuid?: undefined;
|
|
383
|
-
|
|
383
|
+
inheritsFromOrgOrProject?: undefined;
|
|
384
384
|
};
|
|
385
385
|
} | {
|
|
386
386
|
roleResult: boolean;
|
|
@@ -391,7 +391,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
391
391
|
resource: {
|
|
392
392
|
projectUuid: string;
|
|
393
393
|
organizationUuid?: undefined;
|
|
394
|
-
|
|
394
|
+
inheritsFromOrgOrProject?: undefined;
|
|
395
395
|
};
|
|
396
396
|
} | {
|
|
397
397
|
roleResult: boolean;
|
|
@@ -402,7 +402,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
402
402
|
resource: {
|
|
403
403
|
projectUuid: string;
|
|
404
404
|
organizationUuid?: undefined;
|
|
405
|
-
|
|
405
|
+
inheritsFromOrgOrProject?: undefined;
|
|
406
406
|
};
|
|
407
407
|
})[];
|
|
408
408
|
summary: {
|
|
@@ -417,7 +417,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
417
417
|
resource: {
|
|
418
418
|
organizationUuid: string;
|
|
419
419
|
projectUuid: string;
|
|
420
|
-
|
|
420
|
+
inheritsFromOrgOrProject: boolean;
|
|
421
421
|
};
|
|
422
422
|
} | {
|
|
423
423
|
roleResult: boolean;
|
|
@@ -428,7 +428,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
428
428
|
resource: {
|
|
429
429
|
organizationUuid: string;
|
|
430
430
|
projectUuid: string;
|
|
431
|
-
|
|
431
|
+
inheritsFromOrgOrProject: boolean;
|
|
432
432
|
};
|
|
433
433
|
} | {
|
|
434
434
|
roleResult: boolean;
|
|
@@ -439,7 +439,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
439
439
|
resource: {
|
|
440
440
|
organizationUuid: string;
|
|
441
441
|
projectUuid: string;
|
|
442
|
-
|
|
442
|
+
inheritsFromOrgOrProject: boolean;
|
|
443
443
|
};
|
|
444
444
|
} | {
|
|
445
445
|
roleResult: boolean;
|
|
@@ -450,7 +450,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
450
450
|
resource: {
|
|
451
451
|
projectUuid: string;
|
|
452
452
|
organizationUuid?: undefined;
|
|
453
|
-
|
|
453
|
+
inheritsFromOrgOrProject?: undefined;
|
|
454
454
|
};
|
|
455
455
|
} | {
|
|
456
456
|
roleResult: boolean;
|
|
@@ -461,7 +461,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
461
461
|
resource: {
|
|
462
462
|
organizationUuid: string;
|
|
463
463
|
projectUuid: string;
|
|
464
|
-
|
|
464
|
+
inheritsFromOrgOrProject?: undefined;
|
|
465
465
|
};
|
|
466
466
|
} | {
|
|
467
467
|
roleResult: boolean;
|
|
@@ -472,7 +472,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
472
472
|
resource: {
|
|
473
473
|
projectUuid: string;
|
|
474
474
|
organizationUuid?: undefined;
|
|
475
|
-
|
|
475
|
+
inheritsFromOrgOrProject?: undefined;
|
|
476
476
|
};
|
|
477
477
|
} | {
|
|
478
478
|
roleResult: boolean;
|
|
@@ -483,7 +483,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
483
483
|
resource: {
|
|
484
484
|
projectUuid: string;
|
|
485
485
|
organizationUuid?: undefined;
|
|
486
|
-
|
|
486
|
+
inheritsFromOrgOrProject?: undefined;
|
|
487
487
|
};
|
|
488
488
|
} | {
|
|
489
489
|
roleResult: boolean;
|
|
@@ -494,7 +494,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
494
494
|
resource: {
|
|
495
495
|
organizationUuid: string;
|
|
496
496
|
projectUuid: string;
|
|
497
|
-
|
|
497
|
+
inheritsFromOrgOrProject: boolean;
|
|
498
498
|
};
|
|
499
499
|
} | {
|
|
500
500
|
roleResult: boolean;
|
|
@@ -505,7 +505,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
505
505
|
resource: {
|
|
506
506
|
organizationUuid?: undefined;
|
|
507
507
|
projectUuid?: undefined;
|
|
508
|
-
|
|
508
|
+
inheritsFromOrgOrProject?: undefined;
|
|
509
509
|
};
|
|
510
510
|
} | {
|
|
511
511
|
roleResult: boolean;
|
|
@@ -516,7 +516,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
516
516
|
resource: {
|
|
517
517
|
organizationUuid: string;
|
|
518
518
|
projectUuid: string;
|
|
519
|
-
|
|
519
|
+
inheritsFromOrgOrProject?: undefined;
|
|
520
520
|
};
|
|
521
521
|
} | {
|
|
522
522
|
roleResult: boolean;
|
|
@@ -527,7 +527,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
527
527
|
resource: {
|
|
528
528
|
projectUuid: string;
|
|
529
529
|
organizationUuid?: undefined;
|
|
530
|
-
|
|
530
|
+
inheritsFromOrgOrProject?: undefined;
|
|
531
531
|
};
|
|
532
532
|
} | {
|
|
533
533
|
roleResult: boolean;
|
|
@@ -538,7 +538,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
538
538
|
resource: {
|
|
539
539
|
projectUuid: string;
|
|
540
540
|
organizationUuid?: undefined;
|
|
541
|
-
|
|
541
|
+
inheritsFromOrgOrProject?: undefined;
|
|
542
542
|
};
|
|
543
543
|
} | {
|
|
544
544
|
roleResult: boolean;
|
|
@@ -549,7 +549,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
549
549
|
resource: {
|
|
550
550
|
projectUuid: string;
|
|
551
551
|
organizationUuid?: undefined;
|
|
552
|
-
|
|
552
|
+
inheritsFromOrgOrProject?: undefined;
|
|
553
553
|
};
|
|
554
554
|
} | {
|
|
555
555
|
roleResult: boolean;
|
|
@@ -560,7 +560,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
560
560
|
resource: {
|
|
561
561
|
projectUuid: string;
|
|
562
562
|
organizationUuid?: undefined;
|
|
563
|
-
|
|
563
|
+
inheritsFromOrgOrProject?: undefined;
|
|
564
564
|
};
|
|
565
565
|
} | {
|
|
566
566
|
roleResult: boolean;
|
|
@@ -571,7 +571,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
571
571
|
resource: {
|
|
572
572
|
projectUuid: string;
|
|
573
573
|
organizationUuid?: undefined;
|
|
574
|
-
|
|
574
|
+
inheritsFromOrgOrProject?: undefined;
|
|
575
575
|
};
|
|
576
576
|
} | {
|
|
577
577
|
roleResult: boolean;
|
|
@@ -582,7 +582,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
582
582
|
resource: {
|
|
583
583
|
projectUuid: string;
|
|
584
584
|
organizationUuid?: undefined;
|
|
585
|
-
|
|
585
|
+
inheritsFromOrgOrProject?: undefined;
|
|
586
586
|
};
|
|
587
587
|
} | {
|
|
588
588
|
roleResult: boolean;
|
|
@@ -593,7 +593,7 @@ export declare const compareRoleAndScopeAbilities: (role: ProjectMemberRole, tes
|
|
|
593
593
|
resource: {
|
|
594
594
|
projectUuid: string;
|
|
595
595
|
organizationUuid?: undefined;
|
|
596
|
-
|
|
596
|
+
inheritsFromOrgOrProject?: undefined;
|
|
597
597
|
};
|
|
598
598
|
})[];
|
|
599
599
|
allMatch: boolean;
|
|
@@ -617,7 +617,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
617
617
|
resource: {
|
|
618
618
|
organizationUuid: string;
|
|
619
619
|
projectUuid: string;
|
|
620
|
-
|
|
620
|
+
inheritsFromOrgOrProject: boolean;
|
|
621
621
|
};
|
|
622
622
|
} | {
|
|
623
623
|
roleResult: boolean;
|
|
@@ -628,7 +628,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
628
628
|
resource: {
|
|
629
629
|
organizationUuid: string;
|
|
630
630
|
projectUuid: string;
|
|
631
|
-
|
|
631
|
+
inheritsFromOrgOrProject: boolean;
|
|
632
632
|
};
|
|
633
633
|
} | {
|
|
634
634
|
roleResult: boolean;
|
|
@@ -639,7 +639,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
639
639
|
resource: {
|
|
640
640
|
organizationUuid: string;
|
|
641
641
|
projectUuid: string;
|
|
642
|
-
|
|
642
|
+
inheritsFromOrgOrProject: boolean;
|
|
643
643
|
};
|
|
644
644
|
} | {
|
|
645
645
|
roleResult: boolean;
|
|
@@ -650,7 +650,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
650
650
|
resource: {
|
|
651
651
|
projectUuid: string;
|
|
652
652
|
organizationUuid?: undefined;
|
|
653
|
-
|
|
653
|
+
inheritsFromOrgOrProject?: undefined;
|
|
654
654
|
};
|
|
655
655
|
} | {
|
|
656
656
|
roleResult: boolean;
|
|
@@ -661,7 +661,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
661
661
|
resource: {
|
|
662
662
|
organizationUuid: string;
|
|
663
663
|
projectUuid: string;
|
|
664
|
-
|
|
664
|
+
inheritsFromOrgOrProject?: undefined;
|
|
665
665
|
};
|
|
666
666
|
} | {
|
|
667
667
|
roleResult: boolean;
|
|
@@ -672,7 +672,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
672
672
|
resource: {
|
|
673
673
|
projectUuid: string;
|
|
674
674
|
organizationUuid?: undefined;
|
|
675
|
-
|
|
675
|
+
inheritsFromOrgOrProject?: undefined;
|
|
676
676
|
};
|
|
677
677
|
} | {
|
|
678
678
|
roleResult: boolean;
|
|
@@ -683,7 +683,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
683
683
|
resource: {
|
|
684
684
|
projectUuid: string;
|
|
685
685
|
organizationUuid?: undefined;
|
|
686
|
-
|
|
686
|
+
inheritsFromOrgOrProject?: undefined;
|
|
687
687
|
};
|
|
688
688
|
} | {
|
|
689
689
|
roleResult: boolean;
|
|
@@ -694,7 +694,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
694
694
|
resource: {
|
|
695
695
|
organizationUuid: string;
|
|
696
696
|
projectUuid: string;
|
|
697
|
-
|
|
697
|
+
inheritsFromOrgOrProject: boolean;
|
|
698
698
|
};
|
|
699
699
|
} | {
|
|
700
700
|
roleResult: boolean;
|
|
@@ -705,7 +705,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
705
705
|
resource: {
|
|
706
706
|
organizationUuid?: undefined;
|
|
707
707
|
projectUuid?: undefined;
|
|
708
|
-
|
|
708
|
+
inheritsFromOrgOrProject?: undefined;
|
|
709
709
|
};
|
|
710
710
|
} | {
|
|
711
711
|
roleResult: boolean;
|
|
@@ -716,7 +716,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
716
716
|
resource: {
|
|
717
717
|
organizationUuid: string;
|
|
718
718
|
projectUuid: string;
|
|
719
|
-
|
|
719
|
+
inheritsFromOrgOrProject?: undefined;
|
|
720
720
|
};
|
|
721
721
|
} | {
|
|
722
722
|
roleResult: boolean;
|
|
@@ -727,7 +727,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
727
727
|
resource: {
|
|
728
728
|
projectUuid: string;
|
|
729
729
|
organizationUuid?: undefined;
|
|
730
|
-
|
|
730
|
+
inheritsFromOrgOrProject?: undefined;
|
|
731
731
|
};
|
|
732
732
|
} | {
|
|
733
733
|
roleResult: boolean;
|
|
@@ -738,7 +738,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
738
738
|
resource: {
|
|
739
739
|
projectUuid: string;
|
|
740
740
|
organizationUuid?: undefined;
|
|
741
|
-
|
|
741
|
+
inheritsFromOrgOrProject?: undefined;
|
|
742
742
|
};
|
|
743
743
|
} | {
|
|
744
744
|
roleResult: boolean;
|
|
@@ -749,7 +749,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
749
749
|
resource: {
|
|
750
750
|
projectUuid: string;
|
|
751
751
|
organizationUuid?: undefined;
|
|
752
|
-
|
|
752
|
+
inheritsFromOrgOrProject?: undefined;
|
|
753
753
|
};
|
|
754
754
|
} | {
|
|
755
755
|
roleResult: boolean;
|
|
@@ -760,7 +760,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
760
760
|
resource: {
|
|
761
761
|
projectUuid: string;
|
|
762
762
|
organizationUuid?: undefined;
|
|
763
|
-
|
|
763
|
+
inheritsFromOrgOrProject?: undefined;
|
|
764
764
|
};
|
|
765
765
|
} | {
|
|
766
766
|
roleResult: boolean;
|
|
@@ -771,7 +771,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
771
771
|
resource: {
|
|
772
772
|
projectUuid: string;
|
|
773
773
|
organizationUuid?: undefined;
|
|
774
|
-
|
|
774
|
+
inheritsFromOrgOrProject?: undefined;
|
|
775
775
|
};
|
|
776
776
|
} | {
|
|
777
777
|
roleResult: boolean;
|
|
@@ -782,7 +782,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
782
782
|
resource: {
|
|
783
783
|
projectUuid: string;
|
|
784
784
|
organizationUuid?: undefined;
|
|
785
|
-
|
|
785
|
+
inheritsFromOrgOrProject?: undefined;
|
|
786
786
|
};
|
|
787
787
|
} | {
|
|
788
788
|
roleResult: boolean;
|
|
@@ -793,7 +793,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
793
793
|
resource: {
|
|
794
794
|
projectUuid: string;
|
|
795
795
|
organizationUuid?: undefined;
|
|
796
|
-
|
|
796
|
+
inheritsFromOrgOrProject?: undefined;
|
|
797
797
|
};
|
|
798
798
|
})[];
|
|
799
799
|
summary: {
|
|
@@ -808,7 +808,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
808
808
|
resource: {
|
|
809
809
|
organizationUuid: string;
|
|
810
810
|
projectUuid: string;
|
|
811
|
-
|
|
811
|
+
inheritsFromOrgOrProject: boolean;
|
|
812
812
|
};
|
|
813
813
|
} | {
|
|
814
814
|
roleResult: boolean;
|
|
@@ -819,7 +819,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
819
819
|
resource: {
|
|
820
820
|
organizationUuid: string;
|
|
821
821
|
projectUuid: string;
|
|
822
|
-
|
|
822
|
+
inheritsFromOrgOrProject: boolean;
|
|
823
823
|
};
|
|
824
824
|
} | {
|
|
825
825
|
roleResult: boolean;
|
|
@@ -830,7 +830,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
830
830
|
resource: {
|
|
831
831
|
organizationUuid: string;
|
|
832
832
|
projectUuid: string;
|
|
833
|
-
|
|
833
|
+
inheritsFromOrgOrProject: boolean;
|
|
834
834
|
};
|
|
835
835
|
} | {
|
|
836
836
|
roleResult: boolean;
|
|
@@ -841,7 +841,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
841
841
|
resource: {
|
|
842
842
|
projectUuid: string;
|
|
843
843
|
organizationUuid?: undefined;
|
|
844
|
-
|
|
844
|
+
inheritsFromOrgOrProject?: undefined;
|
|
845
845
|
};
|
|
846
846
|
} | {
|
|
847
847
|
roleResult: boolean;
|
|
@@ -852,7 +852,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
852
852
|
resource: {
|
|
853
853
|
organizationUuid: string;
|
|
854
854
|
projectUuid: string;
|
|
855
|
-
|
|
855
|
+
inheritsFromOrgOrProject?: undefined;
|
|
856
856
|
};
|
|
857
857
|
} | {
|
|
858
858
|
roleResult: boolean;
|
|
@@ -863,7 +863,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
863
863
|
resource: {
|
|
864
864
|
projectUuid: string;
|
|
865
865
|
organizationUuid?: undefined;
|
|
866
|
-
|
|
866
|
+
inheritsFromOrgOrProject?: undefined;
|
|
867
867
|
};
|
|
868
868
|
} | {
|
|
869
869
|
roleResult: boolean;
|
|
@@ -874,7 +874,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
874
874
|
resource: {
|
|
875
875
|
projectUuid: string;
|
|
876
876
|
organizationUuid?: undefined;
|
|
877
|
-
|
|
877
|
+
inheritsFromOrgOrProject?: undefined;
|
|
878
878
|
};
|
|
879
879
|
} | {
|
|
880
880
|
roleResult: boolean;
|
|
@@ -885,7 +885,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
885
885
|
resource: {
|
|
886
886
|
organizationUuid: string;
|
|
887
887
|
projectUuid: string;
|
|
888
|
-
|
|
888
|
+
inheritsFromOrgOrProject: boolean;
|
|
889
889
|
};
|
|
890
890
|
} | {
|
|
891
891
|
roleResult: boolean;
|
|
@@ -896,7 +896,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
896
896
|
resource: {
|
|
897
897
|
organizationUuid?: undefined;
|
|
898
898
|
projectUuid?: undefined;
|
|
899
|
-
|
|
899
|
+
inheritsFromOrgOrProject?: undefined;
|
|
900
900
|
};
|
|
901
901
|
} | {
|
|
902
902
|
roleResult: boolean;
|
|
@@ -907,7 +907,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
907
907
|
resource: {
|
|
908
908
|
organizationUuid: string;
|
|
909
909
|
projectUuid: string;
|
|
910
|
-
|
|
910
|
+
inheritsFromOrgOrProject?: undefined;
|
|
911
911
|
};
|
|
912
912
|
} | {
|
|
913
913
|
roleResult: boolean;
|
|
@@ -918,7 +918,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
918
918
|
resource: {
|
|
919
919
|
projectUuid: string;
|
|
920
920
|
organizationUuid?: undefined;
|
|
921
|
-
|
|
921
|
+
inheritsFromOrgOrProject?: undefined;
|
|
922
922
|
};
|
|
923
923
|
} | {
|
|
924
924
|
roleResult: boolean;
|
|
@@ -929,7 +929,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
929
929
|
resource: {
|
|
930
930
|
projectUuid: string;
|
|
931
931
|
organizationUuid?: undefined;
|
|
932
|
-
|
|
932
|
+
inheritsFromOrgOrProject?: undefined;
|
|
933
933
|
};
|
|
934
934
|
} | {
|
|
935
935
|
roleResult: boolean;
|
|
@@ -940,7 +940,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
940
940
|
resource: {
|
|
941
941
|
projectUuid: string;
|
|
942
942
|
organizationUuid?: undefined;
|
|
943
|
-
|
|
943
|
+
inheritsFromOrgOrProject?: undefined;
|
|
944
944
|
};
|
|
945
945
|
} | {
|
|
946
946
|
roleResult: boolean;
|
|
@@ -951,7 +951,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
951
951
|
resource: {
|
|
952
952
|
projectUuid: string;
|
|
953
953
|
organizationUuid?: undefined;
|
|
954
|
-
|
|
954
|
+
inheritsFromOrgOrProject?: undefined;
|
|
955
955
|
};
|
|
956
956
|
} | {
|
|
957
957
|
roleResult: boolean;
|
|
@@ -962,7 +962,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
962
962
|
resource: {
|
|
963
963
|
projectUuid: string;
|
|
964
964
|
organizationUuid?: undefined;
|
|
965
|
-
|
|
965
|
+
inheritsFromOrgOrProject?: undefined;
|
|
966
966
|
};
|
|
967
967
|
} | {
|
|
968
968
|
roleResult: boolean;
|
|
@@ -973,7 +973,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
973
973
|
resource: {
|
|
974
974
|
projectUuid: string;
|
|
975
975
|
organizationUuid?: undefined;
|
|
976
|
-
|
|
976
|
+
inheritsFromOrgOrProject?: undefined;
|
|
977
977
|
};
|
|
978
978
|
} | {
|
|
979
979
|
roleResult: boolean;
|
|
@@ -984,7 +984,7 @@ export declare const validateAllRoleMappings: (options?: {
|
|
|
984
984
|
resource: {
|
|
985
985
|
projectUuid: string;
|
|
986
986
|
organizationUuid?: undefined;
|
|
987
|
-
|
|
987
|
+
inheritsFromOrgOrProject?: undefined;
|
|
988
988
|
};
|
|
989
989
|
})[];
|
|
990
990
|
allMatch: boolean;
|
|
@@ -1017,7 +1017,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1017
1017
|
resource: {
|
|
1018
1018
|
organizationUuid: string;
|
|
1019
1019
|
projectUuid: string;
|
|
1020
|
-
|
|
1020
|
+
inheritsFromOrgOrProject: boolean;
|
|
1021
1021
|
};
|
|
1022
1022
|
} | {
|
|
1023
1023
|
roleResult: boolean;
|
|
@@ -1028,7 +1028,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1028
1028
|
resource: {
|
|
1029
1029
|
organizationUuid: string;
|
|
1030
1030
|
projectUuid: string;
|
|
1031
|
-
|
|
1031
|
+
inheritsFromOrgOrProject: boolean;
|
|
1032
1032
|
};
|
|
1033
1033
|
} | {
|
|
1034
1034
|
roleResult: boolean;
|
|
@@ -1039,7 +1039,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1039
1039
|
resource: {
|
|
1040
1040
|
organizationUuid: string;
|
|
1041
1041
|
projectUuid: string;
|
|
1042
|
-
|
|
1042
|
+
inheritsFromOrgOrProject: boolean;
|
|
1043
1043
|
};
|
|
1044
1044
|
} | {
|
|
1045
1045
|
roleResult: boolean;
|
|
@@ -1050,7 +1050,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1050
1050
|
resource: {
|
|
1051
1051
|
projectUuid: string;
|
|
1052
1052
|
organizationUuid?: undefined;
|
|
1053
|
-
|
|
1053
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1054
1054
|
};
|
|
1055
1055
|
} | {
|
|
1056
1056
|
roleResult: boolean;
|
|
@@ -1061,7 +1061,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1061
1061
|
resource: {
|
|
1062
1062
|
organizationUuid: string;
|
|
1063
1063
|
projectUuid: string;
|
|
1064
|
-
|
|
1064
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1065
1065
|
};
|
|
1066
1066
|
} | {
|
|
1067
1067
|
roleResult: boolean;
|
|
@@ -1072,7 +1072,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1072
1072
|
resource: {
|
|
1073
1073
|
projectUuid: string;
|
|
1074
1074
|
organizationUuid?: undefined;
|
|
1075
|
-
|
|
1075
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1076
1076
|
};
|
|
1077
1077
|
} | {
|
|
1078
1078
|
roleResult: boolean;
|
|
@@ -1083,7 +1083,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1083
1083
|
resource: {
|
|
1084
1084
|
projectUuid: string;
|
|
1085
1085
|
organizationUuid?: undefined;
|
|
1086
|
-
|
|
1086
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1087
1087
|
};
|
|
1088
1088
|
} | {
|
|
1089
1089
|
roleResult: boolean;
|
|
@@ -1094,7 +1094,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1094
1094
|
resource: {
|
|
1095
1095
|
organizationUuid: string;
|
|
1096
1096
|
projectUuid: string;
|
|
1097
|
-
|
|
1097
|
+
inheritsFromOrgOrProject: boolean;
|
|
1098
1098
|
};
|
|
1099
1099
|
} | {
|
|
1100
1100
|
roleResult: boolean;
|
|
@@ -1105,7 +1105,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1105
1105
|
resource: {
|
|
1106
1106
|
organizationUuid?: undefined;
|
|
1107
1107
|
projectUuid?: undefined;
|
|
1108
|
-
|
|
1108
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1109
1109
|
};
|
|
1110
1110
|
} | {
|
|
1111
1111
|
roleResult: boolean;
|
|
@@ -1116,7 +1116,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1116
1116
|
resource: {
|
|
1117
1117
|
organizationUuid: string;
|
|
1118
1118
|
projectUuid: string;
|
|
1119
|
-
|
|
1119
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1120
1120
|
};
|
|
1121
1121
|
} | {
|
|
1122
1122
|
roleResult: boolean;
|
|
@@ -1127,7 +1127,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1127
1127
|
resource: {
|
|
1128
1128
|
projectUuid: string;
|
|
1129
1129
|
organizationUuid?: undefined;
|
|
1130
|
-
|
|
1130
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1131
1131
|
};
|
|
1132
1132
|
} | {
|
|
1133
1133
|
roleResult: boolean;
|
|
@@ -1138,7 +1138,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1138
1138
|
resource: {
|
|
1139
1139
|
projectUuid: string;
|
|
1140
1140
|
organizationUuid?: undefined;
|
|
1141
|
-
|
|
1141
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1142
1142
|
};
|
|
1143
1143
|
} | {
|
|
1144
1144
|
roleResult: boolean;
|
|
@@ -1149,7 +1149,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1149
1149
|
resource: {
|
|
1150
1150
|
projectUuid: string;
|
|
1151
1151
|
organizationUuid?: undefined;
|
|
1152
|
-
|
|
1152
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1153
1153
|
};
|
|
1154
1154
|
} | {
|
|
1155
1155
|
roleResult: boolean;
|
|
@@ -1160,7 +1160,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1160
1160
|
resource: {
|
|
1161
1161
|
projectUuid: string;
|
|
1162
1162
|
organizationUuid?: undefined;
|
|
1163
|
-
|
|
1163
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1164
1164
|
};
|
|
1165
1165
|
} | {
|
|
1166
1166
|
roleResult: boolean;
|
|
@@ -1171,7 +1171,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1171
1171
|
resource: {
|
|
1172
1172
|
projectUuid: string;
|
|
1173
1173
|
organizationUuid?: undefined;
|
|
1174
|
-
|
|
1174
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1175
1175
|
};
|
|
1176
1176
|
} | {
|
|
1177
1177
|
roleResult: boolean;
|
|
@@ -1182,7 +1182,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1182
1182
|
resource: {
|
|
1183
1183
|
projectUuid: string;
|
|
1184
1184
|
organizationUuid?: undefined;
|
|
1185
|
-
|
|
1185
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1186
1186
|
};
|
|
1187
1187
|
} | {
|
|
1188
1188
|
roleResult: boolean;
|
|
@@ -1193,7 +1193,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1193
1193
|
resource: {
|
|
1194
1194
|
projectUuid: string;
|
|
1195
1195
|
organizationUuid?: undefined;
|
|
1196
|
-
|
|
1196
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1197
1197
|
};
|
|
1198
1198
|
})[];
|
|
1199
1199
|
summary: {
|
|
@@ -1208,7 +1208,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1208
1208
|
resource: {
|
|
1209
1209
|
organizationUuid: string;
|
|
1210
1210
|
projectUuid: string;
|
|
1211
|
-
|
|
1211
|
+
inheritsFromOrgOrProject: boolean;
|
|
1212
1212
|
};
|
|
1213
1213
|
} | {
|
|
1214
1214
|
roleResult: boolean;
|
|
@@ -1219,7 +1219,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1219
1219
|
resource: {
|
|
1220
1220
|
organizationUuid: string;
|
|
1221
1221
|
projectUuid: string;
|
|
1222
|
-
|
|
1222
|
+
inheritsFromOrgOrProject: boolean;
|
|
1223
1223
|
};
|
|
1224
1224
|
} | {
|
|
1225
1225
|
roleResult: boolean;
|
|
@@ -1230,7 +1230,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1230
1230
|
resource: {
|
|
1231
1231
|
organizationUuid: string;
|
|
1232
1232
|
projectUuid: string;
|
|
1233
|
-
|
|
1233
|
+
inheritsFromOrgOrProject: boolean;
|
|
1234
1234
|
};
|
|
1235
1235
|
} | {
|
|
1236
1236
|
roleResult: boolean;
|
|
@@ -1241,7 +1241,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1241
1241
|
resource: {
|
|
1242
1242
|
projectUuid: string;
|
|
1243
1243
|
organizationUuid?: undefined;
|
|
1244
|
-
|
|
1244
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1245
1245
|
};
|
|
1246
1246
|
} | {
|
|
1247
1247
|
roleResult: boolean;
|
|
@@ -1252,7 +1252,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1252
1252
|
resource: {
|
|
1253
1253
|
organizationUuid: string;
|
|
1254
1254
|
projectUuid: string;
|
|
1255
|
-
|
|
1255
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1256
1256
|
};
|
|
1257
1257
|
} | {
|
|
1258
1258
|
roleResult: boolean;
|
|
@@ -1263,7 +1263,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1263
1263
|
resource: {
|
|
1264
1264
|
projectUuid: string;
|
|
1265
1265
|
organizationUuid?: undefined;
|
|
1266
|
-
|
|
1266
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1267
1267
|
};
|
|
1268
1268
|
} | {
|
|
1269
1269
|
roleResult: boolean;
|
|
@@ -1274,7 +1274,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1274
1274
|
resource: {
|
|
1275
1275
|
projectUuid: string;
|
|
1276
1276
|
organizationUuid?: undefined;
|
|
1277
|
-
|
|
1277
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1278
1278
|
};
|
|
1279
1279
|
} | {
|
|
1280
1280
|
roleResult: boolean;
|
|
@@ -1285,7 +1285,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1285
1285
|
resource: {
|
|
1286
1286
|
organizationUuid: string;
|
|
1287
1287
|
projectUuid: string;
|
|
1288
|
-
|
|
1288
|
+
inheritsFromOrgOrProject: boolean;
|
|
1289
1289
|
};
|
|
1290
1290
|
} | {
|
|
1291
1291
|
roleResult: boolean;
|
|
@@ -1296,7 +1296,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1296
1296
|
resource: {
|
|
1297
1297
|
organizationUuid?: undefined;
|
|
1298
1298
|
projectUuid?: undefined;
|
|
1299
|
-
|
|
1299
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1300
1300
|
};
|
|
1301
1301
|
} | {
|
|
1302
1302
|
roleResult: boolean;
|
|
@@ -1307,7 +1307,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1307
1307
|
resource: {
|
|
1308
1308
|
organizationUuid: string;
|
|
1309
1309
|
projectUuid: string;
|
|
1310
|
-
|
|
1310
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1311
1311
|
};
|
|
1312
1312
|
} | {
|
|
1313
1313
|
roleResult: boolean;
|
|
@@ -1318,7 +1318,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1318
1318
|
resource: {
|
|
1319
1319
|
projectUuid: string;
|
|
1320
1320
|
organizationUuid?: undefined;
|
|
1321
|
-
|
|
1321
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1322
1322
|
};
|
|
1323
1323
|
} | {
|
|
1324
1324
|
roleResult: boolean;
|
|
@@ -1329,7 +1329,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1329
1329
|
resource: {
|
|
1330
1330
|
projectUuid: string;
|
|
1331
1331
|
organizationUuid?: undefined;
|
|
1332
|
-
|
|
1332
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1333
1333
|
};
|
|
1334
1334
|
} | {
|
|
1335
1335
|
roleResult: boolean;
|
|
@@ -1340,7 +1340,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1340
1340
|
resource: {
|
|
1341
1341
|
projectUuid: string;
|
|
1342
1342
|
organizationUuid?: undefined;
|
|
1343
|
-
|
|
1343
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1344
1344
|
};
|
|
1345
1345
|
} | {
|
|
1346
1346
|
roleResult: boolean;
|
|
@@ -1351,7 +1351,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1351
1351
|
resource: {
|
|
1352
1352
|
projectUuid: string;
|
|
1353
1353
|
organizationUuid?: undefined;
|
|
1354
|
-
|
|
1354
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1355
1355
|
};
|
|
1356
1356
|
} | {
|
|
1357
1357
|
roleResult: boolean;
|
|
@@ -1362,7 +1362,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1362
1362
|
resource: {
|
|
1363
1363
|
projectUuid: string;
|
|
1364
1364
|
organizationUuid?: undefined;
|
|
1365
|
-
|
|
1365
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1366
1366
|
};
|
|
1367
1367
|
} | {
|
|
1368
1368
|
roleResult: boolean;
|
|
@@ -1373,7 +1373,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1373
1373
|
resource: {
|
|
1374
1374
|
projectUuid: string;
|
|
1375
1375
|
organizationUuid?: undefined;
|
|
1376
|
-
|
|
1376
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1377
1377
|
};
|
|
1378
1378
|
} | {
|
|
1379
1379
|
roleResult: boolean;
|
|
@@ -1384,7 +1384,7 @@ export declare const debugRoleScopeMapping: (role: ProjectMemberRole) => {
|
|
|
1384
1384
|
resource: {
|
|
1385
1385
|
projectUuid: string;
|
|
1386
1386
|
organizationUuid?: undefined;
|
|
1387
|
-
|
|
1387
|
+
inheritsFromOrgOrProject?: undefined;
|
|
1388
1388
|
};
|
|
1389
1389
|
})[];
|
|
1390
1390
|
allMatch: boolean;
|