feat(Contributions): ability to pause non-transferable #23827
Annotations
13 warnings and 4 notices
Enum value 'PAUSED' was added to enum 'OrderStatus':
server/graphql/schemaV1.graphql#L736
Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.
|
Enum value 'PAUSED' was added to enum 'OrderStatus':
server/graphql/schemaV2.graphql#L1197
Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.
|
Enum value 'SUBSCRIPTION_PAUSED' was added to enum 'ActivityType':
server/graphql/schemaV2.graphql#L5335
Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.
|
Enum value 'SUBSCRIPTION_PAUSED' was added to enum 'ActivityAndClassesType':
server/graphql/schemaV2.graphql#L13876
Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.
|
Argument 'pauseContributions: Boolean!' (with default value) added to field 'Mutation.removeHost':
server/graphql/schemaV2.graphql#L16251
Adding a new argument to an existing field may involve a change in resolve function logic that potentially may cause some side effects.
|
e2e (3*.js)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: octokit/request-action@v2.x. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e (3*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (0*.js)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: octokit/request-action@v2.x. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e (0*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (2*.js)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: octokit/request-action@v2.x. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e (2*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (1*.js)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: octokit/request-action@v2.x. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e (1*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
Field 'activeRecurringContributionsBreakdown' was added to object type 'AccountStats':
server/graphql/schemaV2.graphql#L4625
Field 'activeRecurringContributionsBreakdown' was added to object type 'AccountStats'
|
Field 'AccountStats.activeRecurringContributionsV2' is deprecated:
server/graphql/schemaV2.graphql#L4614
Field 'AccountStats.activeRecurringContributionsV2' is deprecated
|
Field 'AccountStats.activeRecurringContributionsV2' has deprecation reason '2024-03-04: Use activeRecurringContributionsBreakdown while we migrate to better semantics.':
server/graphql/schemaV2.graphql#L4614
Field 'AccountStats.activeRecurringContributionsV2' has deprecation reason '2024-03-04: Use activeRecurringContributionsBreakdown while we migrate to better semantics.'
|
Description for argument 'message' on field 'Mutation.removeHost' changed from 'undefined' to 'An optional message to explain the reason for unhosting':
server/graphql/schemaV2.graphql#L16246
Description for argument 'message' on field 'Mutation.removeHost' changed from 'undefined' to 'An optional message to explain the reason for unhosting'
|