@coopenomics/sdk 2025.11.6 → 2025.11.8

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/index.mjs CHANGED
@@ -1524,6 +1524,9 @@ const AllTypesProps = {
1524
1524
  supplyOnRequest: {
1525
1525
  data: "SupplyOnRequestInput"
1526
1526
  },
1527
+ triggerNotificationWorkflow: {
1528
+ data: "TriggerNotificationWorkflowInput"
1529
+ },
1527
1530
  uninstallExtension: {
1528
1531
  data: "UninstallExtensionInput"
1529
1532
  },
@@ -1552,6 +1555,7 @@ const AllTypesProps = {
1552
1555
  data: "VoteOnAnnualGeneralMeetInput"
1553
1556
  }
1554
1557
  },
1558
+ NotificationWorkflowRecipientInput: {},
1555
1559
  NotifyOnAnnualGeneralMeetInput: {
1556
1560
  notification: "AnnualGeneralMeetingNotificationSignedDocumentInput"
1557
1561
  },
@@ -1884,6 +1888,10 @@ const AllTypesProps = {
1884
1888
  document: "AssetContributionActSignedDocumentInput"
1885
1889
  },
1886
1890
  SystemStatus: "enum",
1891
+ TriggerNotificationWorkflowInput: {
1892
+ payload: "JSONObject",
1893
+ to: "NotificationWorkflowRecipientInput"
1894
+ },
1887
1895
  UninstallExtensionInput: {},
1888
1896
  UnpublishRequestInput: {},
