@coopenomics/sdk 2025.11.17-alpha-4 → 2025.11.19-alpha-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -915,6 +915,12 @@ const AllTypesProps = {
915
915
  ConvertSegmentInput: {
916
916
  convert_statement: "SignedDigitalDocumentInput"
917
917
  },
918
+ ConvertToAxonStatementGenerateDocumentInput: {},
919
+ ConvertToAxonStatementSignedDocumentInput: {
920
+ meta: "ConvertToAxonStatementSignedMetaDocumentInput",
921
+ signatures: "SignatureInfoInput"
922
+ },
923
+ ConvertToAxonStatementSignedMetaDocumentInput: {},
918
924
  Country: "enum",
919
925
  CreateAnnualGeneralMeetInput: {
920
926
  agenda: "AgendaGeneralMeetPointInput",
@@ -1409,6 +1415,10 @@ const AllTypesProps = {
1409
1415
  data: "AnnualGeneralMeetingVotingBallotGenerateDocumentInput",
1410
1416
  options: "GenerateDocumentOptionsInput"
1411
1417
  },
1418
+ generateConvertToAxonStatement: {
1419
+ data: "ConvertToAxonStatementGenerateDocumentInput",
1420
+ options: "GenerateDocumentOptionsInput"
1421
+ },
1412
1422
  generateFreeDecision: {
1413
1423
  data: "FreeDecisionGenerateDocumentInput",
1414
1424
  options: "GenerateDocumentOptionsInput"
@@ -1490,6 +1500,9 @@ const AllTypesProps = {
1490
1500
  notifyOnAnnualGeneralMeet: {
1491
1501
  data: "NotifyOnAnnualGeneralMeetInput"
1492
1502
  },
1503
+ processConvertToAxonStatement: {
1504
+ signedDocument: "ConvertToAxonStatementSignedDocumentInput"
1505
+ },
1493
1506
  prohibitRequest: {
1494
1507
  data: "ProhibitRequestInput"
1495
1508
  },
@@ -3219,6 +3232,7 @@ const ReturnTypes = {
3219
3232
  generateAssetContributionDecision: "GeneratedDocument",
3220
3233
  generateAssetContributionStatement: "GeneratedDocument",
3221
3234
  generateBallotForAnnualGeneralMeetDocument: "GeneratedDocument",
3235
+ generateConvertToAxonStatement: "GeneratedDocument",
3222
3236
  generateFreeDecision: "GeneratedDocument",
3223
3237
  generateParticipantApplication: "GeneratedDocument",
3224
3238
  generateParticipantApplicationDecision: "GeneratedDocument",
@@ -3241,6 +3255,7 @@ const ReturnTypes = {
3241
3255
  logout: "Boolean",
3242
3256
  moderateRequest: "Transaction",
3243
3257
  notifyOnAnnualGeneralMeet: "MeetAggregate",
3258
+ processConvertToAxonStatement: "Boolean",
3244
3259
  prohibitRequest: "Transaction",
3245
3260
  publishProjectOfFreeDecision: "Boolean",
3246
3261
  publishRequest: "Transaction",
@@ -4523,7 +4538,7 @@ var UserStatus = /* @__PURE__ */ ((UserStatus2) => {
4523
4538
  return UserStatus2;
4524
4539
  })(UserStatus || {});
4525
4540
 
4526
- const index$C = {
4541
+ const index$D = {
4527
4542
  __proto__: null,
4528
4543
  $: $,
4529
4544
  AccountType: AccountType,
@@ -4954,37 +4969,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
4954
4969
  rawRegisteredAccountSelector
4955
4970
  );
4956
4971
 
4957
- const name$3i = "registerAccount";
4958
- const mutation$2p = Selector("Mutation")({
4959
- [name$3i]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4972
+ const name$3k = "registerAccount";
4973
+ const mutation$2r = Selector("Mutation")({
4974
+ [name$3k]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4960
4975
  });
4961
4976
 
4962
4977
  const registerAccount = {
4963
4978
  __proto__: null,
4964
- mutation: mutation$2p,
4965
- name: name$3i
4979
+ mutation: mutation$2r,
4980
+ name: name$3k
4966
4981
  };
4967
4982
 
4968
- const name$3h = "resetKey";
4969
- const mutation$2o = Selector("Mutation")({
4970
- [name$3h]: [{ data: $("data", "ResetKeyInput!") }, true]
4983
+ const name$3j = "resetKey";
4984
+ const mutation$2q = Selector("Mutation")({
4985
+ [name$3j]: [{ data: $("data", "ResetKeyInput!") }, true]
4971
4986
  });
4972
4987
 
4973
4988
  const resetKey = {
4974
4989
  __proto__: null,
4975
- mutation: mutation$2o,
4976
- name: name$3h
4990
+ mutation: mutation$2q,
4991
+ name: name$3j
4977
4992
  };
4978
4993
 
4979
- const name$3g = "startResetKey";
4980
- const mutation$2n = Selector("Mutation")({
4981
- [name$3g]: [{ data: $("data", "StartResetKeyInput!") }, true]
4994
+ const name$3i = "startResetKey";
4995
+ const mutation$2p = Selector("Mutation")({
4996
+ [name$3i]: [{ data: $("data", "StartResetKeyInput!") }, true]
4982
4997
  });
4983
4998
 
4984
4999
  const startResetKey = {
4985
5000
  __proto__: null,
4986
- mutation: mutation$2n,
4987
- name: name$3g
5001
+ mutation: mutation$2p,
5002
+ name: name$3i
4988
5003
  };
4989
5004
 
4990
5005
  const paginationSelector = {
@@ -6171,18 +6186,18 @@ const rawCreateWithdrawResponseSelector = {
6171
6186
  };
6172
6187
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6173
6188
 
6174
- const name$3f = "updateAccount";
6175
- const mutation$2m = Selector("Mutation")({
6176
- [name$3f]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6189
+ const name$3h = "updateAccount";
6190
+ const mutation$2o = Selector("Mutation")({
6191
+ [name$3h]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6177
6192
  });
6178
6193
 
6179
6194
  const updateAccount = {
6180
6195
  __proto__: null,
6181
- mutation: mutation$2m,
6182
- name: name$3f
6196
+ mutation: mutation$2o,
6197
+ name: name$3h
6183
6198
  };
6184
6199
 
6185
- const index$B = {
6200
+ const index$C = {
6186
6201
  __proto__: null,
6187
6202
  RegisterAccount: registerAccount,
6188
6203
  ResetKey: resetKey,
@@ -6190,949 +6205,949 @@ const index$B = {
6190
6205
  UpdateAccount: updateAccount
6191
6206
  };
6192
6207
 
6193
- const name$3e = "generatePrivacyAgreement";
6208
+ const name$3g = "generatePrivacyAgreement";
6209
+ const mutation$2n = Selector("Mutation")({
6210
+ [name$3g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6211
+ });
6212
+
6213
+ const generatePrivacyAgreement = {
6214
+ __proto__: null,
6215
+ mutation: mutation$2n,
6216
+ name: name$3g
6217
+ };
6218
+
6219
+ const name$3f = "generateSignatureAgreement";
6220
+ const mutation$2m = Selector("Mutation")({
6221
+ [name$3f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6222
+ });
6223
+
6224
+ const generateSignatureAgreement = {
6225
+ __proto__: null,
6226
+ mutation: mutation$2m,
6227
+ name: name$3f
6228
+ };
6229
+
6230
+ const name$3e = "generateWalletAgreement";
6194
6231
  const mutation$2l = Selector("Mutation")({
6195
6232
  [name$3e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6196
6233
  });
6197
6234
 
6198
- const generatePrivacyAgreement = {
6235
+ const generateWalletAgreement = {
6199
6236
  __proto__: null,
6200
6237
  mutation: mutation$2l,
6201
6238
  name: name$3e
6202
6239
  };
6203
6240
 
6204
- const name$3d = "generateSignatureAgreement";
6241
+ const name$3d = "generateUserAgreement";
6205
6242
  const mutation$2k = Selector("Mutation")({
6206
6243
  [name$3d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6207
6244
  });
6208
6245
 
6209
- const generateSignatureAgreement = {
6246
+ const generateUserAgreement = {
6210
6247
  __proto__: null,
6211
6248
  mutation: mutation$2k,
6212
6249
  name: name$3d
6213
6250
  };
6214
6251
 
6215
- const name$3c = "generateWalletAgreement";
6252
+ const name$3c = "sendAgreement";
6216
6253
  const mutation$2j = Selector("Mutation")({
6217
- [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6254
+ [name$3c]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6218
6255
  });
6219
6256
 
6220
- const generateWalletAgreement = {
6257
+ const sendAgreement = {
6221
6258
  __proto__: null,
6222
6259
  mutation: mutation$2j,
6223
6260
  name: name$3c
6224
6261
  };
6225
6262
 
6226
- const name$3b = "generateUserAgreement";
6263
+ const name$3b = "confirmAgreement";
6227
6264
  const mutation$2i = Selector("Mutation")({
6228
- [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6265
+ [name$3b]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6229
6266
  });
6230
6267
 
6231
- const generateUserAgreement = {
6268
+ const confirmAgreement = {
6232
6269
  __proto__: null,
6233
6270
  mutation: mutation$2i,
6234
6271
  name: name$3b
6235
6272
  };
6236
6273
 
6237
- const name$3a = "sendAgreement";
6274
+ const name$3a = "declineAgreement";
6238
6275
  const mutation$2h = Selector("Mutation")({
6239
- [name$3a]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6276
+ [name$3a]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6240
6277
  });
6241
6278
 
6242
- const sendAgreement = {
6279
+ const declineAgreement = {
6243
6280
  __proto__: null,
6244
6281
  mutation: mutation$2h,
6245
6282
  name: name$3a
6246
6283
  };
6247
6284
 
6248
- const name$39 = "confirmAgreement";
6285
+ const index$B = {
6286
+ __proto__: null,
6287
+ ConfirmAgreement: confirmAgreement,
6288
+ DeclineAgreement: declineAgreement,
6289
+ GeneratePrivacyAgreement: generatePrivacyAgreement,
6290
+ GenerateSignatureAgreement: generateSignatureAgreement,
6291
+ GenerateUserAgreement: generateUserAgreement,
6292
+ GenerateWalletAgreement: generateWalletAgreement,
6293
+ SendAgreement: sendAgreement
6294
+ };
6295
+
6296
+ const name$39 = "refresh";
6249
6297
  const mutation$2g = Selector("Mutation")({
6250
- [name$39]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6298
+ [name$39]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6251
6299
  });
6252
6300
 
6253
- const confirmAgreement = {
6301
+ const refresh = {
6254
6302
  __proto__: null,
6255
6303
  mutation: mutation$2g,
6256
6304
  name: name$39
6257
6305
  };
6258
6306
 
6259
- const name$38 = "declineAgreement";
6307
+ const name$38 = "logout";
6260
6308
  const mutation$2f = Selector("Mutation")({
6261
- [name$38]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6309
+ [name$38]: [{ data: $("data", "LogoutInput!") }, true]
6262
6310
  });
6263
6311
 
6264
- const declineAgreement = {
6312
+ const logout = {
6265
6313
  __proto__: null,
6266
6314
  mutation: mutation$2f,
6267
6315
  name: name$38
6268
6316
  };
6269
6317
 
6270
- const index$A = {
6271
- __proto__: null,
6272
- ConfirmAgreement: confirmAgreement,
6273
- DeclineAgreement: declineAgreement,
6274
- GeneratePrivacyAgreement: generatePrivacyAgreement,
6275
- GenerateSignatureAgreement: generateSignatureAgreement,
6276
- GenerateUserAgreement: generateUserAgreement,
6277
- GenerateWalletAgreement: generateWalletAgreement,
6278
- SendAgreement: sendAgreement
6279
- };
6280
-
6281
- const name$37 = "refresh";
6318
+ const name$37 = "login";
6282
6319
  const mutation$2e = Selector("Mutation")({
6283
- [name$37]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6320
+ [name$37]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6284
6321
  });
6285
6322
 
6286
- const refresh = {
6323
+ const login = {
6287
6324
  __proto__: null,
6288
6325
  mutation: mutation$2e,
6289
6326
  name: name$37
6290
6327
  };
6291
6328
 
6292
- const name$36 = "logout";
6329
+ const index$A = {
6330
+ __proto__: null,
6331
+ Login: login,
6332
+ Logout: logout,
6333
+ Refresh: refresh
6334
+ };
6335
+
6336
+ const name$36 = "addTrustedAccount";
6293
6337
  const mutation$2d = Selector("Mutation")({
6294
- [name$36]: [{ data: $("data", "LogoutInput!") }, true]
6338
+ [name$36]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6295
6339
  });
6296
6340
 
6297
- const logout = {
6341
+ const addTrustedAccount = {
6298
6342
  __proto__: null,
6299
6343
  mutation: mutation$2d,
6300
6344
  name: name$36
6301
6345
  };
6302
6346
 
6303
- const name$35 = "login";
6347
+ const name$35 = "createBranch";
6304
6348
  const mutation$2c = Selector("Mutation")({
6305
- [name$35]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6349
+ [name$35]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6306
6350
  });
6307
6351
 
6308
- const login = {
6352
+ const createBranch = {
6309
6353
  __proto__: null,
6310
6354
  mutation: mutation$2c,
6311
6355
  name: name$35
6312
6356
  };
6313
6357
 
6314
- const index$z = {
6315
- __proto__: null,
6316
- Login: login,
6317
- Logout: logout,
6318
- Refresh: refresh
6319
- };
6320
-
6321
- const name$34 = "addTrustedAccount";
6358
+ const name$34 = "deleteBranch";
6322
6359
  const mutation$2b = Selector("Mutation")({
6323
- [name$34]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6360
+ [name$34]: [{ data: $("data", "DeleteBranchInput!") }, true]
6324
6361
  });
6325
6362
 
6326
- const addTrustedAccount = {
6363
+ const deleteBranch = {
6327
6364
  __proto__: null,
6328
6365
  mutation: mutation$2b,
6329
6366
  name: name$34
6330
6367
  };
6331
6368
 
6332
- const name$33 = "createBranch";
6369
+ const name$33 = "deleteTrustedAccount";
6333
6370
  const mutation$2a = Selector("Mutation")({
6334
- [name$33]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6371
+ [name$33]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6335
6372
  });
6336
6373
 
6337
- const createBranch = {
6374
+ const deleteTrustedAccount = {
6338
6375
  __proto__: null,
6339
6376
  mutation: mutation$2a,
6340
6377
  name: name$33
6341
6378
  };
6342
6379
 
6343
- const name$32 = "deleteBranch";
6380
+ const name$32 = "editBranch";
6344
6381
  const mutation$29 = Selector("Mutation")({
6345
- [name$32]: [{ data: $("data", "DeleteBranchInput!") }, true]
6382
+ [name$32]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6346
6383
  });
6347
6384
 
6348
- const deleteBranch = {
6385
+ const editBranch = {
6349
6386
  __proto__: null,
6350
6387
  mutation: mutation$29,
6351
6388
  name: name$32
6352
6389
  };
6353
6390
 
6354
- const name$31 = "deleteTrustedAccount";
6391
+ const name$31 = "generateSelectBranchDocument";
6355
6392
  const mutation$28 = Selector("Mutation")({
6356
- [name$31]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6393
+ [name$31]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6357
6394
  });
6358
6395
 
6359
- const deleteTrustedAccount = {
6396
+ const generateSelectBranchDocument = {
6360
6397
  __proto__: null,
6361
6398
  mutation: mutation$28,
6362
6399
  name: name$31
6363
6400
  };
6364
6401
 
6365
- const name$30 = "editBranch";
6402
+ const name$30 = "selectBranch";
6366
6403
  const mutation$27 = Selector("Mutation")({
6367
- [name$30]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6404
+ [name$30]: [{ data: $("data", "SelectBranchInput!") }, true]
6368
6405
  });
6369
6406
 
6370
- const editBranch = {
6407
+ const selectBranch = {
6371
6408
  __proto__: null,
6372
6409
  mutation: mutation$27,
6373
6410
  name: name$30
6374
6411
  };
6375
6412
 
6376
- const name$2$ = "generateSelectBranchDocument";
6413
+ const index$z = {
6414
+ __proto__: null,
6415
+ AddTrustedAccount: addTrustedAccount,
6416
+ CreateBranch: createBranch,
6417
+ DeleteBranch: deleteBranch,
6418
+ DeleteTrustedAccount: deleteTrustedAccount,
6419
+ EditBranch: editBranch,
6420
+ GenerateSelectBranchDocument: generateSelectBranchDocument,
6421
+ SelectBranch: selectBranch
6422
+ };
6423
+
6424
+ const name$2$ = "capitalSetConfig";
6377
6425
  const mutation$26 = Selector("Mutation")({
6378
- [name$2$]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6426
+ [name$2$]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6379
6427
  });
6380
6428
 
6381
- const generateSelectBranchDocument = {
6429
+ const setConfig = {
6382
6430
  __proto__: null,
6383
6431
  mutation: mutation$26,
6384
6432
  name: name$2$
6385
6433
  };
6386
6434
 
6387
- const name$2_ = "selectBranch";
6435
+ const name$2_ = "capitalCreateProject";
6388
6436
  const mutation$25 = Selector("Mutation")({
6389
- [name$2_]: [{ data: $("data", "SelectBranchInput!") }, true]
6437
+ [name$2_]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6390
6438
  });
6391
6439
 
6392
- const selectBranch = {
6440
+ const createProject = {
6393
6441
  __proto__: null,
6394
6442
  mutation: mutation$25,
6395
6443
  name: name$2_
6396
6444
  };
6397
6445
 
6398
- const index$y = {
6399
- __proto__: null,
6400
- AddTrustedAccount: addTrustedAccount,
6401
- CreateBranch: createBranch,
6402
- DeleteBranch: deleteBranch,
6403
- DeleteTrustedAccount: deleteTrustedAccount,
6404
- EditBranch: editBranch,
6405
- GenerateSelectBranchDocument: generateSelectBranchDocument,
6406
- SelectBranch: selectBranch
6407
- };
6408
-
6409
- const name$2Z = "capitalSetConfig";
6446
+ const name$2Z = "capitalCreateDebt";
6410
6447
  const mutation$24 = Selector("Mutation")({
6411
- [name$2Z]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6448
+ [name$2Z]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6412
6449
  });
6413
6450
 
6414
- const setConfig = {
6451
+ const createDebt = {
6415
6452
  __proto__: null,
6416
6453
  mutation: mutation$24,
6417
6454
  name: name$2Z
6418
6455
  };
6419
6456
 
6420
- const name$2Y = "capitalCreateProject";
6457
+ const name$2Y = "capitalFundProgram";
6421
6458
  const mutation$23 = Selector("Mutation")({
6422
- [name$2Y]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6459
+ [name$2Y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6423
6460
  });
6424
6461
 
6425
- const createProject = {
6462
+ const fundProgram = {
6426
6463
  __proto__: null,
6427
6464
  mutation: mutation$23,
6428
6465
  name: name$2Y
6429
6466
  };
6430
6467
 
6431
- const name$2X = "capitalCreateDebt";
6468
+ const name$2X = "capitalFundProject";
6432
6469
  const mutation$22 = Selector("Mutation")({
6433
- [name$2X]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6470
+ [name$2X]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6434
6471
  });
6435
6472
 
6436
- const createDebt = {
6473
+ const fundProject = {
6437
6474
  __proto__: null,
6438
6475
  mutation: mutation$22,
6439
6476
  name: name$2X
6440
6477
  };
6441
6478
 
6442
- const name$2W = "capitalFundProgram";
6479
+ const name$2W = "capitalRefreshProgram";
6443
6480
  const mutation$21 = Selector("Mutation")({
6444
- [name$2W]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6481
+ [name$2W]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6445
6482
  });
6446
6483
 
6447
- const fundProgram = {
6484
+ const refreshProgram = {
6448
6485
  __proto__: null,
6449
6486
  mutation: mutation$21,
6450
6487
  name: name$2W
6451
6488
  };
6452
6489
 
6453
- const name$2V = "capitalFundProject";
6490
+ const name$2V = "capitalRefreshProject";
6454
6491
  const mutation$20 = Selector("Mutation")({
6455
- [name$2V]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6492
+ [name$2V]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6456
6493
  });
6457
6494
 
6458
- const fundProject = {
6495
+ const refreshProject = {
6459
6496
  __proto__: null,
6460
6497
  mutation: mutation$20,
6461
6498
  name: name$2V
6462
6499
  };
6463
6500
 
6464
- const name$2U = "capitalRefreshProgram";
6501
+ const name$2U = "capitalCreateCommit";
6465
6502
  const mutation$1$ = Selector("Mutation")({
6466
- [name$2U]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6503
+ [name$2U]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6467
6504
  });
6468
6505
 
6469
- const refreshProgram = {
6506
+ const createCommit = {
6470
6507
  __proto__: null,
6471
6508
  mutation: mutation$1$,
6472
6509
  name: name$2U
6473
6510
  };
6474
6511
 
6475
- const name$2T = "capitalRefreshProject";
6512
+ const name$2T = "capitalApproveCommit";
6476
6513
  const mutation$1_ = Selector("Mutation")({
6477
- [name$2T]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6514
+ [name$2T]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6478
6515
  });
6479
6516
 
6480
- const refreshProject = {
6517
+ const approveCommit = {
6481
6518
  __proto__: null,
6482
6519
  mutation: mutation$1_,
6483
6520
  name: name$2T
6484
6521
  };
6485
6522
 
6486
- const name$2S = "capitalCreateCommit";
6523
+ const name$2S = "capitalDeclineCommit";
6487
6524
  const mutation$1Z = Selector("Mutation")({
6488
- [name$2S]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6525
+ [name$2S]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6489
6526
  });
6490
6527
 
6491
- const createCommit = {
6528
+ const declineCommit = {
6492
6529
  __proto__: null,
6493
6530
  mutation: mutation$1Z,
6494
6531
  name: name$2S
6495
6532
  };
6496
6533
 
6497
- const name$2R = "capitalApproveCommit";
6534
+ const name$2R = "capitalRefreshSegment";
6498
6535
  const mutation$1Y = Selector("Mutation")({
6499
- [name$2R]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6536
+ [name$2R]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6500
6537
  });
6501
6538
 
6502
- const approveCommit = {
6539
+ const refreshSegment = {
6503
6540
  __proto__: null,
6504
6541
  mutation: mutation$1Y,
6505
6542
  name: name$2R
6506
6543
  };
6507
6544
 
6508
- const name$2Q = "capitalDeclineCommit";
6545
+ const name$2Q = "capitalCreateProjectInvest";
6509
6546
  const mutation$1X = Selector("Mutation")({
6510
- [name$2Q]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6547
+ [name$2Q]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6511
6548
  });
6512
6549
 
6513
- const declineCommit = {
6550
+ const createProjectInvest = {
6514
6551
  __proto__: null,
6515
6552
  mutation: mutation$1X,
6516
6553
  name: name$2Q
6517
6554
  };
6518
6555
 
6519
- const name$2P = "capitalRefreshSegment";
6556
+ const name$2P = "capitalRegisterContributor";
6520
6557
  const mutation$1W = Selector("Mutation")({
6521
- [name$2P]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6558
+ [name$2P]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6522
6559
  });
6523
6560
 
6524
- const refreshSegment = {
6561
+ const registerContributor = {
6525
6562
  __proto__: null,
6526
6563
  mutation: mutation$1W,
6527
6564
  name: name$2P
6528
6565
  };
6529
6566
 
6530
- const name$2O = "capitalCreateProjectInvest";
6567
+ const name$2O = "capitalImportContributor";
6531
6568
  const mutation$1V = Selector("Mutation")({
6532
- [name$2O]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6569
+ [name$2O]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6533
6570
  });
6534
6571
 
6535
- const createProjectInvest = {
6572
+ const importContributor = {
6536
6573
  __proto__: null,
6537
6574
  mutation: mutation$1V,
6538
6575
  name: name$2O
6539
6576
  };
6540
6577
 
6541
- const name$2N = "capitalRegisterContributor";
6578
+ const name$2N = "capitalMakeClearance";
6542
6579
  const mutation$1U = Selector("Mutation")({
6543
- [name$2N]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6580
+ [name$2N]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6544
6581
  });
6545
6582
 
6546
- const registerContributor = {
6583
+ const makeClearance = {
6547
6584
  __proto__: null,
6548
6585
  mutation: mutation$1U,
6549
6586
  name: name$2N
6550
6587
  };
6551
6588
 
6552
- const name$2M = "capitalImportContributor";
6589
+ const name$2M = "capitalSetMaster";
6553
6590
  const mutation$1T = Selector("Mutation")({
6554
- [name$2M]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6591
+ [name$2M]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6555
6592
  });
6556
6593
 
6557
- const importContributor = {
6594
+ const setMaster = {
6558
6595
  __proto__: null,
6559
6596
  mutation: mutation$1T,
6560
6597
  name: name$2M
6561
6598
  };
6562
6599
 
6563
- const name$2L = "capitalMakeClearance";
6600
+ const name$2L = "capitalAddAuthor";
6564
6601
  const mutation$1S = Selector("Mutation")({
6565
- [name$2L]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6602
+ [name$2L]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6566
6603
  });
6567
6604
 
6568
- const makeClearance = {
6605
+ const addAuthor = {
6569
6606
  __proto__: null,
6570
6607
  mutation: mutation$1S,
6571
6608
  name: name$2L
6572
6609
  };
6573
6610
 
6574
- const name$2K = "capitalSetMaster";
6611
+ const name$2K = "capitalSetPlan";
6575
6612
  const mutation$1R = Selector("Mutation")({
6576
- [name$2K]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6613
+ [name$2K]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6577
6614
  });
6578
6615
 
6579
- const setMaster = {
6616
+ const setPlan = {
6580
6617
  __proto__: null,
6581
6618
  mutation: mutation$1R,
6582
6619
  name: name$2K
6583
6620
  };
6584
6621
 
6585
- const name$2J = "capitalAddAuthor";
6622
+ const name$2J = "capitalStartProject";
6586
6623
  const mutation$1Q = Selector("Mutation")({
6587
- [name$2J]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6624
+ [name$2J]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6588
6625
  });
6589
6626
 
6590
- const addAuthor = {
6627
+ const startProject = {
6591
6628
  __proto__: null,
6592
6629
  mutation: mutation$1Q,
6593
6630
  name: name$2J
6594
6631
  };
6595
6632
 
6596
- const name$2I = "capitalSetPlan";
6633
+ const name$2I = "capitalOpenProject";
6597
6634
  const mutation$1P = Selector("Mutation")({
6598
- [name$2I]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6635
+ [name$2I]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6599
6636
  });
6600
6637
 
6601
- const setPlan = {
6638
+ const openProject = {
6602
6639
  __proto__: null,
6603
6640
  mutation: mutation$1P,
6604
6641
  name: name$2I
6605
6642
  };
6606
6643
 
6607
- const name$2H = "capitalStartProject";
6644
+ const name$2H = "capitalCloseProject";
6608
6645
  const mutation$1O = Selector("Mutation")({
6609
- [name$2H]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6646
+ [name$2H]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6610
6647
  });
6611
6648
 
6612
- const startProject = {
6649
+ const closeProject = {
6613
6650
  __proto__: null,
6614
6651
  mutation: mutation$1O,
6615
6652
  name: name$2H
6616
6653
  };
6617
6654
 
6618
- const name$2G = "capitalOpenProject";
6655
+ const name$2G = "capitalStopProject";
6619
6656
  const mutation$1N = Selector("Mutation")({
6620
- [name$2G]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6657
+ [name$2G]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6621
6658
  });
6622
6659
 
6623
- const openProject = {
6660
+ const stopProject = {
6624
6661
  __proto__: null,
6625
6662
  mutation: mutation$1N,
6626
6663
  name: name$2G
6627
6664
  };
6628
6665
 
6629
- const name$2F = "capitalCloseProject";
6666
+ const name$2F = "capitalDeleteProject";
6630
6667
  const mutation$1M = Selector("Mutation")({
6631
- [name$2F]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6668
+ [name$2F]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6632
6669
  });
6633
6670
 
6634
- const closeProject = {
6671
+ const deleteProject = {
6635
6672
  __proto__: null,
6636
6673
  mutation: mutation$1M,
6637
6674
  name: name$2F
6638
6675
  };
6639
6676
 
6640
- const name$2E = "capitalStopProject";
6677
+ const name$2E = "capitalEditProject";
6641
6678
  const mutation$1L = Selector("Mutation")({
6642
- [name$2E]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6679
+ [name$2E]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6643
6680
  });
6644
6681
 
6645
- const stopProject = {
6682
+ const editProject = {
6646
6683
  __proto__: null,
6647
6684
  mutation: mutation$1L,
6648
6685
  name: name$2E
6649
6686
  };
6650
6687
 
6651
- const name$2D = "capitalDeleteProject";
6688
+ const name$2D = "capitalCreateProjectProperty";
6652
6689
  const mutation$1K = Selector("Mutation")({
6653
- [name$2D]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6690
+ [name$2D]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6654
6691
  });
6655
6692
 
6656
- const deleteProject = {
6693
+ const createProjectProperty = {
6657
6694
  __proto__: null,
6658
6695
  mutation: mutation$1K,
6659
6696
  name: name$2D
6660
6697
  };
6661
6698
 
6662
- const name$2C = "capitalEditProject";
6699
+ const name$2C = "capitalCreateProgramProperty";
6663
6700
  const mutation$1J = Selector("Mutation")({
6664
- [name$2C]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6701
+ [name$2C]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6665
6702
  });
6666
6703
 
6667
- const editProject = {
6704
+ const createProgramProperty = {
6668
6705
  __proto__: null,
6669
6706
  mutation: mutation$1J,
6670
6707
  name: name$2C
6671
6708
  };
6672
6709
 
6673
- const name$2B = "capitalCreateProjectProperty";
6710
+ const name$2B = "capitalPushResult";
6674
6711
  const mutation$1I = Selector("Mutation")({
6675
- [name$2B]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6712
+ [name$2B]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6676
6713
  });
6677
6714
 
6678
- const createProjectProperty = {
6715
+ const pushResult = {
6679
6716
  __proto__: null,
6680
6717
  mutation: mutation$1I,
6681
6718
  name: name$2B
6682
6719
  };
6683
6720
 
6684
- const name$2A = "capitalCreateProgramProperty";
6721
+ const name$2A = "capitalConvertSegment";
6685
6722
  const mutation$1H = Selector("Mutation")({
6686
- [name$2A]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6723
+ [name$2A]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6687
6724
  });
6688
6725
 
6689
- const createProgramProperty = {
6726
+ const convertSegment = {
6690
6727
  __proto__: null,
6691
6728
  mutation: mutation$1H,
6692
6729
  name: name$2A
6693
6730
  };
6694
6731
 
6695
- const name$2z = "capitalPushResult";
6732
+ const name$2z = "capitalStartVoting";
6696
6733
  const mutation$1G = Selector("Mutation")({
6697
- [name$2z]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6734
+ [name$2z]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6698
6735
  });
6699
6736
 
6700
- const pushResult = {
6737
+ const startVoting = {
6701
6738
  __proto__: null,
6702
6739
  mutation: mutation$1G,
6703
6740
  name: name$2z
6704
6741
  };
6705
6742
 
6706
- const name$2y = "capitalConvertSegment";
6743
+ const name$2y = "capitalSubmitVote";
6707
6744
  const mutation$1F = Selector("Mutation")({
6708
- [name$2y]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6745
+ [name$2y]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6709
6746
  });
6710
6747
 
6711
- const convertSegment = {
6748
+ const submitVote = {
6712
6749
  __proto__: null,
6713
6750
  mutation: mutation$1F,
6714
6751
  name: name$2y
6715
6752
  };
6716
6753
 
6717
- const name$2x = "capitalStartVoting";
6754
+ const name$2x = "capitalCompleteVoting";
6718
6755
  const mutation$1E = Selector("Mutation")({
6719
- [name$2x]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6756
+ [name$2x]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6720
6757
  });
6721
6758
 
6722
- const startVoting = {
6759
+ const completeVoting = {
6723
6760
  __proto__: null,
6724
6761
  mutation: mutation$1E,
6725
6762
  name: name$2x
6726
6763
  };
6727
6764
 
6728
- const name$2w = "capitalSubmitVote";
6765
+ const name$2w = "capitalCalculateVotes";
6729
6766
  const mutation$1D = Selector("Mutation")({
6730
- [name$2w]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6767
+ [name$2w]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6731
6768
  });
6732
6769
 
6733
- const submitVote = {
6770
+ const calculateVotes = {
6734
6771
  __proto__: null,
6735
6772
  mutation: mutation$1D,
6736
6773
  name: name$2w
6737
6774
  };
6738
6775
 
6739
- const name$2v = "capitalCompleteVoting";
6776
+ const name$2v = "capitalCreateStory";
6740
6777
  const mutation$1C = Selector("Mutation")({
6741
- [name$2v]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6778
+ [name$2v]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6742
6779
  });
6743
6780
 
6744
- const completeVoting = {
6781
+ const createStory = {
6745
6782
  __proto__: null,
6746
6783
  mutation: mutation$1C,
6747
6784
  name: name$2v
6748
6785
  };
6749
6786
 
6750
- const name$2u = "capitalCalculateVotes";
6787
+ const name$2u = "capitalUpdateStory";
6751
6788
  const mutation$1B = Selector("Mutation")({
6752
- [name$2u]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6789
+ [name$2u]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6753
6790
  });
6754
6791
 
6755
- const calculateVotes = {
6792
+ const updateStory = {
6756
6793
  __proto__: null,
6757
6794
  mutation: mutation$1B,
6758
6795
  name: name$2u
6759
6796
  };
6760
6797
 
6761
- const name$2t = "capitalCreateStory";
6798
+ const name$2t = "capitalDeleteStory";
6762
6799
  const mutation$1A = Selector("Mutation")({
6763
- [name$2t]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6800
+ [name$2t]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6764
6801
  });
6765
6802
 
6766
- const createStory = {
6803
+ const deleteStory = {
6767
6804
  __proto__: null,
6768
6805
  mutation: mutation$1A,
6769
6806
  name: name$2t
6770
6807
  };
6771
6808
 
6772
- const name$2s = "capitalUpdateStory";
6809
+ const name$2s = "capitalCreateIssue";
6773
6810
  const mutation$1z = Selector("Mutation")({
6774
- [name$2s]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6811
+ [name$2s]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6775
6812
  });
6776
6813
 
6777
- const updateStory = {
6814
+ const createIssue = {
6778
6815
  __proto__: null,
6779
6816
  mutation: mutation$1z,
6780
6817
  name: name$2s
6781
6818
  };
6782
6819
 
6783
- const name$2r = "capitalDeleteStory";
6820
+ const name$2r = "capitalUpdateIssue";
6784
6821
  const mutation$1y = Selector("Mutation")({
6785
- [name$2r]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6822
+ [name$2r]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6786
6823
  });
6787
6824
 
6788
- const deleteStory = {
6825
+ const updateIssue = {
6789
6826
  __proto__: null,
6790
6827
  mutation: mutation$1y,
6791
6828
  name: name$2r
6792
6829
  };
6793
6830
 
6794
- const name$2q = "capitalCreateIssue";
6831
+ const name$2q = "capitalDeleteIssue";
6795
6832
  const mutation$1x = Selector("Mutation")({
6796
- [name$2q]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6833
+ [name$2q]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6797
6834
  });
6798
6835
 
6799
- const createIssue = {
6836
+ const deleteIssue = {
6800
6837
  __proto__: null,
6801
6838
  mutation: mutation$1x,
6802
6839
  name: name$2q
6803
6840
  };
6804
6841
 
6805
- const name$2p = "capitalUpdateIssue";
6842
+ const name$2p = "capitalCreateCycle";
6806
6843
  const mutation$1w = Selector("Mutation")({
6807
- [name$2p]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6844
+ [name$2p]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6808
6845
  });
6809
6846
 
6810
- const updateIssue = {
6847
+ const createCycle = {
6811
6848
  __proto__: null,
6812
6849
  mutation: mutation$1w,
6813
6850
  name: name$2p
6814
6851
  };
6815
6852
 
6816
- const name$2o = "capitalDeleteIssue";
6853
+ const name$2o = "capitalCreateExpense";
6817
6854
  const mutation$1v = Selector("Mutation")({
6818
- [name$2o]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6855
+ [name$2o]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6819
6856
  });
6820
6857
 
6821
- const deleteIssue = {
6858
+ const createExpense = {
6822
6859
  __proto__: null,
6823
6860
  mutation: mutation$1v,
6824
6861
  name: name$2o
6825
6862
  };
6826
6863
 
6827
- const name$2n = "capitalCreateCycle";
6864
+ const name$2n = "capitalGenerateCapitalizationAgreement";
6828
6865
  const mutation$1u = Selector("Mutation")({
6829
- [name$2n]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6866
+ [name$2n]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6830
6867
  });
6831
6868
 
6832
- const createCycle = {
6869
+ const generateCapitalizationAgreement = {
6833
6870
  __proto__: null,
6834
6871
  mutation: mutation$1u,
6835
6872
  name: name$2n
6836
6873
  };
6837
6874
 
6838
- const name$2m = "capitalCreateExpense";
6875
+ const name$2m = "capitalGenerateGenerationAgreement";
6839
6876
  const mutation$1t = Selector("Mutation")({
6840
- [name$2m]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6877
+ [name$2m]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6841
6878
  });
6842
6879
 
6843
- const createExpense = {
6880
+ const generateGenerationAgreement = {
6844
6881
  __proto__: null,
6845
6882
  mutation: mutation$1t,
6846
6883
  name: name$2m
6847
6884
  };
6848
6885
 
6849
- const name$2l = "capitalGenerateCapitalizationAgreement";
6886
+ const name$2l = "capitalGenerateAppendixGenerationAgreement";
6850
6887
  const mutation$1s = Selector("Mutation")({
6851
6888
  [name$2l]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6852
6889
  });
6853
6890
 
6854
- const generateCapitalizationAgreement = {
6891
+ const generateAppendixGenerationAgreement = {
6855
6892
  __proto__: null,
6856
6893
  mutation: mutation$1s,
6857
6894
  name: name$2l
6858
6895
  };
6859
6896
 
6860
- const name$2k = "capitalGenerateGenerationAgreement";
6897
+ const name$2k = "capitalGenerateExpenseStatement";
6861
6898
  const mutation$1r = Selector("Mutation")({
6862
6899
  [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6863
6900
  });
6864
6901
 
6865
- const generateGenerationAgreement = {
6902
+ const generateExpenseStatement = {
6866
6903
  __proto__: null,
6867
6904
  mutation: mutation$1r,
6868
6905
  name: name$2k
6869
6906
  };
6870
6907
 
6871
- const name$2j = "capitalGenerateAppendixGenerationAgreement";
6908
+ const name$2j = "capitalGenerateExpenseDecision";
6872
6909
  const mutation$1q = Selector("Mutation")({
6873
6910
  [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6874
6911
  });
6875
6912
 
6876
- const generateAppendixGenerationAgreement = {
6913
+ const generateExpenseDecision = {
6877
6914
  __proto__: null,
6878
6915
  mutation: mutation$1q,
6879
6916
  name: name$2j
6880
6917
  };
6881
6918
 
6882
- const name$2i = "capitalGenerateExpenseStatement";
6919
+ const name$2i = "capitalGenerateGenerationMoneyInvestStatement";
6883
6920
  const mutation$1p = Selector("Mutation")({
6884
6921
  [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6885
6922
  });
6886
6923
 
6887
- const generateExpenseStatement = {
6924
+ const generateGenerationMoneyInvestStatement = {
6888
6925
  __proto__: null,
6889
6926
  mutation: mutation$1p,
6890
6927
  name: name$2i
6891
6928
  };
6892
6929
 
6893
- const name$2h = "capitalGenerateExpenseDecision";
6930
+ const name$2h = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6894
6931
  const mutation$1o = Selector("Mutation")({
6895
6932
  [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6896
6933
  });
6897
6934
 
6898
- const generateExpenseDecision = {
6935
+ const generateGenerationMoneyReturnUnusedStatement = {
6899
6936
  __proto__: null,
6900
6937
  mutation: mutation$1o,
6901
6938
  name: name$2h
6902
6939
  };
6903
6940
 
6904
- const name$2g = "capitalGenerateGenerationMoneyInvestStatement";
6941
+ const name$2g = "capitalGenerateCapitalizationMoneyInvestStatement";
6905
6942
  const mutation$1n = Selector("Mutation")({
6906
6943
  [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6907
6944
  });
6908
6945
 
6909
- const generateGenerationMoneyInvestStatement = {
6946
+ const generateCapitalizationMoneyInvestStatement = {
6910
6947
  __proto__: null,
6911
6948
  mutation: mutation$1n,
6912
6949
  name: name$2g
6913
6950
  };
6914
6951
 
6915
- const name$2f = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6952
+ const name$2f = "capitalGenerateResultContributionStatement";
6916
6953
  const mutation$1m = Selector("Mutation")({
6917
6954
  [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6918
6955
  });
6919
6956
 
6920
- const generateGenerationMoneyReturnUnusedStatement = {
6957
+ const generateResultContributionStatement = {
6921
6958
  __proto__: null,
6922
6959
  mutation: mutation$1m,
6923
6960
  name: name$2f
6924
6961
  };
6925
6962
 
6926
- const name$2e = "capitalGenerateCapitalizationMoneyInvestStatement";
6963
+ const name$2e = "capitalGenerateResultContributionDecision";
6927
6964
  const mutation$1l = Selector("Mutation")({
6928
6965
  [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6929
6966
  });
6930
6967
 
6931
- const generateCapitalizationMoneyInvestStatement = {
6968
+ const generateResultContributionDecision = {
6932
6969
  __proto__: null,
6933
6970
  mutation: mutation$1l,
6934
6971
  name: name$2e
6935
6972
  };
6936
6973
 
6937
- const name$2d = "capitalGenerateResultContributionStatement";
6974
+ const name$2d = "capitalGenerateResultContributionAct";
6938
6975
  const mutation$1k = Selector("Mutation")({
6939
6976
  [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6940
6977
  });
6941
6978
 
6942
- const generateResultContributionStatement = {
6979
+ const generateResultContributionAct = {
6943
6980
  __proto__: null,
6944
6981
  mutation: mutation$1k,
6945
6982
  name: name$2d
6946
6983
  };
6947
6984
 
6948
- const name$2c = "capitalGenerateResultContributionDecision";
6985
+ const name$2c = "capitalGenerateGetLoanStatement";
6949
6986
  const mutation$1j = Selector("Mutation")({
6950
6987
  [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6951
6988
  });
6952
6989
 
6953
- const generateResultContributionDecision = {
6990
+ const generateGetLoanStatement = {
6954
6991
  __proto__: null,
6955
6992
  mutation: mutation$1j,
6956
6993
  name: name$2c
6957
6994
  };
6958
6995
 
6959
- const name$2b = "capitalGenerateResultContributionAct";
6996
+ const name$2b = "capitalGenerateGetLoanDecision";
6960
6997
  const mutation$1i = Selector("Mutation")({
6961
6998
  [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6962
6999
  });
6963
7000
 
6964
- const generateResultContributionAct = {
7001
+ const generateGetLoanDecision = {
6965
7002
  __proto__: null,
6966
7003
  mutation: mutation$1i,
6967
7004
  name: name$2b
6968
7005
  };
6969
7006
 
6970
- const name$2a = "capitalGenerateGetLoanStatement";
7007
+ const name$2a = "capitalGenerateGenerationPropertyInvestStatement";
6971
7008
  const mutation$1h = Selector("Mutation")({
6972
7009
  [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6973
7010
  });
6974
7011
 
6975
- const generateGetLoanStatement = {
7012
+ const generateGenerationPropertyInvestStatement = {
6976
7013
  __proto__: null,
6977
7014
  mutation: mutation$1h,
6978
7015
  name: name$2a
6979
7016
  };
6980
7017
 
6981
- const name$29 = "capitalGenerateGetLoanDecision";
7018
+ const name$29 = "capitalGenerateGenerationPropertyInvestDecision";
6982
7019
  const mutation$1g = Selector("Mutation")({
6983
7020
  [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6984
7021
  });
6985
7022
 
6986
- const generateGetLoanDecision = {
7023
+ const generateGenerationPropertyInvestDecision = {
6987
7024
  __proto__: null,
6988
7025
  mutation: mutation$1g,
6989
7026
  name: name$29
6990
7027
  };
6991
7028
 
6992
- const name$28 = "capitalGenerateGenerationPropertyInvestStatement";
7029
+ const name$28 = "capitalGenerateGenerationPropertyInvestAct";
6993
7030
  const mutation$1f = Selector("Mutation")({
6994
7031
  [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6995
7032
  });
6996
7033
 
6997
- const generateGenerationPropertyInvestStatement = {
7034
+ const generateGenerationPropertyInvestAct = {
6998
7035
  __proto__: null,
6999
7036
  mutation: mutation$1f,
7000
7037
  name: name$28
7001
7038
  };
7002
7039
 
7003
- const name$27 = "capitalGenerateGenerationPropertyInvestDecision";
7040
+ const name$27 = "capitalGenerateCapitalizationPropertyInvestStatement";
7004
7041
  const mutation$1e = Selector("Mutation")({
7005
7042
  [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7006
7043
  });
7007
7044
 
7008
- const generateGenerationPropertyInvestDecision = {
7045
+ const generateCapitalizationPropertyInvestStatement = {
7009
7046
  __proto__: null,
7010
7047
  mutation: mutation$1e,
7011
7048
  name: name$27
7012
7049
  };
7013
7050
 
7014
- const name$26 = "capitalGenerateGenerationPropertyInvestAct";
7051
+ const name$26 = "capitalGenerateCapitalizationPropertyInvestDecision";
7015
7052
  const mutation$1d = Selector("Mutation")({
7016
7053
  [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7017
7054
  });
7018
7055
 
7019
- const generateGenerationPropertyInvestAct = {
7056
+ const generateCapitalizationPropertyInvestDecision = {
7020
7057
  __proto__: null,
7021
7058
  mutation: mutation$1d,
7022
7059
  name: name$26
7023
7060
  };
7024
7061
 
7025
- const name$25 = "capitalGenerateCapitalizationPropertyInvestStatement";
7062
+ const name$25 = "capitalGenerateCapitalizationPropertyInvestAct";
7026
7063
  const mutation$1c = Selector("Mutation")({
7027
7064
  [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7028
7065
  });
7029
7066
 
7030
- const generateCapitalizationPropertyInvestStatement = {
7067
+ const generateCapitalizationPropertyInvestAct = {
7031
7068
  __proto__: null,
7032
7069
  mutation: mutation$1c,
7033
7070
  name: name$25
7034
7071
  };
7035
7072
 
7036
- const name$24 = "capitalGenerateCapitalizationPropertyInvestDecision";
7073
+ const name$24 = "capitalGenerateGenerationToMainWalletConvertStatement";
7037
7074
  const mutation$1b = Selector("Mutation")({
7038
7075
  [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7039
7076
  });
7040
7077
 
7041
- const generateCapitalizationPropertyInvestDecision = {
7078
+ const generateGenerationToMainWalletConvertStatement = {
7042
7079
  __proto__: null,
7043
7080
  mutation: mutation$1b,
7044
7081
  name: name$24
7045
7082
  };
7046
7083
 
7047
- const name$23 = "capitalGenerateCapitalizationPropertyInvestAct";
7084
+ const name$23 = "capitalGenerateGenerationToProjectConvertStatement";
7048
7085
  const mutation$1a = Selector("Mutation")({
7049
7086
  [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7050
7087
  });
7051
7088
 
7052
- const generateCapitalizationPropertyInvestAct = {
7089
+ const generateGenerationToProjectConvertStatement = {
7053
7090
  __proto__: null,
7054
7091
  mutation: mutation$1a,
7055
7092
  name: name$23
7056
7093
  };
7057
7094
 
7058
- const name$22 = "capitalGenerateGenerationToMainWalletConvertStatement";
7095
+ const name$22 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7059
7096
  const mutation$19 = Selector("Mutation")({
7060
7097
  [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7061
7098
  });
7062
7099
 
7063
- const generateGenerationToMainWalletConvertStatement = {
7100
+ const generateGenerationToCapitalizationConvertStatement = {
7064
7101
  __proto__: null,
7065
7102
  mutation: mutation$19,
7066
7103
  name: name$22
7067
7104
  };
7068
7105
 
7069
- const name$21 = "capitalGenerateGenerationToProjectConvertStatement";
7106
+ const name$21 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7070
7107
  const mutation$18 = Selector("Mutation")({
7071
7108
  [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7072
7109
  });
7073
7110
 
7074
- const generateGenerationToProjectConvertStatement = {
7111
+ const generateCapitalizationToMainWalletConvertStatement = {
7075
7112
  __proto__: null,
7076
7113
  mutation: mutation$18,
7077
7114
  name: name$21
7078
7115
  };
7079
7116
 
7080
- const name$20 = "capitalGenerateGenerationToCapitalizationConvertStatement";
7117
+ const name$20 = "capitalSignActAsContributor";
7081
7118
  const mutation$17 = Selector("Mutation")({
7082
- [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7119
+ [name$20]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7083
7120
  });
7084
7121
 
7085
- const generateGenerationToCapitalizationConvertStatement = {
7122
+ const signActAsContributor = {
7086
7123
  __proto__: null,
7087
7124
  mutation: mutation$17,
7088
7125
  name: name$20
7089
7126
  };
7090
7127
 
7091
- const name$1$ = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7128
+ const name$1$ = "capitalSignActAsChairman";
7092
7129
  const mutation$16 = Selector("Mutation")({
7093
- [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7130
+ [name$1$]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7094
7131
  });
7095
7132
 
7096
- const generateCapitalizationToMainWalletConvertStatement = {
7133
+ const signActAsChairman = {
7097
7134
  __proto__: null,
7098
7135
  mutation: mutation$16,
7099
7136
  name: name$1$
7100
7137
  };
7101
7138
 
7102
- const name$1_ = "capitalSignActAsContributor";
7139
+ const name$1_ = "capitalEditContributor";
7103
7140
  const mutation$15 = Selector("Mutation")({
7104
- [name$1_]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7141
+ [name$1_]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7105
7142
  });
7106
7143
 
7107
- const signActAsContributor = {
7144
+ const editContributor = {
7108
7145
  __proto__: null,
7109
7146
  mutation: mutation$15,
7110
7147
  name: name$1_
7111
7148
  };
7112
7149
 
7113
- const name$1Z = "capitalSignActAsChairman";
7114
- const mutation$14 = Selector("Mutation")({
7115
- [name$1Z]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7116
- });
7117
-
7118
- const signActAsChairman = {
7119
- __proto__: null,
7120
- mutation: mutation$14,
7121
- name: name$1Z
7122
- };
7123
-
7124
- const name$1Y = "capitalEditContributor";
7125
- const mutation$13 = Selector("Mutation")({
7126
- [name$1Y]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7127
- });
7128
-
7129
- const editContributor = {
7130
- __proto__: null,
7131
- mutation: mutation$13,
7132
- name: name$1Y
7133
- };
7134
-
7135
- const index$x = {
7150
+ const index$y = {
7136
7151
  __proto__: null,
7137
7152
  AddAuthor: addAuthor,
7138
7153
  ApproveCommit: approveCommit,
@@ -7202,288 +7217,288 @@ const index$x = {
7202
7217
  UpdateStory: updateStory
7203
7218
  };
7204
7219
 
7205
- const name$1X = "chairmanConfirmApprove";
7206
- const mutation$12 = Selector("Mutation")({
7207
- [name$1X]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7220
+ const name$1Z = "chairmanConfirmApprove";
7221
+ const mutation$14 = Selector("Mutation")({
7222
+ [name$1Z]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7208
7223
  });
7209
7224
 
7210
7225
  const confirmApprove = {
7211
7226
  __proto__: null,
7212
- mutation: mutation$12,
7213
- name: name$1X
7227
+ mutation: mutation$14,
7228
+ name: name$1Z
7214
7229
  };
7215
7230
 
7216
- const name$1W = "chairmanDeclineApprove";
7217
- const mutation$11 = Selector("Mutation")({
7218
- [name$1W]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7231
+ const name$1Y = "chairmanDeclineApprove";
7232
+ const mutation$13 = Selector("Mutation")({
7233
+ [name$1Y]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7219
7234
  });
7220
7235
 
7221
7236
  const declineApprove = {
7222
7237
  __proto__: null,
7223
- mutation: mutation$11,
7224
- name: name$1W
7238
+ mutation: mutation$13,
7239
+ name: name$1Y
7225
7240
  };
7226
7241
 
7227
- const index$w = {
7242
+ const index$x = {
7228
7243
  __proto__: null,
7229
7244
  ConfirmApprove: confirmApprove,
7230
7245
  DeclineApprove: declineApprove
7231
7246
  };
7232
7247
 
7233
- const name$1V = "acceptChildOrder";
7234
- const mutation$10 = Selector("Mutation")({
7235
- [name$1V]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7248
+ const name$1X = "acceptChildOrder";
7249
+ const mutation$12 = Selector("Mutation")({
7250
+ [name$1X]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7236
7251
  });
7237
7252
 
7238
7253
  const acceptChildOrder = {
7254
+ __proto__: null,
7255
+ mutation: mutation$12,
7256
+ name: name$1X
7257
+ };
7258
+
7259
+ const name$1W = "cancelRequest";
7260
+ const mutation$11 = Selector("Mutation")({
7261
+ [name$1W]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7262
+ });
7263
+
7264
+ const cancelRequest = {
7265
+ __proto__: null,
7266
+ mutation: mutation$11,
7267
+ name: name$1W
7268
+ };
7269
+
7270
+ const name$1V = "confirmReceiveOnRequest";
7271
+ const mutation$10 = Selector("Mutation")({
7272
+ [name$1V]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7273
+ });
7274
+
7275
+ const completeReceiveOnRequest = {
7239
7276
  __proto__: null,
7240
7277
  mutation: mutation$10,
7241
7278
  name: name$1V
7242
7279
  };
7243
7280
 
7244
- const name$1U = "cancelRequest";
7281
+ const name$1U = "completeRequest";
7245
7282
  const mutation$$ = Selector("Mutation")({
7246
- [name$1U]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7283
+ [name$1U]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7247
7284
  });
7248
7285
 
7249
- const cancelRequest = {
7286
+ const completeRequest = {
7250
7287
  __proto__: null,
7251
7288
  mutation: mutation$$,
7252
7289
  name: name$1U
7253
7290
  };
7254
7291
 
7255
- const name$1T = "confirmReceiveOnRequest";
7292
+ const name$1T = "confirmSupplyOnRequest";
7256
7293
  const mutation$_ = Selector("Mutation")({
7257
- [name$1T]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7294
+ [name$1T]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7258
7295
  });
7259
7296
 
7260
- const completeReceiveOnRequest = {
7297
+ const confirmSupplyOnRequest = {
7261
7298
  __proto__: null,
7262
7299
  mutation: mutation$_,
7263
7300
  name: name$1T
7264
7301
  };
7265
7302
 
7266
- const name$1S = "completeRequest";
7303
+ const name$1S = "createChildOrder";
7267
7304
  const mutation$Z = Selector("Mutation")({
7268
- [name$1S]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7305
+ [name$1S]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7269
7306
  });
7270
7307
 
7271
- const completeRequest = {
7308
+ const createChildOrder = {
7272
7309
  __proto__: null,
7273
7310
  mutation: mutation$Z,
7274
7311
  name: name$1S
7275
7312
  };
7276
7313
 
7277
- const name$1R = "confirmSupplyOnRequest";
7314
+ const name$1R = "createParentOffer";
7278
7315
  const mutation$Y = Selector("Mutation")({
7279
- [name$1R]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7316
+ [name$1R]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7280
7317
  });
7281
7318
 
7282
- const confirmSupplyOnRequest = {
7319
+ const createParentOffer = {
7283
7320
  __proto__: null,
7284
7321
  mutation: mutation$Y,
7285
7322
  name: name$1R
7286
7323
  };
7287
7324
 
7288
- const name$1Q = "createChildOrder";
7325
+ const name$1Q = "declineRequest";
7289
7326
  const mutation$X = Selector("Mutation")({
7290
- [name$1Q]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7327
+ [name$1Q]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7291
7328
  });
7292
7329
 
7293
- const createChildOrder = {
7330
+ const declineRequest = {
7294
7331
  __proto__: null,
7295
7332
  mutation: mutation$X,
7296
7333
  name: name$1Q
7297
7334
  };
7298
7335
 
7299
- const name$1P = "createParentOffer";
7336
+ const name$1P = "deliverOnRequest";
7300
7337
  const mutation$W = Selector("Mutation")({
7301
- [name$1P]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7338
+ [name$1P]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7302
7339
  });
7303
7340
 
7304
- const createParentOffer = {
7341
+ const deliverOnRequest = {
7305
7342
  __proto__: null,
7306
7343
  mutation: mutation$W,
7307
7344
  name: name$1P
7308
7345
  };
7309
7346
 
7310
- const name$1O = "declineRequest";
7347
+ const name$1O = "disputeOnRequest";
7311
7348
  const mutation$V = Selector("Mutation")({
7312
- [name$1O]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7349
+ [name$1O]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7313
7350
  });
7314
7351
 
7315
- const declineRequest = {
7352
+ const disputeOnRequest = {
7316
7353
  __proto__: null,
7317
7354
  mutation: mutation$V,
7318
7355
  name: name$1O
7319
7356
  };
7320
7357
 
7321
- const name$1N = "deliverOnRequest";
7358
+ const name$1N = "generateAssetContributionAct";
7322
7359
  const mutation$U = Selector("Mutation")({
7323
- [name$1N]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7360
+ [name$1N]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7324
7361
  });
7325
7362
 
7326
- const deliverOnRequest = {
7363
+ const generateAssetContributionAct = {
7327
7364
  __proto__: null,
7328
7365
  mutation: mutation$U,
7329
7366
  name: name$1N
7330
7367
  };
7331
7368
 
7332
- const name$1M = "disputeOnRequest";
7369
+ const name$1M = "generateAssetContributionDecision";
7333
7370
  const mutation$T = Selector("Mutation")({
7334
- [name$1M]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7371
+ [name$1M]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7335
7372
  });
7336
7373
 
7337
- const disputeOnRequest = {
7374
+ const generateAssetContributionDecision = {
7338
7375
  __proto__: null,
7339
7376
  mutation: mutation$T,
7340
7377
  name: name$1M
7341
7378
  };
7342
7379
 
7343
- const name$1L = "generateAssetContributionAct";
7380
+ const name$1L = "generateAssetContributionStatement";
7344
7381
  const mutation$S = Selector("Mutation")({
7345
- [name$1L]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7382
+ [name$1L]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7346
7383
  });
7347
7384
 
7348
- const generateAssetContributionAct = {
7385
+ const generateAssetContributionStatement = {
7349
7386
  __proto__: null,
7350
7387
  mutation: mutation$S,
7351
7388
  name: name$1L
7352
7389
  };
7353
7390
 
7354
- const name$1K = "generateAssetContributionDecision";
7391
+ const name$1K = "generateReturnByAssetAct";
7355
7392
  const mutation$R = Selector("Mutation")({
7356
- [name$1K]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7393
+ [name$1K]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7357
7394
  });
7358
7395
 
7359
- const generateAssetContributionDecision = {
7396
+ const generateReturnByAssetAct = {
7360
7397
  __proto__: null,
7361
7398
  mutation: mutation$R,
7362
7399
  name: name$1K
7363
7400
  };
7364
7401
 
7365
- const name$1J = "generateAssetContributionStatement";
7402
+ const name$1J = "generateReturnByAssetDecision";
7366
7403
  const mutation$Q = Selector("Mutation")({
7367
- [name$1J]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7404
+ [name$1J]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7368
7405
  });
7369
7406
 
7370
- const generateAssetContributionStatement = {
7407
+ const generateReturnByAssetDecision = {
7371
7408
  __proto__: null,
7372
7409
  mutation: mutation$Q,
7373
7410
  name: name$1J
7374
7411
  };
7375
7412
 
7376
- const name$1I = "generateReturnByAssetAct";
7413
+ const name$1I = "generateReturnByAssetStatement";
7377
7414
  const mutation$P = Selector("Mutation")({
7378
- [name$1I]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7415
+ [name$1I]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7379
7416
  });
7380
7417
 
7381
- const generateReturnByAssetAct = {
7418
+ const generateReturnByAssetStatement = {
7382
7419
  __proto__: null,
7383
7420
  mutation: mutation$P,
7384
7421
  name: name$1I
7385
7422
  };
7386
7423
 
7387
- const name$1H = "generateReturnByAssetDecision";
7424
+ const name$1H = "moderateRequest";
7388
7425
  const mutation$O = Selector("Mutation")({
7389
- [name$1H]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7426
+ [name$1H]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7390
7427
  });
7391
7428
 
7392
- const generateReturnByAssetDecision = {
7429
+ const moderateRequest = {
7393
7430
  __proto__: null,
7394
7431
  mutation: mutation$O,
7395
7432
  name: name$1H
7396
7433
  };
7397
7434
 
7398
- const name$1G = "generateReturnByAssetStatement";
7435
+ const name$1G = "prohibitRequest";
7399
7436
  const mutation$N = Selector("Mutation")({
7400
- [name$1G]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7437
+ [name$1G]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7401
7438
  });
7402
7439
 
7403
- const generateReturnByAssetStatement = {
7440
+ const prohibitRequest = {
7404
7441
  __proto__: null,
7405
7442
  mutation: mutation$N,
7406
7443
  name: name$1G
7407
7444
  };
7408
7445
 
7409
- const name$1F = "moderateRequest";
7446
+ const name$1F = "publishRequest";
7410
7447
  const mutation$M = Selector("Mutation")({
7411
- [name$1F]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7448
+ [name$1F]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7412
7449
  });
7413
7450
 
7414
- const moderateRequest = {
7451
+ const publishRequest = {
7415
7452
  __proto__: null,
7416
7453
  mutation: mutation$M,
7417
7454
  name: name$1F
7418
7455
  };
7419
7456
 
7420
- const name$1E = "prohibitRequest";
7457
+ const name$1E = "receiveOnRequest";
7421
7458
  const mutation$L = Selector("Mutation")({
7422
- [name$1E]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7459
+ [name$1E]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7423
7460
  });
7424
7461
 
7425
- const prohibitRequest = {
7462
+ const receiveOnRequest = {
7426
7463
  __proto__: null,
7427
7464
  mutation: mutation$L,
7428
7465
  name: name$1E
7429
7466
  };
7430
7467
 
7431
- const name$1D = "publishRequest";
7468
+ const name$1D = "supplyOnRequest";
7432
7469
  const mutation$K = Selector("Mutation")({
7433
- [name$1D]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7470
+ [name$1D]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7434
7471
  });
7435
7472
 
7436
- const publishRequest = {
7473
+ const supplyOnRequest = {
7437
7474
  __proto__: null,
7438
7475
  mutation: mutation$K,
7439
7476
  name: name$1D
7440
7477
  };
7441
7478
 
7442
- const name$1C = "receiveOnRequest";
7479
+ const name$1C = "unpublishRequest";
7443
7480
  const mutation$J = Selector("Mutation")({
7444
- [name$1C]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7481
+ [name$1C]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7445
7482
  });
7446
7483
 
7447
- const receiveOnRequest = {
7484
+ const unpublishRequest = {
7448
7485
  __proto__: null,
7449
7486
  mutation: mutation$J,
7450
7487
  name: name$1C
7451
7488
  };
7452
7489
 
7453
- const name$1B = "supplyOnRequest";
7490
+ const name$1B = "updateRequest";
7454
7491
  const mutation$I = Selector("Mutation")({
7455
- [name$1B]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7492
+ [name$1B]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7456
7493
  });
7457
7494
 
7458
- const supplyOnRequest = {
7495
+ const updateRequest = {
7459
7496
  __proto__: null,
7460
7497
  mutation: mutation$I,
7461
7498
  name: name$1B
7462
7499
  };
7463
7500
 
7464
- const name$1A = "unpublishRequest";
7465
- const mutation$H = Selector("Mutation")({
7466
- [name$1A]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7467
- });
7468
-
7469
- const unpublishRequest = {
7470
- __proto__: null,
7471
- mutation: mutation$H,
7472
- name: name$1A
7473
- };
7474
-
7475
- const name$1z = "updateRequest";
7476
- const mutation$G = Selector("Mutation")({
7477
- [name$1z]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7478
- });
7479
-
7480
- const updateRequest = {
7481
- __proto__: null,
7482
- mutation: mutation$G,
7483
- name: name$1z
7484
- };
7485
-
7486
- const index$v = {
7501
+ const index$w = {
7487
7502
  __proto__: null,
7488
7503
  AcceptChildOrder: acceptChildOrder,
7489
7504
  CancelRequest: cancelRequest,
@@ -7510,91 +7525,91 @@ const index$v = {
7510
7525
  UpdateRequest: updateRequest
7511
7526
  };
7512
7527
 
7513
- const name$1y = "installExtension";
7514
- const mutation$F = Selector("Mutation")({
7515
- [name$1y]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7528
+ const name$1A = "installExtension";
7529
+ const mutation$H = Selector("Mutation")({
7530
+ [name$1A]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7516
7531
  });
7517
7532
 
7518
7533
  const installExtension = {
7519
7534
  __proto__: null,
7520
- mutation: mutation$F,
7521
- name: name$1y
7535
+ mutation: mutation$H,
7536
+ name: name$1A
7522
7537
  };
7523
7538
 
7524
- const name$1x = "uninstallExtension";
7525
- const mutation$E = Selector("Mutation")({
7526
- [name$1x]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7539
+ const name$1z = "uninstallExtension";
7540
+ const mutation$G = Selector("Mutation")({
7541
+ [name$1z]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7527
7542
  });
7528
7543
 
7529
7544
  const uninstallExtension = {
7530
7545
  __proto__: null,
7531
- mutation: mutation$E,
7532
- name: name$1x
7546
+ mutation: mutation$G,
7547
+ name: name$1z
7533
7548
  };
7534
7549
 
7535
- const name$1w = "updateExtension";
7536
- const mutation$D = Selector("Mutation")({
7537
- [name$1w]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7550
+ const name$1y = "updateExtension";
7551
+ const mutation$F = Selector("Mutation")({
7552
+ [name$1y]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7538
7553
  });
7539
7554
 
7540
7555
  const updateExtension = {
7541
7556
  __proto__: null,
7542
- mutation: mutation$D,
7543
- name: name$1w
7557
+ mutation: mutation$F,
7558
+ name: name$1y
7544
7559
  };
7545
7560
 
7546
- const index$u = {
7561
+ const index$v = {
7547
7562
  __proto__: null,
7548
7563
  InstallExtension: installExtension,
7549
7564
  UninstallExtension: uninstallExtension,
7550
7565
  UpdateExtension: updateExtension
7551
7566
  };
7552
7567
 
7553
- const name$1v = "generateProjectOfFreeDecision";
7554
- const mutation$C = Selector("Mutation")({
7555
- [name$1v]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7568
+ const name$1x = "generateProjectOfFreeDecision";
7569
+ const mutation$E = Selector("Mutation")({
7570
+ [name$1x]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7556
7571
  });
7557
7572
 
7558
7573
  const generateProjectOfFreeDecisionDocument = {
7559
7574
  __proto__: null,
7560
- mutation: mutation$C,
7561
- name: name$1v
7575
+ mutation: mutation$E,
7576
+ name: name$1x
7562
7577
  };
7563
7578
 
7564
- const name$1u = "generateFreeDecision";
7565
- const mutation$B = Selector("Mutation")({
7566
- [name$1u]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7579
+ const name$1w = "generateFreeDecision";
7580
+ const mutation$D = Selector("Mutation")({
7581
+ [name$1w]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7567
7582
  });
7568
7583
 
7569
7584
  const generateFreeDecision = {
7570
7585
  __proto__: null,
7571
- mutation: mutation$B,
7572
- name: name$1u
7586
+ mutation: mutation$D,
7587
+ name: name$1w
7573
7588
  };
7574
7589
 
7575
- const name$1t = "publishProjectOfFreeDecision";
7576
- const mutation$A = Selector("Mutation")({
7577
- [name$1t]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7590
+ const name$1v = "publishProjectOfFreeDecision";
7591
+ const mutation$C = Selector("Mutation")({
7592
+ [name$1v]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7578
7593
  });
7579
7594
 
7580
7595
  const publishProjectOfFreeDecision = {
7581
7596
  __proto__: null,
7582
- mutation: mutation$A,
7583
- name: name$1t
7597
+ mutation: mutation$C,
7598
+ name: name$1v
7584
7599
  };
7585
7600
 
7586
- const name$1s = "createProjectOfFreeDecision";
7587
- const mutation$z = Selector("Mutation")({
7588
- [name$1s]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7601
+ const name$1u = "createProjectOfFreeDecision";
7602
+ const mutation$B = Selector("Mutation")({
7603
+ [name$1u]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7589
7604
  });
7590
7605
 
7591
7606
  const createProjectOfFreeDecision = {
7592
7607
  __proto__: null,
7593
- mutation: mutation$z,
7594
- name: name$1s
7608
+ mutation: mutation$B,
7609
+ name: name$1u
7595
7610
  };
7596
7611
 
7597
- const index$t = {
7612
+ const index$u = {
7598
7613
  __proto__: null,
7599
7614
  CreateProjectOfFreeDecision: createProjectOfFreeDecision,
7600
7615
  GenerateFreeDecision: generateFreeDecision,
@@ -7602,60 +7617,60 @@ const index$t = {
7602
7617
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7603
7618
  };
7604
7619
 
7605
- const name$1r = "setPaymentStatus";
7606
- const mutation$y = Selector("Mutation")({
7607
- [name$1r]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7620
+ const name$1t = "setPaymentStatus";
7621
+ const mutation$A = Selector("Mutation")({
7622
+ [name$1t]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7608
7623
  });
7609
7624
 
7610
7625
  const updatePaymentStatus = {
7611
7626
  __proto__: null,
7612
- mutation: mutation$y,
7613
- name: name$1r
7627
+ mutation: mutation$A,
7628
+ name: name$1t
7614
7629
  };
7615
7630
 
7616
- const name$1q = "createInitialPayment";
7617
- const mutation$x = Selector("Mutation")({
7618
- [name$1q]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7631
+ const name$1s = "createInitialPayment";
7632
+ const mutation$z = Selector("Mutation")({
7633
+ [name$1s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7619
7634
  });
7620
7635
 
7621
7636
  const createInitialPayment$1 = {
7622
7637
  __proto__: null,
7623
- mutation: mutation$x,
7624
- name: name$1q
7638
+ mutation: mutation$z,
7639
+ name: name$1s
7625
7640
  };
7626
7641
 
7627
- const name$1p = "createDepositPayment";
7628
- const mutation$w = Selector("Mutation")({
7629
- [name$1p]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7642
+ const name$1r = "createDepositPayment";
7643
+ const mutation$y = Selector("Mutation")({
7644
+ [name$1r]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7630
7645
  });
7631
7646
 
7632
7647
  const createDepositPayment$1 = {
7633
7648
  __proto__: null,
7634
- mutation: mutation$w,
7635
- name: name$1p
7649
+ mutation: mutation$y,
7650
+ name: name$1r
7636
7651
  };
7637
7652
 
7638
- const index$s = {
7653
+ const index$t = {
7639
7654
  __proto__: null,
7640
7655
  CreateDepositPayment: createDepositPayment$1,
7641
7656
  CreateInitialPayment: createInitialPayment$1,
7642
7657
  SetPaymentStatus: updatePaymentStatus
7643
7658
  };
7644
7659
 
7645
- const name$1o = "createAnnualGeneralMeet";
7646
- const mutation$v = Selector("Mutation")({
7647
- [name$1o]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7660
+ const name$1q = "createAnnualGeneralMeet";
7661
+ const mutation$x = Selector("Mutation")({
7662
+ [name$1q]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7648
7663
  });
7649
7664
 
7650
7665
  const createAnnualGeneralMeet = {
7651
7666
  __proto__: null,
7652
- mutation: mutation$v,
7653
- name: name$1o
7667
+ mutation: mutation$x,
7668
+ name: name$1q
7654
7669
  };
7655
7670
 
7656
- const name$1n = "generateAnnualGeneralMeetAgendaDocument";
7657
- const mutation$u = Selector("Mutation")({
7658
- [name$1n]: [
7671
+ const name$1p = "generateAnnualGeneralMeetAgendaDocument";
7672
+ const mutation$w = Selector("Mutation")({
7673
+ [name$1p]: [
7659
7674
  {
7660
7675
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7661
7676
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7666,13 +7681,13 @@ const mutation$u = Selector("Mutation")({
7666
7681
 
7667
7682
  const generateAnnualGeneralMeetAgendaDocument = {
7668
7683
  __proto__: null,
7669
- mutation: mutation$u,
7670
- name: name$1n
7684
+ mutation: mutation$w,
7685
+ name: name$1p
7671
7686
  };
7672
7687
 
7673
- const name$1m = "generateAnnualGeneralMeetDecisionDocument";
7674
- const mutation$t = Selector("Mutation")({
7675
- [name$1m]: [
7688
+ const name$1o = "generateAnnualGeneralMeetDecisionDocument";
7689
+ const mutation$v = Selector("Mutation")({
7690
+ [name$1o]: [
7676
7691
  {
7677
7692
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7678
7693
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7683,13 +7698,13 @@ const mutation$t = Selector("Mutation")({
7683
7698
 
7684
7699
  const generateAnnualGeneralMeetDecisionDocument = {
7685
7700
  __proto__: null,
7686
- mutation: mutation$t,
7687
- name: name$1m
7701
+ mutation: mutation$v,
7702
+ name: name$1o
7688
7703
  };
7689
7704
 
7690
- const name$1l = "generateAnnualGeneralMeetNotificationDocument";
7691
- const mutation$s = Selector("Mutation")({
7692
- [name$1l]: [
7705
+ const name$1n = "generateAnnualGeneralMeetNotificationDocument";
7706
+ const mutation$u = Selector("Mutation")({
7707
+ [name$1n]: [
7693
7708
  {
7694
7709
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7695
7710
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7700,13 +7715,13 @@ const mutation$s = Selector("Mutation")({
7700
7715
 
7701
7716
  const generateAnnualGeneralMeetNotificationDocument = {
7702
7717
  __proto__: null,
7703
- mutation: mutation$s,
7704
- name: name$1l
7718
+ mutation: mutation$u,
7719
+ name: name$1n
7705
7720
  };
7706
7721
 
7707
- const name$1k = "generateBallotForAnnualGeneralMeetDocument";
7708
- const mutation$r = Selector("Mutation")({
7709
- [name$1k]: [
7722
+ const name$1m = "generateBallotForAnnualGeneralMeetDocument";
7723
+ const mutation$t = Selector("Mutation")({
7724
+ [name$1m]: [
7710
7725
  {
7711
7726
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7712
7727
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7717,13 +7732,13 @@ const mutation$r = Selector("Mutation")({
7717
7732
 
7718
7733
  const generateBallotForAnnualGeneralMeetDocument = {
7719
7734
  __proto__: null,
7720
- mutation: mutation$r,
7721
- name: name$1k
7735
+ mutation: mutation$t,
7736
+ name: name$1m
7722
7737
  };
7723
7738
 
7724
- const name$1j = "generateSovietDecisionOnAnnualMeetDocument";
7725
- const mutation$q = Selector("Mutation")({
7726
- [name$1j]: [{
7739
+ const name$1l = "generateSovietDecisionOnAnnualMeetDocument";
7740
+ const mutation$s = Selector("Mutation")({
7741
+ [name$1l]: [{
7727
7742
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7728
7743
  options: $("options", "GenerateDocumentOptionsInput")
7729
7744
  }, documentSelector]
@@ -7731,66 +7746,66 @@ const mutation$q = Selector("Mutation")({
7731
7746
 
7732
7747
  const generateSovietDecisionOnAnnualMeetDocument = {
7733
7748
  __proto__: null,
7734
- mutation: mutation$q,
7735
- name: name$1j
7749
+ mutation: mutation$s,
7750
+ name: name$1l
7736
7751
  };
7737
7752
 
7738
- const name$1i = "notifyOnAnnualGeneralMeet";
7739
- const mutation$p = Selector("Mutation")({
7740
- [name$1i]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7753
+ const name$1k = "notifyOnAnnualGeneralMeet";
7754
+ const mutation$r = Selector("Mutation")({
7755
+ [name$1k]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7741
7756
  });
7742
7757
 
7743
7758
  const notifyOnAnnualGeneralMeet = {
7744
7759
  __proto__: null,
7745
- mutation: mutation$p,
7746
- name: name$1i
7760
+ mutation: mutation$r,
7761
+ name: name$1k
7747
7762
  };
7748
7763
 
7749
- const name$1h = "restartAnnualGeneralMeet";
7750
- const mutation$o = Selector("Mutation")({
7751
- [name$1h]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7764
+ const name$1j = "restartAnnualGeneralMeet";
7765
+ const mutation$q = Selector("Mutation")({
7766
+ [name$1j]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7752
7767
  });
7753
7768
 
7754
7769
  const restartAnnualGeneralMeet = {
7755
7770
  __proto__: null,
7756
- mutation: mutation$o,
7757
- name: name$1h
7771
+ mutation: mutation$q,
7772
+ name: name$1j
7758
7773
  };
7759
7774
 
7760
- const name$1g = "signByPresiderOnAnnualGeneralMeet";
7761
- const mutation$n = Selector("Mutation")({
7762
- [name$1g]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7775
+ const name$1i = "signByPresiderOnAnnualGeneralMeet";
7776
+ const mutation$p = Selector("Mutation")({
7777
+ [name$1i]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7763
7778
  });
7764
7779
 
7765
7780
  const signByPresiderOnAnnualGeneralMeet = {
7766
7781
  __proto__: null,
7767
- mutation: mutation$n,
7768
- name: name$1g
7782
+ mutation: mutation$p,
7783
+ name: name$1i
7769
7784
  };
7770
7785
 
7771
- const name$1f = "signBySecretaryOnAnnualGeneralMeet";
7772
- const mutation$m = Selector("Mutation")({
7773
- [name$1f]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7786
+ const name$1h = "signBySecretaryOnAnnualGeneralMeet";
7787
+ const mutation$o = Selector("Mutation")({
7788
+ [name$1h]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7774
7789
  });
7775
7790
 
7776
7791
  const signBySecretaryOnAnnualGeneralMeet = {
7777
7792
  __proto__: null,
7778
- mutation: mutation$m,
7779
- name: name$1f
7793
+ mutation: mutation$o,
7794
+ name: name$1h
7780
7795
  };
7781
7796
 
7782
- const name$1e = "voteOnAnnualGeneralMeet";
7783
- const mutation$l = Selector("Mutation")({
7784
- [name$1e]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7797
+ const name$1g = "voteOnAnnualGeneralMeet";
7798
+ const mutation$n = Selector("Mutation")({
7799
+ [name$1g]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7785
7800
  });
7786
7801
 
7787
7802
  const voteOnAnnualGeneralMeet = {
7788
7803
  __proto__: null,
7789
- mutation: mutation$l,
7790
- name: name$1e
7804
+ mutation: mutation$n,
7805
+ name: name$1g
7791
7806
  };
7792
7807
 
7793
- const index$r = {
7808
+ const index$s = {
7794
7809
  __proto__: null,
7795
7810
  CreateAnnualGeneralMeet: createAnnualGeneralMeet,
7796
7811
  GenerateAnnualGeneralMeetAgendaDocument: generateAnnualGeneralMeetAgendaDocument,
@@ -7805,138 +7820,167 @@ const index$r = {
7805
7820
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7806
7821
  };
7807
7822
 
7808
- const name$1d = "createWebPushSubscription";
7809
- const mutation$k = Selector("Mutation")({
7810
- [name$1d]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7823
+ const name$1f = "createWebPushSubscription";
7824
+ const mutation$m = Selector("Mutation")({
7825
+ [name$1f]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7811
7826
  });
7812
7827
 
7813
7828
  const createWebPushSubscription = {
7814
7829
  __proto__: null,
7815
- mutation: mutation$k,
7816
- name: name$1d
7830
+ mutation: mutation$m,
7831
+ name: name$1f
7817
7832
  };
7818
7833
 
7819
- const name$1c = "deactivateWebPushSubscriptionById";
7820
- const mutation$j = Selector("Mutation")({
7821
- [name$1c]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7834
+ const name$1e = "deactivateWebPushSubscriptionById";
7835
+ const mutation$l = Selector("Mutation")({
7836
+ [name$1e]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7822
7837
  });
7823
7838
 
7824
7839
  const deactivateWebPushSubscriptionById = {
7825
7840
  __proto__: null,
7826
- mutation: mutation$j,
7827
- name: name$1c
7841
+ mutation: mutation$l,
7842
+ name: name$1e
7828
7843
  };
7829
7844
 
7830
- const name$1b = "triggerNotificationWorkflow";
7831
- const mutation$i = Selector("Mutation")({
7832
- [name$1b]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7845
+ const name$1d = "triggerNotificationWorkflow";
7846
+ const mutation$k = Selector("Mutation")({
7847
+ [name$1d]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7833
7848
  });
7834
7849
 
7835
7850
  const triggerNotificationWorkflow = {
7836
7851
  __proto__: null,
7837
- mutation: mutation$i,
7838
- name: name$1b
7852
+ mutation: mutation$k,
7853
+ name: name$1d
7839
7854
  };
7840
7855
 
7841
- const index$q = {
7856
+ const index$r = {
7842
7857
  __proto__: null,
7843
7858
  CreateWebPushSubscription: createWebPushSubscription,
7844
7859
  DeactivateWebPushSubscriptionById: deactivateWebPushSubscriptionById,
7845
7860
  TriggerNotificationWorkflow: triggerNotificationWorkflow
7846
7861
  };
7847
7862
 
7848
- const name$1a = "addParticipant";
7849
- const mutation$h = Selector("Mutation")({
7850
- [name$1a]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7863
+ const name$1c = "addParticipant";
7864
+ const mutation$j = Selector("Mutation")({
7865
+ [name$1c]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7851
7866
  });
7852
7867
 
7853
7868
  const addParticipant = {
7869
+ __proto__: null,
7870
+ mutation: mutation$j,
7871
+ name: name$1c
7872
+ };
7873
+
7874
+ const name$1b = "generateParticipantApplication";
7875
+ const mutation$i = Selector("Mutation")({
7876
+ [name$1b]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7877
+ });
7878
+
7879
+ const generateParticipantApplication = {
7880
+ __proto__: null,
7881
+ mutation: mutation$i,
7882
+ name: name$1b
7883
+ };
7884
+
7885
+ const name$1a = "generateParticipantApplicationDecision";
7886
+ const mutation$h = Selector("Mutation")({
7887
+ [name$1a]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7888
+ });
7889
+
7890
+ const generateParticipantApplicationDecision = {
7854
7891
  __proto__: null,
7855
7892
  mutation: mutation$h,
7856
7893
  name: name$1a
7857
7894
  };
7858
7895
 
7859
- const name$19 = "generateParticipantApplication";
7896
+ const name$19 = "registerParticipant";
7860
7897
  const mutation$g = Selector("Mutation")({
7861
- [name$19]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7898
+ [name$19]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7862
7899
  });
7863
7900
 
7864
- const generateParticipantApplication = {
7901
+ const registerParticipant = {
7865
7902
  __proto__: null,
7866
7903
  mutation: mutation$g,
7867
7904
  name: name$19
7868
7905
  };
7869
7906
 
7870
- const name$18 = "generateParticipantApplicationDecision";
7907
+ const name$18 = "createInitialPayment";
7871
7908
  const mutation$f = Selector("Mutation")({
7872
- [name$18]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7909
+ [name$18]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7873
7910
  });
7874
7911
 
7875
- const generateParticipantApplicationDecision = {
7912
+ const createInitialPayment = {
7876
7913
  __proto__: null,
7877
7914
  mutation: mutation$f,
7878
7915
  name: name$18
7879
7916
  };
7880
7917
 
7881
- const name$17 = "registerParticipant";
7918
+ const index$q = {
7919
+ __proto__: null,
7920
+ AddParticipant: addParticipant,
7921
+ CreateInitialPayment: createInitialPayment,
7922
+ GenerateParticipantApplication: generateParticipantApplication,
7923
+ GenerateParticipantApplicationDecision: generateParticipantApplicationDecision,
7924
+ RegisterParticipant: registerParticipant
7925
+ };
7926
+
7927
+ const name$17 = "createBankAccount";
7882
7928
  const mutation$e = Selector("Mutation")({
7883
- [name$17]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7929
+ [name$17]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7884
7930
  });
7885
7931
 
7886
- const registerParticipant = {
7932
+ const createBankAccount = {
7887
7933
  __proto__: null,
7888
7934
  mutation: mutation$e,
7889
7935
  name: name$17
7890
7936
  };
7891
7937
 
7892
- const name$16 = "createInitialPayment";
7938
+ const name$16 = "deletePaymentMethod";
7893
7939
  const mutation$d = Selector("Mutation")({
7894
- [name$16]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7940
+ [name$16]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7895
7941
  });
7896
7942
 
7897
- const createInitialPayment = {
7943
+ const deletePaymentMethod = {
7898
7944
  __proto__: null,
7899
7945
  mutation: mutation$d,
7900
7946
  name: name$16
7901
7947
  };
7902
7948
 
7903
- const index$p = {
7904
- __proto__: null,
7905
- AddParticipant: addParticipant,
7906
- CreateInitialPayment: createInitialPayment,
7907
- GenerateParticipantApplication: generateParticipantApplication,
7908
- GenerateParticipantApplicationDecision: generateParticipantApplicationDecision,
7909
- RegisterParticipant: registerParticipant
7910
- };
7911
-
7912
- const name$15 = "createBankAccount";
7949
+ const name$15 = "updateBankAccount";
7913
7950
  const mutation$c = Selector("Mutation")({
7914
- [name$15]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7951
+ [name$15]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7915
7952
  });
7916
7953
 
7917
- const createBankAccount = {
7954
+ const updateBankAccount = {
7918
7955
  __proto__: null,
7919
7956
  mutation: mutation$c,
7920
7957
  name: name$15
7921
7958
  };
7922
7959
 
7923
- const name$14 = "deletePaymentMethod";
7960
+ const index$p = {
7961
+ __proto__: null,
7962
+ CreateBankAccount: createBankAccount,
7963
+ DeletePaymentMethod: deletePaymentMethod,
7964
+ UpdateBankAccount: updateBankAccount
7965
+ };
7966
+
7967
+ const name$14 = "generateConvertToAxonStatement";
7924
7968
  const mutation$b = Selector("Mutation")({
7925
- [name$14]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7969
+ [name$14]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7926
7970
  });
7927
7971
 
7928
- const deletePaymentMethod = {
7972
+ const generateConvertToAxonStatement = {
7929
7973
  __proto__: null,
7930
7974
  mutation: mutation$b,
7931
7975
  name: name$14
7932
7976
  };
7933
7977
 
7934
- const name$13 = "updateBankAccount";
7978
+ const name$13 = "processConvertToAxonStatement";
7935
7979
  const mutation$a = Selector("Mutation")({
7936
- [name$13]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7980
+ [name$13]: [{ signedDocument: $("signedDocument", "ConvertToAxonStatementSignedDocumentInput!"), convertAmount: $("convertAmount", "String!") }, true]
7937
7981
  });
7938
7982
 
7939
- const updateBankAccount = {
7983
+ const processConvertToAxonStatement = {
7940
7984
  __proto__: null,
7941
7985
  mutation: mutation$a,
7942
7986
  name: name$13
@@ -7944,9 +7988,8 @@ const updateBankAccount = {
7944
7988
 
7945
7989
  const index$o = {
7946
7990
  __proto__: null,
7947
- CreateBankAccount: createBankAccount,
7948
- DeletePaymentMethod: deletePaymentMethod,
7949
- UpdateBankAccount: updateBankAccount
7991
+ GenerateConvertToAxonStatement: generateConvertToAxonStatement,
7992
+ ProcessConvertToAxonStatement: processConvertToAxonStatement
7950
7993
  };
7951
7994
 
7952
7995
  const name$12 = "initSystem";
@@ -8094,20 +8137,21 @@ const index$m = {
8094
8137
 
8095
8138
  const Mutations = {
8096
8139
  __proto__: null,
8097
- Accounts: index$B,
8098
- Agreements: index$A,
8099
- Auth: index$z,
8100
- Branches: index$y,
8101
- Capital: index$x,
8102
- Chairman: index$w,
8103
- Cooplace: index$v,
8104
- Extensions: index$u,
8105
- FreeDecisions: index$t,
8106
- Gateway: index$s,
8107
- Meet: index$r,
8108
- Notification: index$q,
8109
- Participants: index$p,
8110
- PaymentMethods: index$o,
8140
+ Accounts: index$C,
8141
+ Agreements: index$B,
8142
+ Auth: index$A,
8143
+ Branches: index$z,
8144
+ Capital: index$y,
8145
+ Chairman: index$x,
8146
+ Cooplace: index$w,
8147
+ Extensions: index$v,
8148
+ FreeDecisions: index$u,
8149
+ Gateway: index$t,
8150
+ Meet: index$s,
8151
+ Notification: index$r,
8152
+ Participants: index$q,
8153
+ PaymentMethods: index$p,
8154
+ Provider: index$o,
8111
8155
  System: index$n,
8112
8156
  Wallet: index$m
8113
8157
  };
@@ -9081,8 +9125,8 @@ const _Client = class _Client {
9081
9125
  signature
9082
9126
  }
9083
9127
  };
9084
- const { [name$35]: result } = await this.thunder("mutation")(
9085
- mutation$2c,
9128
+ const { [name$37]: result } = await this.thunder("mutation")(
9129
+ mutation$2e,
9086
9130
  {
9087
9131
  variables
9088
9132
  }
@@ -9209,4 +9253,4 @@ exports.Client = Client;
9209
9253
  exports.Mutations = Mutations;
9210
9254
  exports.Queries = index$5;
9211
9255
  exports.Types = index;
9212
- exports.Zeus = index$C;
9256
+ exports.Zeus = index$D;