@graphql-hive/core 0.19.0-alpha-20251219152709-4e0ab08212d64ce39587fdcb9aad2a050d41d0d7 → 0.19.0-alpha-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5
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-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.19.0-alpha-
|
|
1
|
+
export const version = '0.19.0-alpha-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5';
|
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-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -277,6 +277,7 @@ export type CreateMemberRoleInput = {
|
|
|
277
277
|
selectedPermissions: Array<Scalars['String']['input']>;
|
|
278
278
|
};
|
|
279
279
|
export type CreateOidcIntegrationInput = {
|
|
280
|
+
additionalScopes: Array<Scalars['String']['input']>;
|
|
280
281
|
authorizationEndpoint: Scalars['String']['input'];
|
|
281
282
|
clientId: Scalars['ID']['input'];
|
|
282
283
|
clientSecret: Scalars['String']['input'];
|
|
@@ -990,6 +991,7 @@ export type UpdateOidcDefaultResourceAssignmentInput = {
|
|
|
990
991
|
resources: ResourceAssignmentInput;
|
|
991
992
|
};
|
|
992
993
|
export type UpdateOidcIntegrationInput = {
|
|
994
|
+
additionalScopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
993
995
|
authorizationEndpoint?: InputMaybe<Scalars['String']['input']>;
|
|
994
996
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
995
997
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -277,6 +277,7 @@ export type CreateMemberRoleInput = {
|
|
|
277
277
|
selectedPermissions: Array<Scalars['String']['input']>;
|
|
278
278
|
};
|
|
279
279
|
export type CreateOidcIntegrationInput = {
|
|
280
|
+
additionalScopes: Array<Scalars['String']['input']>;
|
|
280
281
|
authorizationEndpoint: Scalars['String']['input'];
|
|
281
282
|
clientId: Scalars['ID']['input'];
|
|
282
283
|
clientSecret: Scalars['String']['input'];
|
|
@@ -990,6 +991,7 @@ export type UpdateOidcDefaultResourceAssignmentInput = {
|
|
|
990
991
|
resources: ResourceAssignmentInput;
|
|
991
992
|
};
|
|
992
993
|
export type UpdateOidcIntegrationInput = {
|
|
994
|
+
additionalScopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
993
995
|
authorizationEndpoint?: InputMaybe<Scalars['String']['input']>;
|
|
994
996
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
995
997
|
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-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5";
|
|
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-20251219165150-0f4c960bd12f6366c1b010f7f17238a477485be5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|