@meshery/schemas 0.8.65 → 0.8.67
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/cloudApi.d.mts +26 -16
- package/dist/cloudApi.d.ts +26 -16
- package/dist/index.d.mts +108 -9
- package/dist/index.d.ts +108 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -98,6 +98,8 @@ type GetSubscriptionsApiResponse = {
|
|
|
98
98
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
99
99
|
cadence: "monthly" | "yearly";
|
|
100
100
|
unit: "user" | "free";
|
|
101
|
+
/** Minimum number of units required for the plan */
|
|
102
|
+
minimum_units: number;
|
|
101
103
|
/** Price per unit of the plan */
|
|
102
104
|
price_per_unit: number;
|
|
103
105
|
currency: "usd";
|
|
@@ -143,6 +145,8 @@ type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse =
|
|
|
143
145
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
144
146
|
cadence: "monthly" | "yearly";
|
|
145
147
|
unit: "user" | "free";
|
|
148
|
+
/** Minimum number of units required for the plan */
|
|
149
|
+
minimum_units: number;
|
|
146
150
|
/** Price per unit of the plan */
|
|
147
151
|
price_per_unit: number;
|
|
148
152
|
currency: "usd";
|
|
@@ -192,6 +196,8 @@ type GetPlansApiResponse = {
|
|
|
192
196
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
193
197
|
cadence: "monthly" | "yearly";
|
|
194
198
|
unit: "user" | "free";
|
|
199
|
+
/** Minimum number of units required for the plan */
|
|
200
|
+
minimum_units: number;
|
|
195
201
|
/** Price per unit of the plan */
|
|
196
202
|
price_per_unit: number;
|
|
197
203
|
currency: "usd";
|
|
@@ -209,6 +215,8 @@ type GetFeaturesApiResponse = {
|
|
|
209
215
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
210
216
|
cadence: "monthly" | "yearly";
|
|
211
217
|
unit: "user" | "free";
|
|
218
|
+
/** Minimum number of units required for the plan */
|
|
219
|
+
minimum_units: number;
|
|
212
220
|
/** Price per unit of the plan */
|
|
213
221
|
price_per_unit: number;
|
|
214
222
|
currency: "usd";
|
|
@@ -233,6 +241,8 @@ type GetFeaturesByOrganizationApiResponse = {
|
|
|
233
241
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
234
242
|
cadence: "monthly" | "yearly";
|
|
235
243
|
unit: "user" | "free";
|
|
244
|
+
/** Minimum number of units required for the plan */
|
|
245
|
+
minimum_units: number;
|
|
236
246
|
/** Price per unit of the plan */
|
|
237
247
|
price_per_unit: number;
|
|
238
248
|
currency: "usd";
|
|
@@ -1278,7 +1288,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
1278
1288
|
isLoading: false;
|
|
1279
1289
|
isSuccess: false;
|
|
1280
1290
|
isError: true;
|
|
1281
|
-
})) => R) | undefined;
|
|
1291
|
+
})) => R) | undefined;
|
|
1282
1292
|
fixedCacheKey?: string | undefined;
|
|
1283
1293
|
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1284
1294
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
@@ -1439,7 +1449,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
1439
1449
|
isLoading: false;
|
|
1440
1450
|
isSuccess: false;
|
|
1441
1451
|
isError: true;
|
|
1442
|
-
})) => R) | undefined;
|
|
1452
|
+
})) => R) | undefined;
|
|
1443
1453
|
fixedCacheKey?: string | undefined;
|
|
1444
1454
|
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1445
1455
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
@@ -1763,7 +1773,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
1763
1773
|
isLoading: false;
|
|
1764
1774
|
isSuccess: false;
|
|
1765
1775
|
isError: true;
|
|
1766
|
-
})) => R) | undefined;
|
|
1776
|
+
})) => R) | undefined;
|
|
1767
1777
|
fixedCacheKey?: string | undefined;
|
|
1768
1778
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1769
1779
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
@@ -1924,7 +1934,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
1924
1934
|
isLoading: false;
|
|
1925
1935
|
isSuccess: false;
|
|
1926
1936
|
isError: true;
|
|
1927
|
-
})) => R) | undefined;
|
|
1937
|
+
})) => R) | undefined;
|
|
1928
1938
|
fixedCacheKey?: string | undefined;
|
|
1929
1939
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1930
1940
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
@@ -2085,7 +2095,7 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
2085
2095
|
isLoading: false;
|
|
2086
2096
|
isSuccess: false;
|
|
2087
2097
|
isError: true;
|
|
2088
|
-
})) => R) | undefined;
|
|
2098
|
+
})) => R) | undefined;
|
|
2089
2099
|
fixedCacheKey?: string | undefined;
|
|
2090
2100
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2091
2101
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
@@ -2898,7 +2908,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
2898
2908
|
isLoading: false;
|
|
2899
2909
|
isSuccess: false;
|
|
2900
2910
|
isError: true;
|
|
2901
|
-
})) => R) | undefined;
|
|
2911
|
+
})) => R) | undefined;
|
|
2902
2912
|
fixedCacheKey?: string | undefined;
|
|
2903
2913
|
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2904
2914
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
@@ -3222,7 +3232,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3222
3232
|
isLoading: false;
|
|
3223
3233
|
isSuccess: false;
|
|
3224
3234
|
isError: true;
|
|
3225
|
-
})) => R) | undefined;
|
|
3235
|
+
})) => R) | undefined;
|
|
3226
3236
|
fixedCacheKey?: string | undefined;
|
|
3227
3237
|
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3228
3238
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
@@ -3383,7 +3393,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3383
3393
|
isLoading: false;
|
|
3384
3394
|
isSuccess: false;
|
|
3385
3395
|
isError: true;
|
|
3386
|
-
})) => R) | undefined;
|
|
3396
|
+
})) => R) | undefined;
|
|
3387
3397
|
fixedCacheKey?: string | undefined;
|
|
3388
3398
|
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3389
3399
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
@@ -3544,7 +3554,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3544
3554
|
isLoading: false;
|
|
3545
3555
|
isSuccess: false;
|
|
3546
3556
|
isError: true;
|
|
3547
|
-
})) => R) | undefined;
|
|
3557
|
+
})) => R) | undefined;
|
|
3548
3558
|
fixedCacheKey?: string | undefined;
|
|
3549
3559
|
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3550
3560
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
@@ -4357,7 +4367,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
4357
4367
|
isLoading: false;
|
|
4358
4368
|
isSuccess: false;
|
|
4359
4369
|
isError: true;
|
|
4360
|
-
})) => R) | undefined;
|
|
4370
|
+
})) => R) | undefined;
|
|
4361
4371
|
fixedCacheKey?: string | undefined;
|
|
4362
4372
|
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4363
4373
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
@@ -4681,7 +4691,7 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
4681
4691
|
isLoading: false;
|
|
4682
4692
|
isSuccess: false;
|
|
4683
4693
|
isError: true;
|
|
4684
|
-
})) => R) | undefined;
|
|
4694
|
+
})) => R) | undefined;
|
|
4685
4695
|
fixedCacheKey?: string | undefined;
|
|
4686
4696
|
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4687
4697
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
@@ -4842,7 +4852,7 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
4842
4852
|
isLoading: false;
|
|
4843
4853
|
isSuccess: false;
|
|
4844
4854
|
isError: true;
|
|
4845
|
-
})) => R) | undefined;
|
|
4855
|
+
})) => R) | undefined;
|
|
4846
4856
|
fixedCacheKey?: string | undefined;
|
|
4847
4857
|
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4848
4858
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
@@ -5655,7 +5665,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
5655
5665
|
isLoading: false;
|
|
5656
5666
|
isSuccess: false;
|
|
5657
5667
|
isError: true;
|
|
5658
|
-
})) => R) | undefined;
|
|
5668
|
+
})) => R) | undefined;
|
|
5659
5669
|
fixedCacheKey?: string | undefined;
|
|
5660
5670
|
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5661
5671
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
@@ -5816,7 +5826,7 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
5816
5826
|
isLoading: false;
|
|
5817
5827
|
isSuccess: false;
|
|
5818
5828
|
isError: true;
|
|
5819
|
-
})) => R) | undefined;
|
|
5829
|
+
})) => R) | undefined;
|
|
5820
5830
|
fixedCacheKey?: string | undefined;
|
|
5821
5831
|
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5822
5832
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
@@ -6140,7 +6150,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6140
6150
|
isLoading: false;
|
|
6141
6151
|
isSuccess: false;
|
|
6142
6152
|
isError: true;
|
|
6143
|
-
})) => R) | undefined;
|
|
6153
|
+
})) => R) | undefined;
|
|
6144
6154
|
fixedCacheKey?: string | undefined;
|
|
6145
6155
|
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6146
6156
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
@@ -6301,7 +6311,7 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6301
6311
|
isLoading: false;
|
|
6302
6312
|
isSuccess: false;
|
|
6303
6313
|
isError: true;
|
|
6304
|
-
})) => R) | undefined;
|
|
6314
|
+
})) => R) | undefined;
|
|
6305
6315
|
fixedCacheKey?: string | undefined;
|
|
6306
6316
|
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6307
6317
|
originalArgs?: AcceptInvitationApiArg | undefined;
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -98,6 +98,8 @@ type GetSubscriptionsApiResponse = {
|
|
|
98
98
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
99
99
|
cadence: "monthly" | "yearly";
|
|
100
100
|
unit: "user" | "free";
|
|
101
|
+
/** Minimum number of units required for the plan */
|
|
102
|
+
minimum_units: number;
|
|
101
103
|
/** Price per unit of the plan */
|
|
102
104
|
price_per_unit: number;
|
|
103
105
|
currency: "usd";
|
|
@@ -143,6 +145,8 @@ type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse =
|
|
|
143
145
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
144
146
|
cadence: "monthly" | "yearly";
|
|
145
147
|
unit: "user" | "free";
|
|
148
|
+
/** Minimum number of units required for the plan */
|
|
149
|
+
minimum_units: number;
|
|
146
150
|
/** Price per unit of the plan */
|
|
147
151
|
price_per_unit: number;
|
|
148
152
|
currency: "usd";
|
|
@@ -192,6 +196,8 @@ type GetPlansApiResponse = {
|
|
|
192
196
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
193
197
|
cadence: "monthly" | "yearly";
|
|
194
198
|
unit: "user" | "free";
|
|
199
|
+
/** Minimum number of units required for the plan */
|
|
200
|
+
minimum_units: number;
|
|
195
201
|
/** Price per unit of the plan */
|
|
196
202
|
price_per_unit: number;
|
|
197
203
|
currency: "usd";
|
|
@@ -209,6 +215,8 @@ type GetFeaturesApiResponse = {
|
|
|
209
215
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
210
216
|
cadence: "monthly" | "yearly";
|
|
211
217
|
unit: "user" | "free";
|
|
218
|
+
/** Minimum number of units required for the plan */
|
|
219
|
+
minimum_units: number;
|
|
212
220
|
/** Price per unit of the plan */
|
|
213
221
|
price_per_unit: number;
|
|
214
222
|
currency: "usd";
|
|
@@ -233,6 +241,8 @@ type GetFeaturesByOrganizationApiResponse = {
|
|
|
233
241
|
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
234
242
|
cadence: "monthly" | "yearly";
|
|
235
243
|
unit: "user" | "free";
|
|
244
|
+
/** Minimum number of units required for the plan */
|
|
245
|
+
minimum_units: number;
|
|
236
246
|
/** Price per unit of the plan */
|
|
237
247
|
price_per_unit: number;
|
|
238
248
|
currency: "usd";
|
|
@@ -1278,7 +1288,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
1278
1288
|
isLoading: false;
|
|
1279
1289
|
isSuccess: false;
|
|
1280
1290
|
isError: true;
|
|
1281
|
-
})) => R) | undefined;
|
|
1291
|
+
})) => R) | undefined;
|
|
1282
1292
|
fixedCacheKey?: string | undefined;
|
|
1283
1293
|
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1284
1294
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
@@ -1439,7 +1449,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
1439
1449
|
isLoading: false;
|
|
1440
1450
|
isSuccess: false;
|
|
1441
1451
|
isError: true;
|
|
1442
|
-
})) => R) | undefined;
|
|
1452
|
+
})) => R) | undefined;
|
|
1443
1453
|
fixedCacheKey?: string | undefined;
|
|
1444
1454
|
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1445
1455
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
@@ -1763,7 +1773,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
1763
1773
|
isLoading: false;
|
|
1764
1774
|
isSuccess: false;
|
|
1765
1775
|
isError: true;
|
|
1766
|
-
})) => R) | undefined;
|
|
1776
|
+
})) => R) | undefined;
|
|
1767
1777
|
fixedCacheKey?: string | undefined;
|
|
1768
1778
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1769
1779
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
@@ -1924,7 +1934,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
1924
1934
|
isLoading: false;
|
|
1925
1935
|
isSuccess: false;
|
|
1926
1936
|
isError: true;
|
|
1927
|
-
})) => R) | undefined;
|
|
1937
|
+
})) => R) | undefined;
|
|
1928
1938
|
fixedCacheKey?: string | undefined;
|
|
1929
1939
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1930
1940
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
@@ -2085,7 +2095,7 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
2085
2095
|
isLoading: false;
|
|
2086
2096
|
isSuccess: false;
|
|
2087
2097
|
isError: true;
|
|
2088
|
-
})) => R) | undefined;
|
|
2098
|
+
})) => R) | undefined;
|
|
2089
2099
|
fixedCacheKey?: string | undefined;
|
|
2090
2100
|
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2091
2101
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
@@ -2898,7 +2908,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
2898
2908
|
isLoading: false;
|
|
2899
2909
|
isSuccess: false;
|
|
2900
2910
|
isError: true;
|
|
2901
|
-
})) => R) | undefined;
|
|
2911
|
+
})) => R) | undefined;
|
|
2902
2912
|
fixedCacheKey?: string | undefined;
|
|
2903
2913
|
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2904
2914
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
@@ -3222,7 +3232,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3222
3232
|
isLoading: false;
|
|
3223
3233
|
isSuccess: false;
|
|
3224
3234
|
isError: true;
|
|
3225
|
-
})) => R) | undefined;
|
|
3235
|
+
})) => R) | undefined;
|
|
3226
3236
|
fixedCacheKey?: string | undefined;
|
|
3227
3237
|
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3228
3238
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
@@ -3383,7 +3393,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3383
3393
|
isLoading: false;
|
|
3384
3394
|
isSuccess: false;
|
|
3385
3395
|
isError: true;
|
|
3386
|
-
})) => R) | undefined;
|
|
3396
|
+
})) => R) | undefined;
|
|
3387
3397
|
fixedCacheKey?: string | undefined;
|
|
3388
3398
|
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3389
3399
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
@@ -3544,7 +3554,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3544
3554
|
isLoading: false;
|
|
3545
3555
|
isSuccess: false;
|
|
3546
3556
|
isError: true;
|
|
3547
|
-
})) => R) | undefined;
|
|
3557
|
+
})) => R) | undefined;
|
|
3548
3558
|
fixedCacheKey?: string | undefined;
|
|
3549
3559
|
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3550
3560
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
@@ -4357,7 +4367,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
4357
4367
|
isLoading: false;
|
|
4358
4368
|
isSuccess: false;
|
|
4359
4369
|
isError: true;
|
|
4360
|
-
})) => R) | undefined;
|
|
4370
|
+
})) => R) | undefined;
|
|
4361
4371
|
fixedCacheKey?: string | undefined;
|
|
4362
4372
|
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4363
4373
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
@@ -4681,7 +4691,7 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
4681
4691
|
isLoading: false;
|
|
4682
4692
|
isSuccess: false;
|
|
4683
4693
|
isError: true;
|
|
4684
|
-
})) => R) | undefined;
|
|
4694
|
+
})) => R) | undefined;
|
|
4685
4695
|
fixedCacheKey?: string | undefined;
|
|
4686
4696
|
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4687
4697
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
@@ -4842,7 +4852,7 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
4842
4852
|
isLoading: false;
|
|
4843
4853
|
isSuccess: false;
|
|
4844
4854
|
isError: true;
|
|
4845
|
-
})) => R) | undefined;
|
|
4855
|
+
})) => R) | undefined;
|
|
4846
4856
|
fixedCacheKey?: string | undefined;
|
|
4847
4857
|
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4848
4858
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
@@ -5655,7 +5665,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
5655
5665
|
isLoading: false;
|
|
5656
5666
|
isSuccess: false;
|
|
5657
5667
|
isError: true;
|
|
5658
|
-
})) => R) | undefined;
|
|
5668
|
+
})) => R) | undefined;
|
|
5659
5669
|
fixedCacheKey?: string | undefined;
|
|
5660
5670
|
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5661
5671
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
@@ -5816,7 +5826,7 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
5816
5826
|
isLoading: false;
|
|
5817
5827
|
isSuccess: false;
|
|
5818
5828
|
isError: true;
|
|
5819
|
-
})) => R) | undefined;
|
|
5829
|
+
})) => R) | undefined;
|
|
5820
5830
|
fixedCacheKey?: string | undefined;
|
|
5821
5831
|
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5822
5832
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
@@ -6140,7 +6150,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6140
6150
|
isLoading: false;
|
|
6141
6151
|
isSuccess: false;
|
|
6142
6152
|
isError: true;
|
|
6143
|
-
})) => R) | undefined;
|
|
6153
|
+
})) => R) | undefined;
|
|
6144
6154
|
fixedCacheKey?: string | undefined;
|
|
6145
6155
|
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6146
6156
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
@@ -6301,7 +6311,7 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6301
6311
|
isLoading: false;
|
|
6302
6312
|
isSuccess: false;
|
|
6303
6313
|
isError: true;
|
|
6304
|
-
})) => R) | undefined;
|
|
6314
|
+
})) => R) | undefined;
|
|
6305
6315
|
fixedCacheKey?: string | undefined;
|
|
6306
6316
|
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, never, AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6307
6317
|
originalArgs?: AcceptInvitationApiArg | undefined;
|