@shopify/cli-kit 4.3.0 → 4.5.0
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/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-cancel.d.ts +28 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-cancel.js +74 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-cancel.js.map +1 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-mutation.d.ts +28 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-mutation.js +92 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-mutation.js.map +1 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-query.d.ts +26 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-query.js +72 -0
- package/dist/cli/api/graphql/bulk-operations/generated/bulk-operation-run-query.js.map +1 -0
- package/dist/cli/api/graphql/bulk-operations/generated/get-bulk-operation-by-id.d.ts +19 -0
- package/dist/cli/api/graphql/bulk-operations/generated/get-bulk-operation-by-id.js +49 -0
- package/dist/cli/api/graphql/bulk-operations/generated/get-bulk-operation-by-id.js.map +1 -0
- package/dist/cli/api/graphql/bulk-operations/generated/list-bulk-operations.d.ts +22 -0
- package/dist/cli/api/graphql/bulk-operations/generated/list-bulk-operations.js +78 -0
- package/dist/cli/api/graphql/bulk-operations/generated/list-bulk-operations.js.map +1 -0
- package/dist/cli/api/graphql/bulk-operations/generated/staged-uploads-create.d.ts +22 -0
- package/dist/cli/api/graphql/bulk-operations/generated/staged-uploads-create.js +82 -0
- package/dist/cli/api/graphql/bulk-operations/generated/staged-uploads-create.js.map +1 -0
- package/dist/private/node/api/headers.js +1 -1
- package/dist/private/node/api/headers.js.map +1 -1
- package/dist/private/node/ui/components/Alert.test.js +5 -5
- package/dist/private/node/ui/components/Alert.test.js.map +1 -1
- package/dist/private/node/ui/components/Banner.js +9 -1
- package/dist/private/node/ui/components/Banner.js.map +1 -1
- package/dist/public/common/version.d.ts +1 -1
- package/dist/public/common/version.js +1 -1
- package/dist/public/common/version.js.map +1 -1
- package/dist/public/node/api/admin.d.ts +2 -1
- package/dist/public/node/api/admin.js +4 -3
- package/dist/public/node/api/admin.js.map +1 -1
- package/dist/public/node/api/bulk-operations/cancel.d.ts +15 -0
- package/dist/public/node/api/bulk-operations/cancel.js +20 -0
- package/dist/public/node/api/bulk-operations/cancel.js.map +1 -0
- package/dist/public/node/api/bulk-operations/constants.d.ts +5 -0
- package/dist/public/node/api/bulk-operations/constants.js +6 -0
- package/dist/public/node/api/bulk-operations/constants.js.map +1 -0
- package/dist/public/node/api/bulk-operations/download-bulk-operation-results.d.ts +17 -0
- package/dist/public/node/api/bulk-operations/download-bulk-operation-results.js +48 -0
- package/dist/public/node/api/bulk-operations/download-bulk-operation-results.js.map +1 -0
- package/dist/public/node/api/bulk-operations/fetch.d.ts +31 -0
- package/dist/public/node/api/bulk-operations/fetch.js +42 -0
- package/dist/public/node/api/bulk-operations/fetch.js.map +1 -0
- package/dist/public/node/api/bulk-operations/format-bulk-operation-status.d.ts +45 -0
- package/dist/public/node/api/bulk-operations/format-bulk-operation-status.js +91 -0
- package/dist/public/node/api/bulk-operations/format-bulk-operation-status.js.map +1 -0
- package/dist/public/node/api/bulk-operations/helpers.d.ts +51 -0
- package/dist/public/node/api/bulk-operations/helpers.js +110 -0
- package/dist/public/node/api/bulk-operations/helpers.js.map +1 -0
- package/dist/public/node/api/bulk-operations/query.d.ts +22 -0
- package/dist/public/node/api/bulk-operations/query.js +40 -0
- package/dist/public/node/api/bulk-operations/query.js.map +1 -0
- package/dist/public/node/api/bulk-operations/run-mutation.d.ts +16 -0
- package/dist/public/node/api/bulk-operations/run-mutation.js +27 -0
- package/dist/public/node/api/bulk-operations/run-mutation.js.map +1 -0
- package/dist/public/node/api/bulk-operations/run-query.d.ts +15 -0
- package/dist/public/node/api/bulk-operations/run-query.js +19 -0
- package/dist/public/node/api/bulk-operations/run-query.js.map +1 -0
- package/dist/public/node/api/bulk-operations/stage-file.d.ts +13 -0
- package/dist/public/node/api/bulk-operations/stage-file.js +89 -0
- package/dist/public/node/api/bulk-operations/stage-file.js.map +1 -0
- package/dist/public/node/api/bulk-operations/watch-bulk-operation.d.ts +26 -0
- package/dist/public/node/api/bulk-operations/watch-bulk-operation.js +131 -0
- package/dist/public/node/api/bulk-operations/watch-bulk-operation.js.map +1 -0
- package/dist/public/node/api/bulk-operations.d.ts +18 -0
- package/dist/public/node/api/bulk-operations.js +19 -0
- package/dist/public/node/api/bulk-operations.js.map +1 -0
- package/dist/public/node/constants.d.ts +1 -0
- package/dist/public/node/constants.js +2 -0
- package/dist/public/node/constants.js.map +1 -0
- package/dist/public/node/context/fqdn.js +45 -4
- package/dist/public/node/context/fqdn.js.map +1 -1
- package/dist/public/node/graphiql/session.d.ts +50 -0
- package/dist/public/node/graphiql/session.js +92 -0
- package/dist/public/node/graphiql/session.js.map +1 -0
- package/dist/public/node/graphiql/templates/graphiql.js +1 -4
- package/dist/public/node/graphiql/templates/graphiql.js.map +1 -1
- package/dist/public/node/store-auth-session.d.ts +113 -0
- package/dist/public/node/store-auth-session.js +257 -0
- package/dist/public/node/store-auth-session.js.map +1 -0
- package/dist/public/node/ui.d.ts +2 -6
- package/dist/public/node/ui.js +2 -6
- package/dist/public/node/ui.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type BulkOperationCancelMutationVariables = Types.Exact<{
|
|
4
|
+
id: Types.Scalars['ID']['input'];
|
|
5
|
+
}>;
|
|
6
|
+
export type BulkOperationCancelMutation = {
|
|
7
|
+
bulkOperationCancel?: {
|
|
8
|
+
bulkOperation?: {
|
|
9
|
+
completedAt?: unknown | null;
|
|
10
|
+
createdAt: unknown;
|
|
11
|
+
errorCode?: Types.BulkOperationErrorCode | null;
|
|
12
|
+
fileSize?: unknown | null;
|
|
13
|
+
id: string;
|
|
14
|
+
objectCount: unknown;
|
|
15
|
+
partialDataUrl?: string | null;
|
|
16
|
+
query: string;
|
|
17
|
+
rootObjectCount: unknown;
|
|
18
|
+
status: Types.BulkOperationStatus;
|
|
19
|
+
type: Types.BulkOperationType;
|
|
20
|
+
url?: string | null;
|
|
21
|
+
} | null;
|
|
22
|
+
userErrors: {
|
|
23
|
+
field?: string[] | null;
|
|
24
|
+
message: string;
|
|
25
|
+
}[];
|
|
26
|
+
} | null;
|
|
27
|
+
};
|
|
28
|
+
export declare const BulkOperationCancel: DocumentNode<BulkOperationCancelMutation, BulkOperationCancelMutationVariables>;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export const BulkOperationCancel = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'OperationDefinition',
|
|
6
|
+
operation: 'mutation',
|
|
7
|
+
name: { kind: 'Name', value: 'BulkOperationCancel' },
|
|
8
|
+
variableDefinitions: [
|
|
9
|
+
{
|
|
10
|
+
kind: 'VariableDefinition',
|
|
11
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
|
|
12
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } } },
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
selectionSet: {
|
|
16
|
+
kind: 'SelectionSet',
|
|
17
|
+
selections: [
|
|
18
|
+
{
|
|
19
|
+
kind: 'Field',
|
|
20
|
+
name: { kind: 'Name', value: 'bulkOperationCancel' },
|
|
21
|
+
arguments: [
|
|
22
|
+
{
|
|
23
|
+
kind: 'Argument',
|
|
24
|
+
name: { kind: 'Name', value: 'id' },
|
|
25
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
selectionSet: {
|
|
29
|
+
kind: 'SelectionSet',
|
|
30
|
+
selections: [
|
|
31
|
+
{
|
|
32
|
+
kind: 'Field',
|
|
33
|
+
name: { kind: 'Name', value: 'bulkOperation' },
|
|
34
|
+
selectionSet: {
|
|
35
|
+
kind: 'SelectionSet',
|
|
36
|
+
selections: [
|
|
37
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'completedAt' } },
|
|
38
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'createdAt' } },
|
|
39
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'errorCode' } },
|
|
40
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'fileSize' } },
|
|
41
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
42
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'objectCount' } },
|
|
43
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'partialDataUrl' } },
|
|
44
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'query' } },
|
|
45
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'rootObjectCount' } },
|
|
46
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
47
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
48
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'url' } },
|
|
49
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
kind: 'Field',
|
|
55
|
+
name: { kind: 'Name', value: 'userErrors' },
|
|
56
|
+
selectionSet: {
|
|
57
|
+
kind: 'SelectionSet',
|
|
58
|
+
selections: [
|
|
59
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'field' } },
|
|
60
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'message' } },
|
|
61
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
66
|
+
],
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
],
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=bulk-operation-cancel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-operation-cancel.js","sourceRoot":"","sources":["../../../../../../src/cli/api/graphql/bulk-operations/generated/bulk-operation-cancel.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable @typescript-eslint/consistent-type-definitions */\nimport * as Types from './types.js'\n\nimport {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'\n\nexport type BulkOperationCancelMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input']\n}>\n\nexport type BulkOperationCancelMutation = {\n bulkOperationCancel?: {\n bulkOperation?: {\n completedAt?: unknown | null\n createdAt: unknown\n errorCode?: Types.BulkOperationErrorCode | null\n fileSize?: unknown | null\n id: string\n objectCount: unknown\n partialDataUrl?: string | null\n query: string\n rootObjectCount: unknown\n status: Types.BulkOperationStatus\n type: Types.BulkOperationType\n url?: string | null\n } | null\n userErrors: {field?: string[] | null; message: string}[]\n } | null\n}\n\nexport const BulkOperationCancel = {\n kind: 'Document',\n definitions: [\n {\n kind: 'OperationDefinition',\n operation: 'mutation',\n name: {kind: 'Name', value: 'BulkOperationCancel'},\n variableDefinitions: [\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'id'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'ID'}}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperationCancel'},\n arguments: [\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'id'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'id'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperation'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'completedAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'createdAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'errorCode'}},\n {kind: 'Field', name: {kind: 'Name', value: 'fileSize'}},\n {kind: 'Field', name: {kind: 'Name', value: 'id'}},\n {kind: 'Field', name: {kind: 'Name', value: 'objectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'partialDataUrl'}},\n {kind: 'Field', name: {kind: 'Name', value: 'query'}},\n {kind: 'Field', name: {kind: 'Name', value: 'rootObjectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'status'}},\n {kind: 'Field', name: {kind: 'Name', value: 'type'}},\n {kind: 'Field', name: {kind: 'Name', value: 'url'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'userErrors'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'field'}},\n {kind: 'Field', name: {kind: 'Name', value: 'message'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n ],\n },\n },\n ],\n} as unknown as DocumentNode<BulkOperationCancelMutation, BulkOperationCancelMutationVariables>\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type BulkOperationRunMutationMutationVariables = Types.Exact<{
|
|
4
|
+
mutation: Types.Scalars['String']['input'];
|
|
5
|
+
stagedUploadPath: Types.Scalars['String']['input'];
|
|
6
|
+
clientIdentifier?: Types.InputMaybe<Types.Scalars['String']['input']>;
|
|
7
|
+
}>;
|
|
8
|
+
export type BulkOperationRunMutationMutation = {
|
|
9
|
+
bulkOperationRunMutation?: {
|
|
10
|
+
bulkOperation?: {
|
|
11
|
+
type: Types.BulkOperationType;
|
|
12
|
+
completedAt?: unknown | null;
|
|
13
|
+
createdAt: unknown;
|
|
14
|
+
errorCode?: Types.BulkOperationErrorCode | null;
|
|
15
|
+
id: string;
|
|
16
|
+
objectCount: unknown;
|
|
17
|
+
partialDataUrl?: string | null;
|
|
18
|
+
status: Types.BulkOperationStatus;
|
|
19
|
+
url?: string | null;
|
|
20
|
+
} | null;
|
|
21
|
+
userErrors: {
|
|
22
|
+
code?: Types.BulkMutationErrorCode | null;
|
|
23
|
+
field?: string[] | null;
|
|
24
|
+
message: string;
|
|
25
|
+
}[];
|
|
26
|
+
} | null;
|
|
27
|
+
};
|
|
28
|
+
export declare const BulkOperationRunMutation: DocumentNode<BulkOperationRunMutationMutation, BulkOperationRunMutationMutationVariables>;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export const BulkOperationRunMutation = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'OperationDefinition',
|
|
6
|
+
operation: 'mutation',
|
|
7
|
+
name: { kind: 'Name', value: 'BulkOperationRunMutation' },
|
|
8
|
+
variableDefinitions: [
|
|
9
|
+
{
|
|
10
|
+
kind: 'VariableDefinition',
|
|
11
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'mutation' } },
|
|
12
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
kind: 'VariableDefinition',
|
|
16
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'stagedUploadPath' } },
|
|
17
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
kind: 'VariableDefinition',
|
|
21
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'clientIdentifier' } },
|
|
22
|
+
type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
selectionSet: {
|
|
26
|
+
kind: 'SelectionSet',
|
|
27
|
+
selections: [
|
|
28
|
+
{
|
|
29
|
+
kind: 'Field',
|
|
30
|
+
name: { kind: 'Name', value: 'bulkOperationRunMutation' },
|
|
31
|
+
arguments: [
|
|
32
|
+
{
|
|
33
|
+
kind: 'Argument',
|
|
34
|
+
name: { kind: 'Name', value: 'mutation' },
|
|
35
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'mutation' } },
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
kind: 'Argument',
|
|
39
|
+
name: { kind: 'Name', value: 'stagedUploadPath' },
|
|
40
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'stagedUploadPath' } },
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
kind: 'Argument',
|
|
44
|
+
name: { kind: 'Name', value: 'clientIdentifier' },
|
|
45
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'clientIdentifier' } },
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
selectionSet: {
|
|
49
|
+
kind: 'SelectionSet',
|
|
50
|
+
selections: [
|
|
51
|
+
{
|
|
52
|
+
kind: 'Field',
|
|
53
|
+
name: { kind: 'Name', value: 'bulkOperation' },
|
|
54
|
+
selectionSet: {
|
|
55
|
+
kind: 'SelectionSet',
|
|
56
|
+
selections: [
|
|
57
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
58
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'completedAt' } },
|
|
59
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'createdAt' } },
|
|
60
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'errorCode' } },
|
|
61
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
62
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'objectCount' } },
|
|
63
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'partialDataUrl' } },
|
|
64
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
65
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'url' } },
|
|
66
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
kind: 'Field',
|
|
72
|
+
name: { kind: 'Name', value: 'userErrors' },
|
|
73
|
+
selectionSet: {
|
|
74
|
+
kind: 'SelectionSet',
|
|
75
|
+
selections: [
|
|
76
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'code' } },
|
|
77
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'field' } },
|
|
78
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'message' } },
|
|
79
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
],
|
|
91
|
+
};
|
|
92
|
+
//# sourceMappingURL=bulk-operation-run-mutation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-operation-run-mutation.js","sourceRoot":"","sources":["../../../../../../src/cli/api/graphql/bulk-operations/generated/bulk-operation-run-mutation.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable @typescript-eslint/consistent-type-definitions */\nimport * as Types from './types.js'\n\nimport {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'\n\nexport type BulkOperationRunMutationMutationVariables = Types.Exact<{\n mutation: Types.Scalars['String']['input']\n stagedUploadPath: Types.Scalars['String']['input']\n clientIdentifier?: Types.InputMaybe<Types.Scalars['String']['input']>\n}>\n\nexport type BulkOperationRunMutationMutation = {\n bulkOperationRunMutation?: {\n bulkOperation?: {\n type: Types.BulkOperationType\n completedAt?: unknown | null\n createdAt: unknown\n errorCode?: Types.BulkOperationErrorCode | null\n id: string\n objectCount: unknown\n partialDataUrl?: string | null\n status: Types.BulkOperationStatus\n url?: string | null\n } | null\n userErrors: {code?: Types.BulkMutationErrorCode | null; field?: string[] | null; message: string}[]\n } | null\n}\n\nexport const BulkOperationRunMutation = {\n kind: 'Document',\n definitions: [\n {\n kind: 'OperationDefinition',\n operation: 'mutation',\n name: {kind: 'Name', value: 'BulkOperationRunMutation'},\n variableDefinitions: [\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'mutation'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'String'}}},\n },\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'stagedUploadPath'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'String'}}},\n },\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'clientIdentifier'}},\n type: {kind: 'NamedType', name: {kind: 'Name', value: 'String'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperationRunMutation'},\n arguments: [\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'mutation'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'mutation'}},\n },\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'stagedUploadPath'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'stagedUploadPath'}},\n },\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'clientIdentifier'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'clientIdentifier'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperation'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'type'}},\n {kind: 'Field', name: {kind: 'Name', value: 'completedAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'createdAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'errorCode'}},\n {kind: 'Field', name: {kind: 'Name', value: 'id'}},\n {kind: 'Field', name: {kind: 'Name', value: 'objectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'partialDataUrl'}},\n {kind: 'Field', name: {kind: 'Name', value: 'status'}},\n {kind: 'Field', name: {kind: 'Name', value: 'url'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'userErrors'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'code'}},\n {kind: 'Field', name: {kind: 'Name', value: 'field'}},\n {kind: 'Field', name: {kind: 'Name', value: 'message'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n ],\n },\n },\n ],\n} as unknown as DocumentNode<BulkOperationRunMutationMutation, BulkOperationRunMutationMutationVariables>\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type BulkOperationRunQueryMutationVariables = Types.Exact<{
|
|
4
|
+
query: Types.Scalars['String']['input'];
|
|
5
|
+
}>;
|
|
6
|
+
export type BulkOperationRunQueryMutation = {
|
|
7
|
+
bulkOperationRunQuery?: {
|
|
8
|
+
bulkOperation?: {
|
|
9
|
+
type: Types.BulkOperationType;
|
|
10
|
+
completedAt?: unknown | null;
|
|
11
|
+
createdAt: unknown;
|
|
12
|
+
errorCode?: Types.BulkOperationErrorCode | null;
|
|
13
|
+
id: string;
|
|
14
|
+
objectCount: unknown;
|
|
15
|
+
partialDataUrl?: string | null;
|
|
16
|
+
status: Types.BulkOperationStatus;
|
|
17
|
+
url?: string | null;
|
|
18
|
+
} | null;
|
|
19
|
+
userErrors: {
|
|
20
|
+
code?: Types.BulkOperationUserErrorCode | null;
|
|
21
|
+
field?: string[] | null;
|
|
22
|
+
message: string;
|
|
23
|
+
}[];
|
|
24
|
+
} | null;
|
|
25
|
+
};
|
|
26
|
+
export declare const BulkOperationRunQuery: DocumentNode<BulkOperationRunQueryMutation, BulkOperationRunQueryMutationVariables>;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export const BulkOperationRunQuery = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'OperationDefinition',
|
|
6
|
+
operation: 'mutation',
|
|
7
|
+
name: { kind: 'Name', value: 'BulkOperationRunQuery' },
|
|
8
|
+
variableDefinitions: [
|
|
9
|
+
{
|
|
10
|
+
kind: 'VariableDefinition',
|
|
11
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
|
|
12
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
selectionSet: {
|
|
16
|
+
kind: 'SelectionSet',
|
|
17
|
+
selections: [
|
|
18
|
+
{
|
|
19
|
+
kind: 'Field',
|
|
20
|
+
name: { kind: 'Name', value: 'bulkOperationRunQuery' },
|
|
21
|
+
arguments: [
|
|
22
|
+
{
|
|
23
|
+
kind: 'Argument',
|
|
24
|
+
name: { kind: 'Name', value: 'query' },
|
|
25
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
selectionSet: {
|
|
29
|
+
kind: 'SelectionSet',
|
|
30
|
+
selections: [
|
|
31
|
+
{
|
|
32
|
+
kind: 'Field',
|
|
33
|
+
name: { kind: 'Name', value: 'bulkOperation' },
|
|
34
|
+
selectionSet: {
|
|
35
|
+
kind: 'SelectionSet',
|
|
36
|
+
selections: [
|
|
37
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
38
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'completedAt' } },
|
|
39
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'createdAt' } },
|
|
40
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'errorCode' } },
|
|
41
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
42
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'objectCount' } },
|
|
43
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'partialDataUrl' } },
|
|
44
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
45
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'url' } },
|
|
46
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
47
|
+
],
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
kind: 'Field',
|
|
52
|
+
name: { kind: 'Name', value: 'userErrors' },
|
|
53
|
+
selectionSet: {
|
|
54
|
+
kind: 'SelectionSet',
|
|
55
|
+
selections: [
|
|
56
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'code' } },
|
|
57
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'field' } },
|
|
58
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'message' } },
|
|
59
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
60
|
+
],
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=bulk-operation-run-query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-operation-run-query.js","sourceRoot":"","sources":["../../../../../../src/cli/api/graphql/bulk-operations/generated/bulk-operation-run-query.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable @typescript-eslint/consistent-type-definitions */\nimport * as Types from './types.js'\n\nimport {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'\n\nexport type BulkOperationRunQueryMutationVariables = Types.Exact<{\n query: Types.Scalars['String']['input']\n}>\n\nexport type BulkOperationRunQueryMutation = {\n bulkOperationRunQuery?: {\n bulkOperation?: {\n type: Types.BulkOperationType\n completedAt?: unknown | null\n createdAt: unknown\n errorCode?: Types.BulkOperationErrorCode | null\n id: string\n objectCount: unknown\n partialDataUrl?: string | null\n status: Types.BulkOperationStatus\n url?: string | null\n } | null\n userErrors: {code?: Types.BulkOperationUserErrorCode | null; field?: string[] | null; message: string}[]\n } | null\n}\n\nexport const BulkOperationRunQuery = {\n kind: 'Document',\n definitions: [\n {\n kind: 'OperationDefinition',\n operation: 'mutation',\n name: {kind: 'Name', value: 'BulkOperationRunQuery'},\n variableDefinitions: [\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'query'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'String'}}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperationRunQuery'},\n arguments: [\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'query'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'query'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperation'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'type'}},\n {kind: 'Field', name: {kind: 'Name', value: 'completedAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'createdAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'errorCode'}},\n {kind: 'Field', name: {kind: 'Name', value: 'id'}},\n {kind: 'Field', name: {kind: 'Name', value: 'objectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'partialDataUrl'}},\n {kind: 'Field', name: {kind: 'Name', value: 'status'}},\n {kind: 'Field', name: {kind: 'Name', value: 'url'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'userErrors'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'code'}},\n {kind: 'Field', name: {kind: 'Name', value: 'field'}},\n {kind: 'Field', name: {kind: 'Name', value: 'message'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n ],\n },\n },\n ],\n} as unknown as DocumentNode<BulkOperationRunQueryMutation, BulkOperationRunQueryMutationVariables>\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type GetBulkOperationByIdQueryVariables = Types.Exact<{
|
|
4
|
+
id: Types.Scalars['ID']['input'];
|
|
5
|
+
}>;
|
|
6
|
+
export type GetBulkOperationByIdQuery = {
|
|
7
|
+
bulkOperation?: {
|
|
8
|
+
type: Types.BulkOperationType;
|
|
9
|
+
completedAt?: unknown | null;
|
|
10
|
+
createdAt: unknown;
|
|
11
|
+
errorCode?: Types.BulkOperationErrorCode | null;
|
|
12
|
+
id: string;
|
|
13
|
+
objectCount: unknown;
|
|
14
|
+
partialDataUrl?: string | null;
|
|
15
|
+
status: Types.BulkOperationStatus;
|
|
16
|
+
url?: string | null;
|
|
17
|
+
} | null;
|
|
18
|
+
};
|
|
19
|
+
export declare const GetBulkOperationById: DocumentNode<GetBulkOperationByIdQuery, GetBulkOperationByIdQueryVariables>;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export const GetBulkOperationById = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'OperationDefinition',
|
|
6
|
+
operation: 'query',
|
|
7
|
+
name: { kind: 'Name', value: 'GetBulkOperationById' },
|
|
8
|
+
variableDefinitions: [
|
|
9
|
+
{
|
|
10
|
+
kind: 'VariableDefinition',
|
|
11
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
|
|
12
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } } },
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
selectionSet: {
|
|
16
|
+
kind: 'SelectionSet',
|
|
17
|
+
selections: [
|
|
18
|
+
{
|
|
19
|
+
kind: 'Field',
|
|
20
|
+
name: { kind: 'Name', value: 'bulkOperation' },
|
|
21
|
+
arguments: [
|
|
22
|
+
{
|
|
23
|
+
kind: 'Argument',
|
|
24
|
+
name: { kind: 'Name', value: 'id' },
|
|
25
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
selectionSet: {
|
|
29
|
+
kind: 'SelectionSet',
|
|
30
|
+
selections: [
|
|
31
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
32
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'completedAt' } },
|
|
33
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'createdAt' } },
|
|
34
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'errorCode' } },
|
|
35
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
36
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'objectCount' } },
|
|
37
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'partialDataUrl' } },
|
|
38
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
39
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'url' } },
|
|
40
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
41
|
+
],
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=get-bulk-operation-by-id.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-bulk-operation-by-id.js","sourceRoot":"","sources":["../../../../../../src/cli/api/graphql/bulk-operations/generated/get-bulk-operation-by-id.ts"],"names":[],"mappings":"AAuBA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,UAAU;IAChB,WAAW,EAAE;QACX;YACE,IAAI,EAAE,qBAAqB;YAC3B,SAAS,EAAE,OAAO;YAClB,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAC;YACnD,mBAAmB,EAAE;gBACnB;oBACE,IAAI,EAAE,oBAAoB;oBAC1B,QAAQ,EAAE,EAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAC,EAAC;oBAC/D,IAAI,EAAE,EAAC,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAC,EAAC,EAAC;iBAC1F;aACF;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,cAAc;gBACpB,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,EAAC;wBAC5C,SAAS,EAAE;4BACT;gCACE,IAAI,EAAE,UAAU;gCAChB,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAC;gCACjC,KAAK,EAAE,EAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAC,EAAC;6BAC7D;yBACF;wBACD,YAAY,EAAE;4BACZ,IAAI,EAAE,cAAc;4BACpB,UAAU,EAAE;gCACV,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAC,EAAC;gCACpD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAC,EAAC;gCAC3D,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAC,EAAC;gCACzD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAC,EAAC;gCACzD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAC,EAAC;gCAClD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAC,EAAC;gCAC3D,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,EAAC,EAAC;gCAC9D,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAC;gCACtD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAC,EAAC;gCACnD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAC,EAAC;6BAC3D;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACwF,CAAA","sourcesContent":["/* eslint-disable @typescript-eslint/consistent-type-definitions */\nimport * as Types from './types.js'\n\nimport {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'\n\nexport type GetBulkOperationByIdQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input']\n}>\n\nexport type GetBulkOperationByIdQuery = {\n bulkOperation?: {\n type: Types.BulkOperationType\n completedAt?: unknown | null\n createdAt: unknown\n errorCode?: Types.BulkOperationErrorCode | null\n id: string\n objectCount: unknown\n partialDataUrl?: string | null\n status: Types.BulkOperationStatus\n url?: string | null\n } | null\n}\n\nexport const GetBulkOperationById = {\n kind: 'Document',\n definitions: [\n {\n kind: 'OperationDefinition',\n operation: 'query',\n name: {kind: 'Name', value: 'GetBulkOperationById'},\n variableDefinitions: [\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'id'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'ID'}}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperation'},\n arguments: [\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'id'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'id'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'type'}},\n {kind: 'Field', name: {kind: 'Name', value: 'completedAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'createdAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'errorCode'}},\n {kind: 'Field', name: {kind: 'Name', value: 'id'}},\n {kind: 'Field', name: {kind: 'Name', value: 'objectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'partialDataUrl'}},\n {kind: 'Field', name: {kind: 'Name', value: 'status'}},\n {kind: 'Field', name: {kind: 'Name', value: 'url'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n ],\n },\n },\n ],\n} as unknown as DocumentNode<GetBulkOperationByIdQuery, GetBulkOperationByIdQueryVariables>\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type ListBulkOperationsQueryVariables = Types.Exact<{
|
|
4
|
+
query?: Types.InputMaybe<Types.Scalars['String']['input']>;
|
|
5
|
+
first: Types.Scalars['Int']['input'];
|
|
6
|
+
sortKey: Types.BulkOperationsSortKeys;
|
|
7
|
+
}>;
|
|
8
|
+
export type ListBulkOperationsQuery = {
|
|
9
|
+
bulkOperations: {
|
|
10
|
+
nodes: {
|
|
11
|
+
id: string;
|
|
12
|
+
status: Types.BulkOperationStatus;
|
|
13
|
+
errorCode?: Types.BulkOperationErrorCode | null;
|
|
14
|
+
objectCount: unknown;
|
|
15
|
+
createdAt: unknown;
|
|
16
|
+
completedAt?: unknown | null;
|
|
17
|
+
url?: string | null;
|
|
18
|
+
partialDataUrl?: string | null;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export declare const ListBulkOperations: DocumentNode<ListBulkOperationsQuery, ListBulkOperationsQueryVariables>;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export const ListBulkOperations = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'OperationDefinition',
|
|
6
|
+
operation: 'query',
|
|
7
|
+
name: { kind: 'Name', value: 'ListBulkOperations' },
|
|
8
|
+
variableDefinitions: [
|
|
9
|
+
{
|
|
10
|
+
kind: 'VariableDefinition',
|
|
11
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
|
|
12
|
+
type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
kind: 'VariableDefinition',
|
|
16
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'first' } },
|
|
17
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } } },
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
kind: 'VariableDefinition',
|
|
21
|
+
variable: { kind: 'Variable', name: { kind: 'Name', value: 'sortKey' } },
|
|
22
|
+
type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'BulkOperationsSortKeys' } } },
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
selectionSet: {
|
|
26
|
+
kind: 'SelectionSet',
|
|
27
|
+
selections: [
|
|
28
|
+
{
|
|
29
|
+
kind: 'Field',
|
|
30
|
+
name: { kind: 'Name', value: 'bulkOperations' },
|
|
31
|
+
arguments: [
|
|
32
|
+
{
|
|
33
|
+
kind: 'Argument',
|
|
34
|
+
name: { kind: 'Name', value: 'first' },
|
|
35
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'first' } },
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
kind: 'Argument',
|
|
39
|
+
name: { kind: 'Name', value: 'query' },
|
|
40
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
kind: 'Argument',
|
|
44
|
+
name: { kind: 'Name', value: 'sortKey' },
|
|
45
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'sortKey' } },
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
selectionSet: {
|
|
49
|
+
kind: 'SelectionSet',
|
|
50
|
+
selections: [
|
|
51
|
+
{
|
|
52
|
+
kind: 'Field',
|
|
53
|
+
name: { kind: 'Name', value: 'nodes' },
|
|
54
|
+
selectionSet: {
|
|
55
|
+
kind: 'SelectionSet',
|
|
56
|
+
selections: [
|
|
57
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
58
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'status' } },
|
|
59
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'errorCode' } },
|
|
60
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'objectCount' } },
|
|
61
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'createdAt' } },
|
|
62
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'completedAt' } },
|
|
63
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'url' } },
|
|
64
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'partialDataUrl' } },
|
|
65
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
66
|
+
],
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
{ kind: 'Field', name: { kind: 'Name', value: '__typename' } },
|
|
70
|
+
],
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
};
|
|
78
|
+
//# sourceMappingURL=list-bulk-operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bulk-operations.js","sourceRoot":"","sources":["../../../../../../src/cli/api/graphql/bulk-operations/generated/list-bulk-operations.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable @typescript-eslint/consistent-type-definitions */\nimport * as Types from './types.js'\n\nimport {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'\n\nexport type ListBulkOperationsQueryVariables = Types.Exact<{\n query?: Types.InputMaybe<Types.Scalars['String']['input']>\n first: Types.Scalars['Int']['input']\n sortKey: Types.BulkOperationsSortKeys\n}>\n\nexport type ListBulkOperationsQuery = {\n bulkOperations: {\n nodes: {\n id: string\n status: Types.BulkOperationStatus\n errorCode?: Types.BulkOperationErrorCode | null\n objectCount: unknown\n createdAt: unknown\n completedAt?: unknown | null\n url?: string | null\n partialDataUrl?: string | null\n }[]\n }\n}\n\nexport const ListBulkOperations = {\n kind: 'Document',\n definitions: [\n {\n kind: 'OperationDefinition',\n operation: 'query',\n name: {kind: 'Name', value: 'ListBulkOperations'},\n variableDefinitions: [\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'query'}},\n type: {kind: 'NamedType', name: {kind: 'Name', value: 'String'}},\n },\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'first'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'Int'}}},\n },\n {\n kind: 'VariableDefinition',\n variable: {kind: 'Variable', name: {kind: 'Name', value: 'sortKey'}},\n type: {kind: 'NonNullType', type: {kind: 'NamedType', name: {kind: 'Name', value: 'BulkOperationsSortKeys'}}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'bulkOperations'},\n arguments: [\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'first'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'first'}},\n },\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'query'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'query'}},\n },\n {\n kind: 'Argument',\n name: {kind: 'Name', value: 'sortKey'},\n value: {kind: 'Variable', name: {kind: 'Name', value: 'sortKey'}},\n },\n ],\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {\n kind: 'Field',\n name: {kind: 'Name', value: 'nodes'},\n selectionSet: {\n kind: 'SelectionSet',\n selections: [\n {kind: 'Field', name: {kind: 'Name', value: 'id'}},\n {kind: 'Field', name: {kind: 'Name', value: 'status'}},\n {kind: 'Field', name: {kind: 'Name', value: 'errorCode'}},\n {kind: 'Field', name: {kind: 'Name', value: 'objectCount'}},\n {kind: 'Field', name: {kind: 'Name', value: 'createdAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'completedAt'}},\n {kind: 'Field', name: {kind: 'Name', value: 'url'}},\n {kind: 'Field', name: {kind: 'Name', value: 'partialDataUrl'}},\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n {kind: 'Field', name: {kind: 'Name', value: '__typename'}},\n ],\n },\n },\n ],\n },\n },\n ],\n} as unknown as DocumentNode<ListBulkOperationsQuery, ListBulkOperationsQueryVariables>\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Types from './types.js';
|
|
2
|
+
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
+
export type StagedUploadsCreateMutationVariables = Types.Exact<{
|
|
4
|
+
input: Types.StagedUploadInput[] | Types.StagedUploadInput;
|
|
5
|
+
}>;
|
|
6
|
+
export type StagedUploadsCreateMutation = {
|
|
7
|
+
stagedUploadsCreate?: {
|
|
8
|
+
stagedTargets?: {
|
|
9
|
+
url?: string | null;
|
|
10
|
+
resourceUrl?: string | null;
|
|
11
|
+
parameters: {
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}[];
|
|
15
|
+
}[] | null;
|
|
16
|
+
userErrors: {
|
|
17
|
+
field?: string[] | null;
|
|
18
|
+
message: string;
|
|
19
|
+
}[];
|
|
20
|
+
} | null;
|
|
21
|
+
};
|
|
22
|
+
export declare const StagedUploadsCreate: DocumentNode<StagedUploadsCreateMutation, StagedUploadsCreateMutationVariables>;
|