weave-typescript 0.30.0 → 0.32.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/google/api/annotations.pb.js +1 -1
- package/dist/google/api/http.pb.js +1 -1
- package/dist/google/protobuf/descriptor.pb.js +1 -1
- package/dist/google/protobuf/struct.pb.js +1 -1
- package/dist/google/protobuf/timestamp.pb.js +1 -1
- package/dist/weaveapi/atc/v1/event.pb.js +1 -1
- package/dist/weaveapi/atc/v1/message.pb.js +1 -1
- package/dist/weaveapi/atc/v1/process.pb.js +1 -1
- package/dist/weaveapi/atc/v1/run.pb.js +1 -1
- package/dist/weaveapi/atc/v1/service.pb.js +1 -1
- package/dist/weaveapi/auth/v1/auth.pb.d.ts +260 -0
- package/dist/weaveapi/auth/v1/auth.pb.js +3175 -0
- package/dist/weaveapi/auth/v1/service.pb.d.ts +761 -0
- package/dist/weaveapi/auth/v1/service.pb.js +6196 -0
- package/dist/weaveapi/chat/v1/chat.pb.js +1 -1
- package/dist/weaveapi/chat/v1/service.pb.js +1 -1
- package/dist/weaveapi/consolidation/v1/consolidation.pb.js +1 -1
- package/dist/weaveapi/consolidation/v1/service.pb.js +1 -1
- package/dist/weaveapi/inference/v1/inference.pb.js +1 -1
- package/dist/weaveapi/inference/v1/service.pb.js +1 -1
- package/dist/weaveapi/ingestion/v1/ingestion.pb.js +1 -1
- package/dist/weaveapi/ingestion/v1/service.pb.js +1 -1
- package/dist/weaveapi/model/v1/model.pb.js +1 -1
- package/dist/weaveapi/model/v1/service.pb.js +1 -1
- package/dist/weaveapi/organization/v1/organization.pb.js +1 -1
- package/dist/weaveapi/organization/v1/service.pb.js +1 -1
- package/dist/weaveapi/project/v1/project.pb.js +1 -1
- package/dist/weaveapi/project/v1/service.pb.js +1 -1
- package/dist/weaveapi/provider/v1/provider.pb.js +1 -1
- package/dist/weaveapi/provider/v1/service.pb.js +1 -1
- package/dist/weaveapi/retrieval/v1/retrieval.pb.js +1 -1
- package/dist/weaveapi/retrieval/v1/service.pb.js +1 -1
- package/dist/weaveapi/task/v1/service.pb.js +1 -1
- package/dist/weaveapi/task/v1/task.pb.js +1 -1
- package/dist/weavesql/weavedb/auth_identity_sql.d.ts +525 -0
- package/dist/weavesql/weavedb/auth_identity_sql.js +1233 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: google/api/annotations.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: google/api/http.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: google/protobuf/descriptor.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: google/protobuf/struct.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: google/protobuf/timestamp.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/atc/v1/event.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/atc/v1/message.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/atc/v1/process.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/atc/v1/run.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.11.
|
|
4
|
+
// protoc-gen-ts_proto v2.11.7
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/atc/v1/service.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
|
+
export declare const protobufPackage = "weaveapi.auth.v1";
|
|
3
|
+
export declare enum AuthMethod {
|
|
4
|
+
AUTH_METHOD_UNSPECIFIED = 0,
|
|
5
|
+
AUTH_METHOD_PASSWORD = 1,
|
|
6
|
+
AUTH_METHOD_OAUTH_GOOGLE = 2,
|
|
7
|
+
AUTH_METHOD_OAUTH_MICROSOFT = 3,
|
|
8
|
+
AUTH_METHOD_SSO_SAML = 4,
|
|
9
|
+
AUTH_METHOD_SSO_OIDC = 5,
|
|
10
|
+
UNRECOGNIZED = -1
|
|
11
|
+
}
|
|
12
|
+
export declare function authMethodFromJSON(object: any): AuthMethod;
|
|
13
|
+
export declare function authMethodToJSON(object: AuthMethod): string;
|
|
14
|
+
export declare enum DiscoveryOrganizationStatus {
|
|
15
|
+
DISCOVERY_ORGANIZATION_STATUS_UNSPECIFIED = 0,
|
|
16
|
+
DISCOVERY_ORGANIZATION_STATUS_ACTIVE_MEMBER = 1,
|
|
17
|
+
DISCOVERY_ORGANIZATION_STATUS_INVITED_MEMBER = 2,
|
|
18
|
+
DISCOVERY_ORGANIZATION_STATUS_ELIGIBLE = 3,
|
|
19
|
+
DISCOVERY_ORGANIZATION_STATUS_MFA_REQUIRED = 4,
|
|
20
|
+
UNRECOGNIZED = -1
|
|
21
|
+
}
|
|
22
|
+
export declare function discoveryOrganizationStatusFromJSON(object: any): DiscoveryOrganizationStatus;
|
|
23
|
+
export declare function discoveryOrganizationStatusToJSON(object: DiscoveryOrganizationStatus): string;
|
|
24
|
+
export declare enum MembershipStatus {
|
|
25
|
+
MEMBERSHIP_STATUS_UNSPECIFIED = 0,
|
|
26
|
+
MEMBERSHIP_STATUS_ACTIVE = 1,
|
|
27
|
+
MEMBERSHIP_STATUS_INVITED = 2,
|
|
28
|
+
MEMBERSHIP_STATUS_SUSPENDED = 3,
|
|
29
|
+
MEMBERSHIP_STATUS_DEPROVISIONED = 4,
|
|
30
|
+
UNRECOGNIZED = -1
|
|
31
|
+
}
|
|
32
|
+
export declare function membershipStatusFromJSON(object: any): MembershipStatus;
|
|
33
|
+
export declare function membershipStatusToJSON(object: MembershipStatus): string;
|
|
34
|
+
export declare enum OrganizationKind {
|
|
35
|
+
ORGANIZATION_KIND_UNSPECIFIED = 0,
|
|
36
|
+
ORGANIZATION_KIND_CUSTOMER = 1,
|
|
37
|
+
ORGANIZATION_KIND_WEAVE_INTERNAL = 2,
|
|
38
|
+
ORGANIZATION_KIND_SANDBOX = 3,
|
|
39
|
+
UNRECOGNIZED = -1
|
|
40
|
+
}
|
|
41
|
+
export declare function organizationKindFromJSON(object: any): OrganizationKind;
|
|
42
|
+
export declare function organizationKindToJSON(object: OrganizationKind): string;
|
|
43
|
+
export declare enum SsoConnectionType {
|
|
44
|
+
SSO_CONNECTION_TYPE_UNSPECIFIED = 0,
|
|
45
|
+
SSO_CONNECTION_TYPE_SAML = 1,
|
|
46
|
+
SSO_CONNECTION_TYPE_OIDC = 2,
|
|
47
|
+
UNRECOGNIZED = -1
|
|
48
|
+
}
|
|
49
|
+
export declare function ssoConnectionTypeFromJSON(object: any): SsoConnectionType;
|
|
50
|
+
export declare function ssoConnectionTypeToJSON(object: SsoConnectionType): string;
|
|
51
|
+
export declare enum SsoConnectionStatus {
|
|
52
|
+
SSO_CONNECTION_STATUS_UNSPECIFIED = 0,
|
|
53
|
+
SSO_CONNECTION_STATUS_DRAFT = 1,
|
|
54
|
+
SSO_CONNECTION_STATUS_ACTIVE = 2,
|
|
55
|
+
SSO_CONNECTION_STATUS_DISABLED = 3,
|
|
56
|
+
SSO_CONNECTION_STATUS_ERROR = 4,
|
|
57
|
+
UNRECOGNIZED = -1
|
|
58
|
+
}
|
|
59
|
+
export declare function ssoConnectionStatusFromJSON(object: any): SsoConnectionStatus;
|
|
60
|
+
export declare function ssoConnectionStatusToJSON(object: SsoConnectionStatus): string;
|
|
61
|
+
export declare enum ScimConnectionStatus {
|
|
62
|
+
SCIM_CONNECTION_STATUS_UNSPECIFIED = 0,
|
|
63
|
+
SCIM_CONNECTION_STATUS_NOT_CONFIGURED = 1,
|
|
64
|
+
SCIM_CONNECTION_STATUS_ACTIVE = 2,
|
|
65
|
+
SCIM_CONNECTION_STATUS_DISABLED = 3,
|
|
66
|
+
SCIM_CONNECTION_STATUS_TOKEN_ROTATION_PENDING = 4,
|
|
67
|
+
SCIM_CONNECTION_STATUS_ERROR = 5,
|
|
68
|
+
UNRECOGNIZED = -1
|
|
69
|
+
}
|
|
70
|
+
export declare function scimConnectionStatusFromJSON(object: any): ScimConnectionStatus;
|
|
71
|
+
export declare function scimConnectionStatusToJSON(object: ScimConnectionStatus): string;
|
|
72
|
+
export declare enum AuthProvider {
|
|
73
|
+
AUTH_PROVIDER_UNSPECIFIED = 0,
|
|
74
|
+
AUTH_PROVIDER_GOOGLE = 1,
|
|
75
|
+
AUTH_PROVIDER_MICROSOFT = 2,
|
|
76
|
+
UNRECOGNIZED = -1
|
|
77
|
+
}
|
|
78
|
+
export declare function authProviderFromJSON(object: any): AuthProvider;
|
|
79
|
+
export declare function authProviderToJSON(object: AuthProvider): string;
|
|
80
|
+
export interface AuthSession {
|
|
81
|
+
sessionId: string;
|
|
82
|
+
user: AuthUser | undefined;
|
|
83
|
+
activeOrganization: AuthOrganization | undefined;
|
|
84
|
+
roleIds: string[];
|
|
85
|
+
allowedActions: string[];
|
|
86
|
+
platformAdmin: boolean;
|
|
87
|
+
expiresAt: Date | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface AuthUser {
|
|
90
|
+
id: string;
|
|
91
|
+
displayName: string;
|
|
92
|
+
email: string;
|
|
93
|
+
avatarUrl: string;
|
|
94
|
+
jobTitle: string;
|
|
95
|
+
theme: string;
|
|
96
|
+
}
|
|
97
|
+
export interface AuthOrganization {
|
|
98
|
+
id: string;
|
|
99
|
+
slug: string;
|
|
100
|
+
name: string;
|
|
101
|
+
kind: OrganizationKind;
|
|
102
|
+
stytchOrganizationId: string;
|
|
103
|
+
roleIds: string[];
|
|
104
|
+
membershipStatus: MembershipStatus;
|
|
105
|
+
}
|
|
106
|
+
export interface DiscoveryOrganization {
|
|
107
|
+
organizationId: string;
|
|
108
|
+
organizationSlug: string;
|
|
109
|
+
organizationName: string;
|
|
110
|
+
stytchOrganizationId: string;
|
|
111
|
+
stytchOrganizationSlug: string;
|
|
112
|
+
organizationKind: OrganizationKind;
|
|
113
|
+
status: DiscoveryOrganizationStatus;
|
|
114
|
+
domains: string[];
|
|
115
|
+
roleIds: string[];
|
|
116
|
+
}
|
|
117
|
+
export interface UserProfile {
|
|
118
|
+
userId: string;
|
|
119
|
+
displayName: string;
|
|
120
|
+
jobTitle: string;
|
|
121
|
+
email: string;
|
|
122
|
+
avatarUrl: string;
|
|
123
|
+
theme: string;
|
|
124
|
+
emailManagedByProvider: boolean;
|
|
125
|
+
createdAt: Date | undefined;
|
|
126
|
+
updatedAt: Date | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface OrganizationAuthSettings {
|
|
129
|
+
organizationId: string;
|
|
130
|
+
organizationSlug: string;
|
|
131
|
+
stytchOrganizationId: string;
|
|
132
|
+
stytchOrganizationSlug: string;
|
|
133
|
+
organizationKind: OrganizationKind;
|
|
134
|
+
allowedAuthMethods: AuthMethod[];
|
|
135
|
+
allowedDomains: string[];
|
|
136
|
+
jitProvisioningEnabled: boolean;
|
|
137
|
+
passwordAuthEnabled: boolean;
|
|
138
|
+
googleOauthEnabled: boolean;
|
|
139
|
+
microsoftOauthEnabled: boolean;
|
|
140
|
+
ssoRequired: boolean;
|
|
141
|
+
scimEnabled: boolean;
|
|
142
|
+
rbacPolicySummary: RbacPolicySummary | undefined;
|
|
143
|
+
authPolicySummary: {
|
|
144
|
+
[key: string]: any;
|
|
145
|
+
} | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface OrganizationMember {
|
|
148
|
+
id: string;
|
|
149
|
+
userId: string;
|
|
150
|
+
organizationId: string;
|
|
151
|
+
stytchMemberId: string;
|
|
152
|
+
email: string;
|
|
153
|
+
displayName: string;
|
|
154
|
+
avatarUrl: string;
|
|
155
|
+
status: MembershipStatus;
|
|
156
|
+
roleIds: string[];
|
|
157
|
+
createdAt: Date | undefined;
|
|
158
|
+
updatedAt: Date | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface RbacPolicySummary {
|
|
161
|
+
resources: RbacResource[];
|
|
162
|
+
roles: RbacRole[];
|
|
163
|
+
updatedAt: Date | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface RbacResource {
|
|
166
|
+
id: string;
|
|
167
|
+
displayName: string;
|
|
168
|
+
actions: string[];
|
|
169
|
+
}
|
|
170
|
+
export interface RbacRole {
|
|
171
|
+
id: string;
|
|
172
|
+
displayName: string;
|
|
173
|
+
description: string;
|
|
174
|
+
permissions: RbacPermission[];
|
|
175
|
+
}
|
|
176
|
+
export interface RbacPermission {
|
|
177
|
+
resourceId: string;
|
|
178
|
+
actions: string[];
|
|
179
|
+
}
|
|
180
|
+
export interface SsoConnection {
|
|
181
|
+
id: string;
|
|
182
|
+
organizationId: string;
|
|
183
|
+
type: SsoConnectionType;
|
|
184
|
+
status: SsoConnectionStatus;
|
|
185
|
+
displayName: string;
|
|
186
|
+
identityProvider: string;
|
|
187
|
+
issuer: string;
|
|
188
|
+
ssoUrl: string;
|
|
189
|
+
acsUrl: string;
|
|
190
|
+
entityId: string;
|
|
191
|
+
jitProvisioningEnabled: boolean;
|
|
192
|
+
createdAt: Date | undefined;
|
|
193
|
+
updatedAt: Date | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface ScimConnection {
|
|
196
|
+
id: string;
|
|
197
|
+
organizationId: string;
|
|
198
|
+
status: ScimConnectionStatus;
|
|
199
|
+
baseUrl: string;
|
|
200
|
+
tokenAvailable: boolean;
|
|
201
|
+
createdAt: Date | undefined;
|
|
202
|
+
updatedAt: Date | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface ScimTokenRotation {
|
|
205
|
+
rotationId: string;
|
|
206
|
+
status: ScimConnectionStatus;
|
|
207
|
+
expiresAt: Date | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface ScimGroupMapping {
|
|
210
|
+
id: string;
|
|
211
|
+
organizationId: string;
|
|
212
|
+
scimGroupId: string;
|
|
213
|
+
scimGroupName: string;
|
|
214
|
+
orgTeamId: string;
|
|
215
|
+
mappingStatus: string;
|
|
216
|
+
}
|
|
217
|
+
export interface SupportAccessSession {
|
|
218
|
+
id: string;
|
|
219
|
+
actingUserId: string;
|
|
220
|
+
targetOrganizationId: string;
|
|
221
|
+
reason: string;
|
|
222
|
+
allowedActions: string[];
|
|
223
|
+
startedAt: Date | undefined;
|
|
224
|
+
endedAt: Date | undefined;
|
|
225
|
+
}
|
|
226
|
+
export declare const AuthSession: MessageFns<AuthSession>;
|
|
227
|
+
export declare const AuthUser: MessageFns<AuthUser>;
|
|
228
|
+
export declare const AuthOrganization: MessageFns<AuthOrganization>;
|
|
229
|
+
export declare const DiscoveryOrganization: MessageFns<DiscoveryOrganization>;
|
|
230
|
+
export declare const UserProfile: MessageFns<UserProfile>;
|
|
231
|
+
export declare const OrganizationAuthSettings: MessageFns<OrganizationAuthSettings>;
|
|
232
|
+
export declare const OrganizationMember: MessageFns<OrganizationMember>;
|
|
233
|
+
export declare const RbacPolicySummary: MessageFns<RbacPolicySummary>;
|
|
234
|
+
export declare const RbacResource: MessageFns<RbacResource>;
|
|
235
|
+
export declare const RbacRole: MessageFns<RbacRole>;
|
|
236
|
+
export declare const RbacPermission: MessageFns<RbacPermission>;
|
|
237
|
+
export declare const SsoConnection: MessageFns<SsoConnection>;
|
|
238
|
+
export declare const ScimConnection: MessageFns<ScimConnection>;
|
|
239
|
+
export declare const ScimTokenRotation: MessageFns<ScimTokenRotation>;
|
|
240
|
+
export declare const ScimGroupMapping: MessageFns<ScimGroupMapping>;
|
|
241
|
+
export declare const SupportAccessSession: MessageFns<SupportAccessSession>;
|
|
242
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
243
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
244
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
245
|
+
} : Partial<T>;
|
|
246
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
247
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
248
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
249
|
+
} & {
|
|
250
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
251
|
+
};
|
|
252
|
+
export interface MessageFns<T> {
|
|
253
|
+
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
254
|
+
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
255
|
+
fromJSON(object: any): T;
|
|
256
|
+
toJSON(message: T): unknown;
|
|
257
|
+
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
|
|
258
|
+
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
259
|
+
}
|
|
260
|
+
export {};
|