openxiangda-devkit-core 2.0.0-alpha.100
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/README.md +13 -0
- package/dist/app-spec.d.ts +210 -0
- package/dist/app-spec.d.ts.map +1 -0
- package/dist/app-spec.js +1262 -0
- package/dist/app-spec.js.map +1 -0
- package/dist/application-services.d.ts +600 -0
- package/dist/application-services.d.ts.map +1 -0
- package/dist/application-services.js +1603 -0
- package/dist/application-services.js.map +1 -0
- package/dist/backend-image-build.d.ts +23 -0
- package/dist/backend-image-build.d.ts.map +1 -0
- package/dist/backend-image-build.js +209 -0
- package/dist/backend-image-build.js.map +1 -0
- package/dist/command-registry.d.ts +177 -0
- package/dist/command-registry.d.ts.map +1 -0
- package/dist/command-registry.js +27 -0
- package/dist/command-registry.js.map +1 -0
- package/dist/compiler/ai-catalog.d.ts +4 -0
- package/dist/compiler/ai-catalog.d.ts.map +1 -0
- package/dist/compiler/ai-catalog.js +353 -0
- package/dist/compiler/ai-catalog.js.map +1 -0
- package/dist/compiler/authorization-transition.d.ts +7 -0
- package/dist/compiler/authorization-transition.d.ts.map +1 -0
- package/dist/compiler/authorization-transition.js +27 -0
- package/dist/compiler/authorization-transition.js.map +1 -0
- package/dist/compiler/bundle.d.ts +34 -0
- package/dist/compiler/bundle.d.ts.map +1 -0
- package/dist/compiler/bundle.js +1865 -0
- package/dist/compiler/bundle.js.map +1 -0
- package/dist/compiler/config.d.ts +857 -0
- package/dist/compiler/config.d.ts.map +1 -0
- package/dist/compiler/config.js +3848 -0
- package/dist/compiler/config.js.map +1 -0
- package/dist/compiler/data-policy-expression.d.ts +12 -0
- package/dist/compiler/data-policy-expression.d.ts.map +1 -0
- package/dist/compiler/data-policy-expression.js +43 -0
- package/dist/compiler/data-policy-expression.js.map +1 -0
- package/dist/compiler/field-codec.d.ts +14 -0
- package/dist/compiler/field-codec.d.ts.map +1 -0
- package/dist/compiler/field-codec.js +131 -0
- package/dist/compiler/field-codec.js.map +1 -0
- package/dist/compiler/field-physical-plan.d.ts +10 -0
- package/dist/compiler/field-physical-plan.d.ts.map +1 -0
- package/dist/compiler/field-physical-plan.js +66 -0
- package/dist/compiler/field-physical-plan.js.map +1 -0
- package/dist/compiler/field-policy-path.d.ts +10 -0
- package/dist/compiler/field-policy-path.d.ts.map +1 -0
- package/dist/compiler/field-policy-path.js +283 -0
- package/dist/compiler/field-policy-path.js.map +1 -0
- package/dist/compiler/field-query-plan.d.ts +13 -0
- package/dist/compiler/field-query-plan.d.ts.map +1 -0
- package/dist/compiler/field-query-plan.js +122 -0
- package/dist/compiler/field-query-plan.js.map +1 -0
- package/dist/compiler/field-surface.d.ts +15 -0
- package/dist/compiler/field-surface.d.ts.map +1 -0
- package/dist/compiler/field-surface.js +51 -0
- package/dist/compiler/field-surface.js.map +1 -0
- package/dist/compiler/index.d.ts +6 -0
- package/dist/compiler/index.d.ts.map +1 -0
- package/dist/compiler/index.js +6 -0
- package/dist/compiler/index.js.map +1 -0
- package/dist/compiler/package-compiler.d.ts +22 -0
- package/dist/compiler/package-compiler.d.ts.map +1 -0
- package/dist/compiler/package-compiler.js +246 -0
- package/dist/compiler/package-compiler.js.map +1 -0
- package/dist/compiler/schema-composition.d.ts +21 -0
- package/dist/compiler/schema-composition.d.ts.map +1 -0
- package/dist/compiler/schema-composition.js +193 -0
- package/dist/compiler/schema-composition.js.map +1 -0
- package/dist/config.d.ts +2 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +2 -0
- package/dist/config.js.map +1 -0
- package/dist/connected-development.d.ts +62 -0
- package/dist/connected-development.d.ts.map +1 -0
- package/dist/connected-development.js +393 -0
- package/dist/connected-development.js.map +1 -0
- package/dist/control-plane-client.d.ts +684 -0
- package/dist/control-plane-client.d.ts.map +1 -0
- package/dist/control-plane-client.js +860 -0
- package/dist/control-plane-client.js.map +1 -0
- package/dist/deployment.d.ts +67 -0
- package/dist/deployment.d.ts.map +1 -0
- package/dist/deployment.js +311 -0
- package/dist/deployment.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +17 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/workflow.d.ts +83 -0
- package/dist/internal/workflow.d.ts.map +1 -0
- package/dist/internal/workflow.js +419 -0
- package/dist/internal/workflow.js.map +1 -0
- package/dist/nest-injection-contract.d.ts +4 -0
- package/dist/nest-injection-contract.d.ts.map +1 -0
- package/dist/nest-injection-contract.js +116 -0
- package/dist/nest-injection-contract.js.map +1 -0
- package/dist/package-compiler.d.ts +2 -0
- package/dist/package-compiler.d.ts.map +1 -0
- package/dist/package-compiler.js +2 -0
- package/dist/package-compiler.js.map +1 -0
- package/dist/session.d.ts +143 -0
- package/dist/session.d.ts.map +1 -0
- package/dist/session.js +351 -0
- package/dist/session.js.map +1 -0
- package/dist/testing.d.ts +77 -0
- package/dist/testing.d.ts.map +1 -0
- package/dist/testing.js +213 -0
- package/dist/testing.js.map +1 -0
- package/dist/toolchain-capsule.d.ts +45 -0
- package/dist/toolchain-capsule.d.ts.map +1 -0
- package/dist/toolchain-capsule.js +165 -0
- package/dist/toolchain-capsule.js.map +1 -0
- package/dist/version.d.ts +3 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +11 -0
- package/dist/version.js.map +1 -0
- package/dist/workspace-loader.d.ts +17 -0
- package/dist/workspace-loader.d.ts.map +1 -0
- package/dist/workspace-loader.js +140 -0
- package/dist/workspace-loader.js.map +1 -0
- package/dist/workspace.d.ts +15 -0
- package/dist/workspace.d.ts.map +1 -0
- package/dist/workspace.js +69 -0
- package/dist/workspace.js.map +1 -0
- package/package.json +44 -0
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
import { type AppPackage, type ApplicationEnvironmentList, type ApplicationSecret, type ApplicationSecretAuditEvent, type AppVersion, type Diagnostic, type NativeRelationshipGrant, type NativeRelationshipGrantPage, type NativeAuthorizationProjectionHealth, type NativeAuthorizationProjectionMutationResult, type NativeRoleMembership, type NativeRoleMembershipPage, type NativeScopeGrant, type NativeSuperAdminGrant, type NativeSuperAdminGrantPage, type DeploymentKind, type DeploymentEnvironment, type DeploymentRun, type EnvironmentHead, type EventDelivery, type EventSubscription, type DateTrigger, type DataPage, type DataAggregatePage, type DataAggregateQuery, type DataAuditPage, type DataFileRef, type DataFileUploadPlan, type DataQuery, type DataRecord, type DataResource, type DataTransactionRequest, type DataTransactionResult, type DirectoryEntryKind, type DirectoryResolveRequest, type DirectorySearchResult, type PlatformCapabilities, type ConfigurationValidationRequest, type ConfigurationValidationResult, type OAuthApplicationPrincipal, type OAuthAuditEvent, type OAuthClient, type RuntimeOAuthCredentialStatus, type ProvisionedApplication, type ApplicationRole, type RelationshipGrant, type RelationshipGrantSubjectType, type TimerSubscription, type RoleAssignment, type WorkflowBinding, type WorkflowCommand, type WorkflowCommandInput, type WorkflowCommandResult, type WorkflowDefinition, type WorkflowDelegation, type WorkflowDelegationTarget, type WorkflowAssigneeProvider, type WorkflowSurface, type WorkflowWorkCenterItem, type WorkflowTimeline } from "openxiangda-contracts/browser";
|
|
2
|
+
type FetchLike = (input: string | URL | Request, init?: RequestInit) => Promise<Response>;
|
|
3
|
+
export interface ControlPlaneClientOptions {
|
|
4
|
+
baseUrl: string;
|
|
5
|
+
token?: string;
|
|
6
|
+
tokenProvider?: {
|
|
7
|
+
getAccessToken(input?: {
|
|
8
|
+
forceRefresh?: boolean;
|
|
9
|
+
}): Promise<string>;
|
|
10
|
+
};
|
|
11
|
+
credentials?: RequestCredentials;
|
|
12
|
+
fetch?: FetchLike;
|
|
13
|
+
}
|
|
14
|
+
export interface ConnectedDevelopmentSessionStatus {
|
|
15
|
+
schemaVersion: "openxiangda.connected-dev-session/v2";
|
|
16
|
+
sessionId: string;
|
|
17
|
+
expiresAt: string;
|
|
18
|
+
expiresIn: number;
|
|
19
|
+
mode: "published-resources" | "manifest-overlay";
|
|
20
|
+
manifestOverlay: boolean;
|
|
21
|
+
additiveSchemaSync: boolean;
|
|
22
|
+
overlay?: {
|
|
23
|
+
resources: number;
|
|
24
|
+
addedFields: Array<{
|
|
25
|
+
resourceCode: string;
|
|
26
|
+
fieldCode: string;
|
|
27
|
+
}>;
|
|
28
|
+
};
|
|
29
|
+
environment: {
|
|
30
|
+
id: string;
|
|
31
|
+
key: DeploymentEnvironment;
|
|
32
|
+
activeAppVersionId: string;
|
|
33
|
+
headRevision: number;
|
|
34
|
+
};
|
|
35
|
+
principal: {
|
|
36
|
+
type: "developer";
|
|
37
|
+
userId: string;
|
|
38
|
+
roleCodes: string[];
|
|
39
|
+
isAppSuperAdmin: boolean;
|
|
40
|
+
capabilityCodes: string[];
|
|
41
|
+
};
|
|
42
|
+
manifestDigest: string | null;
|
|
43
|
+
}
|
|
44
|
+
export interface ConnectedDevelopmentSessionGrant extends ConnectedDevelopmentSessionStatus {
|
|
45
|
+
/** Returned once by create; never persist or print it. */
|
|
46
|
+
sessionToken: string;
|
|
47
|
+
}
|
|
48
|
+
export interface ChinaDivisionListItem {
|
|
49
|
+
adcode: string;
|
|
50
|
+
citycode?: string;
|
|
51
|
+
name: string;
|
|
52
|
+
level?: string;
|
|
53
|
+
center?: string;
|
|
54
|
+
parentAdcode?: string;
|
|
55
|
+
hasChildren: boolean;
|
|
56
|
+
}
|
|
57
|
+
export interface PerspectiveRequest {
|
|
58
|
+
perspectiveCode?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface NativeAuthorizationPageInput {
|
|
61
|
+
environmentKey?: DeploymentEnvironment;
|
|
62
|
+
status?: "active" | "revoked" | "expired";
|
|
63
|
+
limit?: number;
|
|
64
|
+
offset?: number;
|
|
65
|
+
}
|
|
66
|
+
export interface CreateNativeRoleMembershipInput {
|
|
67
|
+
environmentKey: DeploymentEnvironment;
|
|
68
|
+
operationId: string;
|
|
69
|
+
userId: string;
|
|
70
|
+
roleCode: string;
|
|
71
|
+
scopeGrants?: NativeScopeGrant[];
|
|
72
|
+
validFrom?: string | null;
|
|
73
|
+
validTo?: string | null;
|
|
74
|
+
}
|
|
75
|
+
export interface UpdateNativeRoleMembershipInput {
|
|
76
|
+
environmentKey: DeploymentEnvironment;
|
|
77
|
+
operationId: string;
|
|
78
|
+
expectedRevision: number;
|
|
79
|
+
scopeGrants?: NativeScopeGrant[];
|
|
80
|
+
validFrom?: string | null;
|
|
81
|
+
validTo?: string | null;
|
|
82
|
+
}
|
|
83
|
+
export interface NativeScopeDimensionApplicabilityRule {
|
|
84
|
+
policyCode: string;
|
|
85
|
+
allRoles: boolean;
|
|
86
|
+
roleCodes: string[];
|
|
87
|
+
unrestrictedRoleCodes: string[];
|
|
88
|
+
}
|
|
89
|
+
export interface NativeScopeDimensionApplicability {
|
|
90
|
+
dimensionCode: string;
|
|
91
|
+
allRoles: boolean;
|
|
92
|
+
roleCodes: string[];
|
|
93
|
+
unrestrictedRoleCodes: string[];
|
|
94
|
+
rules: NativeScopeDimensionApplicabilityRule[];
|
|
95
|
+
}
|
|
96
|
+
export interface NativeScopeDimension {
|
|
97
|
+
code: string;
|
|
98
|
+
name: string;
|
|
99
|
+
resourceCode: string | null;
|
|
100
|
+
valueType: string | null;
|
|
101
|
+
hierarchyMode: string | null;
|
|
102
|
+
valueSource: Record<string, unknown> | null;
|
|
103
|
+
applicability: NativeScopeDimensionApplicability;
|
|
104
|
+
}
|
|
105
|
+
export interface NativeRelationshipGrantFilter extends NativeAuthorizationPageInput {
|
|
106
|
+
subjectType?: "user" | "role_membership";
|
|
107
|
+
subjectKey?: string;
|
|
108
|
+
relationCode?: string;
|
|
109
|
+
resourceCode?: string;
|
|
110
|
+
resourceId?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface NativeAuthorizationCatalog {
|
|
113
|
+
schemaVersion: string;
|
|
114
|
+
environment: {
|
|
115
|
+
id: string;
|
|
116
|
+
key: DeploymentEnvironment;
|
|
117
|
+
activeAppVersionId: string;
|
|
118
|
+
headRevision: number;
|
|
119
|
+
dataLogicalRevisionId: string;
|
|
120
|
+
authzRevisionId: string;
|
|
121
|
+
authzVersion: number;
|
|
122
|
+
scopeDataVersion: string;
|
|
123
|
+
};
|
|
124
|
+
roles: Array<{
|
|
125
|
+
code: string;
|
|
126
|
+
name: string;
|
|
127
|
+
description: string | null;
|
|
128
|
+
capabilityCodes: string[];
|
|
129
|
+
source: "package";
|
|
130
|
+
}>;
|
|
131
|
+
scopeDimensions: NativeScopeDimension[];
|
|
132
|
+
}
|
|
133
|
+
export interface NativeScopeValuePage {
|
|
134
|
+
schemaVersion: string;
|
|
135
|
+
environment: {
|
|
136
|
+
id: string;
|
|
137
|
+
key: DeploymentEnvironment;
|
|
138
|
+
headRevision: number;
|
|
139
|
+
authzRevisionId: string;
|
|
140
|
+
scopeDataVersion: string;
|
|
141
|
+
};
|
|
142
|
+
dimensionCode: string;
|
|
143
|
+
items: Array<{
|
|
144
|
+
id: string;
|
|
145
|
+
label: string;
|
|
146
|
+
}>;
|
|
147
|
+
limit: number;
|
|
148
|
+
offset: number;
|
|
149
|
+
}
|
|
150
|
+
export type ApplicationApiQuery = Record<string, string | number | boolean | null | undefined>;
|
|
151
|
+
export interface ApplicationApiRequest extends RequestInit {
|
|
152
|
+
perspectiveCode?: string;
|
|
153
|
+
query?: ApplicationApiQuery;
|
|
154
|
+
}
|
|
155
|
+
export interface CreateOAuthClientInput {
|
|
156
|
+
name: string;
|
|
157
|
+
environmentKey: string;
|
|
158
|
+
scopes?: string[];
|
|
159
|
+
rateLimitPerMinute?: number;
|
|
160
|
+
}
|
|
161
|
+
export interface UpdateOAuthClientInput {
|
|
162
|
+
name?: string;
|
|
163
|
+
environmentKey?: string;
|
|
164
|
+
scopes?: string[];
|
|
165
|
+
rateLimitPerMinute?: number;
|
|
166
|
+
}
|
|
167
|
+
export interface OAuthClientSecretResult {
|
|
168
|
+
client: OAuthClient;
|
|
169
|
+
clientSecret: string;
|
|
170
|
+
secretReturnedOnce: true;
|
|
171
|
+
previousSecretValidUntil?: string | null;
|
|
172
|
+
}
|
|
173
|
+
export interface OAuthTokenResponse {
|
|
174
|
+
access_token: string;
|
|
175
|
+
token_type: "Bearer";
|
|
176
|
+
expires_in: number;
|
|
177
|
+
scope: string;
|
|
178
|
+
}
|
|
179
|
+
export interface CreateApplicationSecretInput {
|
|
180
|
+
name: string;
|
|
181
|
+
value: string;
|
|
182
|
+
description?: string;
|
|
183
|
+
expiresAt?: string | null;
|
|
184
|
+
idempotencyKey: string;
|
|
185
|
+
expectedRevision?: 0;
|
|
186
|
+
}
|
|
187
|
+
export interface UpdateApplicationSecretInput {
|
|
188
|
+
expectedRevision: number;
|
|
189
|
+
description?: string | null;
|
|
190
|
+
expiresAt?: string | null;
|
|
191
|
+
status?: "active" | "disabled";
|
|
192
|
+
}
|
|
193
|
+
export interface RotateApplicationSecretInput {
|
|
194
|
+
expectedRevision: number;
|
|
195
|
+
value: string;
|
|
196
|
+
idempotencyKey: string;
|
|
197
|
+
reason?: string;
|
|
198
|
+
}
|
|
199
|
+
export type ApplicationApiJsonRequest<TBody = unknown> = Omit<ApplicationApiRequest, "body"> & {
|
|
200
|
+
body?: TBody;
|
|
201
|
+
};
|
|
202
|
+
export interface RelationshipGrantFilter {
|
|
203
|
+
relationCode?: string;
|
|
204
|
+
subjectType?: RelationshipGrantSubjectType;
|
|
205
|
+
subjectKey?: string;
|
|
206
|
+
resourceCode?: string;
|
|
207
|
+
resourceId?: string;
|
|
208
|
+
status?: "active" | "revoked" | "expired";
|
|
209
|
+
}
|
|
210
|
+
export interface CreateRelationshipGrantInput {
|
|
211
|
+
subjectType: RelationshipGrantSubjectType;
|
|
212
|
+
subjectKey: string;
|
|
213
|
+
relationCode: string;
|
|
214
|
+
resourceCode: string;
|
|
215
|
+
resourceId: string;
|
|
216
|
+
operations?: string[];
|
|
217
|
+
sourceCode?: string;
|
|
218
|
+
validFrom?: string | null;
|
|
219
|
+
validTo?: string | null;
|
|
220
|
+
}
|
|
221
|
+
export interface CreateRoleAssignmentInput {
|
|
222
|
+
userId: string;
|
|
223
|
+
roleId: string;
|
|
224
|
+
scopeGrants?: Array<{
|
|
225
|
+
dimensionCode: string;
|
|
226
|
+
values: string[];
|
|
227
|
+
operations?: string[];
|
|
228
|
+
}>;
|
|
229
|
+
validFrom?: string | null;
|
|
230
|
+
validTo?: string | null;
|
|
231
|
+
}
|
|
232
|
+
export interface CreateDeploymentInput {
|
|
233
|
+
appCode: string;
|
|
234
|
+
environmentId?: string;
|
|
235
|
+
environmentKind?: DeploymentEnvironment;
|
|
236
|
+
kind?: DeploymentKind;
|
|
237
|
+
packageDigest: string;
|
|
238
|
+
package: AppPackage;
|
|
239
|
+
idempotencyKey: string;
|
|
240
|
+
requestId?: string;
|
|
241
|
+
}
|
|
242
|
+
export interface ProvisionApplicationInput {
|
|
243
|
+
appCode: string;
|
|
244
|
+
name: string;
|
|
245
|
+
description?: string | null;
|
|
246
|
+
}
|
|
247
|
+
export interface DeployExistingVersionInput {
|
|
248
|
+
appCode: string;
|
|
249
|
+
appVersionId: string;
|
|
250
|
+
environmentId?: string;
|
|
251
|
+
environmentKind?: DeploymentEnvironment;
|
|
252
|
+
idempotencyKey: string;
|
|
253
|
+
requestId?: string;
|
|
254
|
+
}
|
|
255
|
+
export interface ChangeEnvironmentRuntimeStateInput {
|
|
256
|
+
idempotencyKey: string;
|
|
257
|
+
requestId?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface UploadArtifactInput {
|
|
260
|
+
appCode: string;
|
|
261
|
+
digest: string;
|
|
262
|
+
kind: "frontend" | "backend" | "config" | "contracts" | "manifest";
|
|
263
|
+
contentType: string;
|
|
264
|
+
content: BlobPart;
|
|
265
|
+
metadata?: Record<string, unknown>;
|
|
266
|
+
}
|
|
267
|
+
export interface WorkflowTaskCommandInput extends WorkflowCommandInput {
|
|
268
|
+
csrfToken: string;
|
|
269
|
+
}
|
|
270
|
+
export declare class ControlPlaneError extends Error {
|
|
271
|
+
readonly status: number;
|
|
272
|
+
readonly code: string;
|
|
273
|
+
readonly data?: unknown | undefined;
|
|
274
|
+
readonly remote?: {
|
|
275
|
+
retryable?: boolean;
|
|
276
|
+
remediation?: string;
|
|
277
|
+
requestId?: string;
|
|
278
|
+
path?: string;
|
|
279
|
+
field?: string;
|
|
280
|
+
} | undefined;
|
|
281
|
+
constructor(status: number, code: string, message: string, data?: unknown | undefined, remote?: {
|
|
282
|
+
retryable?: boolean;
|
|
283
|
+
remediation?: string;
|
|
284
|
+
requestId?: string;
|
|
285
|
+
path?: string;
|
|
286
|
+
field?: string;
|
|
287
|
+
} | undefined);
|
|
288
|
+
}
|
|
289
|
+
export declare class OpenXiangdaControlPlaneClient {
|
|
290
|
+
private readonly options;
|
|
291
|
+
private readonly baseUrl;
|
|
292
|
+
private readonly fetch;
|
|
293
|
+
constructor(options: ControlPlaneClientOptions);
|
|
294
|
+
capabilities(): Promise<PlatformCapabilities>;
|
|
295
|
+
validateConfigurationCompatibility(appCode: string, capabilities: PlatformCapabilities, input: ConfigurationValidationRequest): Promise<ConfigurationValidationResult>;
|
|
296
|
+
provisionApplication(input: ProvisionApplicationInput): Promise<ProvisionedApplication>;
|
|
297
|
+
createConnectedDevelopmentSession(appCode: string, input: {
|
|
298
|
+
environmentKey: DeploymentEnvironment;
|
|
299
|
+
manifestDigest?: string;
|
|
300
|
+
configuration?: unknown;
|
|
301
|
+
}): Promise<ConnectedDevelopmentSessionGrant>;
|
|
302
|
+
preparePreproductionAcceptanceIdentities(appCode: string, input: {
|
|
303
|
+
environmentKey: "preproduction";
|
|
304
|
+
redirectUri?: string;
|
|
305
|
+
expiresInMinutes?: number;
|
|
306
|
+
actors: Array<{
|
|
307
|
+
key: string;
|
|
308
|
+
name?: string;
|
|
309
|
+
roleCodes: string[];
|
|
310
|
+
departmentIds?: string[];
|
|
311
|
+
}>;
|
|
312
|
+
}): Promise<{
|
|
313
|
+
schemaVersion: "openxiangda.preproduction-acceptance-identities/v2";
|
|
314
|
+
appCode: string;
|
|
315
|
+
environmentKey: "preproduction";
|
|
316
|
+
expiresAt: string;
|
|
317
|
+
actors: Array<{
|
|
318
|
+
key: string;
|
|
319
|
+
userId: string;
|
|
320
|
+
roleCodes: string[];
|
|
321
|
+
expiresAt: string;
|
|
322
|
+
loginUrl: string;
|
|
323
|
+
loginUrlExpiresAt: string;
|
|
324
|
+
}>;
|
|
325
|
+
}>;
|
|
326
|
+
connectedDevelopmentSession(appCode: string, sessionToken: string): Promise<ConnectedDevelopmentSessionStatus>;
|
|
327
|
+
refreshConnectedDevelopmentSession(appCode: string, sessionToken: string): Promise<ConnectedDevelopmentSessionStatus>;
|
|
328
|
+
revokeConnectedDevelopmentSession(appCode: string, sessionToken: string): Promise<void>;
|
|
329
|
+
oauthClients(appCode: string): Promise<{
|
|
330
|
+
items: OAuthClient[];
|
|
331
|
+
total: number;
|
|
332
|
+
reservedScopes: string[];
|
|
333
|
+
appCapabilityScopePrefix: string;
|
|
334
|
+
}>;
|
|
335
|
+
runtimeOAuthCredentialStatus(appCode: string, environmentKey: string): Promise<RuntimeOAuthCredentialStatus>;
|
|
336
|
+
stageRuntimeOAuthCredentialRotation(appCode: string, environmentKey: string, input: {
|
|
337
|
+
expectedCredentialVersion: number;
|
|
338
|
+
gracePeriodSeconds?: number;
|
|
339
|
+
idempotencyKey: string;
|
|
340
|
+
}): Promise<RuntimeOAuthCredentialStatus>;
|
|
341
|
+
createOAuthClient(appCode: string, input: CreateOAuthClientInput): Promise<OAuthClientSecretResult>;
|
|
342
|
+
updateOAuthClient(appCode: string, clientId: string, input: UpdateOAuthClientInput): Promise<OAuthClient>;
|
|
343
|
+
rotateOAuthClientSecret(appCode: string, clientId: string, gracePeriodSeconds?: number): Promise<OAuthClientSecretResult>;
|
|
344
|
+
revokeOAuthClient(appCode: string, clientId: string): Promise<OAuthClient>;
|
|
345
|
+
oauthAuditEvents(appCode: string, input?: {
|
|
346
|
+
environmentKey?: string;
|
|
347
|
+
clientId?: string;
|
|
348
|
+
limit?: number;
|
|
349
|
+
}): Promise<{
|
|
350
|
+
items: OAuthAuditEvent[];
|
|
351
|
+
limit: number;
|
|
352
|
+
}>;
|
|
353
|
+
oauthApplicationPrincipal(appCode: string): Promise<OAuthApplicationPrincipal>;
|
|
354
|
+
exchangeOAuthClientCredentials(input: {
|
|
355
|
+
clientId: string;
|
|
356
|
+
clientSecret: string;
|
|
357
|
+
scope?: string[];
|
|
358
|
+
}): Promise<OAuthTokenResponse>;
|
|
359
|
+
applicationApiResponse(appCode: string, environmentKey: string, runtimePath: string, input: ApplicationApiRequest): Promise<Response>;
|
|
360
|
+
applicationApiJson<TResponse = unknown, TBody = unknown>(appCode: string, environmentKey: string, runtimePath: string, input: ApplicationApiJsonRequest<TBody>): Promise<TResponse>;
|
|
361
|
+
uploadArtifact(input: UploadArtifactInput): Promise<Record<string, unknown>>;
|
|
362
|
+
createDeployment(input: CreateDeploymentInput): Promise<DeploymentRun>;
|
|
363
|
+
deployment(appCode: string, deploymentId: string): Promise<DeploymentRun>;
|
|
364
|
+
deployments(appCode: string, limit?: number): Promise<{
|
|
365
|
+
items: DeploymentRun[];
|
|
366
|
+
total: number;
|
|
367
|
+
}>;
|
|
368
|
+
applicationEnvironments(appCode: string): Promise<ApplicationEnvironmentList>;
|
|
369
|
+
startEnvironment(appCode: string, environmentKey: DeploymentEnvironment, input: ChangeEnvironmentRuntimeStateInput): Promise<DeploymentRun>;
|
|
370
|
+
stopEnvironment(appCode: string, environmentKey: DeploymentEnvironment, input: ChangeEnvironmentRuntimeStateInput): Promise<DeploymentRun>;
|
|
371
|
+
retryDeployment(appCode: string, deploymentId: string): Promise<DeploymentRun>;
|
|
372
|
+
cancelDeployment(appCode: string, deploymentId: string): Promise<DeploymentRun>;
|
|
373
|
+
promote(input: DeployExistingVersionInput): Promise<DeploymentRun>;
|
|
374
|
+
redeploy(input: DeployExistingVersionInput): Promise<DeploymentRun>;
|
|
375
|
+
rollback(input: DeployExistingVersionInput): Promise<DeploymentRun>;
|
|
376
|
+
appVersions(appCode: string, limit?: number): Promise<{
|
|
377
|
+
items: AppVersion[];
|
|
378
|
+
total: number;
|
|
379
|
+
}>;
|
|
380
|
+
environmentHead(appCode: string, environmentKey: string): Promise<EnvironmentHead>;
|
|
381
|
+
private changeEnvironmentRuntimeState;
|
|
382
|
+
applicationSecrets(appCode: string, environmentKey: string): Promise<{
|
|
383
|
+
items: ApplicationSecret[];
|
|
384
|
+
total: number;
|
|
385
|
+
}>;
|
|
386
|
+
applicationSecret(appCode: string, environmentKey: string, name: string): Promise<ApplicationSecret>;
|
|
387
|
+
createApplicationSecret(appCode: string, environmentKey: string, input: CreateApplicationSecretInput): Promise<ApplicationSecret>;
|
|
388
|
+
updateApplicationSecret(appCode: string, environmentKey: string, name: string, input: UpdateApplicationSecretInput): Promise<ApplicationSecret>;
|
|
389
|
+
rotateApplicationSecret(appCode: string, environmentKey: string, name: string, input: RotateApplicationSecretInput): Promise<ApplicationSecret>;
|
|
390
|
+
deleteApplicationSecret(appCode: string, environmentKey: string, name: string, input: {
|
|
391
|
+
expectedRevision: number;
|
|
392
|
+
reason?: string;
|
|
393
|
+
}): Promise<ApplicationSecret>;
|
|
394
|
+
applicationSecretAuditEvents(appCode: string, environmentKey: string, name: string, limit?: number): Promise<{
|
|
395
|
+
items: ApplicationSecretAuditEvent[];
|
|
396
|
+
}>;
|
|
397
|
+
eventSubscriptions(appCode: string): Promise<{
|
|
398
|
+
items: EventSubscription[];
|
|
399
|
+
}>;
|
|
400
|
+
setEventSubscriptionStatus(appCode: string, subscriptionId: string, input: {
|
|
401
|
+
expectedRevision: number;
|
|
402
|
+
status: "active" | "paused";
|
|
403
|
+
}): Promise<EventSubscription>;
|
|
404
|
+
eventDeliveries(appCode: string, limit?: number): Promise<{
|
|
405
|
+
items: EventDelivery[];
|
|
406
|
+
}>;
|
|
407
|
+
replayEventDelivery(appCode: string, deliveryId: string, idempotencyKey?: string): Promise<EventDelivery>;
|
|
408
|
+
timerSubscriptions(appCode: string): Promise<{
|
|
409
|
+
items: TimerSubscription[];
|
|
410
|
+
}>;
|
|
411
|
+
setTimerSubscriptionStatus(appCode: string, timerId: string, input: {
|
|
412
|
+
expectedRevision: number;
|
|
413
|
+
status: "active" | "paused";
|
|
414
|
+
}): Promise<TimerSubscription>;
|
|
415
|
+
dateTriggers(appCode: string): Promise<{
|
|
416
|
+
items: DateTrigger[];
|
|
417
|
+
}>;
|
|
418
|
+
setDateTriggerStatus(appCode: string, triggerId: string, input: {
|
|
419
|
+
expectedRevision: number;
|
|
420
|
+
status: "active" | "paused";
|
|
421
|
+
}): Promise<DateTrigger>;
|
|
422
|
+
registerWorkflowDefinition(appCode: string, version: number, definition: WorkflowDefinition): Promise<Record<string, unknown>>;
|
|
423
|
+
registerWorkflowBinding(appCode: string, version: number, binding: WorkflowBinding): Promise<Record<string, unknown>>;
|
|
424
|
+
applyWorkflowAssigneeProvider(appCode: string, input: {
|
|
425
|
+
environmentKey: string;
|
|
426
|
+
code: string;
|
|
427
|
+
endpointPath: string;
|
|
428
|
+
timeoutMs?: number;
|
|
429
|
+
status?: "active" | "paused";
|
|
430
|
+
expectedRevision?: number;
|
|
431
|
+
}): Promise<WorkflowAssigneeProvider>;
|
|
432
|
+
workflowAssigneeProviders(appCode: string, environmentKey?: string): Promise<{
|
|
433
|
+
items: WorkflowAssigneeProvider[];
|
|
434
|
+
}>;
|
|
435
|
+
rotateWorkflowAssigneeProviderSecret(appCode: string, providerCode: string, input: {
|
|
436
|
+
environmentKey: string;
|
|
437
|
+
expectedRevision: number;
|
|
438
|
+
idempotencyKey: string;
|
|
439
|
+
}): Promise<WorkflowAssigneeProvider>;
|
|
440
|
+
activateWorkflow(appCode: string, workflowCode: string, input: {
|
|
441
|
+
environmentKey: string;
|
|
442
|
+
definitionVersion: number;
|
|
443
|
+
bindingVersion: number;
|
|
444
|
+
expectedRevision?: number;
|
|
445
|
+
}): Promise<Record<string, unknown>>;
|
|
446
|
+
createWorkflowDelegation(appCode: string, input: {
|
|
447
|
+
environmentKey?: string;
|
|
448
|
+
workflowCode?: string;
|
|
449
|
+
delegatorRoleSubjectKey: string;
|
|
450
|
+
delegateUserId: string;
|
|
451
|
+
delegateRoleSubjectKey: string;
|
|
452
|
+
validFrom: string;
|
|
453
|
+
validTo: string;
|
|
454
|
+
reason: string;
|
|
455
|
+
}): Promise<WorkflowDelegation>;
|
|
456
|
+
workflowDelegationTargets(appCode: string, userId: string, environmentKey?: string): Promise<{
|
|
457
|
+
items: WorkflowDelegationTarget[];
|
|
458
|
+
total: number;
|
|
459
|
+
}>;
|
|
460
|
+
workflowDelegations(appCode: string, input?: {
|
|
461
|
+
all?: boolean;
|
|
462
|
+
environmentKey?: string;
|
|
463
|
+
}): Promise<{
|
|
464
|
+
items: WorkflowDelegation[];
|
|
465
|
+
total: number;
|
|
466
|
+
}>;
|
|
467
|
+
revokeWorkflowDelegation(appCode: string, delegationId: string, environmentKey?: string): Promise<WorkflowDelegation>;
|
|
468
|
+
workflowTaskSurface(appCode: string, taskId: string, csrfToken: string): Promise<WorkflowSurface>;
|
|
469
|
+
workflowInstanceSurface(appCode: string, instanceId: string, csrfToken: string): Promise<WorkflowSurface>;
|
|
470
|
+
executeWorkflowTaskCommand(appCode: string, taskId: string, command: WorkflowCommand, input: WorkflowTaskCommandInput): Promise<WorkflowCommandResult>;
|
|
471
|
+
executeWorkflowInstanceCommand(appCode: string, instanceId: string, command: "withdraw" | "terminate", input: WorkflowTaskCommandInput): Promise<WorkflowCommandResult>;
|
|
472
|
+
workflowAssignmentExplain(appCode: string, taskId: string): Promise<Record<string, unknown>>;
|
|
473
|
+
workflowTimeline(appCode: string, instanceId: string): Promise<WorkflowTimeline>;
|
|
474
|
+
workflowWorkCenter(appCode: string, input?: {
|
|
475
|
+
status?: "pending" | "completed";
|
|
476
|
+
limit?: number;
|
|
477
|
+
environmentKey?: string;
|
|
478
|
+
}): Promise<{
|
|
479
|
+
items: WorkflowWorkCenterItem[];
|
|
480
|
+
}>;
|
|
481
|
+
workflowDiagnostics(appCode: string, limit?: number): Promise<{
|
|
482
|
+
items: Diagnostic[];
|
|
483
|
+
total: number;
|
|
484
|
+
}>;
|
|
485
|
+
nativeAuthorizationCatalog(appCode: string, input?: {
|
|
486
|
+
environmentKey?: DeploymentEnvironment;
|
|
487
|
+
}): Promise<NativeAuthorizationCatalog>;
|
|
488
|
+
nativeScopeValues(appCode: string, input: {
|
|
489
|
+
environmentKey?: DeploymentEnvironment;
|
|
490
|
+
dimensionCode: string;
|
|
491
|
+
keyword?: string;
|
|
492
|
+
limit?: number;
|
|
493
|
+
offset?: number;
|
|
494
|
+
}): Promise<NativeScopeValuePage>;
|
|
495
|
+
nativeRoleMemberships(appCode: string, input?: NativeAuthorizationPageInput & {
|
|
496
|
+
userId?: string;
|
|
497
|
+
roleCode?: string;
|
|
498
|
+
keyword?: string;
|
|
499
|
+
}): Promise<NativeRoleMembershipPage>;
|
|
500
|
+
createNativeRoleMembership(appCode: string, input: CreateNativeRoleMembershipInput): Promise<{
|
|
501
|
+
membership: NativeRoleMembership;
|
|
502
|
+
roleSubjectSetVersion: string;
|
|
503
|
+
}>;
|
|
504
|
+
updateNativeRoleMembership(appCode: string, membershipId: string, input: UpdateNativeRoleMembershipInput): Promise<{
|
|
505
|
+
membership: NativeRoleMembership;
|
|
506
|
+
roleSubjectSetVersion: string;
|
|
507
|
+
revokedSessionCount: number;
|
|
508
|
+
}>;
|
|
509
|
+
revokeNativeRoleMembership(appCode: string, membershipId: string, input: {
|
|
510
|
+
environmentKey: DeploymentEnvironment;
|
|
511
|
+
operationId: string;
|
|
512
|
+
expectedRevision: number;
|
|
513
|
+
}): Promise<{
|
|
514
|
+
membership: NativeRoleMembership;
|
|
515
|
+
roleSubjectSetVersion: string;
|
|
516
|
+
revokedRelationshipCount: number;
|
|
517
|
+
revokedSessionCount: number;
|
|
518
|
+
}>;
|
|
519
|
+
nativeSuperAdmins(appCode: string, input?: {
|
|
520
|
+
environmentKey?: DeploymentEnvironment;
|
|
521
|
+
status?: "active" | "revoked";
|
|
522
|
+
userId?: string;
|
|
523
|
+
keyword?: string;
|
|
524
|
+
limit?: number;
|
|
525
|
+
offset?: number;
|
|
526
|
+
}): Promise<NativeSuperAdminGrantPage>;
|
|
527
|
+
grantNativeSuperAdmin(appCode: string, input: {
|
|
528
|
+
environmentKey: DeploymentEnvironment;
|
|
529
|
+
operationId: string;
|
|
530
|
+
userId: string;
|
|
531
|
+
}): Promise<{
|
|
532
|
+
grant: NativeSuperAdminGrant;
|
|
533
|
+
environmentSubjectVersions: Array<Record<string, unknown>>;
|
|
534
|
+
revokedSessionCount: number;
|
|
535
|
+
}>;
|
|
536
|
+
revokeNativeSuperAdmin(appCode: string, grantId: string, input: {
|
|
537
|
+
environmentKey: DeploymentEnvironment;
|
|
538
|
+
operationId: string;
|
|
539
|
+
expectedRevision: number;
|
|
540
|
+
}): Promise<{
|
|
541
|
+
grant: NativeSuperAdminGrant;
|
|
542
|
+
environmentSubjectVersions: Array<Record<string, unknown>>;
|
|
543
|
+
revokedSessionCount: number;
|
|
544
|
+
}>;
|
|
545
|
+
nativeRelationshipGrants(appCode: string, input?: NativeRelationshipGrantFilter): Promise<NativeRelationshipGrantPage>;
|
|
546
|
+
createNativeRelationshipGrant(appCode: string, input: {
|
|
547
|
+
environmentKey: DeploymentEnvironment;
|
|
548
|
+
operationId: string;
|
|
549
|
+
subjectType: "user" | "role_membership";
|
|
550
|
+
subjectKey: string;
|
|
551
|
+
relationCode: string;
|
|
552
|
+
resourceCode: string;
|
|
553
|
+
resourceId: string;
|
|
554
|
+
operations?: string[];
|
|
555
|
+
sourceCode?: string;
|
|
556
|
+
validFrom?: string | null;
|
|
557
|
+
validTo?: string | null;
|
|
558
|
+
}): Promise<{
|
|
559
|
+
grant: NativeRelationshipGrant;
|
|
560
|
+
}>;
|
|
561
|
+
updateNativeRelationshipGrant(appCode: string, grantId: string, input: {
|
|
562
|
+
environmentKey: DeploymentEnvironment;
|
|
563
|
+
operationId: string;
|
|
564
|
+
expectedRevision: number;
|
|
565
|
+
operations?: string[];
|
|
566
|
+
validFrom?: string | null;
|
|
567
|
+
validTo?: string | null;
|
|
568
|
+
}): Promise<{
|
|
569
|
+
grant: NativeRelationshipGrant;
|
|
570
|
+
}>;
|
|
571
|
+
revokeNativeRelationshipGrant(appCode: string, grantId: string, input: {
|
|
572
|
+
environmentKey: DeploymentEnvironment;
|
|
573
|
+
operationId: string;
|
|
574
|
+
expectedRevision: number;
|
|
575
|
+
}): Promise<{
|
|
576
|
+
grant: NativeRelationshipGrant;
|
|
577
|
+
}>;
|
|
578
|
+
nativeAuthorizationProjectionHealth(appCode: string, environmentKey?: DeploymentEnvironment): Promise<NativeAuthorizationProjectionHealth>;
|
|
579
|
+
rebuildNativeAuthorizationProjections(appCode: string, input: {
|
|
580
|
+
environmentKey: DeploymentEnvironment;
|
|
581
|
+
operationId: string;
|
|
582
|
+
}): Promise<NativeAuthorizationProjectionMutationResult>;
|
|
583
|
+
recoverNativeAuthorizationProjection(appCode: string, jobId: string, input: {
|
|
584
|
+
environmentKey: DeploymentEnvironment;
|
|
585
|
+
operationId: string;
|
|
586
|
+
}): Promise<NativeAuthorizationProjectionMutationResult>;
|
|
587
|
+
myRoleAssignments(appCode: string): Promise<{
|
|
588
|
+
items: RoleAssignment[];
|
|
589
|
+
total: number;
|
|
590
|
+
}>;
|
|
591
|
+
applicationRoles(appCode: string): Promise<{
|
|
592
|
+
items: ApplicationRole[];
|
|
593
|
+
total: number;
|
|
594
|
+
}>;
|
|
595
|
+
createRoleAssignment(appCode: string, input: CreateRoleAssignmentInput): Promise<RoleAssignment>;
|
|
596
|
+
updateRoleAssignment(appCode: string, assignmentId: string, input: {
|
|
597
|
+
expectedRevision: number;
|
|
598
|
+
scopeGrants?: CreateRoleAssignmentInput["scopeGrants"];
|
|
599
|
+
validFrom?: string | null;
|
|
600
|
+
validTo?: string | null;
|
|
601
|
+
}): Promise<RoleAssignment>;
|
|
602
|
+
revokeRoleAssignment(appCode: string, assignmentId: string, expectedRevision: number): Promise<RoleAssignment>;
|
|
603
|
+
searchDirectoryEntries(appCode: string, kind: DirectoryEntryKind, input: {
|
|
604
|
+
keyword: string;
|
|
605
|
+
limit?: number;
|
|
606
|
+
}): Promise<DirectorySearchResult>;
|
|
607
|
+
browseDepartmentEntries(appCode: string, input: {
|
|
608
|
+
parentId?: string;
|
|
609
|
+
offset?: number;
|
|
610
|
+
limit?: number;
|
|
611
|
+
}): Promise<DirectorySearchResult>;
|
|
612
|
+
browseDepartmentUserEntries(appCode: string, input: {
|
|
613
|
+
departmentId: string;
|
|
614
|
+
page?: number;
|
|
615
|
+
limit?: number;
|
|
616
|
+
}): Promise<DirectorySearchResult>;
|
|
617
|
+
resolveDirectoryEntries(appCode: string, input: DirectoryResolveRequest): Promise<DirectorySearchResult>;
|
|
618
|
+
applyDataResource(resource: DataResource, input?: {
|
|
619
|
+
expectedRevision?: number;
|
|
620
|
+
}): Promise<DataResource>;
|
|
621
|
+
relationshipGrants(appCode: string, filter?: RelationshipGrantFilter): Promise<{
|
|
622
|
+
items: RelationshipGrant[];
|
|
623
|
+
total: number;
|
|
624
|
+
}>;
|
|
625
|
+
createRelationshipGrant(appCode: string, input: CreateRelationshipGrantInput): Promise<RelationshipGrant>;
|
|
626
|
+
updateRelationshipGrant(appCode: string, grantId: string, input: {
|
|
627
|
+
expectedRevision: number;
|
|
628
|
+
operations?: string[];
|
|
629
|
+
validFrom?: string | null;
|
|
630
|
+
validTo?: string | null;
|
|
631
|
+
}): Promise<RelationshipGrant>;
|
|
632
|
+
revokeRelationshipGrant(appCode: string, grantId: string, expectedRevision: number): Promise<RelationshipGrant>;
|
|
633
|
+
queryData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, query: DataQuery, request?: PerspectiveRequest): Promise<DataPage<T>>;
|
|
634
|
+
chinaDivisions(parentAdcode?: string): Promise<ChinaDivisionListItem[]>;
|
|
635
|
+
getData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, id: string, request?: PerspectiveRequest): Promise<DataRecord<T>>;
|
|
636
|
+
aggregateData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, query: DataAggregateQuery, request?: PerspectiveRequest): Promise<DataAggregatePage<T>>;
|
|
637
|
+
dataAudit(appCode: string, resourceCode: string, id: string, input?: {
|
|
638
|
+
limit?: number;
|
|
639
|
+
offset?: number;
|
|
640
|
+
}, request?: PerspectiveRequest): Promise<DataAuditPage>;
|
|
641
|
+
initiateDataFileUpload(appCode: string, resourceCode: string, input: {
|
|
642
|
+
fieldCode: string;
|
|
643
|
+
fileName: string;
|
|
644
|
+
fileSize: number;
|
|
645
|
+
contentType?: string;
|
|
646
|
+
recordId?: string;
|
|
647
|
+
}, request?: PerspectiveRequest): Promise<DataFileUploadPlan>;
|
|
648
|
+
completeDataFileUpload(appCode: string, resourceCode: string, fileId: string, request?: PerspectiveRequest): Promise<DataFileRef>;
|
|
649
|
+
deleteUnboundDataFile(appCode: string, resourceCode: string, fileId: string, request?: PerspectiveRequest): Promise<{
|
|
650
|
+
id: string;
|
|
651
|
+
deleted: boolean;
|
|
652
|
+
}>;
|
|
653
|
+
dataFileContent(appCode: string, resourceCode: string, fileId: string, request?: PerspectiveRequest): Promise<Response>;
|
|
654
|
+
createData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, data: Record<string, unknown>, request?: PerspectiveRequest): Promise<DataRecord<T>>;
|
|
655
|
+
updateData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, id: string, input: {
|
|
656
|
+
expectedRevision: number;
|
|
657
|
+
data: Record<string, unknown>;
|
|
658
|
+
}, request?: PerspectiveRequest): Promise<DataRecord<T>>;
|
|
659
|
+
deleteData<T extends Record<string, unknown>>(appCode: string, resourceCode: string, id: string, expectedRevision: number, request?: PerspectiveRequest): Promise<DataRecord<T>>;
|
|
660
|
+
transactData(appCode: string, transaction: DataTransactionRequest, request?: PerspectiveRequest): Promise<DataTransactionResult>;
|
|
661
|
+
private dataPath;
|
|
662
|
+
private applicationApiPath;
|
|
663
|
+
private deployExistingVersion;
|
|
664
|
+
private authzPath;
|
|
665
|
+
private nativeAuthzPath;
|
|
666
|
+
private nativeAuthzManagementPath;
|
|
667
|
+
private query;
|
|
668
|
+
private directoryPath;
|
|
669
|
+
private oauthPath;
|
|
670
|
+
private applicationSecretsPath;
|
|
671
|
+
private eventsPath;
|
|
672
|
+
private connectedDevelopmentSessionsPath;
|
|
673
|
+
private connectedDevelopmentSessionHeaders;
|
|
674
|
+
private workflowPath;
|
|
675
|
+
private perspectiveHeaders;
|
|
676
|
+
private basicCredentials;
|
|
677
|
+
private json;
|
|
678
|
+
private request;
|
|
679
|
+
private requestOnce;
|
|
680
|
+
private isUnauthorized;
|
|
681
|
+
private accessToken;
|
|
682
|
+
}
|
|
683
|
+
export {};
|
|
684
|
+
//# sourceMappingURL=control-plane-client.d.ts.map
|