@graphql-hive/core 0.19.0-alpha-20251218154130-f39f4f0e1fe0379061b80889c481133b393095fa → 0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f
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/cjs/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.version = void 0;
|
|
4
|
-
exports.version = '0.19.0-alpha-
|
|
4
|
+
exports.version = '0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.19.0-alpha-
|
|
1
|
+
export const version = '0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/core",
|
|
3
|
-
"version": "0.19.0-alpha-
|
|
3
|
+
"version": "0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -277,7 +277,6 @@ export type CreateMemberRoleInput = {
|
|
|
277
277
|
selectedPermissions: Array<Scalars['String']['input']>;
|
|
278
278
|
};
|
|
279
279
|
export type CreateOidcIntegrationInput = {
|
|
280
|
-
additionalScopes: Array<Scalars['String']['input']>;
|
|
281
280
|
authorizationEndpoint: Scalars['String']['input'];
|
|
282
281
|
clientId: Scalars['ID']['input'];
|
|
283
282
|
clientSecret: Scalars['String']['input'];
|
|
@@ -991,7 +990,6 @@ export type UpdateOidcDefaultResourceAssignmentInput = {
|
|
|
991
990
|
resources: ResourceAssignmentInput;
|
|
992
991
|
};
|
|
993
992
|
export type UpdateOidcIntegrationInput = {
|
|
994
|
-
additionalScopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
995
993
|
authorizationEndpoint?: InputMaybe<Scalars['String']['input']>;
|
|
996
994
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
997
995
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -277,7 +277,6 @@ export type CreateMemberRoleInput = {
|
|
|
277
277
|
selectedPermissions: Array<Scalars['String']['input']>;
|
|
278
278
|
};
|
|
279
279
|
export type CreateOidcIntegrationInput = {
|
|
280
|
-
additionalScopes: Array<Scalars['String']['input']>;
|
|
281
280
|
authorizationEndpoint: Scalars['String']['input'];
|
|
282
281
|
clientId: Scalars['ID']['input'];
|
|
283
282
|
clientSecret: Scalars['String']['input'];
|
|
@@ -991,7 +990,6 @@ export type UpdateOidcDefaultResourceAssignmentInput = {
|
|
|
991
990
|
resources: ResourceAssignmentInput;
|
|
992
991
|
};
|
|
993
992
|
export type UpdateOidcIntegrationInput = {
|
|
994
|
-
additionalScopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
995
993
|
authorizationEndpoint?: InputMaybe<Scalars['String']['input']>;
|
|
996
994
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
997
995
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.19.0-alpha-
|
|
1
|
+
export declare const version = "0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.19.0-alpha-
|
|
1
|
+
export declare const version = "0.19.0-alpha-20251218155005-7f9cb40ec170a01650853ef795bf06fa83b1a73f";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|