@graphql-hive/core 0.20.1-alpha-20260120163216-4904b133781b2233583b92129932903b1a0ef16f → 0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86
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.20.1-alpha-
|
|
4
|
+
exports.version = '0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.20.1-alpha-
|
|
1
|
+
export const version = '0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/core",
|
|
3
|
-
"version": "0.20.1-alpha-
|
|
3
|
+
"version": "0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -172,6 +172,8 @@ export type AnswerOrganizationTransferRequestInput = {
|
|
|
172
172
|
};
|
|
173
173
|
export type AppDeploymentDocumentsFilterInput = {
|
|
174
174
|
operationName?: InputMaybe<Scalars['String']['input']>;
|
|
175
|
+
/** Filter documents that use any of the specified schema coordinates. */
|
|
176
|
+
schemaCoordinates?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
175
177
|
};
|
|
176
178
|
export type AppDeploymentOperation = {
|
|
177
179
|
/** GraphQL operation body. */
|
|
@@ -243,6 +245,8 @@ export type ClientStatsByTargetsInput = {
|
|
|
243
245
|
export type ConditionalBreakingChangeConfigurationInput = {
|
|
244
246
|
/** Whether a percentage or absolute value should be used for the conditional breaking changes treshold. */
|
|
245
247
|
breakingChangeFormula?: InputMaybe<BreakingChangeFormulaType>;
|
|
248
|
+
/** List of app deployment names that are excluded from the breaking change detection. */
|
|
249
|
+
excludedAppDeployments?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
246
250
|
/** List of client names that are excluded from the breaking change detection. */
|
|
247
251
|
excludedClients?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
248
252
|
/** Update whethe the conditional breaking change detection is enabled or disabled. */
|
|
@@ -172,6 +172,8 @@ export type AnswerOrganizationTransferRequestInput = {
|
|
|
172
172
|
};
|
|
173
173
|
export type AppDeploymentDocumentsFilterInput = {
|
|
174
174
|
operationName?: InputMaybe<Scalars['String']['input']>;
|
|
175
|
+
/** Filter documents that use any of the specified schema coordinates. */
|
|
176
|
+
schemaCoordinates?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
175
177
|
};
|
|
176
178
|
export type AppDeploymentOperation = {
|
|
177
179
|
/** GraphQL operation body. */
|
|
@@ -243,6 +245,8 @@ export type ClientStatsByTargetsInput = {
|
|
|
243
245
|
export type ConditionalBreakingChangeConfigurationInput = {
|
|
244
246
|
/** Whether a percentage or absolute value should be used for the conditional breaking changes treshold. */
|
|
245
247
|
breakingChangeFormula?: InputMaybe<BreakingChangeFormulaType>;
|
|
248
|
+
/** List of app deployment names that are excluded from the breaking change detection. */
|
|
249
|
+
excludedAppDeployments?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
246
250
|
/** List of client names that are excluded from the breaking change detection. */
|
|
247
251
|
excludedClients?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
248
252
|
/** Update whethe the conditional breaking change detection is enabled or disabled. */
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.20.1-alpha-
|
|
1
|
+
export declare const version = "0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.20.1-alpha-
|
|
1
|
+
export declare const version = "0.20.1-alpha-20260120171626-d257c02698ee4e23b6e30750a1311b7ceee78a86";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|