1889
1897
  Update: {
@@ -3219,6 +3227,7 @@ const ReturnTypes = {
3219
3227
  startInstall: "StartInstallResult",
3220
3228
  startResetKey: "Boolean",
3221
3229
  supplyOnRequest: "Transaction",
3230
+ triggerNotificationWorkflow: "TriggerNotificationWorkflowResult",
3222
3231
  uninstallExtension: "Boolean",
3223
3232
  unpublishRequest: "Transaction",
3224
3233
  updateAccount: "Account",
@@ -3676,6 +3685,12 @@ const ReturnTypes = {
3676
3685
  signer: "JSON",
3677
3686
  transaction: "JSON"
3678
3687
  },
3688
+ TriggerNotificationWorkflowResult: {
3689
+ acknowledged: "Boolean",
3690
+ error: "String",
3691
+ status: "String",
3692
+ transactionId: "String"
3693
+ },
3679
3694
  UserAccount: {
3680
3695
  meta: "String",
3681
3696
  referer: "String",
@@ -4874,37 +4889,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
4874
4889
  rawRegisteredAccountSelector
4875
4890
  );
4876
4891
 
4877
- const name$3f = "registerAccount";
4878
- const mutation$2o = Selector("Mutation")({
4879
- [name$3f]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4892
+ const name$3g = "registerAccount";
4893
+ const mutation$2p = Selector("Mutation")({
4894
+ [name$3g]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4880
4895
  });
4881
4896
 
4882
4897
  const registerAccount = {
4883
4898
  __proto__: null,
4884
- mutation: mutation$2o,
4885
- name: name$3f
4899
+ mutation: mutation$2p,
4900
+ name: name$3g
4886
4901
  };
4887
4902
 
4888
- const name$3e = "resetKey";
4889
- const mutation$2n = Selector("Mutation")({
4890
- [name$3e]: [{ data: $("data", "ResetKeyInput!") }, true]
4903
+ const name$3f = "resetKey";
4904
+ const mutation$2o = Selector("Mutation")({
4905
+ [name$3f]: [{ data: $("data", "ResetKeyInput!") }, true]
4891
4906
  });
4892
4907
 
4893
4908
  const resetKey = {
4894
4909
  __proto__: null,
4895
- mutation: mutation$2n,
4896
- name: name$3e
4910
+ mutation: mutation$2o,
4911
+ name: name$3f
4897
4912
  };
4898
4913
 
4899
- const name$3d = "startResetKey";
4900
- const mutation$2m = Selector("Mutation")({
4901
- [name$3d]: [{ data: $("data", "StartResetKeyInput!") }, true]
4914
+ const name$3e = "startResetKey";
4915
+ const mutation$2n = Selector("Mutation")({
4916
+ [name$3e]: [{ data: $("data", "StartResetKeyInput!") }, true]
4902
4917
  });
4903
4918
 
4904
4919
  const startResetKey = {
4905
4920
  __proto__: null,
4906
- mutation: mutation$2m,
4907
- name: name$3d
4921
+ mutation: mutation$2n,
4922
+ name: name$3e
4908
4923
  };
4909
4924
 
4910
4925
  const paginationSelector = {
@@ -5891,6 +5906,14 @@ const rawSubscriptionStatsSelector = {
5891
5906
  };
5892
5907
  Selector("SubscriptionStatsDto")(rawSubscriptionStatsSelector);
5893
5908
 
5909
+ const rawTriggerNotificationWorkflowResultSelector = {
5910
+ transactionId: true,
5911
+ acknowledged: true,
5912
+ status: true,
5913
+ error: true
5914
+ };
5915
+ Selector("TriggerNotificationWorkflowResult")(rawTriggerNotificationWorkflowResultSelector);
5916
+
5894
5917
  const rawPaymentMethodSelector = {
5895
5918
  data: {
5896
5919
  "__typename": true,
@@ -6049,15 +6072,15 @@ const rawCreateWithdrawResponseSelector = {
6049
6072
  };
6050
6073
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6051
6074
 
6052
- const name$3c = "updateAccount";
6053
- const mutation$2l = Selector("Mutation")({
6054
- [name$3c]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6075
+ const name$3d = "updateAccount";
6076
+ const mutation$2m = Selector("Mutation")({
6077
+ [name$3d]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6055
6078
  });
6056
6079
 
6057
6080
  const updateAccount = {
6058
6081
  __proto__: null,
6059
- mutation: mutation$2l,
6060
- name: name$3c
6082
+ mutation: mutation$2m,
6083
+ name: name$3d
6061
6084
  };
6062
6085
 
6063
6086
  const index$B = {
@@ -6068,83 +6091,83 @@ const index$B = {
6068
6091
  UpdateAccount: updateAccount
6069
6092
  };
6070
6093
 
6071
- const name$3b = "generatePrivacyAgreement";
6094
+ const name$3c = "generatePrivacyAgreement";
6095
+ const mutation$2l = Selector("Mutation")({
6096
+ [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6097
+ });
6098
+
6099
+ const generatePrivacyAgreement = {
6100
+ __proto__: null,
6101
+ mutation: mutation$2l,
6102
+ name: name$3c
6103
+ };
6104
+
6105
+ const name$3b = "generateSignatureAgreement";
6072
6106
  const mutation$2k = Selector("Mutation")({
6073
6107
  [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6074
6108
  });
6075
6109
 
6076
- const generatePrivacyAgreement = {
6110
+ const generateSignatureAgreement = {
6077
6111
  __proto__: null,
6078
6112
  mutation: mutation$2k,
6079
6113
  name: name$3b
6080
6114
  };
6081
6115
 
6082
- const name$3a = "generateSignatureAgreement";
6116
+ const name$3a = "generateWalletAgreement";
6083
6117
  const mutation$2j = Selector("Mutation")({
6084
6118
  [name$3a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6085
6119
  });
6086
6120
 
6087
- const generateSignatureAgreement = {
6121
+ const generateWalletAgreement = {
6088
6122
  __proto__: null,
6089
6123
  mutation: mutation$2j,
6090
6124
  name: name$3a
6091
6125
  };
6092
6126
 
6093
- const name$39 = "generateWalletAgreement";
6127
+ const name$39 = "generateUserAgreement";
6094
6128
  const mutation$2i = Selector("Mutation")({
6095
6129
  [name$39]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6096
6130
  });
6097
6131
 
6098
- const generateWalletAgreement = {
6132
+ const generateUserAgreement = {
6099
6133
  __proto__: null,
6100
6134
  mutation: mutation$2i,
6101
6135
  name: name$39
6102
6136
  };
6103
6137
 
6104
- const name$38 = "generateUserAgreement";
6138
+ const name$38 = "sendAgreement";
6105
6139
  const mutation$2h = Selector("Mutation")({
6106
- [name$38]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6140
+ [name$38]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6107
6141
  });
6108
6142
 
6109
- const generateUserAgreement = {
6143
+ const sendAgreement = {
6110
6144
  __proto__: null,
6111
6145
  mutation: mutation$2h,
6112
6146
  name: name$38
6113
6147
  };
6114
6148
 
6115
- const name$37 = "sendAgreement";
6149
+ const name$37 = "confirmAgreement";
6116
6150
  const mutation$2g = Selector("Mutation")({
6117
- [name$37]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6151
+ [name$37]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6118
6152
  });
6119
6153
 
6120
- const sendAgreement = {
6154
+ const confirmAgreement = {
6121
6155
  __proto__: null,
6122
6156
  mutation: mutation$2g,
6123
6157
  name: name$37
6124
6158
  };
6125
6159
 
6126
- const name$36 = "confirmAgreement";
6160
+ const name$36 = "declineAgreement";
6127
6161
  const mutation$2f = Selector("Mutation")({
6128
- [name$36]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6162
+ [name$36]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6129
6163
  });
6130
6164
 
6131
- const confirmAgreement = {
6165
+ const declineAgreement = {
6132
6166
  __proto__: null,
6133
6167
  mutation: mutation$2f,
6134
6168
  name: name$36
6135
6169
  };
6136
6170
 
6137
- const name$35 = "declineAgreement";
6138
- const mutation$2e = Selector("Mutation")({
6139
- [name$35]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6140
- });
6141
-
6142
- const declineAgreement = {
6143
- __proto__: null,
6144
- mutation: mutation$2e,
6145
- name: name$35
6146
- };
6147
-
6148
6171
  const index$A = {
6149
6172
  __proto__: null,
6150
6173
  ConfirmAgreement: confirmAgreement,
@@ -6156,37 +6179,37 @@ const index$A = {
6156
6179
  SendAgreement: sendAgreement
6157
6180
  };
6158
6181
 
6159
- const name$34 = "refresh";
6160
- const mutation$2d = Selector("Mutation")({
6161
- [name$34]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6182
+ const name$35 = "refresh";
6183
+ const mutation$2e = Selector("Mutation")({
6184
+ [name$35]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6162
6185
  });
6163
6186
 
6164
6187
  const refresh = {
6165
6188
  __proto__: null,
6166
- mutation: mutation$2d,
6167
- name: name$34
6189
+ mutation: mutation$2e,
6190
+ name: name$35
6168
6191
  };
6169
6192
 
6170
- const name$33 = "logout";
6171
- const mutation$2c = Selector("Mutation")({
6172
- [name$33]: [{ data: $("data", "LogoutInput!") }, true]
6193
+ const name$34 = "logout";
6194
+ const mutation$2d = Selector("Mutation")({
6195
+ [name$34]: [{ data: $("data", "LogoutInput!") }, true]
6173
6196
  });
6174
6197
 
6175
6198
  const logout = {
6176
6199
  __proto__: null,
6177
- mutation: mutation$2c,
6178
- name: name$33
6200
+ mutation: mutation$2d,
6201
+ name: name$34
6179
6202
  };
6180
6203
 
6181
- const name$32 = "login";
6182
- const mutation$2b = Selector("Mutation")({
6183
- [name$32]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6204
+ const name$33 = "login";
6205
+ const mutation$2c = Selector("Mutation")({
6206
+ [name$33]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6184
6207
  });
6185
6208
 
6186
6209
  const login = {
6187
6210
  __proto__: null,
6188
- mutation: mutation$2b,
6189
- name: name$32
6211
+ mutation: mutation$2c,
6212
+ name: name$33
6190
6213
  };
6191
6214
 
6192
6215
  const index$z = {
@@ -6196,83 +6219,83 @@ const index$z = {
6196
6219
  Refresh: refresh
6197
6220
  };
6198
6221
 
6199
- const name$31 = "addTrustedAccount";
6200
- const mutation$2a = Selector("Mutation")({
6201
- [name$31]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6222
+ const name$32 = "addTrustedAccount";
6223
+ const mutation$2b = Selector("Mutation")({
6224
+ [name$32]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6202
6225
  });
6203
6226
 
6204
6227
  const addTrustedAccount = {
6228
+ __proto__: null,
6229
+ mutation: mutation$2b,
6230
+ name: name$32
6231
+ };
6232
+
6233
+ const name$31 = "createBranch";
6234
+ const mutation$2a = Selector("Mutation")({
6235
+ [name$31]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6236
+ });
6237
+
6238
+ const createBranch = {
6205
6239
  __proto__: null,
6206
6240
  mutation: mutation$2a,
6207
6241
  name: name$31
6208
6242
  };
6209
6243
 
6210
- const name$30 = "createBranch";
6244
+ const name$30 = "deleteBranch";
6211
6245
  const mutation$29 = Selector("Mutation")({
6212
- [name$30]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6246
+ [name$30]: [{ data: $("data", "DeleteBranchInput!") }, true]
6213
6247
  });
6214
6248
 
6215
- const createBranch = {
6249
+ const deleteBranch = {
6216
6250
  __proto__: null,
6217
6251
  mutation: mutation$29,
6218
6252
  name: name$30
6219
6253
  };
6220
6254
 
6221
- const name$2$ = "deleteBranch";
6255
+ const name$2$ = "deleteTrustedAccount";
6222
6256
  const mutation$28 = Selector("Mutation")({
6223
- [name$2$]: [{ data: $("data", "DeleteBranchInput!") }, true]
6257
+ [name$2$]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6224
6258
  });
6225
6259
 
6226
- const deleteBranch = {
6260
+ const deleteTrustedAccount = {
6227
6261
  __proto__: null,
6228
6262
  mutation: mutation$28,
6229
6263
  name: name$2$
6230
6264
  };
6231
6265
 
6232
- const name$2_ = "deleteTrustedAccount";
6266
+ const name$2_ = "editBranch";
6233
6267
  const mutation$27 = Selector("Mutation")({
6234
- [name$2_]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6268
+ [name$2_]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6235
6269
  });
6236
6270
 
6237
- const deleteTrustedAccount = {
6271
+ const editBranch = {
6238
6272
  __proto__: null,
6239
6273
  mutation: mutation$27,
6240
6274
  name: name$2_
6241
6275
  };
6242
6276
 
6243
- const name$2Z = "editBranch";
6277
+ const name$2Z = "generateSelectBranchDocument";
6244
6278
  const mutation$26 = Selector("Mutation")({
6245
- [name$2Z]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6279
+ [name$2Z]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6246
6280
  });
6247
6281
 
6248
- const editBranch = {
6282
+ const generateSelectBranchDocument = {
6249
6283
  __proto__: null,
6250
6284
  mutation: mutation$26,
6251
6285
  name: name$2Z
6252
6286
  };
6253
6287
 
6254
- const name$2Y = "generateSelectBranchDocument";
6288
+ const name$2Y = "selectBranch";
6255
6289
  const mutation$25 = Selector("Mutation")({
6256
- [name$2Y]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6290
+ [name$2Y]: [{ data: $("data", "SelectBranchInput!") }, true]
6257
6291
  });
6258
6292
 
6259
- const generateSelectBranchDocument = {
6293
+ const selectBranch = {
6260
6294
  __proto__: null,
6261
6295
  mutation: mutation$25,
6262
6296
  name: name$2Y
6263
6297
  };
6264
6298
 
6265
- const name$2X = "selectBranch";
6266
- const mutation$24 = Selector("Mutation")({
6267
- [name$2X]: [{ data: $("data", "SelectBranchInput!") }, true]
6268
- });
6269
-
6270
- const selectBranch = {
6271
- __proto__: null,
6272
- mutation: mutation$24,
6273
- name: name$2X
6274
- };
6275
-
6276
6299
  const index$y = {
6277
6300
  __proto__: null,
6278
6301
  AddTrustedAccount: addTrustedAccount,
@@ -6284,732 +6307,732 @@ const index$y = {
6284
6307
  SelectBranch: selectBranch
6285
6308
  };
6286
6309
 
6287
- const name$2W = "capitalSetConfig";
6288
- const mutation$23 = Selector("Mutation")({
6289
- [name$2W]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6310
+ const name$2X = "capitalSetConfig";
6311
+ const mutation$24 = Selector("Mutation")({
6312
+ [name$2X]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6290
6313
  });
6291
6314
 
6292
6315
  const setConfig = {
6316
+ __proto__: null,
6317
+ mutation: mutation$24,
6318
+ name: name$2X
6319
+ };
6320
+
6321
+ const name$2W = "capitalCreateProject";
6322
+ const mutation$23 = Selector("Mutation")({
6323
+ [name$2W]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6324
+ });
6325
+
6326
+ const createProject = {
6293
6327
  __proto__: null,
6294
6328
  mutation: mutation$23,
6295
6329
  name: name$2W
6296
6330
  };
6297
6331
 
6298
- const name$2V = "capitalCreateProject";
6332
+ const name$2V = "capitalCreateDebt";
6299
6333
  const mutation$22 = Selector("Mutation")({
6300
- [name$2V]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6334
+ [name$2V]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6301
6335
  });
6302
6336
 
6303
- const createProject = {
6337
+ const createDebt = {
6304
6338
  __proto__: null,
6305
6339
  mutation: mutation$22,
6306
6340
  name: name$2V
6307
6341
  };
6308
6342
 
6309
- const name$2U = "capitalCreateDebt";
6343
+ const name$2U = "capitalFundProgram";
6310
6344
  const mutation$21 = Selector("Mutation")({
6311
- [name$2U]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6345
+ [name$2U]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6312
6346
  });
6313
6347
 
6314
- const createDebt = {
6348
+ const fundProgram = {
6315
6349
  __proto__: null,
6316
6350
  mutation: mutation$21,
6317
6351
  name: name$2U
6318
6352
  };
6319
6353
 
6320
- const name$2T = "capitalFundProgram";
6354
+ const name$2T = "capitalFundProject";
6321
6355
  const mutation$20 = Selector("Mutation")({
6322
- [name$2T]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6356
+ [name$2T]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6323
6357
  });
6324
6358
 
6325
- const fundProgram = {
6359
+ const fundProject = {
6326
6360
  __proto__: null,
6327
6361
  mutation: mutation$20,
6328
6362
  name: name$2T
6329
6363
  };
6330
6364
 
6331
- const name$2S = "capitalFundProject";
6365
+ const name$2S = "capitalRefreshProgram";
6332
6366
  const mutation$1$ = Selector("Mutation")({
6333
- [name$2S]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6367
+ [name$2S]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6334
6368
  });
6335
6369
 
6336
- const fundProject = {
6370
+ const refreshProgram = {
6337
6371
  __proto__: null,
6338
6372
  mutation: mutation$1$,
6339
6373
  name: name$2S
6340
6374
  };
6341
6375
 
6342
- const name$2R = "capitalRefreshProgram";
6376
+ const name$2R = "capitalRefreshProject";
6343
6377
  const mutation$1_ = Selector("Mutation")({
6344
- [name$2R]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6378
+ [name$2R]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6345
6379
  });
6346
6380
 
6347
- const refreshProgram = {
6381
+ const refreshProject = {
6348
6382
  __proto__: null,
6349
6383
  mutation: mutation$1_,
6350
6384
  name: name$2R
6351
6385
  };
6352
6386
 
6353
- const name$2Q = "capitalRefreshProject";
6387
+ const name$2Q = "capitalCreateCommit";
6354
6388
  const mutation$1Z = Selector("Mutation")({
6355
- [name$2Q]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6389
+ [name$2Q]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6356
6390
  });
6357
6391
 
6358
- const refreshProject = {
6392
+ const createCommit = {
6359
6393
  __proto__: null,
6360
6394
  mutation: mutation$1Z,
6361
6395
  name: name$2Q
6362
6396
  };
6363
6397
 
6364
- const name$2P = "capitalCreateCommit";
6398
+ const name$2P = "capitalApproveCommit";
6365
6399
  const mutation$1Y = Selector("Mutation")({
6366
- [name$2P]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6400
+ [name$2P]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6367
6401
  });
6368
6402
 
6369
- const createCommit = {
6403
+ const approveCommit = {
6370
6404
  __proto__: null,
6371
6405
  mutation: mutation$1Y,
6372
6406
  name: name$2P
6373
6407
  };
6374
6408
 
6375
- const name$2O = "capitalApproveCommit";
6409
+ const name$2O = "capitalDeclineCommit";
6376
6410
  const mutation$1X = Selector("Mutation")({
6377
- [name$2O]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6411
+ [name$2O]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6378
6412
  });
6379
6413
 
6380
- const approveCommit = {
6414
+ const declineCommit = {
6381
6415
  __proto__: null,
6382
6416
  mutation: mutation$1X,
6383
6417
  name: name$2O
6384
6418
  };
6385
6419
 
6386
- const name$2N = "capitalDeclineCommit";
6420
+ const name$2N = "capitalRefreshSegment";
6387
6421
  const mutation$1W = Selector("Mutation")({
6388
- [name$2N]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6422
+ [name$2N]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6389
6423
  });
6390
6424
 
6391
- const declineCommit = {
6425
+ const refreshSegment = {
6392
6426
  __proto__: null,
6393
6427
  mutation: mutation$1W,
6394
6428
  name: name$2N
6395
6429
  };
6396
6430
 
6397
- const name$2M = "capitalRefreshSegment";
6431
+ const name$2M = "capitalCreateProjectInvest";
6398
6432
  const mutation$1V = Selector("Mutation")({
6399
- [name$2M]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6433
+ [name$2M]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6400
6434
  });
6401
6435
 
6402
- const refreshSegment = {
6436
+ const createProjectInvest = {
6403
6437
  __proto__: null,
6404
6438
  mutation: mutation$1V,
6405
6439
  name: name$2M
6406
6440
  };
6407
6441
 
6408
- const name$2L = "capitalCreateProjectInvest";
6442
+ const name$2L = "capitalRegisterContributor";
6409
6443
  const mutation$1U = Selector("Mutation")({
6410
- [name$2L]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6444
+ [name$2L]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6411
6445
  });
6412
6446
 
6413
- const createProjectInvest = {
6447
+ const registerContributor = {
6414
6448
  __proto__: null,
6415
6449
  mutation: mutation$1U,
6416
6450
  name: name$2L
6417
6451
  };
6418
6452
 
6419
- const name$2K = "capitalRegisterContributor";
6453
+ const name$2K = "capitalImportContributor";
6420
6454
  const mutation$1T = Selector("Mutation")({
6421
- [name$2K]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6455
+ [name$2K]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6422
6456
  });
6423
6457
 
6424
- const registerContributor = {
6458
+ const importContributor = {
6425
6459
  __proto__: null,
6426
6460
  mutation: mutation$1T,
6427
6461
  name: name$2K
6428
6462
  };
6429
6463
 
6430
- const name$2J = "capitalImportContributor";
6464
+ const name$2J = "capitalMakeClearance";
6431
6465
  const mutation$1S = Selector("Mutation")({
6432
- [name$2J]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6466
+ [name$2J]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6433
6467
  });
6434
6468
 
6435
- const importContributor = {
6469
+ const makeClearance = {
6436
6470
  __proto__: null,
6437
6471
  mutation: mutation$1S,
6438
6472
  name: name$2J
6439
6473
  };
6440
6474
 
6441
- const name$2I = "capitalMakeClearance";
6475
+ const name$2I = "capitalSetMaster";
6442
6476
  const mutation$1R = Selector("Mutation")({
6443
- [name$2I]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6477
+ [name$2I]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6444
6478
  });
6445
6479
 
6446
- const makeClearance = {
6480
+ const setMaster = {
6447
6481
  __proto__: null,
6448
6482
  mutation: mutation$1R,
6449
6483
  name: name$2I
6450
6484
  };
6451
6485
 
6452
- const name$2H = "capitalSetMaster";
6486
+ const name$2H = "capitalAddAuthor";
6453
6487
  const mutation$1Q = Selector("Mutation")({
6454
- [name$2H]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6488
+ [name$2H]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6455
6489
  });
6456
6490
 
6457
- const setMaster = {
6491
+ const addAuthor = {
6458
6492
  __proto__: null,
6459
6493
  mutation: mutation$1Q,
6460
6494
  name: name$2H
6461
6495
  };
6462
6496
 
6463
- const name$2G = "capitalAddAuthor";
6497
+ const name$2G = "capitalSetPlan";
6464
6498
  const mutation$1P = Selector("Mutation")({
6465
- [name$2G]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6499
+ [name$2G]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6466
6500
  });
6467
6501
 
6468
- const addAuthor = {
6502
+ const setPlan = {
6469
6503
  __proto__: null,
6470
6504
  mutation: mutation$1P,
6471
6505
  name: name$2G
6472
6506
  };
6473
6507
 
6474
- const name$2F = "capitalSetPlan";
6508
+ const name$2F = "capitalStartProject";
6475
6509
  const mutation$1O = Selector("Mutation")({
6476
- [name$2F]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6510
+ [name$2F]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6477
6511
  });
6478
6512
 
6479
- const setPlan = {
6513
+ const startProject = {
6480
6514
  __proto__: null,
6481
6515
  mutation: mutation$1O,
6482
6516
  name: name$2F
6483
6517
  };
6484
6518
 
6485
- const name$2E = "capitalStartProject";
6519
+ const name$2E = "capitalOpenProject";
6486
6520
  const mutation$1N = Selector("Mutation")({
6487
- [name$2E]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6521
+ [name$2E]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6488
6522
  });
6489
6523
 
6490
- const startProject = {
6524
+ const openProject = {
6491
6525
  __proto__: null,
6492
6526
  mutation: mutation$1N,
6493
6527
  name: name$2E
6494
6528
  };
6495
6529
 
6496
- const name$2D = "capitalOpenProject";
6530
+ const name$2D = "capitalCloseProject";
6497
6531
  const mutation$1M = Selector("Mutation")({
6498
- [name$2D]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6532
+ [name$2D]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6499
6533
  });
6500
6534
 
6501
- const openProject = {
6535
+ const closeProject = {
6502
6536
  __proto__: null,
6503
6537
  mutation: mutation$1M,
6504
6538
  name: name$2D
6505
6539
  };
6506
6540
 
6507
- const name$2C = "capitalCloseProject";
6541
+ const name$2C = "capitalStopProject";
6508
6542
  const mutation$1L = Selector("Mutation")({
6509
- [name$2C]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6543
+ [name$2C]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6510
6544
  });
6511
6545
 
6512
- const closeProject = {
6546
+ const stopProject = {
6513
6547
  __proto__: null,
6514
6548
  mutation: mutation$1L,
6515
6549
  name: name$2C
6516
6550
  };
6517
6551
 
6518
- const name$2B = "capitalStopProject";
6552
+ const name$2B = "capitalDeleteProject";
6519
6553
  const mutation$1K = Selector("Mutation")({
6520
- [name$2B]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6554
+ [name$2B]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6521
6555
  });
6522
6556
 
6523
- const stopProject = {
6557
+ const deleteProject = {
6524
6558
  __proto__: null,
6525
6559
  mutation: mutation$1K,
6526
6560
  name: name$2B
6527
6561
  };
6528
6562
 
6529
- const name$2A = "capitalDeleteProject";
6563
+ const name$2A = "capitalEditProject";
6530
6564
  const mutation$1J = Selector("Mutation")({
6531
- [name$2A]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6565
+ [name$2A]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6532
6566
  });
6533
6567
 
6534
- const deleteProject = {
6568
+ const editProject = {
6535
6569
  __proto__: null,
6536
6570
  mutation: mutation$1J,
6537
6571
  name: name$2A
6538
6572
  };
6539
6573
 
6540
- const name$2z = "capitalEditProject";
6574
+ const name$2z = "capitalCreateProjectProperty";
6541
6575
  const mutation$1I = Selector("Mutation")({
6542
- [name$2z]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6576
+ [name$2z]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6543
6577
  });
6544
6578
 
6545
- const editProject = {
6579
+ const createProjectProperty = {
6546
6580
  __proto__: null,
6547
6581
  mutation: mutation$1I,
6548
6582
  name: name$2z
6549
6583
  };
6550
6584
 
6551
- const name$2y = "capitalCreateProjectProperty";
6585
+ const name$2y = "capitalCreateProgramProperty";
6552
6586
  const mutation$1H = Selector("Mutation")({
6553
- [name$2y]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6587
+ [name$2y]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6554
6588
  });
6555
6589
 
6556
- const createProjectProperty = {
6590
+ const createProgramProperty = {
6557
6591
  __proto__: null,
6558
6592
  mutation: mutation$1H,
6559
6593
  name: name$2y
6560
6594
  };
6561
6595
 
6562
- const name$2x = "capitalCreateProgramProperty";
6596
+ const name$2x = "capitalPushResult";
6563
6597
  const mutation$1G = Selector("Mutation")({
6564
- [name$2x]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6598
+ [name$2x]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6565
6599
  });
6566
6600
 
6567
- const createProgramProperty = {
6601
+ const pushResult = {
6568
6602
  __proto__: null,
6569
6603
  mutation: mutation$1G,
6570
6604
  name: name$2x
6571
6605
  };
6572
6606
 
6573
- const name$2w = "capitalPushResult";
6607
+ const name$2w = "capitalConvertSegment";
6574
6608
  const mutation$1F = Selector("Mutation")({
6575
- [name$2w]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6609
+ [name$2w]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6576
6610
  });
6577
6611
 
6578
- const pushResult = {
6612
+ const convertSegment = {
6579
6613
  __proto__: null,
6580
6614
  mutation: mutation$1F,
6581
6615
  name: name$2w
6582
6616
  };
6583
6617
 
6584
- const name$2v = "capitalConvertSegment";
6618
+ const name$2v = "capitalStartVoting";
6585
6619
  const mutation$1E = Selector("Mutation")({
6586
- [name$2v]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6620
+ [name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6587
6621
  });
6588
6622
 
6589
- const convertSegment = {
6623
+ const startVoting = {
6590
6624
  __proto__: null,
6591
6625
  mutation: mutation$1E,
6592
6626
  name: name$2v
6593
6627
  };
6594
6628
 
6595
- const name$2u = "capitalStartVoting";
6629
+ const name$2u = "capitalSubmitVote";
6596
6630
  const mutation$1D = Selector("Mutation")({
6597
- [name$2u]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6631
+ [name$2u]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6598
6632
  });
6599
6633
 
6600
- const startVoting = {
6634
+ const submitVote = {
6601
6635
  __proto__: null,
6602
6636
  mutation: mutation$1D,
6603
6637
  name: name$2u
6604
6638
  };
6605
6639
 
6606
- const name$2t = "capitalSubmitVote";
6640
+ const name$2t = "capitalCompleteVoting";
6607
6641
  const mutation$1C = Selector("Mutation")({
6608
- [name$2t]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6642
+ [name$2t]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6609
6643
  });
6610
6644
 
6611
- const submitVote = {
6645
+ const completeVoting = {
6612
6646
  __proto__: null,
6613
6647
  mutation: mutation$1C,
6614
6648
  name: name$2t
6615
6649
  };
6616
6650
 
6617
- const name$2s = "capitalCompleteVoting";
6651
+ const name$2s = "capitalCalculateVotes";
6618
6652
  const mutation$1B = Selector("Mutation")({
6619
- [name$2s]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6653
+ [name$2s]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6620
6654
  });
6621
6655
 
6622
- const completeVoting = {
6656
+ const calculateVotes = {
6623
6657
  __proto__: null,
6624
6658
  mutation: mutation$1B,
6625
6659
  name: name$2s
6626
6660
  };
6627
6661
 
6628
- const name$2r = "capitalCalculateVotes";
6662
+ const name$2r = "capitalCreateStory";
6629
6663
  const mutation$1A = Selector("Mutation")({
6630
- [name$2r]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6664
+ [name$2r]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6631
6665
  });
6632
6666
 
6633
- const calculateVotes = {
6667
+ const createStory = {
6634
6668
  __proto__: null,
6635
6669
  mutation: mutation$1A,
6636
6670
  name: name$2r
6637
6671
  };
6638
6672
 
6639
- const name$2q = "capitalCreateStory";
6673
+ const name$2q = "capitalUpdateStory";
6640
6674
  const mutation$1z = Selector("Mutation")({
6641
- [name$2q]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6675
+ [name$2q]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6642
6676
  });
6643
6677
 
6644
- const createStory = {
6678
+ const updateStory = {
6645
6679
  __proto__: null,
6646
6680
  mutation: mutation$1z,
6647
6681
  name: name$2q
6648
6682
  };
6649
6683
 
6650
- const name$2p = "capitalUpdateStory";
6684
+ const name$2p = "capitalDeleteStory";
6651
6685
  const mutation$1y = Selector("Mutation")({
6652
- [name$2p]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6686
+ [name$2p]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6653
6687
  });
6654
6688
 
6655
- const updateStory = {
6689
+ const deleteStory = {
6656
6690
  __proto__: null,
6657
6691
  mutation: mutation$1y,
6658
6692
  name: name$2p
6659
6693
  };
6660
6694
 
6661
- const name$2o = "capitalDeleteStory";
6695
+ const name$2o = "capitalCreateIssue";
6662
6696
  const mutation$1x = Selector("Mutation")({
6663
- [name$2o]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6697
+ [name$2o]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6664
6698
  });
6665
6699
 
6666
- const deleteStory = {
6700
+ const createIssue = {
6667
6701
  __proto__: null,
6668
6702
  mutation: mutation$1x,
6669
6703
  name: name$2o
6670
6704
  };
6671
6705
 
6672
- const name$2n = "capitalCreateIssue";
6706
+ const name$2n = "capitalUpdateIssue";
6673
6707
  const mutation$1w = Selector("Mutation")({
6674
- [name$2n]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6708
+ [name$2n]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6675
6709
  });
6676
6710
 
6677
- const createIssue = {
6711
+ const updateIssue = {
6678
6712
  __proto__: null,
6679
6713
  mutation: mutation$1w,
6680
6714
  name: name$2n
6681
6715
  };
6682
6716
 
6683
- const name$2m = "capitalUpdateIssue";
6717
+ const name$2m = "capitalDeleteIssue";
6684
6718
  const mutation$1v = Selector("Mutation")({
6685
- [name$2m]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6719
+ [name$2m]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6686
6720
  });
6687
6721
 
6688
- const updateIssue = {
6722
+ const deleteIssue = {
6689
6723
  __proto__: null,
6690
6724
  mutation: mutation$1v,
6691
6725
  name: name$2m
6692
6726
  };
6693
6727
 
6694
- const name$2l = "capitalDeleteIssue";
6728
+ const name$2l = "capitalCreateCycle";
6695
6729
  const mutation$1u = Selector("Mutation")({
6696
- [name$2l]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6730
+ [name$2l]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6697
6731
  });
6698
6732
 
6699
- const deleteIssue = {
6733
+ const createCycle = {
6700
6734
  __proto__: null,
6701
6735
  mutation: mutation$1u,
6702
6736
  name: name$2l
6703
6737
  };
6704
6738
 
6705
- const name$2k = "capitalCreateCycle";
6739
+ const name$2k = "capitalCreateExpense";
6706
6740
  const mutation$1t = Selector("Mutation")({
6707
- [name$2k]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6741
+ [name$2k]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6708
6742
  });
6709
6743
 
6710
- const createCycle = {
6744
+ const createExpense = {
6711
6745
  __proto__: null,
6712
6746
  mutation: mutation$1t,
6713
6747
  name: name$2k
6714
6748
  };
6715
6749
 
6716
- const name$2j = "capitalCreateExpense";
6750
+ const name$2j = "capitalGenerateCapitalizationAgreement";
6717
6751
  const mutation$1s = Selector("Mutation")({
6718
- [name$2j]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6752
+ [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6719
6753
  });
6720
6754
 
6721
- const createExpense = {
6755
+ const generateCapitalizationAgreement = {
6722
6756
  __proto__: null,
6723
6757
  mutation: mutation$1s,
6724
6758
  name: name$2j
6725
6759
  };
6726
6760
 
6727
- const name$2i = "capitalGenerateCapitalizationAgreement";
6761
+ const name$2i = "capitalGenerateGenerationAgreement";
6728
6762
  const mutation$1r = Selector("Mutation")({
6729
6763
  [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6730
6764
  });
6731
6765
 
6732
- const generateCapitalizationAgreement = {
6766
+ const generateGenerationAgreement = {
6733
6767
  __proto__: null,
6734
6768
  mutation: mutation$1r,
6735
6769
  name: name$2i
6736
6770
  };
6737
6771
 
6738
- const name$2h = "capitalGenerateGenerationAgreement";
6772
+ const name$2h = "capitalGenerateAppendixGenerationAgreement";
6739
6773
  const mutation$1q = Selector("Mutation")({
6740
6774
  [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6741
6775
  });
6742
6776
 
6743
- const generateGenerationAgreement = {
6777
+ const generateAppendixGenerationAgreement = {
6744
6778
  __proto__: null,
6745
6779
  mutation: mutation$1q,
6746
6780
  name: name$2h
6747
6781
  };
6748
6782
 
6749
- const name$2g = "capitalGenerateAppendixGenerationAgreement";
6783
+ const name$2g = "capitalGenerateExpenseStatement";
6750
6784
  const mutation$1p = Selector("Mutation")({
6751
6785
  [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6752
6786
  });
6753
6787
 
6754
- const generateAppendixGenerationAgreement = {
6788
+ const generateExpenseStatement = {
6755
6789
  __proto__: null,
6756
6790
  mutation: mutation$1p,
6757
6791
  name: name$2g
6758
6792
  };
6759
6793
 
6760
- const name$2f = "capitalGenerateExpenseStatement";
6794
+ const name$2f = "capitalGenerateExpenseDecision";
6761
6795
  const mutation$1o = Selector("Mutation")({
6762
6796
  [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6763
6797
  });
6764
6798
 
6765
- const generateExpenseStatement = {
6799
+ const generateExpenseDecision = {
6766
6800
  __proto__: null,
6767
6801
  mutation: mutation$1o,
6768
6802
  name: name$2f
6769
6803
  };
6770
6804
 
6771
- const name$2e = "capitalGenerateExpenseDecision";
6805
+ const name$2e = "capitalGenerateGenerationMoneyInvestStatement";
6772
6806
  const mutation$1n = Selector("Mutation")({
6773
6807
  [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6774
6808
  });
6775
6809
 
6776
- const generateExpenseDecision = {
6810
+ const generateGenerationMoneyInvestStatement = {
6777
6811
  __proto__: null,
6778
6812
  mutation: mutation$1n,
6779
6813
  name: name$2e
6780
6814
  };
6781
6815
 
6782
- const name$2d = "capitalGenerateGenerationMoneyInvestStatement";
6816
+ const name$2d = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6783
6817
  const mutation$1m = Selector("Mutation")({
6784
6818
  [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6785
6819
  });
6786
6820
 
6787
- const generateGenerationMoneyInvestStatement = {
6821
+ const generateGenerationMoneyReturnUnusedStatement = {
6788
6822
  __proto__: null,
6789
6823
  mutation: mutation$1m,
6790
6824
  name: name$2d
6791
6825
  };
6792
6826
 
6793
- const name$2c = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6827
+ const name$2c = "capitalGenerateCapitalizationMoneyInvestStatement";
6794
6828
  const mutation$1l = Selector("Mutation")({
6795
6829
  [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6796
6830
  });
6797
6831
 
6798
- const generateGenerationMoneyReturnUnusedStatement = {
6832
+ const generateCapitalizationMoneyInvestStatement = {
6799
6833
  __proto__: null,
6800
6834
  mutation: mutation$1l,
6801
6835
  name: name$2c
6802
6836
  };
6803
6837
 
6804
- const name$2b = "capitalGenerateCapitalizationMoneyInvestStatement";
6838
+ const name$2b = "capitalGenerateResultContributionStatement";
6805
6839
  const mutation$1k = Selector("Mutation")({
6806
6840
  [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6807
6841
  });
6808
6842
 
6809
- const generateCapitalizationMoneyInvestStatement = {
6843
+ const generateResultContributionStatement = {
6810
6844
  __proto__: null,
6811
6845
  mutation: mutation$1k,
6812
6846
  name: name$2b
6813
6847
  };
6814
6848
 
6815
- const name$2a = "capitalGenerateResultContributionStatement";
6849
+ const name$2a = "capitalGenerateResultContributionDecision";
6816
6850
  const mutation$1j = Selector("Mutation")({
6817
6851
  [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6818
6852
  });
6819
6853
 
6820
- const generateResultContributionStatement = {
6854
+ const generateResultContributionDecision = {
6821
6855
  __proto__: null,
6822
6856
  mutation: mutation$1j,
6823
6857
  name: name$2a
6824
6858
  };
6825
6859
 
6826
- const name$29 = "capitalGenerateResultContributionDecision";
6860
+ const name$29 = "capitalGenerateResultContributionAct";
6827
6861
  const mutation$1i = Selector("Mutation")({
6828
6862
  [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6829
6863
  });
6830
6864
 
6831
- const generateResultContributionDecision = {
6865
+ const generateResultContributionAct = {
6832
6866
  __proto__: null,
6833
6867
  mutation: mutation$1i,
6834
6868
  name: name$29
6835
6869
  };
6836
6870
 
6837
- const name$28 = "capitalGenerateResultContributionAct";
6871
+ const name$28 = "capitalGenerateGetLoanStatement";
6838
6872
  const mutation$1h = Selector("Mutation")({
6839
6873
  [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6840
6874
  });
6841
6875
 
6842
- const generateResultContributionAct = {
6876
+ const generateGetLoanStatement = {
6843
6877
  __proto__: null,
6844
6878
  mutation: mutation$1h,
6845
6879
  name: name$28
6846
6880
  };
6847
6881
 
6848
- const name$27 = "capitalGenerateGetLoanStatement";
6882
+ const name$27 = "capitalGenerateGetLoanDecision";
6849
6883
  const mutation$1g = Selector("Mutation")({
6850
6884
  [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6851
6885
  });
6852
6886
 
6853
- const generateGetLoanStatement = {
6887
+ const generateGetLoanDecision = {
6854
6888
  __proto__: null,
6855
6889
  mutation: mutation$1g,
6856
6890
  name: name$27
6857
6891
  };
6858
6892
 
6859
- const name$26 = "capitalGenerateGetLoanDecision";
6893
+ const name$26 = "capitalGenerateGenerationPropertyInvestStatement";
6860
6894
  const mutation$1f = Selector("Mutation")({
6861
6895
  [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6862
6896
  });
6863
6897
 
6864
- const generateGetLoanDecision = {
6898
+ const generateGenerationPropertyInvestStatement = {
6865
6899
  __proto__: null,
6866
6900
  mutation: mutation$1f,
6867
6901
  name: name$26
6868
6902
  };
6869
6903
 
6870
- const name$25 = "capitalGenerateGenerationPropertyInvestStatement";
6904
+ const name$25 = "capitalGenerateGenerationPropertyInvestDecision";
6871
6905
  const mutation$1e = Selector("Mutation")({
6872
6906
  [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6873
6907
  });
6874
6908
 
6875
- const generateGenerationPropertyInvestStatement = {
6909
+ const generateGenerationPropertyInvestDecision = {
6876
6910
  __proto__: null,
6877
6911
  mutation: mutation$1e,
6878
6912
  name: name$25
6879
6913
  };
6880
6914
 
6881
- const name$24 = "capitalGenerateGenerationPropertyInvestDecision";
6915
+ const name$24 = "capitalGenerateGenerationPropertyInvestAct";
6882
6916
  const mutation$1d = Selector("Mutation")({
6883
6917
  [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6884
6918
  });
6885
6919
 
6886
- const generateGenerationPropertyInvestDecision = {
6920
+ const generateGenerationPropertyInvestAct = {
6887
6921
  __proto__: null,
6888
6922
  mutation: mutation$1d,
6889
6923
  name: name$24
6890
6924
  };
6891
6925
 
6892
- const name$23 = "capitalGenerateGenerationPropertyInvestAct";
6926
+ const name$23 = "capitalGenerateCapitalizationPropertyInvestStatement";
6893
6927
  const mutation$1c = Selector("Mutation")({
6894
6928
  [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6895
6929
  });
6896
6930
 
6897
- const generateGenerationPropertyInvestAct = {
6931
+ const generateCapitalizationPropertyInvestStatement = {
6898
6932
  __proto__: null,
6899
6933
  mutation: mutation$1c,
6900
6934
  name: name$23
6901
6935
  };
6902
6936
 
6903
- const name$22 = "capitalGenerateCapitalizationPropertyInvestStatement";
6937
+ const name$22 = "capitalGenerateCapitalizationPropertyInvestDecision";
6904
6938
  const mutation$1b = Selector("Mutation")({
6905
6939
  [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6906
6940
  });
6907
6941
 
6908
- const generateCapitalizationPropertyInvestStatement = {
6942
+ const generateCapitalizationPropertyInvestDecision = {
6909
6943
  __proto__: null,
6910
6944
  mutation: mutation$1b,
6911
6945
  name: name$22
6912
6946
  };
6913
6947
 
6914
- const name$21 = "capitalGenerateCapitalizationPropertyInvestDecision";
6948
+ const name$21 = "capitalGenerateCapitalizationPropertyInvestAct";
6915
6949
  const mutation$1a = Selector("Mutation")({
6916
6950
  [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6917
6951
  });
6918
6952
 
6919
- const generateCapitalizationPropertyInvestDecision = {
6953
+ const generateCapitalizationPropertyInvestAct = {
6920
6954
  __proto__: null,
6921
6955
  mutation: mutation$1a,
6922
6956
  name: name$21
6923
6957
  };
6924
6958
 
6925
- const name$20 = "capitalGenerateCapitalizationPropertyInvestAct";
6959
+ const name$20 = "capitalGenerateGenerationToMainWalletConvertStatement";
6926
6960
  const mutation$19 = Selector("Mutation")({
6927
6961
  [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6928
6962
  });
6929
6963
 
6930
- const generateCapitalizationPropertyInvestAct = {
6964
+ const generateGenerationToMainWalletConvertStatement = {
6931
6965
  __proto__: null,
6932
6966
  mutation: mutation$19,
6933
6967
  name: name$20
6934
6968
  };
6935
6969
 
6936
- const name$1$ = "capitalGenerateGenerationToMainWalletConvertStatement";
6970
+ const name$1$ = "capitalGenerateGenerationToProjectConvertStatement";
6937
6971
  const mutation$18 = Selector("Mutation")({
6938
6972
  [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6939
6973
  });
6940
6974
 
6941
- const generateGenerationToMainWalletConvertStatement = {
6975
+ const generateGenerationToProjectConvertStatement = {
6942
6976
  __proto__: null,
6943
6977
  mutation: mutation$18,
6944
6978
  name: name$1$
6945
6979
  };
6946
6980
 
6947
- const name$1_ = "capitalGenerateGenerationToProjectConvertStatement";
6981
+ const name$1_ = "capitalGenerateGenerationToCapitalizationConvertStatement";
6948
6982
  const mutation$17 = Selector("Mutation")({
6949
6983
  [name$1_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6950
6984
  });
6951
6985
 
6952
- const generateGenerationToProjectConvertStatement = {
6986
+ const generateGenerationToCapitalizationConvertStatement = {
6953
6987
  __proto__: null,
6954
6988
  mutation: mutation$17,
6955
6989
  name: name$1_
6956
6990
  };
6957
6991
 
6958
- const name$1Z = "capitalGenerateGenerationToCapitalizationConvertStatement";
6992
+ const name$1Z = "capitalGenerateCapitalizationToMainWalletConvertStatement";
6959
6993
  const mutation$16 = Selector("Mutation")({
6960
6994
  [name$1Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6961
6995
  });
6962
6996
 
6963
- const generateGenerationToCapitalizationConvertStatement = {
6997
+ const generateCapitalizationToMainWalletConvertStatement = {
6964
6998
  __proto__: null,
6965
6999
  mutation: mutation$16,
6966
7000
  name: name$1Z
6967
7001
  };
6968
7002
 
6969
- const name$1Y = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7003
+ const name$1Y = "capitalSignActAsContributor";
6970
7004
  const mutation$15 = Selector("Mutation")({
6971
- [name$1Y]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7005
+ [name$1Y]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
6972
7006
  });
6973
7007
 
6974
- const generateCapitalizationToMainWalletConvertStatement = {
7008
+ const signActAsContributor = {
6975
7009
  __proto__: null,
6976
7010
  mutation: mutation$15,
6977
7011
  name: name$1Y
6978
7012
  };
6979
7013
 
6980
- const name$1X = "capitalSignActAsContributor";
7014
+ const name$1X = "capitalSignActAsChairman";
6981
7015
  const mutation$14 = Selector("Mutation")({
6982
- [name$1X]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7016
+ [name$1X]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
6983
7017
  });
6984
7018
 
6985
- const signActAsContributor = {
7019
+ const signActAsChairman = {
6986
7020
  __proto__: null,
6987
7021
  mutation: mutation$14,
6988
7022
  name: name$1X
6989
7023
  };
6990
7024
 
6991
- const name$1W = "capitalSignActAsChairman";
7025
+ const name$1W = "capitalEditContributor";
6992
7026
  const mutation$13 = Selector("Mutation")({
6993
- [name$1W]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7027
+ [name$1W]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
6994
7028
  });
6995
7029
 
6996
- const signActAsChairman = {
7030
+ const editContributor = {
6997
7031
  __proto__: null,
6998
7032
  mutation: mutation$13,
6999
7033
  name: name$1W
7000
7034
  };
7001
7035
 
7002
- const name$1V = "capitalEditContributor";
7003
- const mutation$12 = Selector("Mutation")({
7004
- [name$1V]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7005
- });
7006
-
7007
- const editContributor = {
7008
- __proto__: null,
7009
- mutation: mutation$12,
7010
- name: name$1V
7011
- };
7012
-
7013
7036
  const index$x = {
7014
7037
  __proto__: null,
7015
7038
  AddAuthor: addAuthor,
@@ -7080,26 +7103,26 @@ const index$x = {
7080
7103
  UpdateStory: updateStory
7081
7104
  };
7082
7105
 
7083
- const name$1U = "chairmanConfirmApprove";
7084
- const mutation$11 = Selector("Mutation")({
7085
- [name$1U]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7106
+ const name$1V = "chairmanConfirmApprove";
7107
+ const mutation$12 = Selector("Mutation")({
7108
+ [name$1V]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7086
7109
  });
7087
7110
 
7088
7111
  const confirmApprove = {
7089
7112
  __proto__: null,
7090
- mutation: mutation$11,
7091
- name: name$1U
7113
+ mutation: mutation$12,
7114
+ name: name$1V
7092
7115
  };
7093
7116
 
7094
- const name$1T = "chairmanDeclineApprove";
7095
- const mutation$10 = Selector("Mutation")({
7096
- [name$1T]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7117
+ const name$1U = "chairmanDeclineApprove";
7118
+ const mutation$11 = Selector("Mutation")({
7119
+ [name$1U]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7097
7120
  });
7098
7121
 
7099
7122
  const declineApprove = {
7100
7123
  __proto__: null,
7101
- mutation: mutation$10,
7102
- name: name$1T
7124
+ mutation: mutation$11,
7125
+ name: name$1U
7103
7126
  };
7104
7127
 
7105
7128
  const index$w = {
@@ -7108,259 +7131,259 @@ const index$w = {
7108
7131
  DeclineApprove: declineApprove
7109
7132
  };
7110
7133
 
7111
- const name$1S = "acceptChildOrder";
7112
- const mutation$$ = Selector("Mutation")({
7113
- [name$1S]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7134
+ const name$1T = "acceptChildOrder";
7135
+ const mutation$10 = Selector("Mutation")({
7136
+ [name$1T]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7114
7137
  });
7115
7138
 
7116
7139
  const acceptChildOrder = {
7140
+ __proto__: null,
7141
+ mutation: mutation$10,
7142
+ name: name$1T
7143
+ };
7144
+
7145
+ const name$1S = "cancelRequest";
7146
+ const mutation$$ = Selector("Mutation")({
7147
+ [name$1S]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7148
+ });
7149
+
7150
+ const cancelRequest = {
7117
7151
  __proto__: null,
7118
7152
  mutation: mutation$$,
7119
7153
  name: name$1S
7120
7154
  };
7121
7155
 
7122
- const name$1R = "cancelRequest";
7156
+ const name$1R = "confirmReceiveOnRequest";
7123
7157
  const mutation$_ = Selector("Mutation")({
7124
- [name$1R]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7158
+ [name$1R]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7125
7159
  });
7126
7160
 
7127
- const cancelRequest = {
7161
+ const completeReceiveOnRequest = {
7128
7162
  __proto__: null,
7129
7163
  mutation: mutation$_,
7130
7164
  name: name$1R
7131
7165
  };
7132
7166
 
7133
- const name$1Q = "confirmReceiveOnRequest";
7167
+ const name$1Q = "completeRequest";
7134
7168
  const mutation$Z = Selector("Mutation")({
7135
- [name$1Q]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7169
+ [name$1Q]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7136
7170
  });
7137
7171
 
7138
- const completeReceiveOnRequest = {
7172
+ const completeRequest = {
7139
7173
  __proto__: null,
7140
7174
  mutation: mutation$Z,
7141
7175
  name: name$1Q
7142
7176
  };
7143
7177
 
7144
- const name$1P = "completeRequest";
7178
+ const name$1P = "confirmSupplyOnRequest";
7145
7179
  const mutation$Y = Selector("Mutation")({
7146
- [name$1P]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7180
+ [name$1P]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7147
7181
  });
7148
7182
 
7149
- const completeRequest = {
7183
+ const confirmSupplyOnRequest = {
7150
7184
  __proto__: null,
7151
7185
  mutation: mutation$Y,
7152
7186
  name: name$1P
7153
7187
  };
7154
7188
 
7155
- const name$1O = "confirmSupplyOnRequest";
7189
+ const name$1O = "createChildOrder";
7156
7190
  const mutation$X = Selector("Mutation")({
7157
- [name$1O]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7191
+ [name$1O]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7158
7192
  });
7159
7193
 
7160
- const confirmSupplyOnRequest = {
7194
+ const createChildOrder = {
7161
7195
  __proto__: null,
7162
7196
  mutation: mutation$X,
7163
7197
  name: name$1O
7164
7198
  };
7165
7199
 
7166
- const name$1N = "createChildOrder";
7200
+ const name$1N = "createParentOffer";
7167
7201
  const mutation$W = Selector("Mutation")({
7168
- [name$1N]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7202
+ [name$1N]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7169
7203
  });
7170
7204
 
7171
- const createChildOrder = {
7205
+ const createParentOffer = {
7172
7206
  __proto__: null,
7173
7207
  mutation: mutation$W,
7174
7208
  name: name$1N
7175
7209
  };
7176
7210
 
7177
- const name$1M = "createParentOffer";
7211
+ const name$1M = "declineRequest";
7178
7212
  const mutation$V = Selector("Mutation")({
7179
- [name$1M]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7213
+ [name$1M]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7180
7214
  });
7181
7215
 
7182
- const createParentOffer = {
7216
+ const declineRequest = {
7183
7217
  __proto__: null,
7184
7218
  mutation: mutation$V,
7185
7219
  name: name$1M
7186
7220
  };
7187
7221
 
7188
- const name$1L = "declineRequest";
7222
+ const name$1L = "deliverOnRequest";
7189
7223
  const mutation$U = Selector("Mutation")({
7190
- [name$1L]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7224
+ [name$1L]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7191
7225
  });
7192
7226
 
7193
- const declineRequest = {
7227
+ const deliverOnRequest = {
7194
7228
  __proto__: null,
7195
7229
  mutation: mutation$U,
7196
7230
  name: name$1L
7197
7231
  };
7198
7232
 
7199
- const name$1K = "deliverOnRequest";
7233
+ const name$1K = "disputeOnRequest";
7200
7234
  const mutation$T = Selector("Mutation")({
7201
- [name$1K]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7235
+ [name$1K]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7202
7236
  });
7203
7237
 
7204
- const deliverOnRequest = {
7238
+ const disputeOnRequest = {
7205
7239
  __proto__: null,
7206
7240
  mutation: mutation$T,
7207
7241
  name: name$1K
7208
7242
  };
7209
7243
 
7210
- const name$1J = "disputeOnRequest";
7244
+ const name$1J = "generateAssetContributionAct";
7211
7245
  const mutation$S = Selector("Mutation")({
7212
- [name$1J]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7246
+ [name$1J]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7213
7247
  });
7214
7248
 
7215
- const disputeOnRequest = {
7249
+ const generateAssetContributionAct = {
7216
7250
  __proto__: null,
7217
7251
  mutation: mutation$S,
7218
7252
  name: name$1J
7219
7253
  };
7220
7254
 
7221
- const name$1I = "generateAssetContributionAct";
7255
+ const name$1I = "generateAssetContributionDecision";
7222
7256
  const mutation$R = Selector("Mutation")({
7223
- [name$1I]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7257
+ [name$1I]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7224
7258
  });
7225
7259
 
7226
- const generateAssetContributionAct = {
7260
+ const generateAssetContributionDecision = {
7227
7261
  __proto__: null,
7228
7262
  mutation: mutation$R,
7229
7263
  name: name$1I
7230
7264
  };
7231
7265
 
7232
- const name$1H = "generateAssetContributionDecision";
7266
+ const name$1H = "generateAssetContributionStatement";
7233
7267
  const mutation$Q = Selector("Mutation")({
7234
- [name$1H]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7268
+ [name$1H]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7235
7269
  });
7236
7270
 
7237
- const generateAssetContributionDecision = {
7271
+ const generateAssetContributionStatement = {
7238
7272
  __proto__: null,
7239
7273
  mutation: mutation$Q,
7240
7274
  name: name$1H
7241
7275
  };
7242
7276
 
7243
- const name$1G = "generateAssetContributionStatement";
7277
+ const name$1G = "generateReturnByAssetAct";
7244
7278
  const mutation$P = Selector("Mutation")({
7245
- [name$1G]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7279
+ [name$1G]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7246
7280
  });
7247
7281
 
7248
- const generateAssetContributionStatement = {
7282
+ const generateReturnByAssetAct = {
7249
7283
  __proto__: null,
7250
7284
  mutation: mutation$P,
7251
7285
  name: name$1G
7252
7286
  };
7253
7287
 
7254
- const name$1F = "generateReturnByAssetAct";
7288
+ const name$1F = "generateReturnByAssetDecision";
7255
7289
  const mutation$O = Selector("Mutation")({
7256
- [name$1F]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7290
+ [name$1F]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7257
7291
  });
7258
7292
 
7259
- const generateReturnByAssetAct = {
7293
+ const generateReturnByAssetDecision = {
7260
7294
  __proto__: null,
7261
7295
  mutation: mutation$O,
7262
7296
  name: name$1F
7263
7297
  };
7264
7298
 
7265
- const name$1E = "generateReturnByAssetDecision";
7299
+ const name$1E = "generateReturnByAssetStatement";
7266
7300
  const mutation$N = Selector("Mutation")({
7267
- [name$1E]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7301
+ [name$1E]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7268
7302
  });
7269
7303
 
7270
- const generateReturnByAssetDecision = {
7304
+ const generateReturnByAssetStatement = {
7271
7305
  __proto__: null,
7272
7306
  mutation: mutation$N,
7273
7307
  name: name$1E
7274
7308
  };
7275
7309
 
7276
- const name$1D = "generateReturnByAssetStatement";
7310
+ const name$1D = "moderateRequest";
7277
7311
  const mutation$M = Selector("Mutation")({
7278
- [name$1D]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7312
+ [name$1D]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7279
7313
  });
7280
7314
 
7281
- const generateReturnByAssetStatement = {
7315
+ const moderateRequest = {
7282
7316
  __proto__: null,
7283
7317
  mutation: mutation$M,
7284
7318
  name: name$1D
7285
7319
  };
7286
7320
 
7287
- const name$1C = "moderateRequest";
7321
+ const name$1C = "prohibitRequest";
7288
7322
  const mutation$L = Selector("Mutation")({
7289
- [name$1C]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7323
+ [name$1C]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7290
7324
  });
7291
7325
 
7292
- const moderateRequest = {
7326
+ const prohibitRequest = {
7293
7327
  __proto__: null,
7294
7328
  mutation: mutation$L,
7295
7329
  name: name$1C
7296
7330
  };
7297
7331
 
7298
- const name$1B = "prohibitRequest";
7332
+ const name$1B = "publishRequest";
7299
7333
  const mutation$K = Selector("Mutation")({
7300
- [name$1B]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7334
+ [name$1B]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7301
7335
  });
7302
7336
 
7303
- const prohibitRequest = {
7337
+ const publishRequest = {
7304
7338
  __proto__: null,
7305
7339
  mutation: mutation$K,
7306
7340
  name: name$1B
7307
7341
  };
7308
7342
 
7309
- const name$1A = "publishRequest";
7343
+ const name$1A = "receiveOnRequest";
7310
7344
  const mutation$J = Selector("Mutation")({
7311
- [name$1A]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7345
+ [name$1A]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7312
7346
  });
7313
7347
 
7314
- const publishRequest = {
7348
+ const receiveOnRequest = {
7315
7349
  __proto__: null,
7316
7350
  mutation: mutation$J,
7317
7351
  name: name$1A
7318
7352
  };
7319
7353
 
7320
- const name$1z = "receiveOnRequest";
7354
+ const name$1z = "supplyOnRequest";
7321
7355
  const mutation$I = Selector("Mutation")({
7322
- [name$1z]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7356
+ [name$1z]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7323
7357
  });
7324
7358
 
7325
- const receiveOnRequest = {
7359
+ const supplyOnRequest = {
7326
7360
  __proto__: null,
7327
7361
  mutation: mutation$I,
7328
7362
  name: name$1z
7329
7363
  };
7330
7364
 
7331
- const name$1y = "supplyOnRequest";
7365
+ const name$1y = "unpublishRequest";
7332
7366
  const mutation$H = Selector("Mutation")({
7333
- [name$1y]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7367
+ [name$1y]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7334
7368
  });
7335
7369
 
7336
- const supplyOnRequest = {
7370
+ const unpublishRequest = {
7337
7371
  __proto__: null,
7338
7372
  mutation: mutation$H,
7339
7373
  name: name$1y
7340
7374
  };
7341
7375
 
7342
- const name$1x = "unpublishRequest";
7376
+ const name$1x = "updateRequest";
7343
7377
  const mutation$G = Selector("Mutation")({
7344
- [name$1x]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7378
+ [name$1x]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7345
7379
  });
7346
7380
 
7347
- const unpublishRequest = {
7381
+ const updateRequest = {
7348
7382
  __proto__: null,
7349
7383
  mutation: mutation$G,
7350
7384
  name: name$1x
7351
7385
  };
7352
7386
 
7353
- const name$1w = "updateRequest";
7354
- const mutation$F = Selector("Mutation")({
7355
- [name$1w]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7356
- });
7357
-
7358
- const updateRequest = {
7359
- __proto__: null,
7360
- mutation: mutation$F,
7361
- name: name$1w
7362
- };
7363
-
7364
7387
  const index$v = {
7365
7388
  __proto__: null,
7366
7389
  AcceptChildOrder: acceptChildOrder,
@@ -7388,37 +7411,37 @@ const index$v = {
7388
7411
  UpdateRequest: updateRequest
7389
7412
  };
7390
7413
 
7391
- const name$1v = "installExtension";
7392
- const mutation$E = Selector("Mutation")({
7393
- [name$1v]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7414
+ const name$1w = "installExtension";
7415
+ const mutation$F = Selector("Mutation")({
7416
+ [name$1w]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7394
7417
  });
7395
7418
 
7396
7419
  const installExtension = {
7397
7420
  __proto__: null,
7398
- mutation: mutation$E,
7399
- name: name$1v
7421
+ mutation: mutation$F,
7422
+ name: name$1w
7400
7423
  };
7401
7424
 
7402
- const name$1u = "uninstallExtension";
7403
- const mutation$D = Selector("Mutation")({
7404
- [name$1u]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7425
+ const name$1v = "uninstallExtension";
7426
+ const mutation$E = Selector("Mutation")({
7427
+ [name$1v]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7405
7428
  });
7406
7429
 
7407
7430
  const uninstallExtension = {
7408
7431
  __proto__: null,
7409
- mutation: mutation$D,
7410
- name: name$1u
7432
+ mutation: mutation$E,
7433
+ name: name$1v
7411
7434
  };
7412
7435
 
7413
- const name$1t = "updateExtension";
7414
- const mutation$C = Selector("Mutation")({
7415
- [name$1t]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7436
+ const name$1u = "updateExtension";
7437
+ const mutation$D = Selector("Mutation")({
7438
+ [name$1u]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7416
7439
  });
7417
7440
 
7418
7441
  const updateExtension = {
7419
7442
  __proto__: null,
7420
- mutation: mutation$C,
7421
- name: name$1t
7443
+ mutation: mutation$D,
7444
+ name: name$1u
7422
7445
  };
7423
7446
 
7424
7447
  const index$u = {
@@ -7428,48 +7451,48 @@ const index$u = {
7428
7451
  UpdateExtension: updateExtension
7429
7452
  };
7430
7453
 
7431
- const name$1s = "generateProjectOfFreeDecision";
7432
- const mutation$B = Selector("Mutation")({
7433
- [name$1s]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7454
+ const name$1t = "generateProjectOfFreeDecision";
7455
+ const mutation$C = Selector("Mutation")({
7456
+ [name$1t]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7434
7457
  });
7435
7458
 
7436
7459
  const generateProjectOfFreeDecisionDocument = {
7437
7460
  __proto__: null,
7438
- mutation: mutation$B,
7439
- name: name$1s
7461
+ mutation: mutation$C,
7462
+ name: name$1t
7440
7463
  };
7441
7464
 
7442
- const name$1r = "generateFreeDecision";
7443
- const mutation$A = Selector("Mutation")({
7444
- [name$1r]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7465
+ const name$1s = "generateFreeDecision";
7466
+ const mutation$B = Selector("Mutation")({
7467
+ [name$1s]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7445
7468
  });
7446
7469
 
7447
7470
  const generateFreeDecision = {
7448
7471
  __proto__: null,
7449
- mutation: mutation$A,
7450
- name: name$1r
7472
+ mutation: mutation$B,
7473
+ name: name$1s
7451
7474
  };
7452
7475
 
7453
- const name$1q = "publishProjectOfFreeDecision";
7454
- const mutation$z = Selector("Mutation")({
7455
- [name$1q]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7476
+ const name$1r = "publishProjectOfFreeDecision";
7477
+ const mutation$A = Selector("Mutation")({
7478
+ [name$1r]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7456
7479
  });
7457
7480
 
7458
7481
  const publishProjectOfFreeDecision = {
7459
7482
  __proto__: null,
7460
- mutation: mutation$z,
7461
- name: name$1q
7483
+ mutation: mutation$A,
7484
+ name: name$1r
7462
7485
  };
7463
7486
 
7464
- const name$1p = "createProjectOfFreeDecision";
7465
- const mutation$y = Selector("Mutation")({
7466
- [name$1p]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7487
+ const name$1q = "createProjectOfFreeDecision";
7488
+ const mutation$z = Selector("Mutation")({
7489
+ [name$1q]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7467
7490
  });
7468
7491
 
7469
7492
  const createProjectOfFreeDecision = {
7470
7493
  __proto__: null,
7471
- mutation: mutation$y,
7472
- name: name$1p
7494
+ mutation: mutation$z,
7495
+ name: name$1q
7473
7496
  };
7474
7497
 
7475
7498
  const index$t = {
@@ -7480,37 +7503,37 @@ const index$t = {
7480
7503
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7481
7504
  };
7482
7505
 
7483
- const name$1o = "setPaymentStatus";
7484
- const mutation$x = Selector("Mutation")({
7485
- [name$1o]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7506
+ const name$1p = "setPaymentStatus";
7507
+ const mutation$y = Selector("Mutation")({
7508
+ [name$1p]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7486
7509
  });
7487
7510
 
7488
7511
  const updatePaymentStatus = {
7489
7512
  __proto__: null,
7490
- mutation: mutation$x,
7491
- name: name$1o
7513
+ mutation: mutation$y,
7514
+ name: name$1p
7492
7515
  };
7493
7516
 
7494
- const name$1n = "createInitialPayment";
7495
- const mutation$w = Selector("Mutation")({
7496
- [name$1n]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7517
+ const name$1o = "createInitialPayment";
7518
+ const mutation$x = Selector("Mutation")({
7519
+ [name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7497
7520
  });
7498
7521
 
7499
7522
  const createInitialPayment$1 = {
7500
7523
  __proto__: null,
7501
- mutation: mutation$w,
7502
- name: name$1n
7524
+ mutation: mutation$x,
7525
+ name: name$1o
7503
7526
  };
7504
7527
 
7505
- const name$1m = "createDepositPayment";
7506
- const mutation$v = Selector("Mutation")({
7507
- [name$1m]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7528
+ const name$1n = "createDepositPayment";
7529
+ const mutation$w = Selector("Mutation")({
7530
+ [name$1n]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7508
7531
  });
7509
7532
 
7510
7533
  const createDepositPayment$1 = {
7511
7534
  __proto__: null,
7512
- mutation: mutation$v,
7513
- name: name$1m
7535
+ mutation: mutation$w,
7536
+ name: name$1n
7514
7537
  };
7515
7538
 
7516
7539
  const index$s = {
@@ -7520,154 +7543,154 @@ const index$s = {
7520
7543
  SetPaymentStatus: updatePaymentStatus
7521
7544
  };
7522
7545
 
7523
- const name$1l = "createAnnualGeneralMeet";
7524
- const mutation$u = Selector("Mutation")({
7525
- [name$1l]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7546
+ const name$1m = "createAnnualGeneralMeet";
7547
+ const mutation$v = Selector("Mutation")({
7548
+ [name$1m]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7526
7549
  });
7527
7550
 
7528
7551
  const createAnnualGeneralMeet = {
7552
+ __proto__: null,
7553
+ mutation: mutation$v,
7554
+ name: name$1m
7555
+ };
7556
+
7557
+ const name$1l = "generateAnnualGeneralMeetAgendaDocument";
7558
+ const mutation$u = Selector("Mutation")({
7559
+ [name$1l]: [
7560
+ {
7561
+ data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7562
+ options: $("options", "GenerateDocumentOptionsInput")
7563
+ },
7564
+ documentSelector
7565
+ ]
7566
+ });
7567
+
7568
+ const generateAnnualGeneralMeetAgendaDocument = {
7529
7569
  __proto__: null,
7530
7570
  mutation: mutation$u,
7531
7571
  name: name$1l
7532
7572
  };
7533
7573
 
7534
- const name$1k = "generateAnnualGeneralMeetAgendaDocument";
7574
+ const name$1k = "generateAnnualGeneralMeetDecisionDocument";
7535
7575
  const mutation$t = Selector("Mutation")({
7536
7576
  [name$1k]: [
7537
7577
  {
7538
- data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7578
+ data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7539
7579
  options: $("options", "GenerateDocumentOptionsInput")
7540
7580
  },
7541
7581
  documentSelector
7542
7582
  ]
7543
7583
  });
7544
7584
 
7545
- const generateAnnualGeneralMeetAgendaDocument = {
7585
+ const generateAnnualGeneralMeetDecisionDocument = {
7546
7586
  __proto__: null,
7547
7587
  mutation: mutation$t,
7548
7588
  name: name$1k
7549
7589
  };
7550
7590
 
7551
- const name$1j = "generateAnnualGeneralMeetDecisionDocument";
7591
+ const name$1j = "generateAnnualGeneralMeetNotificationDocument";
7552
7592
  const mutation$s = Selector("Mutation")({
7553
7593
  [name$1j]: [
7554
7594
  {
7555
- data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7595
+ data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7556
7596
  options: $("options", "GenerateDocumentOptionsInput")
7557
7597
  },
7558
7598
  documentSelector
7559
7599
  ]
7560
7600
  });
7561
7601
 
7562
- const generateAnnualGeneralMeetDecisionDocument = {
7602
+ const generateAnnualGeneralMeetNotificationDocument = {
7563
7603
  __proto__: null,
7564
7604
  mutation: mutation$s,
7565
7605
  name: name$1j
7566
7606
  };
7567
7607
 
7568
- const name$1i = "generateAnnualGeneralMeetNotificationDocument";
7608
+ const name$1i = "generateBallotForAnnualGeneralMeetDocument";
7569
7609
  const mutation$r = Selector("Mutation")({
7570
7610
  [name$1i]: [
7571
7611
  {
7572
- data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7612
+ data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7573
7613
  options: $("options", "GenerateDocumentOptionsInput")
7574
7614
  },
7575
7615
  documentSelector
7576
7616
  ]
7577
7617
  });
7578
7618
 
7579
- const generateAnnualGeneralMeetNotificationDocument = {
7619
+ const generateBallotForAnnualGeneralMeetDocument = {
7580
7620
  __proto__: null,
7581
7621
  mutation: mutation$r,
7582
7622
  name: name$1i
7583
7623
  };
7584
7624
 
7585
- const name$1h = "generateBallotForAnnualGeneralMeetDocument";
7625
+ const name$1h = "generateSovietDecisionOnAnnualMeetDocument";
7586
7626
  const mutation$q = Selector("Mutation")({
7587
- [name$1h]: [
7588
- {
7589
- data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7590
- options: $("options", "GenerateDocumentOptionsInput")
7591
- },
7592
- documentSelector
7593
- ]
7627
+ [name$1h]: [{
7628
+ data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7629
+ options: $("options", "GenerateDocumentOptionsInput")
7630
+ }, documentSelector]
7594
7631
  });
7595
7632
 
7596
- const generateBallotForAnnualGeneralMeetDocument = {
7633
+ const generateSovietDecisionOnAnnualMeetDocument = {
7597
7634
  __proto__: null,
7598
7635
  mutation: mutation$q,
7599
7636
  name: name$1h
7600
7637
  };
7601
7638
 
7602
- const name$1g = "generateSovietDecisionOnAnnualMeetDocument";
7639
+ const name$1g = "notifyOnAnnualGeneralMeet";
7603
7640
  const mutation$p = Selector("Mutation")({
7604
- [name$1g]: [{
7605
- data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7606
- options: $("options", "GenerateDocumentOptionsInput")
7607
- }, documentSelector]
7641
+ [name$1g]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7608
7642
  });
7609
7643
 
7610
- const generateSovietDecisionOnAnnualMeetDocument = {
7644
+ const notifyOnAnnualGeneralMeet = {
7611
7645
  __proto__: null,
7612
7646
  mutation: mutation$p,
7613
7647
  name: name$1g
7614
7648
  };
7615
7649
 
7616
- const name$1f = "notifyOnAnnualGeneralMeet";
7650
+ const name$1f = "restartAnnualGeneralMeet";
7617
7651
  const mutation$o = Selector("Mutation")({
7618
- [name$1f]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7652
+ [name$1f]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7619
7653
  });
7620
7654
 
7621
- const notifyOnAnnualGeneralMeet = {
7655
+ const restartAnnualGeneralMeet = {
7622
7656
  __proto__: null,
7623
7657
  mutation: mutation$o,
7624
7658
  name: name$1f
7625
7659
  };
7626
7660
 
7627
- const name$1e = "restartAnnualGeneralMeet";
7661
+ const name$1e = "signByPresiderOnAnnualGeneralMeet";
7628
7662
  const mutation$n = Selector("Mutation")({
7629
- [name$1e]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7663
+ [name$1e]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7630
7664
  });
7631
7665
 
7632
- const restartAnnualGeneralMeet = {
7666
+ const signByPresiderOnAnnualGeneralMeet = {
7633
7667
  __proto__: null,
7634
7668
  mutation: mutation$n,
7635
7669
  name: name$1e
7636
7670
  };
7637
7671
 
7638
- const name$1d = "signByPresiderOnAnnualGeneralMeet";
7672
+ const name$1d = "signBySecretaryOnAnnualGeneralMeet";
7639
7673
  const mutation$m = Selector("Mutation")({
7640
- [name$1d]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7674
+ [name$1d]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7641
7675
  });
7642
7676
 
7643
- const signByPresiderOnAnnualGeneralMeet = {
7677
+ const signBySecretaryOnAnnualGeneralMeet = {
7644
7678
  __proto__: null,
7645
7679
  mutation: mutation$m,
7646
7680
  name: name$1d
7647
7681
  };
7648
7682
 
7649
- const name$1c = "signBySecretaryOnAnnualGeneralMeet";
7683
+ const name$1c = "voteOnAnnualGeneralMeet";
7650
7684
  const mutation$l = Selector("Mutation")({
7651
- [name$1c]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7685
+ [name$1c]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7652
7686
  });
7653
7687
 
7654
- const signBySecretaryOnAnnualGeneralMeet = {
7688
+ const voteOnAnnualGeneralMeet = {
7655
7689
  __proto__: null,
7656
7690
  mutation: mutation$l,
7657
7691
  name: name$1c
7658
7692
  };
7659
7693
 
7660
- const name$1b = "voteOnAnnualGeneralMeet";
7661
- const mutation$k = Selector("Mutation")({
7662
- [name$1b]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7663
- });
7664
-
7665
- const voteOnAnnualGeneralMeet = {
7666
- __proto__: null,
7667
- mutation: mutation$k,
7668
- name: name$1b
7669
- };
7670
-
7671
7694
  const index$r = {
7672
7695
  __proto__: null,
7673
7696
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
@@ -7683,23 +7706,34 @@ const index$r = {
7683
7706
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7684
7707
  };
7685
7708
 
7686
- const name$1a = "createWebPushSubscription";
7687
- const mutation$j = Selector("Mutation")({
7688
- [name$1a]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7709
+ const name$1b = "createWebPushSubscription";
7710
+ const mutation$k = Selector("Mutation")({
7711
+ [name$1b]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7689
7712
  });
7690
7713
 
7691
7714
  const createWebPushSubscription = {
7715
+ __proto__: null,
7716
+ mutation: mutation$k,
7717
+ name: name$1b
7718
+ };
7719
+
7720
+ const name$1a = "deactivateWebPushSubscriptionById";
7721
+ const mutation$j = Selector("Mutation")({
7722
+ [name$1a]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7723
+ });
7724
+
7725
+ const deactivateWebPushSubscriptionById = {
7692
7726
  __proto__: null,
7693
7727
  mutation: mutation$j,
7694
7728
  name: name$1a
7695
7729
  };
7696
7730
 
7697
- const name$19 = "deactivateWebPushSubscriptionById";
7731
+ const name$19 = "triggerNotificationWorkflow";
7698
7732
  const mutation$i = Selector("Mutation")({
7699
- [name$19]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7733
+ [name$19]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, rawTriggerNotificationWorkflowResultSelector]
7700
7734
  });
7701
7735
 
7702
- const deactivateWebPushSubscriptionById = {
7736
+ const triggerNotificationWorkflow = {
7703
7737
  __proto__: null,
7704
7738
  mutation: mutation$i,
7705
7739
  name: name$19
@@ -7708,7 +7742,8 @@ const deactivateWebPushSubscriptionById = {
7708
7742
  const index$q = {
7709
7743
  __proto__: null,
7710
7744
  CreateWebPushSubscription: createWebPushSubscription,
7711
- DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById
7745
+ DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById,
7746
+ TriggerNotificationWorkflow: triggerNotificationWorkflow
7712
7747
  };
7713
7748
 
7714
7749
  const name$18 = "addParticipant";
@@ -8928,8 +8963,8 @@ const _Client = class _Client {
8928
8963
  signature
8929
8964
  }
8930
8965
  };
8931
- const { [name$32]: result } = await this.thunder("mutation")(
8932
- mutation$2b,
8966
+ const { [name$33]: result } = await this.thunder("mutation")(
8967
+ mutation$2c,
8933
8968
  {
8934
8969
  variables
8935
8970
  }