@constructive-io/sdk 0.30.3 → 0.31.1
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/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/package.json +4 -4
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
|
@@ -2,185 +2,185 @@ import { QueryBuilder, buildCustomDocument } from '../query-builder';
|
|
|
2
2
|
import { connectionFieldsMap } from '../input-types';
|
|
3
3
|
export function createMutationOperations(client) {
|
|
4
4
|
return {
|
|
5
|
-
|
|
5
|
+
addEdge: (args, options) => new QueryBuilder({
|
|
6
6
|
client,
|
|
7
7
|
operation: 'mutation',
|
|
8
|
-
operationName: '
|
|
9
|
-
fieldName: '
|
|
10
|
-
...buildCustomDocument('mutation', '
|
|
8
|
+
operationName: 'AddEdge',
|
|
9
|
+
fieldName: 'addEdge',
|
|
10
|
+
...buildCustomDocument('mutation', 'AddEdge', 'addEdge', options.select, args, [
|
|
11
11
|
{
|
|
12
12
|
name: 'input',
|
|
13
|
-
type: '
|
|
13
|
+
type: 'AddEdgeInput!',
|
|
14
14
|
},
|
|
15
|
-
], connectionFieldsMap, '
|
|
15
|
+
], connectionFieldsMap, 'AddEdgePayload'),
|
|
16
16
|
}),
|
|
17
|
-
|
|
17
|
+
addEdgeAndSave: (args, options) => new QueryBuilder({
|
|
18
18
|
client,
|
|
19
19
|
operation: 'mutation',
|
|
20
|
-
operationName: '
|
|
21
|
-
fieldName: '
|
|
22
|
-
...buildCustomDocument('mutation', '
|
|
20
|
+
operationName: 'AddEdgeAndSave',
|
|
21
|
+
fieldName: 'addEdgeAndSave',
|
|
22
|
+
...buildCustomDocument('mutation', 'AddEdgeAndSave', 'addEdgeAndSave', options.select, args, [
|
|
23
23
|
{
|
|
24
24
|
name: 'input',
|
|
25
|
-
type: '
|
|
25
|
+
type: 'AddEdgeAndSaveInput!',
|
|
26
26
|
},
|
|
27
|
-
], connectionFieldsMap, '
|
|
27
|
+
], connectionFieldsMap, 'AddEdgeAndSavePayload'),
|
|
28
28
|
}),
|
|
29
|
-
|
|
29
|
+
addNode: (args, options) => new QueryBuilder({
|
|
30
30
|
client,
|
|
31
31
|
operation: 'mutation',
|
|
32
|
-
operationName: '
|
|
33
|
-
fieldName: '
|
|
34
|
-
...buildCustomDocument('mutation', '
|
|
32
|
+
operationName: 'AddNode',
|
|
33
|
+
fieldName: 'addNode',
|
|
34
|
+
...buildCustomDocument('mutation', 'AddNode', 'addNode', options.select, args, [
|
|
35
35
|
{
|
|
36
36
|
name: 'input',
|
|
37
|
-
type: '
|
|
37
|
+
type: 'AddNodeInput!',
|
|
38
38
|
},
|
|
39
|
-
], connectionFieldsMap, '
|
|
39
|
+
], connectionFieldsMap, 'AddNodePayload'),
|
|
40
40
|
}),
|
|
41
|
-
|
|
41
|
+
addNodeAndSave: (args, options) => new QueryBuilder({
|
|
42
42
|
client,
|
|
43
43
|
operation: 'mutation',
|
|
44
|
-
operationName: '
|
|
45
|
-
fieldName: '
|
|
46
|
-
...buildCustomDocument('mutation', '
|
|
44
|
+
operationName: 'AddNodeAndSave',
|
|
45
|
+
fieldName: 'addNodeAndSave',
|
|
46
|
+
...buildCustomDocument('mutation', 'AddNodeAndSave', 'addNodeAndSave', options.select, args, [
|
|
47
47
|
{
|
|
48
48
|
name: 'input',
|
|
49
|
-
type: '
|
|
49
|
+
type: 'AddNodeAndSaveInput!',
|
|
50
50
|
},
|
|
51
|
-
], connectionFieldsMap, '
|
|
51
|
+
], connectionFieldsMap, 'AddNodeAndSavePayload'),
|
|
52
52
|
}),
|
|
53
|
-
|
|
53
|
+
copyGraph: (args, options) => new QueryBuilder({
|
|
54
54
|
client,
|
|
55
55
|
operation: 'mutation',
|
|
56
|
-
operationName: '
|
|
57
|
-
fieldName: '
|
|
58
|
-
...buildCustomDocument('mutation', '
|
|
56
|
+
operationName: 'CopyGraph',
|
|
57
|
+
fieldName: 'copyGraph',
|
|
58
|
+
...buildCustomDocument('mutation', 'CopyGraph', 'copyGraph', options.select, args, [
|
|
59
59
|
{
|
|
60
60
|
name: 'input',
|
|
61
|
-
type: '
|
|
61
|
+
type: 'CopyGraphInput!',
|
|
62
62
|
},
|
|
63
|
-
], connectionFieldsMap, '
|
|
63
|
+
], connectionFieldsMap, 'CopyGraphPayload'),
|
|
64
64
|
}),
|
|
65
|
-
|
|
65
|
+
importDefinitions: (args, options) => new QueryBuilder({
|
|
66
66
|
client,
|
|
67
67
|
operation: 'mutation',
|
|
68
|
-
operationName: '
|
|
69
|
-
fieldName: '
|
|
70
|
-
...buildCustomDocument('mutation', '
|
|
68
|
+
operationName: 'ImportDefinitions',
|
|
69
|
+
fieldName: 'importDefinitions',
|
|
70
|
+
...buildCustomDocument('mutation', 'ImportDefinitions', 'importDefinitions', options.select, args, [
|
|
71
71
|
{
|
|
72
72
|
name: 'input',
|
|
73
|
-
type: '
|
|
73
|
+
type: 'ImportDefinitionsInput!',
|
|
74
74
|
},
|
|
75
|
-
], connectionFieldsMap, '
|
|
75
|
+
], connectionFieldsMap, 'ImportDefinitionsPayload'),
|
|
76
76
|
}),
|
|
77
|
-
|
|
77
|
+
importGraphJson: (args, options) => new QueryBuilder({
|
|
78
78
|
client,
|
|
79
79
|
operation: 'mutation',
|
|
80
|
-
operationName: '
|
|
81
|
-
fieldName: '
|
|
82
|
-
...buildCustomDocument('mutation', '
|
|
80
|
+
operationName: 'ImportGraphJson',
|
|
81
|
+
fieldName: 'importGraphJson',
|
|
82
|
+
...buildCustomDocument('mutation', 'ImportGraphJson', 'importGraphJson', options.select, args, [
|
|
83
83
|
{
|
|
84
84
|
name: 'input',
|
|
85
|
-
type: '
|
|
85
|
+
type: 'ImportGraphJsonInput!',
|
|
86
86
|
},
|
|
87
|
-
], connectionFieldsMap, '
|
|
87
|
+
], connectionFieldsMap, 'ImportGraphJsonPayload'),
|
|
88
88
|
}),
|
|
89
|
-
|
|
89
|
+
infraInitEmptyRepo: (args, options) => new QueryBuilder({
|
|
90
90
|
client,
|
|
91
91
|
operation: 'mutation',
|
|
92
|
-
operationName: '
|
|
93
|
-
fieldName: '
|
|
94
|
-
...buildCustomDocument('mutation', '
|
|
92
|
+
operationName: 'InfraInitEmptyRepo',
|
|
93
|
+
fieldName: 'infraInitEmptyRepo',
|
|
94
|
+
...buildCustomDocument('mutation', 'InfraInitEmptyRepo', 'infraInitEmptyRepo', options.select, args, [
|
|
95
95
|
{
|
|
96
96
|
name: 'input',
|
|
97
|
-
type: '
|
|
97
|
+
type: 'InfraInitEmptyRepoInput!',
|
|
98
98
|
},
|
|
99
|
-
], connectionFieldsMap, '
|
|
99
|
+
], connectionFieldsMap, 'InfraInitEmptyRepoPayload'),
|
|
100
100
|
}),
|
|
101
|
-
|
|
101
|
+
infraInsertNodeAtPath: (args, options) => new QueryBuilder({
|
|
102
102
|
client,
|
|
103
103
|
operation: 'mutation',
|
|
104
|
-
operationName: '
|
|
105
|
-
fieldName: '
|
|
106
|
-
...buildCustomDocument('mutation', '
|
|
104
|
+
operationName: 'InfraInsertNodeAtPath',
|
|
105
|
+
fieldName: 'infraInsertNodeAtPath',
|
|
106
|
+
...buildCustomDocument('mutation', 'InfraInsertNodeAtPath', 'infraInsertNodeAtPath', options.select, args, [
|
|
107
107
|
{
|
|
108
108
|
name: 'input',
|
|
109
|
-
type: '
|
|
109
|
+
type: 'InfraInsertNodeAtPathInput!',
|
|
110
110
|
},
|
|
111
|
-
], connectionFieldsMap, '
|
|
111
|
+
], connectionFieldsMap, 'InfraInsertNodeAtPathPayload'),
|
|
112
112
|
}),
|
|
113
|
-
|
|
113
|
+
infraSetDataAtPath: (args, options) => new QueryBuilder({
|
|
114
114
|
client,
|
|
115
115
|
operation: 'mutation',
|
|
116
|
-
operationName: '
|
|
117
|
-
fieldName: '
|
|
118
|
-
...buildCustomDocument('mutation', '
|
|
116
|
+
operationName: 'InfraSetDataAtPath',
|
|
117
|
+
fieldName: 'infraSetDataAtPath',
|
|
118
|
+
...buildCustomDocument('mutation', 'InfraSetDataAtPath', 'infraSetDataAtPath', options.select, args, [
|
|
119
119
|
{
|
|
120
120
|
name: 'input',
|
|
121
|
-
type: '
|
|
121
|
+
type: 'InfraSetDataAtPathInput!',
|
|
122
122
|
},
|
|
123
|
-
], connectionFieldsMap, '
|
|
123
|
+
], connectionFieldsMap, 'InfraSetDataAtPathPayload'),
|
|
124
124
|
}),
|
|
125
|
-
|
|
125
|
+
initEmptyRepo: (args, options) => new QueryBuilder({
|
|
126
126
|
client,
|
|
127
127
|
operation: 'mutation',
|
|
128
|
-
operationName: '
|
|
129
|
-
fieldName: '
|
|
130
|
-
...buildCustomDocument('mutation', '
|
|
128
|
+
operationName: 'InitEmptyRepo',
|
|
129
|
+
fieldName: 'initEmptyRepo',
|
|
130
|
+
...buildCustomDocument('mutation', 'InitEmptyRepo', 'initEmptyRepo', options.select, args, [
|
|
131
131
|
{
|
|
132
132
|
name: 'input',
|
|
133
|
-
type: '
|
|
133
|
+
type: 'InitEmptyRepoInput!',
|
|
134
134
|
},
|
|
135
|
-
], connectionFieldsMap, '
|
|
135
|
+
], connectionFieldsMap, 'InitEmptyRepoPayload'),
|
|
136
136
|
}),
|
|
137
|
-
|
|
137
|
+
insertNodeAtPath: (args, options) => new QueryBuilder({
|
|
138
138
|
client,
|
|
139
139
|
operation: 'mutation',
|
|
140
|
-
operationName: '
|
|
141
|
-
fieldName: '
|
|
142
|
-
...buildCustomDocument('mutation', '
|
|
140
|
+
operationName: 'InsertNodeAtPath',
|
|
141
|
+
fieldName: 'insertNodeAtPath',
|
|
142
|
+
...buildCustomDocument('mutation', 'InsertNodeAtPath', 'insertNodeAtPath', options.select, args, [
|
|
143
143
|
{
|
|
144
144
|
name: 'input',
|
|
145
|
-
type: '
|
|
145
|
+
type: 'InsertNodeAtPathInput!',
|
|
146
146
|
},
|
|
147
|
-
], connectionFieldsMap, '
|
|
147
|
+
], connectionFieldsMap, 'InsertNodeAtPathPayload'),
|
|
148
148
|
}),
|
|
149
|
-
|
|
149
|
+
provisionBucket: (args, options) => new QueryBuilder({
|
|
150
150
|
client,
|
|
151
151
|
operation: 'mutation',
|
|
152
|
-
operationName: '
|
|
153
|
-
fieldName: '
|
|
154
|
-
...buildCustomDocument('mutation', '
|
|
152
|
+
operationName: 'ProvisionBucket',
|
|
153
|
+
fieldName: 'provisionBucket',
|
|
154
|
+
...buildCustomDocument('mutation', 'ProvisionBucket', 'provisionBucket', options.select, args, [
|
|
155
155
|
{
|
|
156
156
|
name: 'input',
|
|
157
|
-
type: '
|
|
157
|
+
type: 'ProvisionBucketInput!',
|
|
158
158
|
},
|
|
159
|
-
], connectionFieldsMap, '
|
|
159
|
+
], connectionFieldsMap, 'ProvisionBucketPayload'),
|
|
160
160
|
}),
|
|
161
|
-
|
|
161
|
+
saveGraph: (args, options) => new QueryBuilder({
|
|
162
162
|
client,
|
|
163
163
|
operation: 'mutation',
|
|
164
|
-
operationName: '
|
|
165
|
-
fieldName: '
|
|
166
|
-
...buildCustomDocument('mutation', '
|
|
164
|
+
operationName: 'SaveGraph',
|
|
165
|
+
fieldName: 'saveGraph',
|
|
166
|
+
...buildCustomDocument('mutation', 'SaveGraph', 'saveGraph', options.select, args, [
|
|
167
167
|
{
|
|
168
168
|
name: 'input',
|
|
169
|
-
type: '
|
|
169
|
+
type: 'SaveGraphInput!',
|
|
170
170
|
},
|
|
171
|
-
], connectionFieldsMap, '
|
|
171
|
+
], connectionFieldsMap, 'SaveGraphPayload'),
|
|
172
172
|
}),
|
|
173
|
-
|
|
173
|
+
setDataAtPath: (args, options) => new QueryBuilder({
|
|
174
174
|
client,
|
|
175
175
|
operation: 'mutation',
|
|
176
|
-
operationName: '
|
|
177
|
-
fieldName: '
|
|
178
|
-
...buildCustomDocument('mutation', '
|
|
176
|
+
operationName: 'SetDataAtPath',
|
|
177
|
+
fieldName: 'setDataAtPath',
|
|
178
|
+
...buildCustomDocument('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
179
179
|
{
|
|
180
180
|
name: 'input',
|
|
181
|
-
type: '
|
|
181
|
+
type: 'SetDataAtPathInput!',
|
|
182
182
|
},
|
|
183
|
-
], connectionFieldsMap, '
|
|
183
|
+
], connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
184
184
|
}),
|
|
185
185
|
startExecution: (args, options) => new QueryBuilder({
|
|
186
186
|
client,
|
|
@@ -194,17 +194,17 @@ export function createMutationOperations(client) {
|
|
|
194
194
|
},
|
|
195
195
|
], connectionFieldsMap, 'StartExecutionPayload'),
|
|
196
196
|
}),
|
|
197
|
-
|
|
197
|
+
validateFunctionGraph: (args, options) => new QueryBuilder({
|
|
198
198
|
client,
|
|
199
199
|
operation: 'mutation',
|
|
200
|
-
operationName: '
|
|
201
|
-
fieldName: '
|
|
202
|
-
...buildCustomDocument('mutation', '
|
|
200
|
+
operationName: 'ValidateFunctionGraph',
|
|
201
|
+
fieldName: 'validateFunctionGraph',
|
|
202
|
+
...buildCustomDocument('mutation', 'ValidateFunctionGraph', 'validateFunctionGraph', options.select, args, [
|
|
203
203
|
{
|
|
204
204
|
name: 'input',
|
|
205
|
-
type: '
|
|
205
|
+
type: 'ValidateFunctionGraphInput!',
|
|
206
206
|
},
|
|
207
|
-
], connectionFieldsMap, '
|
|
207
|
+
], connectionFieldsMap, 'ValidateFunctionGraphPayload'),
|
|
208
208
|
}),
|
|
209
209
|
};
|
|
210
210
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
-
import { PlatformConfigModel } from './models/platformConfig';
|
|
3
2
|
import { ConfigModel } from './models/config';
|
|
3
|
+
import { PlatformConfigModel } from './models/platformConfig';
|
|
4
4
|
import { PlatformInternalSecretModel } from './models/platformInternalSecret';
|
|
5
5
|
import { PlatformSecretModel } from './models/platformSecret';
|
|
6
6
|
import { SecretModel } from './models/secret';
|
|
@@ -34,41 +34,41 @@ export { createMutationOperations } from './mutation';
|
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export declare function createClient(config: OrmClientConfig): {
|
|
37
|
-
platformConfig: PlatformConfigModel;
|
|
38
37
|
config: ConfigModel;
|
|
38
|
+
platformConfig: PlatformConfigModel;
|
|
39
39
|
platformInternalSecret: PlatformInternalSecretModel;
|
|
40
40
|
platformSecret: PlatformSecretModel;
|
|
41
41
|
secret: SecretModel;
|
|
42
42
|
mutation: {
|
|
43
|
-
|
|
43
|
+
_secretsDel: <S extends import("./input-types")._SecretsDelPayloadSelect>(args: import("./mutation")._secretsDelVariables, options: {
|
|
44
44
|
select: S;
|
|
45
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
46
|
-
|
|
45
|
+
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsDelPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
46
|
+
_secretsDel: import("./select-types").InferSelectResult<import("./input-types")._SecretsDelPayload, S> | null;
|
|
47
47
|
}>;
|
|
48
|
-
|
|
48
|
+
_secretsRemoveArray: <S extends import("./input-types")._SecretsRemoveArrayPayloadSelect>(args: import("./mutation")._secretsRemoveArrayVariables, options: {
|
|
49
49
|
select: S;
|
|
50
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
51
|
-
|
|
50
|
+
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsRemoveArrayPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
51
|
+
_secretsRemoveArray: import("./select-types").InferSelectResult<import("./input-types")._SecretsRemoveArrayPayload, S> | null;
|
|
52
52
|
}>;
|
|
53
|
-
|
|
53
|
+
_secretsRotate: <S extends import("./input-types")._SecretsRotatePayloadSelect>(args: import("./mutation")._secretsRotateVariables, options: {
|
|
54
54
|
select: S;
|
|
55
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
56
|
-
|
|
55
|
+
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsRotatePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
56
|
+
_secretsRotate: import("./select-types").InferSelectResult<import("./input-types")._SecretsRotatePayload, S> | null;
|
|
57
57
|
}>;
|
|
58
|
-
|
|
58
|
+
_secretsSet: <S extends import("./input-types")._SecretsSetPayloadSelect>(args: import("./mutation")._secretsSetVariables, options: {
|
|
59
59
|
select: S;
|
|
60
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
61
|
-
|
|
60
|
+
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsSetPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
61
|
+
_secretsSet: import("./select-types").InferSelectResult<import("./input-types")._SecretsSetPayload, S> | null;
|
|
62
62
|
}>;
|
|
63
|
-
|
|
63
|
+
platformInternalSecretsDel: <S extends import("./input-types").PlatformInternalSecretsDelPayloadSelect>(args: import("./mutation").PlatformInternalSecretsDelVariables, options: {
|
|
64
64
|
select: S;
|
|
65
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
66
|
-
|
|
65
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformInternalSecretsDelPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
66
|
+
platformInternalSecretsDel: import("./select-types").InferSelectResult<import("./input-types").PlatformInternalSecretsDelPayload, S> | null;
|
|
67
67
|
}>;
|
|
68
|
-
|
|
68
|
+
platformInternalSecretsRemoveArray: <S extends import("./input-types").PlatformInternalSecretsRemoveArrayPayloadSelect>(args: import("./mutation").PlatformInternalSecretsRemoveArrayVariables, options: {
|
|
69
69
|
select: S;
|
|
70
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
71
|
-
|
|
70
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformInternalSecretsRemoveArrayPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
71
|
+
platformInternalSecretsRemoveArray: import("./select-types").InferSelectResult<import("./input-types").PlatformInternalSecretsRemoveArrayPayload, S> | null;
|
|
72
72
|
}>;
|
|
73
73
|
platformInternalSecretsRotate: <S extends import("./input-types").PlatformInternalSecretsRotatePayloadSelect>(args: import("./mutation").PlatformInternalSecretsRotateVariables, options: {
|
|
74
74
|
select: S;
|
|
@@ -80,26 +80,26 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
80
80
|
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformInternalSecretsSetPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
81
81
|
platformInternalSecretsSet: import("./select-types").InferSelectResult<import("./input-types").PlatformInternalSecretsSetPayload, S> | null;
|
|
82
82
|
}>;
|
|
83
|
+
platformSecretsDel: <S extends import("./input-types").PlatformSecretsDelPayloadSelect>(args: import("./mutation").PlatformSecretsDelVariables, options: {
|
|
84
|
+
select: S;
|
|
85
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformSecretsDelPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
86
|
+
platformSecretsDel: import("./select-types").InferSelectResult<import("./input-types").PlatformSecretsDelPayload, S> | null;
|
|
87
|
+
}>;
|
|
88
|
+
platformSecretsRemoveArray: <S extends import("./input-types").PlatformSecretsRemoveArrayPayloadSelect>(args: import("./mutation").PlatformSecretsRemoveArrayVariables, options: {
|
|
89
|
+
select: S;
|
|
90
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformSecretsRemoveArrayPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
91
|
+
platformSecretsRemoveArray: import("./select-types").InferSelectResult<import("./input-types").PlatformSecretsRemoveArrayPayload, S> | null;
|
|
92
|
+
}>;
|
|
83
93
|
platformSecretsRotate: <S extends import("./input-types").PlatformSecretsRotatePayloadSelect>(args: import("./mutation").PlatformSecretsRotateVariables, options: {
|
|
84
94
|
select: S;
|
|
85
95
|
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformSecretsRotatePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
86
96
|
platformSecretsRotate: import("./select-types").InferSelectResult<import("./input-types").PlatformSecretsRotatePayload, S> | null;
|
|
87
97
|
}>;
|
|
88
|
-
_secretsRotate: <S extends import("./input-types")._SecretsRotatePayloadSelect>(args: import("./mutation")._secretsRotateVariables, options: {
|
|
89
|
-
select: S;
|
|
90
|
-
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsRotatePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
91
|
-
_secretsRotate: import("./select-types").InferSelectResult<import("./input-types")._SecretsRotatePayload, S> | null;
|
|
92
|
-
}>;
|
|
93
98
|
platformSecretsSet: <S extends import("./input-types").PlatformSecretsSetPayloadSelect>(args: import("./mutation").PlatformSecretsSetVariables, options: {
|
|
94
99
|
select: S;
|
|
95
100
|
} & import("./select-types").StrictSelect<S, import("./input-types").PlatformSecretsSetPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
96
101
|
platformSecretsSet: import("./select-types").InferSelectResult<import("./input-types").PlatformSecretsSetPayload, S> | null;
|
|
97
102
|
}>;
|
|
98
|
-
_secretsSet: <S extends import("./input-types")._SecretsSetPayloadSelect>(args: import("./mutation")._secretsSetVariables, options: {
|
|
99
|
-
select: S;
|
|
100
|
-
} & import("./select-types").StrictSelect<S, import("./input-types")._SecretsSetPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
101
|
-
_secretsSet: import("./select-types").InferSelectResult<import("./input-types")._SecretsSetPayload, S> | null;
|
|
102
|
-
}>;
|
|
103
103
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
104
104
|
select: S;
|
|
105
105
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/esm/config/orm/index.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
6
|
import { OrmClient } from './client';
|
|
7
|
-
import { PlatformConfigModel } from './models/platformConfig';
|
|
8
7
|
import { ConfigModel } from './models/config';
|
|
8
|
+
import { PlatformConfigModel } from './models/platformConfig';
|
|
9
9
|
import { PlatformInternalSecretModel } from './models/platformInternalSecret';
|
|
10
10
|
import { PlatformSecretModel } from './models/platformSecret';
|
|
11
11
|
import { SecretModel } from './models/secret';
|
|
@@ -41,8 +41,8 @@ export { createMutationOperations } from './mutation';
|
|
|
41
41
|
export function createClient(config) {
|
|
42
42
|
const client = new OrmClient(config);
|
|
43
43
|
return {
|
|
44
|
-
platformConfig: new PlatformConfigModel(client),
|
|
45
44
|
config: new ConfigModel(client),
|
|
45
|
+
platformConfig: new PlatformConfigModel(client),
|
|
46
46
|
platformInternalSecret: new PlatformInternalSecretModel(client),
|
|
47
47
|
platformSecret: new PlatformSecretModel(client),
|
|
48
48
|
secret: new SecretModel(client),
|