@metorial-services/slates-hub-client 1.0.8 → 1.0.9
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.
|
@@ -2378,11 +2378,11 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2378
2378
|
tenantId: string;
|
|
2379
2379
|
slateId: string;
|
|
2380
2380
|
slateOAuthCredentialsId: string;
|
|
2381
|
-
|
|
2381
|
+
slateVersionId: string | undefined;
|
|
2382
2382
|
authMethodId: string | undefined;
|
|
2383
2383
|
redirectUrl: string;
|
|
2384
2384
|
input: Record<string, any>;
|
|
2385
|
-
}, "
|
|
2385
|
+
}, "slateVersionId" | "authMethodId">> & {
|
|
2386
2386
|
tenantId: string;
|
|
2387
2387
|
slateId: string;
|
|
2388
2388
|
input: Record<string, any>;
|
package/dist/index.d.ts
CHANGED
|
@@ -3224,11 +3224,11 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3224
3224
|
tenantId: string;
|
|
3225
3225
|
slateId: string;
|
|
3226
3226
|
slateOAuthCredentialsId: string;
|
|
3227
|
-
|
|
3227
|
+
slateVersionId: string | undefined;
|
|
3228
3228
|
authMethodId: string | undefined;
|
|
3229
3229
|
redirectUrl: string;
|
|
3230
3230
|
input: Record<string, any>;
|
|
3231
|
-
}, "
|
|
3231
|
+
}, "slateVersionId" | "authMethodId">> & {
|
|
3232
3232
|
slateId: string;
|
|
3233
3233
|
input: Record<string, any>;
|
|
3234
3234
|
tenantId: string;
|