@coopenomics/sdk 2025.11.7 → 2025.11.8

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