@adminide-stack/extension-api 1.1.3-alpha.175 → 1.1.3-alpha.179
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.
|
@@ -1787,6 +1787,14 @@ export declare type ISnippet = {
|
|
|
1787
1787
|
__typename?: 'Snippet';
|
|
1788
1788
|
language?: Maybe<Scalars['String']>;
|
|
1789
1789
|
};
|
|
1790
|
+
export declare type ISort = {
|
|
1791
|
+
key: Scalars['String'];
|
|
1792
|
+
value: ISortEnum;
|
|
1793
|
+
};
|
|
1794
|
+
export declare enum ISortEnum {
|
|
1795
|
+
ASC = "ASC",
|
|
1796
|
+
DESC = "DESC"
|
|
1797
|
+
}
|
|
1790
1798
|
export declare type ISubscription = {
|
|
1791
1799
|
__typename?: 'Subscription';
|
|
1792
1800
|
dummy?: Maybe<Scalars['Int']>;
|
|
@@ -2051,7 +2059,7 @@ export declare const CopyDocument: Apollo.DocumentNode;
|
|
|
2051
2059
|
*/
|
|
2052
2060
|
export declare function useCopyMutation(baseOptions?: Apollo.MutationHookOptions<ICopyMutation, ICopyMutationVariables>): Apollo.MutationTuple<ICopyMutation, Exact<{
|
|
2053
2061
|
value?: string;
|
|
2054
|
-
}>>;
|
|
2062
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2055
2063
|
export declare type CopyMutationHookResult = ReturnType<typeof useCopyMutation>;
|
|
2056
2064
|
export declare type CopyMutationResult = Apollo.MutationResult<ICopyMutation>;
|
|
2057
2065
|
export declare type CopyMutationOptions = Apollo.BaseMutationOptions<ICopyMutation, ICopyMutationVariables>;
|
|
@@ -2075,7 +2083,7 @@ export declare const RunMenuActionDocument: Apollo.DocumentNode;
|
|
|
2075
2083
|
*/
|
|
2076
2084
|
export declare function useRunMenuActionMutation(baseOptions?: Apollo.MutationHookOptions<IRunMenuActionMutation, IRunMenuActionMutationVariables>): Apollo.MutationTuple<IRunMenuActionMutation, Exact<{
|
|
2077
2085
|
argument?: IContributionActionRun_input;
|
|
2078
|
-
}>>;
|
|
2086
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2079
2087
|
export declare type RunMenuActionMutationHookResult = ReturnType<typeof useRunMenuActionMutation>;
|
|
2080
2088
|
export declare type RunMenuActionMutationResult = Apollo.MutationResult<IRunMenuActionMutation>;
|
|
2081
2089
|
export declare type RunMenuActionMutationOptions = Apollo.BaseMutationOptions<IRunMenuActionMutation, IRunMenuActionMutationVariables>;
|
|
@@ -2098,7 +2106,7 @@ export declare const HideContextMenuDocument: Apollo.DocumentNode;
|
|
|
2098
2106
|
*/
|
|
2099
2107
|
export declare function useHideContextMenuMutation(baseOptions?: Apollo.MutationHookOptions<IHideContextMenuMutation, IHideContextMenuMutationVariables>): Apollo.MutationTuple<IHideContextMenuMutation, Exact<{
|
|
2100
2108
|
[key: string]: never;
|
|
2101
|
-
}>>;
|
|
2109
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2102
2110
|
export declare type HideContextMenuMutationHookResult = ReturnType<typeof useHideContextMenuMutation>;
|
|
2103
2111
|
export declare type HideContextMenuMutationResult = Apollo.MutationResult<IHideContextMenuMutation>;
|
|
2104
2112
|
export declare type HideContextMenuMutationOptions = Apollo.BaseMutationOptions<IHideContextMenuMutation, IHideContextMenuMutationVariables>;
|
|
@@ -2122,7 +2130,7 @@ export declare const ShowContextMenuDocument: Apollo.DocumentNode;
|
|
|
2122
2130
|
*/
|
|
2123
2131
|
export declare function useShowContextMenuMutation(baseOptions?: Apollo.MutationHookOptions<IShowContextMenuMutation, IShowContextMenuMutationVariables>): Apollo.MutationTuple<IShowContextMenuMutation, Exact<{
|
|
2124
2132
|
delegate?: IContextMenu_input;
|
|
2125
|
-
}>>;
|
|
2133
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2126
2134
|
export declare type ShowContextMenuMutationHookResult = ReturnType<typeof useShowContextMenuMutation>;
|
|
2127
2135
|
export declare type ShowContextMenuMutationResult = Apollo.MutationResult<IShowContextMenuMutation>;
|
|
2128
2136
|
export declare type ShowContextMenuMutationOptions = Apollo.BaseMutationOptions<IShowContextMenuMutation, IShowContextMenuMutationVariables>;
|
|
@@ -2146,7 +2154,7 @@ export declare const installDocument: Apollo.DocumentNode;
|
|
|
2146
2154
|
*/
|
|
2147
2155
|
export declare function useinstallMutation(baseOptions?: Apollo.MutationHookOptions<IinstallMutation, IinstallMutationVariables>): Apollo.MutationTuple<IinstallMutation, Exact<{
|
|
2148
2156
|
vsix: string;
|
|
2149
|
-
}>>;
|
|
2157
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2150
2158
|
export declare type installMutationHookResult = ReturnType<typeof useinstallMutation>;
|
|
2151
2159
|
export declare type installMutationResult = Apollo.MutationResult<IinstallMutation>;
|
|
2152
2160
|
export declare type installMutationOptions = Apollo.BaseMutationOptions<IinstallMutation, IinstallMutationVariables>;
|
|
@@ -2170,7 +2178,7 @@ export declare const providerDefinitionDocument: Apollo.DocumentNode;
|
|
|
2170
2178
|
*/
|
|
2171
2179
|
export declare function useproviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions<IproviderDefinitionMutation, IproviderDefinitionMutationVariables>): Apollo.MutationTuple<IproviderDefinitionMutation, Exact<{
|
|
2172
2180
|
params?: ITextDocumentPositionParamsInput;
|
|
2173
|
-
}>>;
|
|
2181
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2174
2182
|
export declare type providerDefinitionMutationHookResult = ReturnType<typeof useproviderDefinitionMutation>;
|
|
2175
2183
|
export declare type providerDefinitionMutationResult = Apollo.MutationResult<IproviderDefinitionMutation>;
|
|
2176
2184
|
export declare type providerDefinitionMutationOptions = Apollo.BaseMutationOptions<IproviderDefinitionMutation, IproviderDefinitionMutationVariables>;
|
|
@@ -2194,7 +2202,7 @@ export declare const removeDocument: Apollo.DocumentNode;
|
|
|
2194
2202
|
*/
|
|
2195
2203
|
export declare function useremoveMutation(baseOptions?: Apollo.MutationHookOptions<IremoveMutation, IremoveMutationVariables>): Apollo.MutationTuple<IremoveMutation, Exact<{
|
|
2196
2204
|
id: string;
|
|
2197
|
-
}>>;
|
|
2205
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
2198
2206
|
export declare type removeMutationHookResult = ReturnType<typeof useremoveMutation>;
|
|
2199
2207
|
export declare type removeMutationResult = Apollo.MutationResult<IremoveMutation>;
|
|
2200
2208
|
export declare type removeMutationOptions = Apollo.BaseMutationOptions<IremoveMutation, IremoveMutationVariables>;
|
|
@@ -2217,7 +2225,7 @@ export declare const ContextMenuDocument: Apollo.DocumentNode;
|
|
|
2217
2225
|
export declare function useContextMenuQuery(baseOptions?: Apollo.QueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.QueryResult<IContextMenuQuery, Exact<{
|
|
2218
2226
|
[key: string]: never;
|
|
2219
2227
|
}>>;
|
|
2220
|
-
export declare function useContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.
|
|
2228
|
+
export declare function useContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.LazyQueryResultTuple<IContextMenuQuery, Exact<{
|
|
2221
2229
|
[key: string]: never;
|
|
2222
2230
|
}>>;
|
|
2223
2231
|
export declare type ContextMenuQueryHookResult = ReturnType<typeof useContextMenuQuery>;
|
|
@@ -2243,7 +2251,7 @@ export declare const galleryExtensionDocument: Apollo.DocumentNode;
|
|
|
2243
2251
|
export declare function usegalleryExtensionQuery(baseOptions: Apollo.QueryHookOptions<IgalleryExtensionQuery, IgalleryExtensionQueryVariables>): Apollo.QueryResult<IgalleryExtensionQuery, Exact<{
|
|
2244
2252
|
extensionID: string;
|
|
2245
2253
|
}>>;
|
|
2246
|
-
export declare function usegalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IgalleryExtensionQuery, IgalleryExtensionQueryVariables>): Apollo.
|
|
2254
|
+
export declare function usegalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IgalleryExtensionQuery, IgalleryExtensionQueryVariables>): Apollo.LazyQueryResultTuple<IgalleryExtensionQuery, Exact<{
|
|
2247
2255
|
extensionID: string;
|
|
2248
2256
|
}>>;
|
|
2249
2257
|
export declare type galleryExtensionQueryHookResult = ReturnType<typeof usegalleryExtensionQuery>;
|
|
@@ -2271,7 +2279,7 @@ export declare function useExtensionsByLimitQuery(baseOptions: Apollo.QueryHookO
|
|
|
2271
2279
|
first: number;
|
|
2272
2280
|
prioritizeExtensionIDs: string | string[];
|
|
2273
2281
|
}>>;
|
|
2274
|
-
export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.
|
|
2282
|
+
export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.LazyQueryResultTuple<IExtensionsByLimitQuery, Exact<{
|
|
2275
2283
|
first: number;
|
|
2276
2284
|
prioritizeExtensionIDs: string | string[];
|
|
2277
2285
|
}>>;
|
|
@@ -2298,7 +2306,7 @@ export declare const galleryDocument: Apollo.DocumentNode;
|
|
|
2298
2306
|
export declare function usegalleryQuery(baseOptions?: Apollo.QueryHookOptions<IgalleryQuery, IgalleryQueryVariables>): Apollo.QueryResult<IgalleryQuery, Exact<{
|
|
2299
2307
|
query?: IGalleryQuery;
|
|
2300
2308
|
}>>;
|
|
2301
|
-
export declare function usegalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IgalleryQuery, IgalleryQueryVariables>): Apollo.
|
|
2309
|
+
export declare function usegalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IgalleryQuery, IgalleryQueryVariables>): Apollo.LazyQueryResultTuple<IgalleryQuery, Exact<{
|
|
2302
2310
|
query?: IGalleryQuery;
|
|
2303
2311
|
}>>;
|
|
2304
2312
|
export declare type galleryQueryHookResult = ReturnType<typeof usegalleryQuery>;
|
|
@@ -2323,7 +2331,7 @@ export declare const installedExtensionsDocument: Apollo.DocumentNode;
|
|
|
2323
2331
|
export declare function useinstalledExtensionsQuery(baseOptions?: Apollo.QueryHookOptions<IinstalledExtensionsQuery, IinstalledExtensionsQueryVariables>): Apollo.QueryResult<IinstalledExtensionsQuery, Exact<{
|
|
2324
2332
|
[key: string]: never;
|
|
2325
2333
|
}>>;
|
|
2326
|
-
export declare function useinstalledExtensionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IinstalledExtensionsQuery, IinstalledExtensionsQueryVariables>): Apollo.
|
|
2334
|
+
export declare function useinstalledExtensionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IinstalledExtensionsQuery, IinstalledExtensionsQueryVariables>): Apollo.LazyQueryResultTuple<IinstalledExtensionsQuery, Exact<{
|
|
2327
2335
|
[key: string]: never;
|
|
2328
2336
|
}>>;
|
|
2329
2337
|
export declare type installedExtensionsQueryHookResult = ReturnType<typeof useinstalledExtensionsQuery>;
|
|
@@ -2348,7 +2356,7 @@ export declare const NotificationsDocument: Apollo.DocumentNode;
|
|
|
2348
2356
|
export declare function useNotificationsQuery(baseOptions?: Apollo.QueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.QueryResult<INotificationsQuery, Exact<{
|
|
2349
2357
|
[key: string]: never;
|
|
2350
2358
|
}>>;
|
|
2351
|
-
export declare function useNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.
|
|
2359
|
+
export declare function useNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.LazyQueryResultTuple<INotificationsQuery, Exact<{
|
|
2352
2360
|
[key: string]: never;
|
|
2353
2361
|
}>>;
|
|
2354
2362
|
export declare type NotificationsQueryHookResult = ReturnType<typeof useNotificationsQuery>;
|
|
@@ -2374,7 +2382,7 @@ export declare const showNotificationDocument: Apollo.DocumentNode;
|
|
|
2374
2382
|
export declare function useshowNotificationQuery(baseOptions?: Apollo.QueryHookOptions<IshowNotificationQuery, IshowNotificationQueryVariables>): Apollo.QueryResult<IshowNotificationQuery, Exact<{
|
|
2375
2383
|
notification?: INotification_input;
|
|
2376
2384
|
}>>;
|
|
2377
|
-
export declare function useshowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IshowNotificationQuery, IshowNotificationQueryVariables>): Apollo.
|
|
2385
|
+
export declare function useshowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IshowNotificationQuery, IshowNotificationQueryVariables>): Apollo.LazyQueryResultTuple<IshowNotificationQuery, Exact<{
|
|
2378
2386
|
notification?: INotification_input;
|
|
2379
2387
|
}>>;
|
|
2380
2388
|
export declare type showNotificationQueryHookResult = ReturnType<typeof useshowNotificationQuery>;
|
|
@@ -2569,6 +2577,8 @@ export declare type IResolversTypes = {
|
|
|
2569
2577
|
RegistryPublisherConnection: ResolverTypeWrapper<IRegistryPublisherConnection>;
|
|
2570
2578
|
Scripts: ResolverTypeWrapper<IScripts>;
|
|
2571
2579
|
Snippet: ResolverTypeWrapper<ISnippet>;
|
|
2580
|
+
Sort: ISort;
|
|
2581
|
+
SortEnum: ISortEnum;
|
|
2572
2582
|
Subscription: ResolverTypeWrapper<{}>;
|
|
2573
2583
|
TextDocumentIdentifier: ResolverTypeWrapper<ITextDocumentIdentifier>;
|
|
2574
2584
|
TextDocumentIdentifierInput: ITextDocumentIdentifierInput;
|
|
@@ -2726,6 +2736,7 @@ export declare type IResolversParentTypes = {
|
|
|
2726
2736
|
RegistryPublisherConnection: IRegistryPublisherConnection;
|
|
2727
2737
|
Scripts: IScripts;
|
|
2728
2738
|
Snippet: ISnippet;
|
|
2739
|
+
Sort: ISort;
|
|
2729
2740
|
Subscription: {};
|
|
2730
2741
|
TextDocumentIdentifier: ITextDocumentIdentifier;
|
|
2731
2742
|
TextDocumentIdentifierInput: ITextDocumentIdentifierInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useshowNotificationLazyQuery = exports.useshowNotificationQuery = exports.showNotificationDocument = exports.useNotificationsLazyQuery = exports.useNotificationsQuery = exports.NotificationsDocument = exports.useinstalledExtensionsLazyQuery = exports.useinstalledExtensionsQuery = exports.installedExtensionsDocument = exports.usegalleryLazyQuery = exports.usegalleryQuery = exports.galleryDocument = exports.useExtensionsByLimitLazyQuery = exports.useExtensionsByLimitQuery = exports.ExtensionsByLimitDocument = exports.usegalleryExtensionLazyQuery = exports.usegalleryExtensionQuery = exports.galleryExtensionDocument = exports.useContextMenuLazyQuery = exports.useContextMenuQuery = exports.ContextMenuDocument = exports.useremoveMutation = exports.removeDocument = exports.useproviderDefinitionMutation = exports.providerDefinitionDocument = exports.useinstallMutation = exports.installDocument = exports.useShowContextMenuMutation = exports.ShowContextMenuDocument = exports.useHideContextMenuMutation = exports.HideContextMenuDocument = exports.useRunMenuActionMutation = exports.RunMenuActionDocument = exports.useCopyMutation = exports.CopyDocument = exports.INotificationViewItemLabelKind = exports.INotificationSeverity = exports.INotificationChangeType = exports.IMoleculerServiceName = exports.IMenuId = exports.IMarkupKind = exports.IGraphqlCallType = exports.IExtensionType = exports.IExtensionKind = exports.IEnvironmentSync = exports.IClientContainerService = exports.ICacheControlScope = void 0;
|
|
3
|
+
exports.useshowNotificationLazyQuery = exports.useshowNotificationQuery = exports.showNotificationDocument = exports.useNotificationsLazyQuery = exports.useNotificationsQuery = exports.NotificationsDocument = exports.useinstalledExtensionsLazyQuery = exports.useinstalledExtensionsQuery = exports.installedExtensionsDocument = exports.usegalleryLazyQuery = exports.usegalleryQuery = exports.galleryDocument = exports.useExtensionsByLimitLazyQuery = exports.useExtensionsByLimitQuery = exports.ExtensionsByLimitDocument = exports.usegalleryExtensionLazyQuery = exports.usegalleryExtensionQuery = exports.galleryExtensionDocument = exports.useContextMenuLazyQuery = exports.useContextMenuQuery = exports.ContextMenuDocument = exports.useremoveMutation = exports.removeDocument = exports.useproviderDefinitionMutation = exports.providerDefinitionDocument = exports.useinstallMutation = exports.installDocument = exports.useShowContextMenuMutation = exports.ShowContextMenuDocument = exports.useHideContextMenuMutation = exports.HideContextMenuDocument = exports.useRunMenuActionMutation = exports.RunMenuActionDocument = exports.useCopyMutation = exports.CopyDocument = exports.ISortEnum = exports.INotificationViewItemLabelKind = exports.INotificationSeverity = exports.INotificationChangeType = exports.IMoleculerServiceName = exports.IMenuId = exports.IMarkupKind = exports.IGraphqlCallType = exports.IExtensionType = exports.IExtensionKind = exports.IEnvironmentSync = exports.IClientContainerService = exports.ICacheControlScope = void 0;
|
|
4
4
|
const client_1 = require("@apollo/client");
|
|
5
5
|
const Apollo = require("@apollo/client");
|
|
6
6
|
const defaultOptions = {};
|
|
@@ -97,6 +97,11 @@ var INotificationViewItemLabelKind;
|
|
|
97
97
|
INotificationViewItemLabelKind["ACTIONS"] = "ACTIONS";
|
|
98
98
|
INotificationViewItemLabelKind["PROGRESS"] = "PROGRESS";
|
|
99
99
|
})(INotificationViewItemLabelKind = exports.INotificationViewItemLabelKind || (exports.INotificationViewItemLabelKind = {}));
|
|
100
|
+
var ISortEnum;
|
|
101
|
+
(function (ISortEnum) {
|
|
102
|
+
ISortEnum["ASC"] = "ASC";
|
|
103
|
+
ISortEnum["DESC"] = "DESC";
|
|
104
|
+
})(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
|
|
100
105
|
exports.CopyDocument = (0, client_1.gql) `
|
|
101
106
|
mutation Copy($value: String) {
|
|
102
107
|
copy(value: $value) @client
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":";;;AAIA,2CAAqC;AACrC,yCAAyC;AAMzC,MAAM,cAAc,GAAI,EAAE,CAAA;AA2E1B,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,yCAAmB,CAAA;AACrB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,uBAEX;AAFD,WAAY,uBAAuB;IACjC,sEAA2C,CAAA;AAC7C,CAAC,EAFW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAElC;AA2KD,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,6BAAS,CAAA;IACT,+BAAW,CAAA;IACX,mCAAe,CAAA;AACjB,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AA4XD,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,2BAAS,CAAA;IACT,yCAAuB,CAAA;AACzB,CAAC,EAHW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAGzB;AA0ND,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAGzB;AA0GD,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,yCAAqB,CAAA;IACrB,mCAAe,CAAA;AACjB,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AA4KD,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,oCAAqB,CAAA;AACvB,CAAC,EAHW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAGtB;AAED,IAAY,OA+BX;AA/BD,WAAY,OAAO;IACjB,4CAAiC,CAAA;IACjC,0DAA+C,CAAA;IAC/C,gDAAqC,CAAA;IACrC,8CAAmC,CAAA;IACnC,8CAAmC,CAAA;IACnC,0CAA+B,CAAA;IAC/B,gEAAqD,CAAA;IACrD,4DAAiD,CAAA;IACjD,kDAAuC,CAAA;IACvC,wDAA6C,CAAA;IAC7C,8DAAmD,CAAA;IACnD,4DAAiD,CAAA;IACjD,8CAAmC,CAAA;IACnC,8CAAmC,CAAA;IACnC,kDAAuC,CAAA;IACvC,wDAA6C,CAAA;IAC7C,gDAAqC,CAAA;IACrC,oDAAyC,CAAA;IACzC,8DAAmD,CAAA;IACnD,oDAAyC,CAAA;IACzC,gCAAqB,CAAA;IACrB,0CAA+B,CAAA;IAC/B,wEAA6D,CAAA;IAC7D,8CAAmC,CAAA;IACnC,8CAAmC,CAAA;IACnC,kCAAuB,CAAA;IACvB,oDAAyC,CAAA;IACzC,wDAA6C,CAAA;IAC7C,wCAA6B,CAAA;IAC7B,4CAAiC,CAAA;AACnC,CAAC,EA/BW,OAAO,GAAP,eAAO,KAAP,eAAO,QA+BlB;AAsGD,yDAAyD;AACzD,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC/B,wCAAe,CAAA;AACjB,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC;AA8RD,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,sCAAW,CAAA;IACX,4CAAiB,CAAA;IACjB,4CAAiB,CAAA;AACnB,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC;AAiBD,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;IACjB,sCAAa,CAAA;IACb,4CAAmB,CAAA;IACnB,wCAAe,CAAA;AACjB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC;AAeD,IAAY,8BAKX;AALD,WAAY,8BAA8B;IACxC,uDAAqB,CAAA;IACrB,qDAAmB,CAAA;IACnB,qDAAmB,CAAA;IACnB,uDAAqB,CAAA;AACvB,CAAC,EALW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAKzC;
|
|
1
|
+
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/extension-api",
|
|
3
|
-
"version": "1.1.3-alpha.
|
|
3
|
+
"version": "1.1.3-alpha.179",
|
|
4
4
|
"description": "Workbench core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@adminide-stack/core": "1.1.3-alpha.
|
|
38
|
+
"@adminide-stack/core": "1.1.3-alpha.179",
|
|
39
39
|
"abort-controller": "^2.0.0",
|
|
40
40
|
"abortable-rx": "^1.0.9",
|
|
41
41
|
"cdeops": "1.1.3-alpha.170",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"typescript": {
|
|
57
57
|
"definition": "lib/index.d.ts"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "82a862c781661288b48afa6ad570b90716ffc98d"
|
|
60
60
|
}
|