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