@coopenomics/sdk 2025.11.8 → 2025.11.9-alpha-2

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
@@ -1780,6 +1780,7 @@ const AllTypesProps = {
1780
1780
  data: "PaymentFiltersInput",
1781
1781
  options: "PaginationInput"
1782
1782
  },
1783
+ getProviderSubscriptionById: {},
1783
1784
  getUserWebPushSubscriptions: {
1784
1785
  data: "GetUserSubscriptionsInput"
1785
1786
  },
@@ -3246,7 +3247,7 @@ const ReturnTypes = {
3246
3247
  startInstall: "StartInstallResult",
3247
3248
  startResetKey: "Boolean",
3248
3249
  supplyOnRequest: "Transaction",
3249
- triggerNotificationWorkflow: "TriggerNotificationWorkflowResult",
3250
+ triggerNotificationWorkflow: "Boolean",
3250
3251
  uninstallExtension: "Boolean",
3251
3252
  unpublishRequest: "Transaction",
3252
3253
  updateAccount: "Account",
@@ -3504,6 +3505,28 @@ const ReturnTypes = {
3504
3505
  score: "Float",
3505
3506
  type: "String"
3506
3507
  },
3508
+ ProviderSubscription: {
3509
+ created_at: "String",
3510
+ domain_valid: "Boolean",
3511
+ expires_at: "String",
3512
+ id: "Float",
3513
+ installation_progress: "Float",
3514
+ instance_status: "String",
3515
+ instance_username: "String",
3516
+ is_trial: "Boolean",
3517
+ next_payment_due: "String",
3518
+ period_days: "Float",
3519
+ price: "Float",
3520
+ specific_data: "JSON",
3521
+ started_at: "String",
3522
+ status: "String",
3523
+ subscriber_id: "Float",
3524
+ subscriber_username: "String",
3525
+ subscription_type_description: "String",
3526
+ subscription_type_id: "Float",
3527
+ subscription_type_name: "String",
3528
+ updated_at: "String"
3529
+ },
3507
3530
  PublicChairman: {
3508
3531
  first_name: "String",
3509
3532
  last_name: "String",
@@ -3560,6 +3583,8 @@ const ReturnTypes = {
3560
3583
  getMeets: "MeetAggregate",
3561
3584
  getPaymentMethods: "PaymentMethodPaginationResult",
3562
3585
  getPayments: "PaginatedGatewayPaymentsPaginationResult",
3586
+ getProviderSubscriptionById: "ProviderSubscription",
3587
+ getProviderSubscriptions: "ProviderSubscription",
3563
3588
  getSystemInfo: "SystemInfo",
3564
3589
  getUserWebPushSubscriptions: "WebPushSubscriptionDto",
3565
3590
  getWebPushSubscriptionStats: "SubscriptionStatsDto",
@@ -3680,6 +3705,7 @@ const ReturnTypes = {
3680
3705
  contacts: "ContactsDTO",
3681
3706
  cooperator_account: "CooperativeOperatorAccount",
3682
3707
  coopname: "String",
3708
+ is_providered: "Boolean",
3683
3709
  settings: "Settings",
3684
3710
  symbols: "Symbols",
3685
3711
  system_status: "SystemStatus",
@@ -3704,12 +3730,6 @@ const ReturnTypes = {
3704
3730
  signer: "JSON",
3705
3731
  transaction: "JSON"
3706
3732
  },
3707
- TriggerNotificationWorkflowResult: {
3708
- acknowledged: "Boolean",
3709
- error: "String",
3710
- status: "String",
3711
- transactionId: "String"
3712
- },
3713
3733
  UserAccount: {
3714
3734
  meta: "String",
3715
3735
  referer: "String",
@@ -4908,37 +4928,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
4908
4928
  rawRegisteredAccountSelector
4909
4929
  );
4910
4930
 
4911
- const name$3g = "registerAccount";
4931
+ const name$3h = "registerAccount";
4912
4932
  const mutation$2p = Selector("Mutation")({
4913
- [name$3g]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4933
+ [name$3h]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
4914
4934
  });
4915
4935
 
4916
4936
  const registerAccount = {
4917
4937
  __proto__: null,
4918
4938
  mutation: mutation$2p,
4919
- name: name$3g
4939
+ name: name$3h
4920
4940
  };
4921
4941
 
4922
- const name$3f = "resetKey";
4942
+ const name$3g = "resetKey";
4923
4943
  const mutation$2o = Selector("Mutation")({
4924
- [name$3f]: [{ data: $("data", "ResetKeyInput!") }, true]
4944
+ [name$3g]: [{ data: $("data", "ResetKeyInput!") }, true]
4925
4945
  });
4926
4946
 
4927
4947
  const resetKey = {
4928
4948
  __proto__: null,
4929
4949
  mutation: mutation$2o,
4930
- name: name$3f
4950
+ name: name$3g
4931
4951
  };
4932
4952
 
4933
- const name$3e = "startResetKey";
4953
+ const name$3f = "startResetKey";
4934
4954
  const mutation$2n = Selector("Mutation")({
4935
- [name$3e]: [{ data: $("data", "StartResetKeyInput!") }, true]
4955
+ [name$3f]: [{ data: $("data", "StartResetKeyInput!") }, true]
4936
4956
  });
4937
4957
 
4938
4958
  const startResetKey = {
4939
4959
  __proto__: null,
4940
4960
  mutation: mutation$2n,
4941
- name: name$3e
4961
+ name: name$3f
4942
4962
  };
4943
4963
 
4944
4964
  const paginationSelector = {
@@ -5925,14 +5945,6 @@ const rawSubscriptionStatsSelector = {
5925
5945
  };
5926
5946
  Selector("SubscriptionStatsDto")(rawSubscriptionStatsSelector);
5927
5947
 
5928
- const rawTriggerNotificationWorkflowResultSelector = {
5929
- transactionId: true,
5930
- acknowledged: true,
5931
- status: true,
5932
- error: true
5933
- };
5934
- Selector("TriggerNotificationWorkflowResult")(rawTriggerNotificationWorkflowResultSelector);
5935
-
5936
5948
  const rawPaymentMethodSelector = {
5937
5949
  data: {
5938
5950
  "__typename": true,
@@ -6017,6 +6029,31 @@ const rawInstallationStatusSelector = {
6017
6029
  };
6018
6030
  const installationStatusSelector = Selector("InstallationStatus")(rawInstallationStatusSelector);
6019
6031
 
6032
+ const rawProviderSubscriptionSelector = {
6033
+ id: true,
6034
+ subscriber_id: true,
6035
+ subscriber_username: true,
6036
+ subscription_type_id: true,
6037
+ subscription_type_name: true,
6038
+ subscription_type_description: true,
6039
+ price: true,
6040
+ period_days: true,
6041
+ instance_username: true,
6042
+ status: true,
6043
+ started_at: true,
6044
+ expires_at: true,
6045
+ next_payment_due: true,
6046
+ is_trial: true,
6047
+ created_at: true,
6048
+ updated_at: true,
6049
+ // Дополнительные поля для хостинг подписки
6050
+ domain_valid: true,
6051
+ installation_progress: true,
6052
+ instance_status: true,
6053
+ specific_data: true
6054
+ };
6055
+ const providerSubscriptionSelector = Selector("ProviderSubscription")(rawProviderSubscriptionSelector);
6056
+
6020
6057
  const rawSymbolsSelector = {
6021
6058
  root_symbol: true,
6022
6059
  root_govern_symbol: true,
@@ -6079,6 +6116,7 @@ const rawSystemInfoSelector = {
6079
6116
  coopname: true,
6080
6117
  blockchain_account: rawBlockchainAccountSelector,
6081
6118
  system_status: true,
6119
+ is_providered: true,
6082
6120
  contacts: rawContactsSelector,
6083
6121
  vars: rawVarsSelector,
6084
6122
  symbols: rawSymbolsSelector,
@@ -6091,15 +6129,15 @@ const rawCreateWithdrawResponseSelector = {
6091
6129
  };
6092
6130
  const createWithdrawResponseSelector = Selector("CreateWithdrawResponse")(rawCreateWithdrawResponseSelector);
6093
6131
 
6094
- const name$3d = "updateAccount";
6132
+ const name$3e = "updateAccount";
6095
6133
  const mutation$2m = Selector("Mutation")({
6096
- [name$3d]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6134
+ [name$3e]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
6097
6135
  });
6098
6136
 
6099
6137
  const updateAccount = {
6100
6138
  __proto__: null,
6101
6139
  mutation: mutation$2m,
6102
- name: name$3d
6140
+ name: name$3e
6103
6141
  };
6104
6142
 
6105
6143
  const index$B = {
@@ -6110,81 +6148,81 @@ const index$B = {
6110
6148
  UpdateAccount: updateAccount
6111
6149
  };
6112
6150
 
6113
- const name$3c = "generatePrivacyAgreement";
6151
+ const name$3d = "generatePrivacyAgreement";
6114
6152
  const mutation$2l = Selector("Mutation")({
6115
- [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6153
+ [name$3d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6116
6154
  });
6117
6155
 
6118
6156
  const generatePrivacyAgreement = {
6119
6157
  __proto__: null,
6120
6158
  mutation: mutation$2l,
6121
- name: name$3c
6159
+ name: name$3d
6122
6160
  };
6123
6161
 
6124
- const name$3b = "generateSignatureAgreement";
6162
+ const name$3c = "generateSignatureAgreement";
6125
6163
  const mutation$2k = Selector("Mutation")({
6126
- [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6164
+ [name$3c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6127
6165
  });
6128
6166
 
6129
6167
  const generateSignatureAgreement = {
6130
6168
  __proto__: null,
6131
6169
  mutation: mutation$2k,
6132
- name: name$3b
6170
+ name: name$3c
6133
6171
  };
6134
6172
 
6135
- const name$3a = "generateWalletAgreement";
6173
+ const name$3b = "generateWalletAgreement";
6136
6174
  const mutation$2j = Selector("Mutation")({
6137
- [name$3a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6175
+ [name$3b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6138
6176
  });
6139
6177
 
6140
6178
  const generateWalletAgreement = {
6141
6179
  __proto__: null,
6142
6180
  mutation: mutation$2j,
6143
- name: name$3a
6181
+ name: name$3b
6144
6182
  };
6145
6183
 
6146
- const name$39 = "generateUserAgreement";
6184
+ const name$3a = "generateUserAgreement";
6147
6185
  const mutation$2i = Selector("Mutation")({
6148
- [name$39]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6186
+ [name$3a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6149
6187
  });
6150
6188
 
6151
6189
  const generateUserAgreement = {
6152
6190
  __proto__: null,
6153
6191
  mutation: mutation$2i,
6154
- name: name$39
6192
+ name: name$3a
6155
6193
  };
6156
6194
 
6157
- const name$38 = "sendAgreement";
6195
+ const name$39 = "sendAgreement";
6158
6196
  const mutation$2h = Selector("Mutation")({
6159
- [name$38]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6197
+ [name$39]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
6160
6198
  });
6161
6199
 
6162
6200
  const sendAgreement = {
6163
6201
  __proto__: null,
6164
6202
  mutation: mutation$2h,
6165
- name: name$38
6203
+ name: name$39
6166
6204
  };
6167
6205
 
6168
- const name$37 = "confirmAgreement";
6206
+ const name$38 = "confirmAgreement";
6169
6207
  const mutation$2g = Selector("Mutation")({
6170
- [name$37]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6208
+ [name$38]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
6171
6209
  });
6172
6210
 
6173
6211
  const confirmAgreement = {
6174
6212
  __proto__: null,
6175
6213
  mutation: mutation$2g,
6176
- name: name$37
6214
+ name: name$38
6177
6215
  };
6178
6216
 
6179
- const name$36 = "declineAgreement";
6217
+ const name$37 = "declineAgreement";
6180
6218
  const mutation$2f = Selector("Mutation")({
6181
- [name$36]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6219
+ [name$37]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
6182
6220
  });
6183
6221
 
6184
6222
  const declineAgreement = {
6185
6223
  __proto__: null,
6186
6224
  mutation: mutation$2f,
6187
- name: name$36
6225
+ name: name$37
6188
6226
  };
6189
6227
 
6190
6228
  const index$A = {
@@ -6198,37 +6236,37 @@ const index$A = {
6198
6236
  SendAgreement: sendAgreement
6199
6237
  };
6200
6238
 
6201
- const name$35 = "refresh";
6239
+ const name$36 = "refresh";
6202
6240
  const mutation$2e = Selector("Mutation")({
6203
- [name$35]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6241
+ [name$36]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
6204
6242
  });
6205
6243
 
6206
6244
  const refresh = {
6207
6245
  __proto__: null,
6208
6246
  mutation: mutation$2e,
6209
- name: name$35
6247
+ name: name$36
6210
6248
  };
6211
6249
 
6212
- const name$34 = "logout";
6250
+ const name$35 = "logout";
6213
6251
  const mutation$2d = Selector("Mutation")({
6214
- [name$34]: [{ data: $("data", "LogoutInput!") }, true]
6252
+ [name$35]: [{ data: $("data", "LogoutInput!") }, true]
6215
6253
  });
6216
6254
 
6217
6255
  const logout = {
6218
6256
  __proto__: null,
6219
6257
  mutation: mutation$2d,
6220
- name: name$34
6258
+ name: name$35
6221
6259
  };
6222
6260
 
6223
- const name$33 = "login";
6261
+ const name$34 = "login";
6224
6262
  const mutation$2c = Selector("Mutation")({
6225
- [name$33]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6263
+ [name$34]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
6226
6264
  });
6227
6265
 
6228
6266
  const login = {
6229
6267
  __proto__: null,
6230
6268
  mutation: mutation$2c,
6231
- name: name$33
6269
+ name: name$34
6232
6270
  };
6233
6271
 
6234
6272
  const index$z = {
@@ -6238,81 +6276,81 @@ const index$z = {
6238
6276
  Refresh: refresh
6239
6277
  };
6240
6278
 
6241
- const name$32 = "addTrustedAccount";
6279
+ const name$33 = "addTrustedAccount";
6242
6280
  const mutation$2b = Selector("Mutation")({
6243
- [name$32]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6281
+ [name$33]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
6244
6282
  });
6245
6283
 
6246
6284
  const addTrustedAccount = {
6247
6285
  __proto__: null,
6248
6286
  mutation: mutation$2b,
6249
- name: name$32
6287
+ name: name$33
6250
6288
  };
6251
6289
 
6252
- const name$31 = "createBranch";
6290
+ const name$32 = "createBranch";
6253
6291
  const mutation$2a = Selector("Mutation")({
6254
- [name$31]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6292
+ [name$32]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
6255
6293
  });
6256
6294
 
6257
6295
  const createBranch = {
6258
6296
  __proto__: null,
6259
6297
  mutation: mutation$2a,
6260
- name: name$31
6298
+ name: name$32
6261
6299
  };
6262
6300
 
6263
- const name$30 = "deleteBranch";
6301
+ const name$31 = "deleteBranch";
6264
6302
  const mutation$29 = Selector("Mutation")({
6265
- [name$30]: [{ data: $("data", "DeleteBranchInput!") }, true]
6303
+ [name$31]: [{ data: $("data", "DeleteBranchInput!") }, true]
6266
6304
  });
6267
6305
 
6268
6306
  const deleteBranch = {
6269
6307
  __proto__: null,
6270
6308
  mutation: mutation$29,
6271
- name: name$30
6309
+ name: name$31
6272
6310
  };
6273
6311
 
6274
- const name$2$ = "deleteTrustedAccount";
6312
+ const name$30 = "deleteTrustedAccount";
6275
6313
  const mutation$28 = Selector("Mutation")({
6276
- [name$2$]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6314
+ [name$30]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
6277
6315
  });
6278
6316
 
6279
6317
  const deleteTrustedAccount = {
6280
6318
  __proto__: null,
6281
6319
  mutation: mutation$28,
6282
- name: name$2$
6320
+ name: name$30
6283
6321
  };
6284
6322
 
6285
- const name$2_ = "editBranch";
6323
+ const name$2$ = "editBranch";
6286
6324
  const mutation$27 = Selector("Mutation")({
6287
- [name$2_]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6325
+ [name$2$]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
6288
6326
  });
6289
6327
 
6290
6328
  const editBranch = {
6291
6329
  __proto__: null,
6292
6330
  mutation: mutation$27,
6293
- name: name$2_
6331
+ name: name$2$
6294
6332
  };
6295
6333
 
6296
- const name$2Z = "generateSelectBranchDocument";
6334
+ const name$2_ = "generateSelectBranchDocument";
6297
6335
  const mutation$26 = Selector("Mutation")({
6298
- [name$2Z]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6336
+ [name$2_]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6299
6337
  });
6300
6338
 
6301
6339
  const generateSelectBranchDocument = {
6302
6340
  __proto__: null,
6303
6341
  mutation: mutation$26,
6304
- name: name$2Z
6342
+ name: name$2_
6305
6343
  };
6306
6344
 
6307
- const name$2Y = "selectBranch";
6345
+ const name$2Z = "selectBranch";
6308
6346
  const mutation$25 = Selector("Mutation")({
6309
- [name$2Y]: [{ data: $("data", "SelectBranchInput!") }, true]
6347
+ [name$2Z]: [{ data: $("data", "SelectBranchInput!") }, true]
6310
6348
  });
6311
6349
 
6312
6350
  const selectBranch = {
6313
6351
  __proto__: null,
6314
6352
  mutation: mutation$25,
6315
- name: name$2Y
6353
+ name: name$2Z
6316
6354
  };
6317
6355
 
6318
6356
  const index$y = {
@@ -6326,730 +6364,730 @@ const index$y = {
6326
6364
  SelectBranch: selectBranch
6327
6365
  };
6328
6366
 
6329
- const name$2X = "capitalSetConfig";
6367
+ const name$2Y = "capitalSetConfig";
6330
6368
  const mutation$24 = Selector("Mutation")({
6331
- [name$2X]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6369
+ [name$2Y]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
6332
6370
  });
6333
6371
 
6334
6372
  const setConfig = {
6335
6373
  __proto__: null,
6336
6374
  mutation: mutation$24,
6337
- name: name$2X
6375
+ name: name$2Y
6338
6376
  };
6339
6377
 
6340
- const name$2W = "capitalCreateProject";
6378
+ const name$2X = "capitalCreateProject";
6341
6379
  const mutation$23 = Selector("Mutation")({
6342
- [name$2W]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6380
+ [name$2X]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
6343
6381
  });
6344
6382
 
6345
6383
  const createProject = {
6346
6384
  __proto__: null,
6347
6385
  mutation: mutation$23,
6348
- name: name$2W
6386
+ name: name$2X
6349
6387
  };
6350
6388
 
6351
- const name$2V = "capitalCreateDebt";
6389
+ const name$2W = "capitalCreateDebt";
6352
6390
  const mutation$22 = Selector("Mutation")({
6353
- [name$2V]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6391
+ [name$2W]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
6354
6392
  });
6355
6393
 
6356
6394
  const createDebt = {
6357
6395
  __proto__: null,
6358
6396
  mutation: mutation$22,
6359
- name: name$2V
6397
+ name: name$2W
6360
6398
  };
6361
6399
 
6362
- const name$2U = "capitalFundProgram";
6400
+ const name$2V = "capitalFundProgram";
6363
6401
  const mutation$21 = Selector("Mutation")({
6364
- [name$2U]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6402
+ [name$2V]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
6365
6403
  });
6366
6404
 
6367
6405
  const fundProgram = {
6368
6406
  __proto__: null,
6369
6407
  mutation: mutation$21,
6370
- name: name$2U
6408
+ name: name$2V
6371
6409
  };
6372
6410
 
6373
- const name$2T = "capitalFundProject";
6411
+ const name$2U = "capitalFundProject";
6374
6412
  const mutation$20 = Selector("Mutation")({
6375
- [name$2T]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6413
+ [name$2U]: [{ data: $("data", "FundProjectInput!") }, rawTransactionSelector]
6376
6414
  });
6377
6415
 
6378
6416
  const fundProject = {
6379
6417
  __proto__: null,
6380
6418
  mutation: mutation$20,
6381
- name: name$2T
6419
+ name: name$2U
6382
6420
  };
6383
6421
 
6384
- const name$2S = "capitalRefreshProgram";
6422
+ const name$2T = "capitalRefreshProgram";
6385
6423
  const mutation$1$ = Selector("Mutation")({
6386
- [name$2S]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6424
+ [name$2T]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
6387
6425
  });
6388
6426
 
6389
6427
  const refreshProgram = {
6390
6428
  __proto__: null,
6391
6429
  mutation: mutation$1$,
6392
- name: name$2S
6430
+ name: name$2T
6393
6431
  };
6394
6432
 
6395
- const name$2R = "capitalRefreshProject";
6433
+ const name$2S = "capitalRefreshProject";
6396
6434
  const mutation$1_ = Selector("Mutation")({
6397
- [name$2R]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6435
+ [name$2S]: [{ data: $("data", "RefreshProjectInput!") }, rawTransactionSelector]
6398
6436
  });
6399
6437
 
6400
6438
  const refreshProject = {
6401
6439
  __proto__: null,
6402
6440
  mutation: mutation$1_,
6403
- name: name$2R
6441
+ name: name$2S
6404
6442
  };
6405
6443
 
6406
- const name$2Q = "capitalCreateCommit";
6444
+ const name$2R = "capitalCreateCommit";
6407
6445
  const mutation$1Z = Selector("Mutation")({
6408
- [name$2Q]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6446
+ [name$2R]: [{ data: $("data", "CreateCommitInput!") }, rawTransactionSelector]
6409
6447
  });
6410
6448
 
6411
6449
  const createCommit = {
6412
6450
  __proto__: null,
6413
6451
  mutation: mutation$1Z,
6414
- name: name$2Q
6452
+ name: name$2R
6415
6453
  };
6416
6454
 
6417
- const name$2P = "capitalApproveCommit";
6455
+ const name$2Q = "capitalApproveCommit";
6418
6456
  const mutation$1Y = Selector("Mutation")({
6419
- [name$2P]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6457
+ [name$2Q]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
6420
6458
  });
6421
6459
 
6422
6460
  const approveCommit = {
6423
6461
  __proto__: null,
6424
6462
  mutation: mutation$1Y,
6425
- name: name$2P
6463
+ name: name$2Q
6426
6464
  };
6427
6465
 
6428
- const name$2O = "capitalDeclineCommit";
6466
+ const name$2P = "capitalDeclineCommit";
6429
6467
  const mutation$1X = Selector("Mutation")({
6430
- [name$2O]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6468
+ [name$2P]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
6431
6469
  });
6432
6470
 
6433
6471
  const declineCommit = {
6434
6472
  __proto__: null,
6435
6473
  mutation: mutation$1X,
6436
- name: name$2O
6474
+ name: name$2P
6437
6475
  };
6438
6476
 
6439
- const name$2N = "capitalRefreshSegment";
6477
+ const name$2O = "capitalRefreshSegment";
6440
6478
  const mutation$1W = Selector("Mutation")({
6441
- [name$2N]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6479
+ [name$2O]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
6442
6480
  });
6443
6481
 
6444
6482
  const refreshSegment = {
6445
6483
  __proto__: null,
6446
6484
  mutation: mutation$1W,
6447
- name: name$2N
6485
+ name: name$2O
6448
6486
  };
6449
6487
 
6450
- const name$2M = "capitalCreateProjectInvest";
6488
+ const name$2N = "capitalCreateProjectInvest";
6451
6489
  const mutation$1V = Selector("Mutation")({
6452
- [name$2M]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6490
+ [name$2N]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
6453
6491
  });
6454
6492
 
6455
6493
  const createProjectInvest = {
6456
6494
  __proto__: null,
6457
6495
  mutation: mutation$1V,
6458
- name: name$2M
6496
+ name: name$2N
6459
6497
  };
6460
6498
 
6461
- const name$2L = "capitalRegisterContributor";
6499
+ const name$2M = "capitalRegisterContributor";
6462
6500
  const mutation$1U = Selector("Mutation")({
6463
- [name$2L]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6501
+ [name$2M]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
6464
6502
  });
6465
6503
 
6466
6504
  const registerContributor = {
6467
6505
  __proto__: null,
6468
6506
  mutation: mutation$1U,
6469
- name: name$2L
6507
+ name: name$2M
6470
6508
  };
6471
6509
 
6472
- const name$2K = "capitalImportContributor";
6510
+ const name$2L = "capitalImportContributor";
6473
6511
  const mutation$1T = Selector("Mutation")({
6474
- [name$2K]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6512
+ [name$2L]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
6475
6513
  });
6476
6514
 
6477
6515
  const importContributor = {
6478
6516
  __proto__: null,
6479
6517
  mutation: mutation$1T,
6480
- name: name$2K
6518
+ name: name$2L
6481
6519
  };
6482
6520
 
6483
- const name$2J = "capitalMakeClearance";
6521
+ const name$2K = "capitalMakeClearance";
6484
6522
  const mutation$1S = Selector("Mutation")({
6485
- [name$2J]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6523
+ [name$2K]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
6486
6524
  });
6487
6525
 
6488
6526
  const makeClearance = {
6489
6527
  __proto__: null,
6490
6528
  mutation: mutation$1S,
6491
- name: name$2J
6529
+ name: name$2K
6492
6530
  };
6493
6531
 
6494
- const name$2I = "capitalSetMaster";
6532
+ const name$2J = "capitalSetMaster";
6495
6533
  const mutation$1R = Selector("Mutation")({
6496
- [name$2I]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6534
+ [name$2J]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
6497
6535
  });
6498
6536
 
6499
6537
  const setMaster = {
6500
6538
  __proto__: null,
6501
6539
  mutation: mutation$1R,
6502
- name: name$2I
6540
+ name: name$2J
6503
6541
  };
6504
6542
 
6505
- const name$2H = "capitalAddAuthor";
6543
+ const name$2I = "capitalAddAuthor";
6506
6544
  const mutation$1Q = Selector("Mutation")({
6507
- [name$2H]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6545
+ [name$2I]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
6508
6546
  });
6509
6547
 
6510
6548
  const addAuthor = {
6511
6549
  __proto__: null,
6512
6550
  mutation: mutation$1Q,
6513
- name: name$2H
6551
+ name: name$2I
6514
6552
  };
6515
6553
 
6516
- const name$2G = "capitalSetPlan";
6554
+ const name$2H = "capitalSetPlan";
6517
6555
  const mutation$1P = Selector("Mutation")({
6518
- [name$2G]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6556
+ [name$2H]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
6519
6557
  });
6520
6558
 
6521
6559
  const setPlan = {
6522
6560
  __proto__: null,
6523
6561
  mutation: mutation$1P,
6524
- name: name$2G
6562
+ name: name$2H
6525
6563
  };
6526
6564
 
6527
- const name$2F = "capitalStartProject";
6565
+ const name$2G = "capitalStartProject";
6528
6566
  const mutation$1O = Selector("Mutation")({
6529
- [name$2F]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6567
+ [name$2G]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
6530
6568
  });
6531
6569
 
6532
6570
  const startProject = {
6533
6571
  __proto__: null,
6534
6572
  mutation: mutation$1O,
6535
- name: name$2F
6573
+ name: name$2G
6536
6574
  };
6537
6575
 
6538
- const name$2E = "capitalOpenProject";
6576
+ const name$2F = "capitalOpenProject";
6539
6577
  const mutation$1N = Selector("Mutation")({
6540
- [name$2E]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6578
+ [name$2F]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
6541
6579
  });
6542
6580
 
6543
6581
  const openProject = {
6544
6582
  __proto__: null,
6545
6583
  mutation: mutation$1N,
6546
- name: name$2E
6584
+ name: name$2F
6547
6585
  };
6548
6586
 
6549
- const name$2D = "capitalCloseProject";
6587
+ const name$2E = "capitalCloseProject";
6550
6588
  const mutation$1M = Selector("Mutation")({
6551
- [name$2D]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6589
+ [name$2E]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
6552
6590
  });
6553
6591
 
6554
6592
  const closeProject = {
6555
6593
  __proto__: null,
6556
6594
  mutation: mutation$1M,
6557
- name: name$2D
6595
+ name: name$2E
6558
6596
  };
6559
6597
 
6560
- const name$2C = "capitalStopProject";
6598
+ const name$2D = "capitalStopProject";
6561
6599
  const mutation$1L = Selector("Mutation")({
6562
- [name$2C]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6600
+ [name$2D]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
6563
6601
  });
6564
6602
 
6565
6603
  const stopProject = {
6566
6604
  __proto__: null,
6567
6605
  mutation: mutation$1L,
6568
- name: name$2C
6606
+ name: name$2D
6569
6607
  };
6570
6608
 
6571
- const name$2B = "capitalDeleteProject";
6609
+ const name$2C = "capitalDeleteProject";
6572
6610
  const mutation$1K = Selector("Mutation")({
6573
- [name$2B]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6611
+ [name$2C]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
6574
6612
  });
6575
6613
 
6576
6614
  const deleteProject = {
6577
6615
  __proto__: null,
6578
6616
  mutation: mutation$1K,
6579
- name: name$2B
6617
+ name: name$2C
6580
6618
  };
6581
6619
 
6582
- const name$2A = "capitalEditProject";
6620
+ const name$2B = "capitalEditProject";
6583
6621
  const mutation$1J = Selector("Mutation")({
6584
- [name$2A]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6622
+ [name$2B]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
6585
6623
  });
6586
6624
 
6587
6625
  const editProject = {
6588
6626
  __proto__: null,
6589
6627
  mutation: mutation$1J,
6590
- name: name$2A
6628
+ name: name$2B
6591
6629
  };
6592
6630
 
6593
- const name$2z = "capitalCreateProjectProperty";
6631
+ const name$2A = "capitalCreateProjectProperty";
6594
6632
  const mutation$1I = Selector("Mutation")({
6595
- [name$2z]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6633
+ [name$2A]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
6596
6634
  });
6597
6635
 
6598
6636
  const createProjectProperty = {
6599
6637
  __proto__: null,
6600
6638
  mutation: mutation$1I,
6601
- name: name$2z
6639
+ name: name$2A
6602
6640
  };
6603
6641
 
6604
- const name$2y = "capitalCreateProgramProperty";
6642
+ const name$2z = "capitalCreateProgramProperty";
6605
6643
  const mutation$1H = Selector("Mutation")({
6606
- [name$2y]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6644
+ [name$2z]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
6607
6645
  });
6608
6646
 
6609
6647
  const createProgramProperty = {
6610
6648
  __proto__: null,
6611
6649
  mutation: mutation$1H,
6612
- name: name$2y
6650
+ name: name$2z
6613
6651
  };
6614
6652
 
6615
- const name$2x = "capitalPushResult";
6653
+ const name$2y = "capitalPushResult";
6616
6654
  const mutation$1G = Selector("Mutation")({
6617
- [name$2x]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6655
+ [name$2y]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
6618
6656
  });
6619
6657
 
6620
6658
  const pushResult = {
6621
6659
  __proto__: null,
6622
6660
  mutation: mutation$1G,
6623
- name: name$2x
6661
+ name: name$2y
6624
6662
  };
6625
6663
 
6626
- const name$2w = "capitalConvertSegment";
6664
+ const name$2x = "capitalConvertSegment";
6627
6665
  const mutation$1F = Selector("Mutation")({
6628
- [name$2w]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6666
+ [name$2x]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
6629
6667
  });
6630
6668
 
6631
6669
  const convertSegment = {
6632
6670
  __proto__: null,
6633
6671
  mutation: mutation$1F,
6634
- name: name$2w
6672
+ name: name$2x
6635
6673
  };
6636
6674
 
6637
- const name$2v = "capitalStartVoting";
6675
+ const name$2w = "capitalStartVoting";
6638
6676
  const mutation$1E = Selector("Mutation")({
6639
- [name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6677
+ [name$2w]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
6640
6678
  });
6641
6679
 
6642
6680
  const startVoting = {
6643
6681
  __proto__: null,
6644
6682
  mutation: mutation$1E,
6645
- name: name$2v
6683
+ name: name$2w
6646
6684
  };
6647
6685
 
6648
- const name$2u = "capitalSubmitVote";
6686
+ const name$2v = "capitalSubmitVote";
6649
6687
  const mutation$1D = Selector("Mutation")({
6650
- [name$2u]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6688
+ [name$2v]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
6651
6689
  });
6652
6690
 
6653
6691
  const submitVote = {
6654
6692
  __proto__: null,
6655
6693
  mutation: mutation$1D,
6656
- name: name$2u
6694
+ name: name$2v
6657
6695
  };
6658
6696
 
6659
- const name$2t = "capitalCompleteVoting";
6697
+ const name$2u = "capitalCompleteVoting";
6660
6698
  const mutation$1C = Selector("Mutation")({
6661
- [name$2t]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6699
+ [name$2u]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
6662
6700
  });
6663
6701
 
6664
6702
  const completeVoting = {
6665
6703
  __proto__: null,
6666
6704
  mutation: mutation$1C,
6667
- name: name$2t
6705
+ name: name$2u
6668
6706
  };
6669
6707
 
6670
- const name$2s = "capitalCalculateVotes";
6708
+ const name$2t = "capitalCalculateVotes";
6671
6709
  const mutation$1B = Selector("Mutation")({
6672
- [name$2s]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6710
+ [name$2t]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
6673
6711
  });
6674
6712
 
6675
6713
  const calculateVotes = {
6676
6714
  __proto__: null,
6677
6715
  mutation: mutation$1B,
6678
- name: name$2s
6716
+ name: name$2t
6679
6717
  };
6680
6718
 
6681
- const name$2r = "capitalCreateStory";
6719
+ const name$2s = "capitalCreateStory";
6682
6720
  const mutation$1A = Selector("Mutation")({
6683
- [name$2r]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6721
+ [name$2s]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
6684
6722
  });
6685
6723
 
6686
6724
  const createStory = {
6687
6725
  __proto__: null,
6688
6726
  mutation: mutation$1A,
6689
- name: name$2r
6727
+ name: name$2s
6690
6728
  };
6691
6729
 
6692
- const name$2q = "capitalUpdateStory";
6730
+ const name$2r = "capitalUpdateStory";
6693
6731
  const mutation$1z = Selector("Mutation")({
6694
- [name$2q]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6732
+ [name$2r]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
6695
6733
  });
6696
6734
 
6697
6735
  const updateStory = {
6698
6736
  __proto__: null,
6699
6737
  mutation: mutation$1z,
6700
- name: name$2q
6738
+ name: name$2r
6701
6739
  };
6702
6740
 
6703
- const name$2p = "capitalDeleteStory";
6741
+ const name$2q = "capitalDeleteStory";
6704
6742
  const mutation$1y = Selector("Mutation")({
6705
- [name$2p]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6743
+ [name$2q]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
6706
6744
  });
6707
6745
 
6708
6746
  const deleteStory = {
6709
6747
  __proto__: null,
6710
6748
  mutation: mutation$1y,
6711
- name: name$2p
6749
+ name: name$2q
6712
6750
  };
6713
6751
 
6714
- const name$2o = "capitalCreateIssue";
6752
+ const name$2p = "capitalCreateIssue";
6715
6753
  const mutation$1x = Selector("Mutation")({
6716
- [name$2o]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6754
+ [name$2p]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
6717
6755
  });
6718
6756
 
6719
6757
  const createIssue = {
6720
6758
  __proto__: null,
6721
6759
  mutation: mutation$1x,
6722
- name: name$2o
6760
+ name: name$2p
6723
6761
  };
6724
6762
 
6725
- const name$2n = "capitalUpdateIssue";
6763
+ const name$2o = "capitalUpdateIssue";
6726
6764
  const mutation$1w = Selector("Mutation")({
6727
- [name$2n]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6765
+ [name$2o]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
6728
6766
  });
6729
6767
 
6730
6768
  const updateIssue = {
6731
6769
  __proto__: null,
6732
6770
  mutation: mutation$1w,
6733
- name: name$2n
6771
+ name: name$2o
6734
6772
  };
6735
6773
 
6736
- const name$2m = "capitalDeleteIssue";
6774
+ const name$2n = "capitalDeleteIssue";
6737
6775
  const mutation$1v = Selector("Mutation")({
6738
- [name$2m]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6776
+ [name$2n]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
6739
6777
  });
6740
6778
 
6741
6779
  const deleteIssue = {
6742
6780
  __proto__: null,
6743
6781
  mutation: mutation$1v,
6744
- name: name$2m
6782
+ name: name$2n
6745
6783
  };
6746
6784
 
6747
- const name$2l = "capitalCreateCycle";
6785
+ const name$2m = "capitalCreateCycle";
6748
6786
  const mutation$1u = Selector("Mutation")({
6749
- [name$2l]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6787
+ [name$2m]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
6750
6788
  });
6751
6789
 
6752
6790
  const createCycle = {
6753
6791
  __proto__: null,
6754
6792
  mutation: mutation$1u,
6755
- name: name$2l
6793
+ name: name$2m
6756
6794
  };
6757
6795
 
6758
- const name$2k = "capitalCreateExpense";
6796
+ const name$2l = "capitalCreateExpense";
6759
6797
  const mutation$1t = Selector("Mutation")({
6760
- [name$2k]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6798
+ [name$2l]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
6761
6799
  });
6762
6800
 
6763
6801
  const createExpense = {
6764
6802
  __proto__: null,
6765
6803
  mutation: mutation$1t,
6766
- name: name$2k
6804
+ name: name$2l
6767
6805
  };
6768
6806
 
6769
- const name$2j = "capitalGenerateCapitalizationAgreement";
6807
+ const name$2k = "capitalGenerateCapitalizationAgreement";
6770
6808
  const mutation$1s = Selector("Mutation")({
6771
- [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6809
+ [name$2k]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6772
6810
  });
6773
6811
 
6774
6812
  const generateCapitalizationAgreement = {
6775
6813
  __proto__: null,
6776
6814
  mutation: mutation$1s,
6777
- name: name$2j
6815
+ name: name$2k
6778
6816
  };
6779
6817
 
6780
- const name$2i = "capitalGenerateGenerationAgreement";
6818
+ const name$2j = "capitalGenerateGenerationAgreement";
6781
6819
  const mutation$1r = Selector("Mutation")({
6782
- [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6820
+ [name$2j]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6783
6821
  });
6784
6822
 
6785
6823
  const generateGenerationAgreement = {
6786
6824
  __proto__: null,
6787
6825
  mutation: mutation$1r,
6788
- name: name$2i
6826
+ name: name$2j
6789
6827
  };
6790
6828
 
6791
- const name$2h = "capitalGenerateAppendixGenerationAgreement";
6829
+ const name$2i = "capitalGenerateAppendixGenerationAgreement";
6792
6830
  const mutation$1q = Selector("Mutation")({
6793
- [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6831
+ [name$2i]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6794
6832
  });
6795
6833
 
6796
6834
  const generateAppendixGenerationAgreement = {
6797
6835
  __proto__: null,
6798
6836
  mutation: mutation$1q,
6799
- name: name$2h
6837
+ name: name$2i
6800
6838
  };
6801
6839
 
6802
- const name$2g = "capitalGenerateExpenseStatement";
6840
+ const name$2h = "capitalGenerateExpenseStatement";
6803
6841
  const mutation$1p = Selector("Mutation")({
6804
- [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6842
+ [name$2h]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6805
6843
  });
6806
6844
 
6807
6845
  const generateExpenseStatement = {
6808
6846
  __proto__: null,
6809
6847
  mutation: mutation$1p,
6810
- name: name$2g
6848
+ name: name$2h
6811
6849
  };
6812
6850
 
6813
- const name$2f = "capitalGenerateExpenseDecision";
6851
+ const name$2g = "capitalGenerateExpenseDecision";
6814
6852
  const mutation$1o = Selector("Mutation")({
6815
- [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6853
+ [name$2g]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6816
6854
  });
6817
6855
 
6818
6856
  const generateExpenseDecision = {
6819
6857
  __proto__: null,
6820
6858
  mutation: mutation$1o,
6821
- name: name$2f
6859
+ name: name$2g
6822
6860
  };
6823
6861
 
6824
- const name$2e = "capitalGenerateGenerationMoneyInvestStatement";
6862
+ const name$2f = "capitalGenerateGenerationMoneyInvestStatement";
6825
6863
  const mutation$1n = Selector("Mutation")({
6826
- [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6864
+ [name$2f]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6827
6865
  });
6828
6866
 
6829
6867
  const generateGenerationMoneyInvestStatement = {
6830
6868
  __proto__: null,
6831
6869
  mutation: mutation$1n,
6832
- name: name$2e
6870
+ name: name$2f
6833
6871
  };
6834
6872
 
6835
- const name$2d = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6873
+ const name$2e = "capitalGenerateGenerationMoneyReturnUnusedStatement";
6836
6874
  const mutation$1m = Selector("Mutation")({
6837
- [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6875
+ [name$2e]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6838
6876
  });
6839
6877
 
6840
6878
  const generateGenerationMoneyReturnUnusedStatement = {
6841
6879
  __proto__: null,
6842
6880
  mutation: mutation$1m,
6843
- name: name$2d
6881
+ name: name$2e
6844
6882
  };
6845
6883
 
6846
- const name$2c = "capitalGenerateCapitalizationMoneyInvestStatement";
6884
+ const name$2d = "capitalGenerateCapitalizationMoneyInvestStatement";
6847
6885
  const mutation$1l = Selector("Mutation")({
6848
- [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6886
+ [name$2d]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6849
6887
  });
6850
6888
 
6851
6889
  const generateCapitalizationMoneyInvestStatement = {
6852
6890
  __proto__: null,
6853
6891
  mutation: mutation$1l,
6854
- name: name$2c
6892
+ name: name$2d
6855
6893
  };
6856
6894
 
6857
- const name$2b = "capitalGenerateResultContributionStatement";
6895
+ const name$2c = "capitalGenerateResultContributionStatement";
6858
6896
  const mutation$1k = Selector("Mutation")({
6859
- [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6897
+ [name$2c]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6860
6898
  });
6861
6899
 
6862
6900
  const generateResultContributionStatement = {
6863
6901
  __proto__: null,
6864
6902
  mutation: mutation$1k,
6865
- name: name$2b
6903
+ name: name$2c
6866
6904
  };
6867
6905
 
6868
- const name$2a = "capitalGenerateResultContributionDecision";
6906
+ const name$2b = "capitalGenerateResultContributionDecision";
6869
6907
  const mutation$1j = Selector("Mutation")({
6870
- [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6908
+ [name$2b]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6871
6909
  });
6872
6910
 
6873
6911
  const generateResultContributionDecision = {
6874
6912
  __proto__: null,
6875
6913
  mutation: mutation$1j,
6876
- name: name$2a
6914
+ name: name$2b
6877
6915
  };
6878
6916
 
6879
- const name$29 = "capitalGenerateResultContributionAct";
6917
+ const name$2a = "capitalGenerateResultContributionAct";
6880
6918
  const mutation$1i = Selector("Mutation")({
6881
- [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6919
+ [name$2a]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6882
6920
  });
6883
6921
 
6884
6922
  const generateResultContributionAct = {
6885
6923
  __proto__: null,
6886
6924
  mutation: mutation$1i,
6887
- name: name$29
6925
+ name: name$2a
6888
6926
  };
6889
6927
 
6890
- const name$28 = "capitalGenerateGetLoanStatement";
6928
+ const name$29 = "capitalGenerateGetLoanStatement";
6891
6929
  const mutation$1h = Selector("Mutation")({
6892
- [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6930
+ [name$29]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6893
6931
  });
6894
6932
 
6895
6933
  const generateGetLoanStatement = {
6896
6934
  __proto__: null,
6897
6935
  mutation: mutation$1h,
6898
- name: name$28
6936
+ name: name$29
6899
6937
  };
6900
6938
 
6901
- const name$27 = "capitalGenerateGetLoanDecision";
6939
+ const name$28 = "capitalGenerateGetLoanDecision";
6902
6940
  const mutation$1g = Selector("Mutation")({
6903
- [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6941
+ [name$28]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6904
6942
  });
6905
6943
 
6906
6944
  const generateGetLoanDecision = {
6907
6945
  __proto__: null,
6908
6946
  mutation: mutation$1g,
6909
- name: name$27
6947
+ name: name$28
6910
6948
  };
6911
6949
 
6912
- const name$26 = "capitalGenerateGenerationPropertyInvestStatement";
6950
+ const name$27 = "capitalGenerateGenerationPropertyInvestStatement";
6913
6951
  const mutation$1f = Selector("Mutation")({
6914
- [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6952
+ [name$27]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6915
6953
  });
6916
6954
 
6917
6955
  const generateGenerationPropertyInvestStatement = {
6918
6956
  __proto__: null,
6919
6957
  mutation: mutation$1f,
6920
- name: name$26
6958
+ name: name$27
6921
6959
  };
6922
6960
 
6923
- const name$25 = "capitalGenerateGenerationPropertyInvestDecision";
6961
+ const name$26 = "capitalGenerateGenerationPropertyInvestDecision";
6924
6962
  const mutation$1e = Selector("Mutation")({
6925
- [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6963
+ [name$26]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6926
6964
  });
6927
6965
 
6928
6966
  const generateGenerationPropertyInvestDecision = {
6929
6967
  __proto__: null,
6930
6968
  mutation: mutation$1e,
6931
- name: name$25
6969
+ name: name$26
6932
6970
  };
6933
6971
 
6934
- const name$24 = "capitalGenerateGenerationPropertyInvestAct";
6972
+ const name$25 = "capitalGenerateGenerationPropertyInvestAct";
6935
6973
  const mutation$1d = Selector("Mutation")({
6936
- [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6974
+ [name$25]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6937
6975
  });
6938
6976
 
6939
6977
  const generateGenerationPropertyInvestAct = {
6940
6978
  __proto__: null,
6941
6979
  mutation: mutation$1d,
6942
- name: name$24
6980
+ name: name$25
6943
6981
  };
6944
6982
 
6945
- const name$23 = "capitalGenerateCapitalizationPropertyInvestStatement";
6983
+ const name$24 = "capitalGenerateCapitalizationPropertyInvestStatement";
6946
6984
  const mutation$1c = Selector("Mutation")({
6947
- [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6985
+ [name$24]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6948
6986
  });
6949
6987
 
6950
6988
  const generateCapitalizationPropertyInvestStatement = {
6951
6989
  __proto__: null,
6952
6990
  mutation: mutation$1c,
6953
- name: name$23
6991
+ name: name$24
6954
6992
  };
6955
6993
 
6956
- const name$22 = "capitalGenerateCapitalizationPropertyInvestDecision";
6994
+ const name$23 = "capitalGenerateCapitalizationPropertyInvestDecision";
6957
6995
  const mutation$1b = Selector("Mutation")({
6958
- [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6996
+ [name$23]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6959
6997
  });
6960
6998
 
6961
6999
  const generateCapitalizationPropertyInvestDecision = {
6962
7000
  __proto__: null,
6963
7001
  mutation: mutation$1b,
6964
- name: name$22
7002
+ name: name$23
6965
7003
  };
6966
7004
 
6967
- const name$21 = "capitalGenerateCapitalizationPropertyInvestAct";
7005
+ const name$22 = "capitalGenerateCapitalizationPropertyInvestAct";
6968
7006
  const mutation$1a = Selector("Mutation")({
6969
- [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7007
+ [name$22]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6970
7008
  });
6971
7009
 
6972
7010
  const generateCapitalizationPropertyInvestAct = {
6973
7011
  __proto__: null,
6974
7012
  mutation: mutation$1a,
6975
- name: name$21
7013
+ name: name$22
6976
7014
  };
6977
7015
 
6978
- const name$20 = "capitalGenerateGenerationToMainWalletConvertStatement";
7016
+ const name$21 = "capitalGenerateGenerationToMainWalletConvertStatement";
6979
7017
  const mutation$19 = Selector("Mutation")({
6980
- [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7018
+ [name$21]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6981
7019
  });
6982
7020
 
6983
7021
  const generateGenerationToMainWalletConvertStatement = {
6984
7022
  __proto__: null,
6985
7023
  mutation: mutation$19,
6986
- name: name$20
7024
+ name: name$21
6987
7025
  };
6988
7026
 
6989
- const name$1$ = "capitalGenerateGenerationToProjectConvertStatement";
7027
+ const name$20 = "capitalGenerateGenerationToProjectConvertStatement";
6990
7028
  const mutation$18 = Selector("Mutation")({
6991
- [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7029
+ [name$20]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
6992
7030
  });
6993
7031
 
6994
7032
  const generateGenerationToProjectConvertStatement = {
6995
7033
  __proto__: null,
6996
7034
  mutation: mutation$18,
6997
- name: name$1$
7035
+ name: name$20
6998
7036
  };
6999
7037
 
7000
- const name$1_ = "capitalGenerateGenerationToCapitalizationConvertStatement";
7038
+ const name$1$ = "capitalGenerateGenerationToCapitalizationConvertStatement";
7001
7039
  const mutation$17 = Selector("Mutation")({
7002
- [name$1_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7040
+ [name$1$]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7003
7041
  });
7004
7042
 
7005
7043
  const generateGenerationToCapitalizationConvertStatement = {
7006
7044
  __proto__: null,
7007
7045
  mutation: mutation$17,
7008
- name: name$1_
7046
+ name: name$1$
7009
7047
  };
7010
7048
 
7011
- const name$1Z = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7049
+ const name$1_ = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7012
7050
  const mutation$16 = Selector("Mutation")({
7013
- [name$1Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7051
+ [name$1_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7014
7052
  });
7015
7053
 
7016
7054
  const generateCapitalizationToMainWalletConvertStatement = {
7017
7055
  __proto__: null,
7018
7056
  mutation: mutation$16,
7019
- name: name$1Z
7057
+ name: name$1_
7020
7058
  };
7021
7059
 
7022
- const name$1Y = "capitalSignActAsContributor";
7060
+ const name$1Z = "capitalSignActAsContributor";
7023
7061
  const mutation$15 = Selector("Mutation")({
7024
- [name$1Y]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7062
+ [name$1Z]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
7025
7063
  });
7026
7064
 
7027
7065
  const signActAsContributor = {
7028
7066
  __proto__: null,
7029
7067
  mutation: mutation$15,
7030
- name: name$1Y
7068
+ name: name$1Z
7031
7069
  };
7032
7070
 
7033
- const name$1X = "capitalSignActAsChairman";
7071
+ const name$1Y = "capitalSignActAsChairman";
7034
7072
  const mutation$14 = Selector("Mutation")({
7035
- [name$1X]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7073
+ [name$1Y]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
7036
7074
  });
7037
7075
 
7038
7076
  const signActAsChairman = {
7039
7077
  __proto__: null,
7040
7078
  mutation: mutation$14,
7041
- name: name$1X
7079
+ name: name$1Y
7042
7080
  };
7043
7081
 
7044
- const name$1W = "capitalEditContributor";
7082
+ const name$1X = "capitalEditContributor";
7045
7083
  const mutation$13 = Selector("Mutation")({
7046
- [name$1W]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7084
+ [name$1X]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7047
7085
  });
7048
7086
 
7049
7087
  const editContributor = {
7050
7088
  __proto__: null,
7051
7089
  mutation: mutation$13,
7052
- name: name$1W
7090
+ name: name$1X
7053
7091
  };
7054
7092
 
7055
7093
  const index$x = {
@@ -7122,26 +7160,26 @@ const index$x = {
7122
7160
  UpdateStory: updateStory
7123
7161
  };
7124
7162
 
7125
- const name$1V = "chairmanConfirmApprove";
7163
+ const name$1W = "chairmanConfirmApprove";
7126
7164
  const mutation$12 = Selector("Mutation")({
7127
- [name$1V]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7165
+ [name$1W]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
7128
7166
  });
7129
7167
 
7130
7168
  const confirmApprove = {
7131
7169
  __proto__: null,
7132
7170
  mutation: mutation$12,
7133
- name: name$1V
7171
+ name: name$1W
7134
7172
  };
7135
7173
 
7136
- const name$1U = "chairmanDeclineApprove";
7174
+ const name$1V = "chairmanDeclineApprove";
7137
7175
  const mutation$11 = Selector("Mutation")({
7138
- [name$1U]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7176
+ [name$1V]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
7139
7177
  });
7140
7178
 
7141
7179
  const declineApprove = {
7142
7180
  __proto__: null,
7143
7181
  mutation: mutation$11,
7144
- name: name$1U
7182
+ name: name$1V
7145
7183
  };
7146
7184
 
7147
7185
  const index$w = {
@@ -7150,257 +7188,257 @@ const index$w = {
7150
7188
  DeclineApprove: declineApprove
7151
7189
  };
7152
7190
 
7153
- const name$1T = "acceptChildOrder";
7191
+ const name$1U = "acceptChildOrder";
7154
7192
  const mutation$10 = Selector("Mutation")({
7155
- [name$1T]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7193
+ [name$1U]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
7156
7194
  });
7157
7195
 
7158
7196
  const acceptChildOrder = {
7159
7197
  __proto__: null,
7160
7198
  mutation: mutation$10,
7161
- name: name$1T
7199
+ name: name$1U
7162
7200
  };
7163
7201
 
7164
- const name$1S = "cancelRequest";
7202
+ const name$1T = "cancelRequest";
7165
7203
  const mutation$$ = Selector("Mutation")({
7166
- [name$1S]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7204
+ [name$1T]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
7167
7205
  });
7168
7206
 
7169
7207
  const cancelRequest = {
7170
7208
  __proto__: null,
7171
7209
  mutation: mutation$$,
7172
- name: name$1S
7210
+ name: name$1T
7173
7211
  };
7174
7212
 
7175
- const name$1R = "confirmReceiveOnRequest";
7213
+ const name$1S = "confirmReceiveOnRequest";
7176
7214
  const mutation$_ = Selector("Mutation")({
7177
- [name$1R]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7215
+ [name$1S]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
7178
7216
  });
7179
7217
 
7180
7218
  const completeReceiveOnRequest = {
7181
7219
  __proto__: null,
7182
7220
  mutation: mutation$_,
7183
- name: name$1R
7221
+ name: name$1S
7184
7222
  };
7185
7223
 
7186
- const name$1Q = "completeRequest";
7224
+ const name$1R = "completeRequest";
7187
7225
  const mutation$Z = Selector("Mutation")({
7188
- [name$1Q]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7226
+ [name$1R]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
7189
7227
  });
7190
7228
 
7191
7229
  const completeRequest = {
7192
7230
  __proto__: null,
7193
7231
  mutation: mutation$Z,
7194
- name: name$1Q
7232
+ name: name$1R
7195
7233
  };
7196
7234
 
7197
- const name$1P = "confirmSupplyOnRequest";
7235
+ const name$1Q = "confirmSupplyOnRequest";
7198
7236
  const mutation$Y = Selector("Mutation")({
7199
- [name$1P]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7237
+ [name$1Q]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
7200
7238
  });
7201
7239
 
7202
7240
  const confirmSupplyOnRequest = {
7203
7241
  __proto__: null,
7204
7242
  mutation: mutation$Y,
7205
- name: name$1P
7243
+ name: name$1Q
7206
7244
  };
7207
7245
 
7208
- const name$1O = "createChildOrder";
7246
+ const name$1P = "createChildOrder";
7209
7247
  const mutation$X = Selector("Mutation")({
7210
- [name$1O]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7248
+ [name$1P]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
7211
7249
  });
7212
7250
 
7213
7251
  const createChildOrder = {
7214
7252
  __proto__: null,
7215
7253
  mutation: mutation$X,
7216
- name: name$1O
7254
+ name: name$1P
7217
7255
  };
7218
7256
 
7219
- const name$1N = "createParentOffer";
7257
+ const name$1O = "createParentOffer";
7220
7258
  const mutation$W = Selector("Mutation")({
7221
- [name$1N]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7259
+ [name$1O]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
7222
7260
  });
7223
7261
 
7224
7262
  const createParentOffer = {
7225
7263
  __proto__: null,
7226
7264
  mutation: mutation$W,
7227
- name: name$1N
7265
+ name: name$1O
7228
7266
  };
7229
7267
 
7230
- const name$1M = "declineRequest";
7268
+ const name$1N = "declineRequest";
7231
7269
  const mutation$V = Selector("Mutation")({
7232
- [name$1M]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7270
+ [name$1N]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
7233
7271
  });
7234
7272
 
7235
7273
  const declineRequest = {
7236
7274
  __proto__: null,
7237
7275
  mutation: mutation$V,
7238
- name: name$1M
7276
+ name: name$1N
7239
7277
  };
7240
7278
 
7241
- const name$1L = "deliverOnRequest";
7279
+ const name$1M = "deliverOnRequest";
7242
7280
  const mutation$U = Selector("Mutation")({
7243
- [name$1L]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7281
+ [name$1M]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
7244
7282
  });
7245
7283
 
7246
7284
  const deliverOnRequest = {
7247
7285
  __proto__: null,
7248
7286
  mutation: mutation$U,
7249
- name: name$1L
7287
+ name: name$1M
7250
7288
  };
7251
7289
 
7252
- const name$1K = "disputeOnRequest";
7290
+ const name$1L = "disputeOnRequest";
7253
7291
  const mutation$T = Selector("Mutation")({
7254
- [name$1K]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7292
+ [name$1L]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
7255
7293
  });
7256
7294
 
7257
7295
  const disputeOnRequest = {
7258
7296
  __proto__: null,
7259
7297
  mutation: mutation$T,
7260
- name: name$1K
7298
+ name: name$1L
7261
7299
  };
7262
7300
 
7263
- const name$1J = "generateAssetContributionAct";
7301
+ const name$1K = "generateAssetContributionAct";
7264
7302
  const mutation$S = Selector("Mutation")({
7265
- [name$1J]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7303
+ [name$1K]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7266
7304
  });
7267
7305
 
7268
7306
  const generateAssetContributionAct = {
7269
7307
  __proto__: null,
7270
7308
  mutation: mutation$S,
7271
- name: name$1J
7309
+ name: name$1K
7272
7310
  };
7273
7311
 
7274
- const name$1I = "generateAssetContributionDecision";
7312
+ const name$1J = "generateAssetContributionDecision";
7275
7313
  const mutation$R = Selector("Mutation")({
7276
- [name$1I]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7314
+ [name$1J]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7277
7315
  });
7278
7316
 
7279
7317
  const generateAssetContributionDecision = {
7280
7318
  __proto__: null,
7281
7319
  mutation: mutation$R,
7282
- name: name$1I
7320
+ name: name$1J
7283
7321
  };
7284
7322
 
7285
- const name$1H = "generateAssetContributionStatement";
7323
+ const name$1I = "generateAssetContributionStatement";
7286
7324
  const mutation$Q = Selector("Mutation")({
7287
- [name$1H]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7325
+ [name$1I]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7288
7326
  });
7289
7327
 
7290
7328
  const generateAssetContributionStatement = {
7291
7329
  __proto__: null,
7292
7330
  mutation: mutation$Q,
7293
- name: name$1H
7331
+ name: name$1I
7294
7332
  };
7295
7333
 
7296
- const name$1G = "generateReturnByAssetAct";
7334
+ const name$1H = "generateReturnByAssetAct";
7297
7335
  const mutation$P = Selector("Mutation")({
7298
- [name$1G]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7336
+ [name$1H]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7299
7337
  });
7300
7338
 
7301
7339
  const generateReturnByAssetAct = {
7302
7340
  __proto__: null,
7303
7341
  mutation: mutation$P,
7304
- name: name$1G
7342
+ name: name$1H
7305
7343
  };
7306
7344
 
7307
- const name$1F = "generateReturnByAssetDecision";
7345
+ const name$1G = "generateReturnByAssetDecision";
7308
7346
  const mutation$O = Selector("Mutation")({
7309
- [name$1F]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7347
+ [name$1G]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7310
7348
  });
7311
7349
 
7312
7350
  const generateReturnByAssetDecision = {
7313
7351
  __proto__: null,
7314
7352
  mutation: mutation$O,
7315
- name: name$1F
7353
+ name: name$1G
7316
7354
  };
7317
7355
 
7318
- const name$1E = "generateReturnByAssetStatement";
7356
+ const name$1F = "generateReturnByAssetStatement";
7319
7357
  const mutation$N = Selector("Mutation")({
7320
- [name$1E]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7358
+ [name$1F]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7321
7359
  });
7322
7360
 
7323
7361
  const generateReturnByAssetStatement = {
7324
7362
  __proto__: null,
7325
7363
  mutation: mutation$N,
7326
- name: name$1E
7364
+ name: name$1F
7327
7365
  };
7328
7366
 
7329
- const name$1D = "moderateRequest";
7367
+ const name$1E = "moderateRequest";
7330
7368
  const mutation$M = Selector("Mutation")({
7331
- [name$1D]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7369
+ [name$1E]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
7332
7370
  });
7333
7371
 
7334
7372
  const moderateRequest = {
7335
7373
  __proto__: null,
7336
7374
  mutation: mutation$M,
7337
- name: name$1D
7375
+ name: name$1E
7338
7376
  };
7339
7377
 
7340
- const name$1C = "prohibitRequest";
7378
+ const name$1D = "prohibitRequest";
7341
7379
  const mutation$L = Selector("Mutation")({
7342
- [name$1C]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7380
+ [name$1D]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
7343
7381
  });
7344
7382
 
7345
7383
  const prohibitRequest = {
7346
7384
  __proto__: null,
7347
7385
  mutation: mutation$L,
7348
- name: name$1C
7386
+ name: name$1D
7349
7387
  };
7350
7388
 
7351
- const name$1B = "publishRequest";
7389
+ const name$1C = "publishRequest";
7352
7390
  const mutation$K = Selector("Mutation")({
7353
- [name$1B]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7391
+ [name$1C]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
7354
7392
  });
7355
7393
 
7356
7394
  const publishRequest = {
7357
7395
  __proto__: null,
7358
7396
  mutation: mutation$K,
7359
- name: name$1B
7397
+ name: name$1C
7360
7398
  };
7361
7399
 
7362
- const name$1A = "receiveOnRequest";
7400
+ const name$1B = "receiveOnRequest";
7363
7401
  const mutation$J = Selector("Mutation")({
7364
- [name$1A]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7402
+ [name$1B]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
7365
7403
  });
7366
7404
 
7367
7405
  const receiveOnRequest = {
7368
7406
  __proto__: null,
7369
7407
  mutation: mutation$J,
7370
- name: name$1A
7408
+ name: name$1B
7371
7409
  };
7372
7410
 
7373
- const name$1z = "supplyOnRequest";
7411
+ const name$1A = "supplyOnRequest";
7374
7412
  const mutation$I = Selector("Mutation")({
7375
- [name$1z]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7413
+ [name$1A]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
7376
7414
  });
7377
7415
 
7378
7416
  const supplyOnRequest = {
7379
7417
  __proto__: null,
7380
7418
  mutation: mutation$I,
7381
- name: name$1z
7419
+ name: name$1A
7382
7420
  };
7383
7421
 
7384
- const name$1y = "unpublishRequest";
7422
+ const name$1z = "unpublishRequest";
7385
7423
  const mutation$H = Selector("Mutation")({
7386
- [name$1y]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7424
+ [name$1z]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
7387
7425
  });
7388
7426
 
7389
7427
  const unpublishRequest = {
7390
7428
  __proto__: null,
7391
7429
  mutation: mutation$H,
7392
- name: name$1y
7430
+ name: name$1z
7393
7431
  };
7394
7432
 
7395
- const name$1x = "updateRequest";
7433
+ const name$1y = "updateRequest";
7396
7434
  const mutation$G = Selector("Mutation")({
7397
- [name$1x]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7435
+ [name$1y]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
7398
7436
  });
7399
7437
 
7400
7438
  const updateRequest = {
7401
7439
  __proto__: null,
7402
7440
  mutation: mutation$G,
7403
- name: name$1x
7441
+ name: name$1y
7404
7442
  };
7405
7443
 
7406
7444
  const index$v = {
@@ -7430,37 +7468,37 @@ const index$v = {
7430
7468
  UpdateRequest: updateRequest
7431
7469
  };
7432
7470
 
7433
- const name$1w = "installExtension";
7471
+ const name$1x = "installExtension";
7434
7472
  const mutation$F = Selector("Mutation")({
7435
- [name$1w]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7473
+ [name$1x]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7436
7474
  });
7437
7475
 
7438
7476
  const installExtension = {
7439
7477
  __proto__: null,
7440
7478
  mutation: mutation$F,
7441
- name: name$1w
7479
+ name: name$1x
7442
7480
  };
7443
7481
 
7444
- const name$1v = "uninstallExtension";
7482
+ const name$1w = "uninstallExtension";
7445
7483
  const mutation$E = Selector("Mutation")({
7446
- [name$1v]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7484
+ [name$1w]: [{ data: $("data", "UninstallExtensionInput!") }, true]
7447
7485
  });
7448
7486
 
7449
7487
  const uninstallExtension = {
7450
7488
  __proto__: null,
7451
7489
  mutation: mutation$E,
7452
- name: name$1v
7490
+ name: name$1w
7453
7491
  };
7454
7492
 
7455
- const name$1u = "updateExtension";
7493
+ const name$1v = "updateExtension";
7456
7494
  const mutation$D = Selector("Mutation")({
7457
- [name$1u]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7495
+ [name$1v]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
7458
7496
  });
7459
7497
 
7460
7498
  const updateExtension = {
7461
7499
  __proto__: null,
7462
7500
  mutation: mutation$D,
7463
- name: name$1u
7501
+ name: name$1v
7464
7502
  };
7465
7503
 
7466
7504
  const index$u = {
@@ -7470,48 +7508,48 @@ const index$u = {
7470
7508
  UpdateExtension: updateExtension
7471
7509
  };
7472
7510
 
7473
- const name$1t = "generateProjectOfFreeDecision";
7511
+ const name$1u = "generateProjectOfFreeDecision";
7474
7512
  const mutation$C = Selector("Mutation")({
7475
- [name$1t]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7513
+ [name$1u]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7476
7514
  });
7477
7515
 
7478
7516
  const generateProjectOfFreeDecisionDocument = {
7479
7517
  __proto__: null,
7480
7518
  mutation: mutation$C,
7481
- name: name$1t
7519
+ name: name$1u
7482
7520
  };
7483
7521
 
7484
- const name$1s = "generateFreeDecision";
7522
+ const name$1t = "generateFreeDecision";
7485
7523
  const mutation$B = Selector("Mutation")({
7486
- [name$1s]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7524
+ [name$1t]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7487
7525
  });
7488
7526
 
7489
7527
  const generateFreeDecision = {
7490
7528
  __proto__: null,
7491
7529
  mutation: mutation$B,
7492
- name: name$1s
7530
+ name: name$1t
7493
7531
  };
7494
7532
 
7495
- const name$1r = "publishProjectOfFreeDecision";
7533
+ const name$1s = "publishProjectOfFreeDecision";
7496
7534
  const mutation$A = Selector("Mutation")({
7497
- [name$1r]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7535
+ [name$1s]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
7498
7536
  });
7499
7537
 
7500
7538
  const publishProjectOfFreeDecision = {
7501
7539
  __proto__: null,
7502
7540
  mutation: mutation$A,
7503
- name: name$1r
7541
+ name: name$1s
7504
7542
  };
7505
7543
 
7506
- const name$1q = "createProjectOfFreeDecision";
7544
+ const name$1r = "createProjectOfFreeDecision";
7507
7545
  const mutation$z = Selector("Mutation")({
7508
- [name$1q]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7546
+ [name$1r]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
7509
7547
  });
7510
7548
 
7511
7549
  const createProjectOfFreeDecision = {
7512
7550
  __proto__: null,
7513
7551
  mutation: mutation$z,
7514
- name: name$1q
7552
+ name: name$1r
7515
7553
  };
7516
7554
 
7517
7555
  const index$t = {
@@ -7522,37 +7560,37 @@ const index$t = {
7522
7560
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
7523
7561
  };
7524
7562
 
7525
- const name$1p = "setPaymentStatus";
7563
+ const name$1q = "setPaymentStatus";
7526
7564
  const mutation$y = Selector("Mutation")({
7527
- [name$1p]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7565
+ [name$1q]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
7528
7566
  });
7529
7567
 
7530
7568
  const updatePaymentStatus = {
7531
7569
  __proto__: null,
7532
7570
  mutation: mutation$y,
7533
- name: name$1p
7571
+ name: name$1q
7534
7572
  };
7535
7573
 
7536
- const name$1o = "createInitialPayment";
7574
+ const name$1p = "createInitialPayment";
7537
7575
  const mutation$x = Selector("Mutation")({
7538
- [name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7576
+ [name$1p]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7539
7577
  });
7540
7578
 
7541
7579
  const createInitialPayment$1 = {
7542
7580
  __proto__: null,
7543
7581
  mutation: mutation$x,
7544
- name: name$1o
7582
+ name: name$1p
7545
7583
  };
7546
7584
 
7547
- const name$1n = "createDepositPayment";
7585
+ const name$1o = "createDepositPayment";
7548
7586
  const mutation$w = Selector("Mutation")({
7549
- [name$1n]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7587
+ [name$1o]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7550
7588
  });
7551
7589
 
7552
7590
  const createDepositPayment$1 = {
7553
7591
  __proto__: null,
7554
7592
  mutation: mutation$w,
7555
- name: name$1n
7593
+ name: name$1o
7556
7594
  };
7557
7595
 
7558
7596
  const index$s = {
@@ -7562,20 +7600,20 @@ const index$s = {
7562
7600
  SetPaymentStatus: updatePaymentStatus
7563
7601
  };
7564
7602
 
7565
- const name$1m = "createAnnualGeneralMeet";
7603
+ const name$1n = "createAnnualGeneralMeet";
7566
7604
  const mutation$v = Selector("Mutation")({
7567
- [name$1m]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7605
+ [name$1n]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
7568
7606
  });
7569
7607
 
7570
7608
  const createAnnualGeneralMeet = {
7571
7609
  __proto__: null,
7572
7610
  mutation: mutation$v,
7573
- name: name$1m
7611
+ name: name$1n
7574
7612
  };
7575
7613
 
7576
- const name$1l = "generateAnnualGeneralMeetAgendaDocument";
7614
+ const name$1m = "generateAnnualGeneralMeetAgendaDocument";
7577
7615
  const mutation$u = Selector("Mutation")({
7578
- [name$1l]: [
7616
+ [name$1m]: [
7579
7617
  {
7580
7618
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
7581
7619
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7587,12 +7625,12 @@ const mutation$u = Selector("Mutation")({
7587
7625
  const generateAnnualGeneralMeetAgendaDocument = {
7588
7626
  __proto__: null,
7589
7627
  mutation: mutation$u,
7590
- name: name$1l
7628
+ name: name$1m
7591
7629
  };
7592
7630
 
7593
- const name$1k = "generateAnnualGeneralMeetDecisionDocument";
7631
+ const name$1l = "generateAnnualGeneralMeetDecisionDocument";
7594
7632
  const mutation$t = Selector("Mutation")({
7595
- [name$1k]: [
7633
+ [name$1l]: [
7596
7634
  {
7597
7635
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
7598
7636
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7604,12 +7642,12 @@ const mutation$t = Selector("Mutation")({
7604
7642
  const generateAnnualGeneralMeetDecisionDocument = {
7605
7643
  __proto__: null,
7606
7644
  mutation: mutation$t,
7607
- name: name$1k
7645
+ name: name$1l
7608
7646
  };
7609
7647
 
7610
- const name$1j = "generateAnnualGeneralMeetNotificationDocument";
7648
+ const name$1k = "generateAnnualGeneralMeetNotificationDocument";
7611
7649
  const mutation$s = Selector("Mutation")({
7612
- [name$1j]: [
7650
+ [name$1k]: [
7613
7651
  {
7614
7652
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
7615
7653
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7621,12 +7659,12 @@ const mutation$s = Selector("Mutation")({
7621
7659
  const generateAnnualGeneralMeetNotificationDocument = {
7622
7660
  __proto__: null,
7623
7661
  mutation: mutation$s,
7624
- name: name$1j
7662
+ name: name$1k
7625
7663
  };
7626
7664
 
7627
- const name$1i = "generateBallotForAnnualGeneralMeetDocument";
7665
+ const name$1j = "generateBallotForAnnualGeneralMeetDocument";
7628
7666
  const mutation$r = Selector("Mutation")({
7629
- [name$1i]: [
7667
+ [name$1j]: [
7630
7668
  {
7631
7669
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
7632
7670
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7638,12 +7676,12 @@ const mutation$r = Selector("Mutation")({
7638
7676
  const generateBallotForAnnualGeneralMeetDocument = {
7639
7677
  __proto__: null,
7640
7678
  mutation: mutation$r,
7641
- name: name$1i
7679
+ name: name$1j
7642
7680
  };
7643
7681
 
7644
- const name$1h = "generateSovietDecisionOnAnnualMeetDocument";
7682
+ const name$1i = "generateSovietDecisionOnAnnualMeetDocument";
7645
7683
  const mutation$q = Selector("Mutation")({
7646
- [name$1h]: [{
7684
+ [name$1i]: [{
7647
7685
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
7648
7686
  options: $("options", "GenerateDocumentOptionsInput")
7649
7687
  }, documentSelector]
@@ -7652,62 +7690,62 @@ const mutation$q = Selector("Mutation")({
7652
7690
  const generateSovietDecisionOnAnnualMeetDocument = {
7653
7691
  __proto__: null,
7654
7692
  mutation: mutation$q,
7655
- name: name$1h
7693
+ name: name$1i
7656
7694
  };
7657
7695
 
7658
- const name$1g = "notifyOnAnnualGeneralMeet";
7696
+ const name$1h = "notifyOnAnnualGeneralMeet";
7659
7697
  const mutation$p = Selector("Mutation")({
7660
- [name$1g]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7698
+ [name$1h]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7661
7699
  });
7662
7700
 
7663
7701
  const notifyOnAnnualGeneralMeet = {
7664
7702
  __proto__: null,
7665
7703
  mutation: mutation$p,
7666
- name: name$1g
7704
+ name: name$1h
7667
7705
  };
7668
7706
 
7669
- const name$1f = "restartAnnualGeneralMeet";
7707
+ const name$1g = "restartAnnualGeneralMeet";
7670
7708
  const mutation$o = Selector("Mutation")({
7671
- [name$1f]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7709
+ [name$1g]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
7672
7710
  });
7673
7711
 
7674
7712
  const restartAnnualGeneralMeet = {
7675
7713
  __proto__: null,
7676
7714
  mutation: mutation$o,
7677
- name: name$1f
7715
+ name: name$1g
7678
7716
  };
7679
7717
 
7680
- const name$1e = "signByPresiderOnAnnualGeneralMeet";
7718
+ const name$1f = "signByPresiderOnAnnualGeneralMeet";
7681
7719
  const mutation$n = Selector("Mutation")({
7682
- [name$1e]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7720
+ [name$1f]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7683
7721
  });
7684
7722
 
7685
7723
  const signByPresiderOnAnnualGeneralMeet = {
7686
7724
  __proto__: null,
7687
7725
  mutation: mutation$n,
7688
- name: name$1e
7726
+ name: name$1f
7689
7727
  };
7690
7728
 
7691
- const name$1d = "signBySecretaryOnAnnualGeneralMeet";
7729
+ const name$1e = "signBySecretaryOnAnnualGeneralMeet";
7692
7730
  const mutation$m = Selector("Mutation")({
7693
- [name$1d]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7731
+ [name$1e]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7694
7732
  });
7695
7733
 
7696
7734
  const signBySecretaryOnAnnualGeneralMeet = {
7697
7735
  __proto__: null,
7698
7736
  mutation: mutation$m,
7699
- name: name$1d
7737
+ name: name$1e
7700
7738
  };
7701
7739
 
7702
- const name$1c = "voteOnAnnualGeneralMeet";
7740
+ const name$1d = "voteOnAnnualGeneralMeet";
7703
7741
  const mutation$l = Selector("Mutation")({
7704
- [name$1c]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7742
+ [name$1d]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
7705
7743
  });
7706
7744
 
7707
7745
  const voteOnAnnualGeneralMeet = {
7708
7746
  __proto__: null,
7709
7747
  mutation: mutation$l,
7710
- name: name$1c
7748
+ name: name$1d
7711
7749
  };
7712
7750
 
7713
7751
  const index$r = {
@@ -7725,37 +7763,37 @@ const index$r = {
7725
7763
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
7726
7764
  };
7727
7765
 
7728
- const name$1b = "createWebPushSubscription";
7766
+ const name$1c = "createWebPushSubscription";
7729
7767
  const mutation$k = Selector("Mutation")({
7730
- [name$1b]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7768
+ [name$1c]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
7731
7769
  });
7732
7770
 
7733
7771
  const createWebPushSubscription = {
7734
7772
  __proto__: null,
7735
7773
  mutation: mutation$k,
7736
- name: name$1b
7774
+ name: name$1c
7737
7775
  };
7738
7776
 
7739
- const name$1a = "deactivateWebPushSubscriptionById";
7777
+ const name$1b = "deactivateWebPushSubscriptionById";
7740
7778
  const mutation$j = Selector("Mutation")({
7741
- [name$1a]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7779
+ [name$1b]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
7742
7780
  });
7743
7781
 
7744
7782
  const deactivateWebPushSubscriptionById = {
7745
7783
  __proto__: null,
7746
7784
  mutation: mutation$j,
7747
- name: name$1a
7785
+ name: name$1b
7748
7786
  };
7749
7787
 
7750
- const name$19 = "triggerNotificationWorkflow";
7788
+ const name$1a = "triggerNotificationWorkflow";
7751
7789
  const mutation$i = Selector("Mutation")({
7752
- [name$19]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, rawTriggerNotificationWorkflowResultSelector]
7790
+ [name$1a]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
7753
7791
  });
7754
7792
 
7755
7793
  const triggerNotificationWorkflow = {
7756
7794
  __proto__: null,
7757
7795
  mutation: mutation$i,
7758
- name: name$19
7796
+ name: name$1a
7759
7797
  };
7760
7798
 
7761
7799
  const index$q = {
@@ -7765,59 +7803,59 @@ const index$q = {
7765
7803
  TriggerNotificationWorkflow: triggerNotificationWorkflow
7766
7804
  };
7767
7805
 
7768
- const name$18 = "addParticipant";
7806
+ const name$19 = "addParticipant";
7769
7807
  const mutation$h = Selector("Mutation")({
7770
- [name$18]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7808
+ [name$19]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
7771
7809
  });
7772
7810
 
7773
7811
  const addParticipant = {
7774
7812
  __proto__: null,
7775
7813
  mutation: mutation$h,
7776
- name: name$18
7814
+ name: name$19
7777
7815
  };
7778
7816
 
7779
- const name$17 = "generateParticipantApplication";
7817
+ const name$18 = "generateParticipantApplication";
7780
7818
  const mutation$g = Selector("Mutation")({
7781
- [name$17]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7819
+ [name$18]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7782
7820
  });
7783
7821
 
7784
7822
  const generateParticipantApplication = {
7785
7823
  __proto__: null,
7786
7824
  mutation: mutation$g,
7787
- name: name$17
7825
+ name: name$18
7788
7826
  };
7789
7827
 
7790
- const name$16 = "generateParticipantApplicationDecision";
7828
+ const name$17 = "generateParticipantApplicationDecision";
7791
7829
  const mutation$f = Selector("Mutation")({
7792
- [name$16]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7830
+ [name$17]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7793
7831
  });
7794
7832
 
7795
7833
  const generateParticipantApplicationDecision = {
7796
7834
  __proto__: null,
7797
7835
  mutation: mutation$f,
7798
- name: name$16
7836
+ name: name$17
7799
7837
  };
7800
7838
 
7801
- const name$15 = "registerParticipant";
7839
+ const name$16 = "registerParticipant";
7802
7840
  const mutation$e = Selector("Mutation")({
7803
- [name$15]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7841
+ [name$16]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
7804
7842
  });
7805
7843
 
7806
7844
  const registerParticipant = {
7807
7845
  __proto__: null,
7808
7846
  mutation: mutation$e,
7809
- name: name$15
7847
+ name: name$16
7810
7848
  };
7811
7849
 
7812
- const name$14 = "createInitialPayment";
7850
+ const name$15 = "createInitialPayment";
7813
7851
  const mutation$d = Selector("Mutation")({
7814
- [name$14]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7852
+ [name$15]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
7815
7853
  });
7816
7854
 
7817
7855
  const createInitialPayment = {
7818
7856
  __proto__: null,
7819
7857
  mutation: mutation$d,
7820
- name: name$14
7858
+ name: name$15
7821
7859
  };
7822
7860
 
7823
7861
  const index$p = {
@@ -7829,37 +7867,37 @@ const index$p = {
7829
7867
  RegisterParticipant: registerParticipant
7830
7868
  };
7831
7869
 
7832
- const name$13 = "createBankAccount";
7870
+ const name$14 = "createBankAccount";
7833
7871
  const mutation$c = Selector("Mutation")({
7834
- [name$13]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7872
+ [name$14]: [{ data: $("data", "CreateBankAccountInput!") }, paymentMethodSelector]
7835
7873
  });
7836
7874
 
7837
7875
  const createBankAccount = {
7838
7876
  __proto__: null,
7839
7877
  mutation: mutation$c,
7840
- name: name$13
7878
+ name: name$14
7841
7879
  };
7842
7880
 
7843
- const name$12 = "deletePaymentMethod";
7881
+ const name$13 = "deletePaymentMethod";
7844
7882
  const mutation$b = Selector("Mutation")({
7845
- [name$12]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7883
+ [name$13]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
7846
7884
  });
7847
7885
 
7848
7886
  const deletePaymentMethod = {
7849
7887
  __proto__: null,
7850
7888
  mutation: mutation$b,
7851
- name: name$12
7889
+ name: name$13
7852
7890
  };
7853
7891
 
7854
- const name$11 = "updateBankAccount";
7892
+ const name$12 = "updateBankAccount";
7855
7893
  const mutation$a = Selector("Mutation")({
7856
- [name$11]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7894
+ [name$12]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
7857
7895
  });
7858
7896
 
7859
7897
  const updateBankAccount = {
7860
7898
  __proto__: null,
7861
7899
  mutation: mutation$a,
7862
- name: name$11
7900
+ name: name$12
7863
7901
  };
7864
7902
 
7865
7903
  const index$o = {
@@ -7869,42 +7907,42 @@ const index$o = {
7869
7907
  UpdateBankAccount: updateBankAccount
7870
7908
  };
7871
7909
 
7872
- const name$10 = "initSystem";
7910
+ const name$11 = "initSystem";
7873
7911
  const mutation$9 = Selector("Mutation")({
7874
- [name$10]: [{ data: $("data", "Init!") }, systemInfoSelector]
7912
+ [name$11]: [{ data: $("data", "Init!") }, systemInfoSelector]
7875
7913
  });
7876
7914
 
7877
7915
  const initSystem = {
7878
7916
  __proto__: null,
7879
7917
  mutation: mutation$9,
7880
- name: name$10
7918
+ name: name$11
7881
7919
  };
7882
7920
 
7883
- const name$$ = "installSystem";
7921
+ const name$10 = "installSystem";
7884
7922
  const mutation$8 = Selector("Mutation")({
7885
- [name$$]: [{ data: $("data", "Install!") }, systemInfoSelector]
7923
+ [name$10]: [{ data: $("data", "Install!") }, systemInfoSelector]
7886
7924
  });
7887
7925
 
7888
7926
  const installSystem = {
7889
7927
  __proto__: null,
7890
7928
  mutation: mutation$8,
7891
- name: name$$
7929
+ name: name$10
7892
7930
  };
7893
7931
 
7894
- const name$_ = "setWif";
7932
+ const name$$ = "setWif";
7895
7933
  const mutation$7 = Selector("Mutation")({
7896
- [name$_]: [{ data: $("data", "SetWifInput!") }, true]
7934
+ [name$$]: [{ data: $("data", "SetWifInput!") }, true]
7897
7935
  });
7898
7936
 
7899
7937
  const saveWif = {
7900
7938
  __proto__: null,
7901
7939
  mutation: mutation$7,
7902
- name: name$_
7940
+ name: name$$
7903
7941
  };
7904
7942
 
7905
- const name$Z = "startInstall";
7943
+ const name$_ = "startInstall";
7906
7944
  const mutation$6 = Selector("Mutation")({
7907
- [name$Z]: [{ data: $("data", "StartInstallInput!") }, {
7945
+ [name$_]: [{ data: $("data", "StartInstallInput!") }, {
7908
7946
  install_code: true,
7909
7947
  coopname: true
7910
7948
  }]
@@ -7913,29 +7951,29 @@ const mutation$6 = Selector("Mutation")({
7913
7951
  const startInstall = {
7914
7952
  __proto__: null,
7915
7953
  mutation: mutation$6,
7916
- name: name$Z
7954
+ name: name$_
7917
7955
  };
7918
7956
 
7919
- const name$Y = "updateSettings";
7957
+ const name$Z = "updateSettings";
7920
7958
  const mutation$5 = Selector("Mutation")({
7921
- [name$Y]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
7959
+ [name$Z]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
7922
7960
  });
7923
7961
 
7924
7962
  const updateSettings = {
7925
7963
  __proto__: null,
7926
7964
  mutation: mutation$5,
7927
- name: name$Y
7965
+ name: name$Z
7928
7966
  };
7929
7967
 
7930
- const name$X = "updateSystem";
7968
+ const name$Y = "updateSystem";
7931
7969
  const mutation$4 = Selector("Mutation")({
7932
- [name$X]: [{ data: $("data", "Update!") }, systemInfoSelector]
7970
+ [name$Y]: [{ data: $("data", "Update!") }, systemInfoSelector]
7933
7971
  });
7934
7972
 
7935
7973
  const updateSystem = {
7936
7974
  __proto__: null,
7937
7975
  mutation: mutation$4,
7938
- name: name$X
7976
+ name: name$Y
7939
7977
  };
7940
7978
 
7941
7979
  const index$n = {
@@ -7948,31 +7986,31 @@ const index$n = {
7948
7986
  UpdateSystem: updateSystem
7949
7987
  };
7950
7988
 
7951
- const name$W = "createWithdraw";
7989
+ const name$X = "createWithdraw";
7952
7990
  const mutation$3 = Selector("Mutation")({
7953
- [name$W]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
7991
+ [name$X]: [{ input: $("input", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
7954
7992
  });
7955
7993
 
7956
7994
  const createWithdraw = {
7957
7995
  __proto__: null,
7958
7996
  mutation: mutation$3,
7959
- name: name$W
7997
+ name: name$X
7960
7998
  };
7961
7999
 
7962
- const name$V = "createDepositPayment";
8000
+ const name$W = "createDepositPayment";
7963
8001
  const mutation$2 = Selector("Mutation")({
7964
- [name$V]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
8002
+ [name$W]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
7965
8003
  });
7966
8004
 
7967
8005
  const createDepositPayment = {
7968
8006
  __proto__: null,
7969
8007
  mutation: mutation$2,
7970
- name: name$V
8008
+ name: name$W
7971
8009
  };
7972
8010
 
7973
- const name$U = "generateReturnByMoneyStatementDocument";
8011
+ const name$V = "generateReturnByMoneyStatementDocument";
7974
8012
  const mutation$1 = Selector("Mutation")({
7975
- [name$U]: [
8013
+ [name$V]: [
7976
8014
  {
7977
8015
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
7978
8016
  options: $("options", "GenerateDocumentOptionsInput")
@@ -7984,12 +8022,12 @@ const mutation$1 = Selector("Mutation")({
7984
8022
  const generateReturnByMoneyStatementDocument = {
7985
8023
  __proto__: null,
7986
8024
  mutation: mutation$1,
7987
- name: name$U
8025
+ name: name$V
7988
8026
  };
7989
8027
 
7990
- const name$T = "generateReturnByMoneyDecisionDocument";
8028
+ const name$U = "generateReturnByMoneyDecisionDocument";
7991
8029
  const mutation = Selector("Mutation")({
7992
- [name$T]: [
8030
+ [name$U]: [
7993
8031
  {
7994
8032
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
7995
8033
  options: $("options", "GenerateDocumentOptionsInput")
@@ -8001,7 +8039,7 @@ const mutation = Selector("Mutation")({
8001
8039
  const generateReturnByMoneyDecisionDocument = {
8002
8040
  __proto__: null,
8003
8041
  mutation: mutation,
8004
- name: name$T
8042
+ name: name$U
8005
8043
  };
8006
8044
 
8007
8045
  const index$m = {
@@ -8032,26 +8070,26 @@ const Mutations = {
8032
8070
  Wallet: index$m
8033
8071
  };
8034
8072
 
8035
- const name$S = "getAccount";
8036
- const query$S = Selector("Query")({
8037
- [name$S]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8073
+ const name$T = "getAccount";
8074
+ const query$T = Selector("Query")({
8075
+ [name$T]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
8038
8076
  });
8039
8077
 
8040
8078
  const getAccount = {
8041
8079
  __proto__: null,
8042
- name: name$S,
8043
- query: query$S
8080
+ name: name$T,
8081
+ query: query$T
8044
8082
  };
8045
8083
 
8046
- const name$R = "getAccounts";
8047
- const query$R = Selector("Query")({
8048
- [name$R]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8084
+ const name$S = "getAccounts";
8085
+ const query$S = Selector("Query")({
8086
+ [name$S]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
8049
8087
  });
8050
8088
 
8051
8089
  const getAccounts = {
8052
8090
  __proto__: null,
8053
- name: name$R,
8054
- query: query$R
8091
+ name: name$S,
8092
+ query: query$S
8055
8093
  };
8056
8094
 
8057
8095
  const rawSearchPrivateAccountsResultSelector = {
@@ -8068,15 +8106,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
8068
8106
  rawSearchPrivateAccountsResultSelector
8069
8107
  );
8070
8108
 
8071
- const name$Q = "searchPrivateAccounts";
8072
- const query$Q = Selector("Query")({
8073
- [name$Q]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8109
+ const name$R = "searchPrivateAccounts";
8110
+ const query$R = Selector("Query")({
8111
+ [name$R]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
8074
8112
  });
8075
8113
 
8076
8114
  const searchPrivateAccounts = {
8077
8115
  __proto__: null,
8078
- name: name$Q,
8079
- query: query$Q
8116
+ name: name$R,
8117
+ query: query$R
8080
8118
  };
8081
8119
 
8082
8120
  const index$l = {
@@ -8120,15 +8158,15 @@ const rawAgendaSelector = {
8120
8158
  };
8121
8159
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
8122
8160
 
8123
- const name$P = "getAgenda";
8124
- const query$P = Selector("Query")({
8125
- [name$P]: agendaSelector
8161
+ const name$Q = "getAgenda";
8162
+ const query$Q = Selector("Query")({
8163
+ [name$Q]: agendaSelector
8126
8164
  });
8127
8165
 
8128
8166
  const getAgenda = {
8129
8167
  __proto__: null,
8130
- name: name$P,
8131
- query: query$P
8168
+ name: name$Q,
8169
+ query: query$Q
8132
8170
  };
8133
8171
 
8134
8172
  const index$k = {
@@ -8136,9 +8174,9 @@ const index$k = {
8136
8174
  GetAgenda: getAgenda
8137
8175
  };
8138
8176
 
8139
- const name$O = "agreements";
8140
- const query$O = Selector("Query")({
8141
- [name$O]: [
8177
+ const name$P = "agreements";
8178
+ const query$P = Selector("Query")({
8179
+ [name$P]: [
8142
8180
  {
8143
8181
  filter: $("filter", "AgreementFilter"),
8144
8182
  options: $("options", "PaginationInput")
@@ -8149,8 +8187,8 @@ const query$O = Selector("Query")({
8149
8187
 
8150
8188
  const agreements = {
8151
8189
  __proto__: null,
8152
- name: name$O,
8153
- query: query$O
8190
+ name: name$P,
8191
+ query: query$P
8154
8192
  };
8155
8193
 
8156
8194
  const index$j = {
@@ -8159,9 +8197,9 @@ const index$j = {
8159
8197
  };
8160
8198
 
8161
8199
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
8162
- const name$N = "getActions";
8163
- const query$N = Selector("Query")({
8164
- [name$N]: [
8200
+ const name$O = "getActions";
8201
+ const query$O = Selector("Query")({
8202
+ [name$O]: [
8165
8203
  {
8166
8204
  filters: $("filters", "ActionFiltersInput"),
8167
8205
  pagination: $("pagination", "PaginationInput")
@@ -8172,14 +8210,14 @@ const query$N = Selector("Query")({
8172
8210
 
8173
8211
  const getActions = {
8174
8212
  __proto__: null,
8175
- name: name$N,
8176
- query: query$N
8213
+ name: name$O,
8214
+ query: query$O
8177
8215
  };
8178
8216
 
8179
- const name$M = "getCurrentTableStates";
8217
+ const name$N = "getCurrentTableStates";
8180
8218
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
8181
- const query$M = Selector("Query")({
8182
- [name$M]: [
8219
+ const query$N = Selector("Query")({
8220
+ [name$N]: [
8183
8221
  {
8184
8222
  filters: $("filters", "CurrentTableStatesFiltersInput"),
8185
8223
  pagination: $("pagination", "PaginationInput")
@@ -8190,14 +8228,14 @@ const query$M = Selector("Query")({
8190
8228
 
8191
8229
  const getCurrentTableStates = {
8192
8230
  __proto__: null,
8193
- name: name$M,
8194
- query: query$M
8231
+ name: name$N,
8232
+ query: query$N
8195
8233
  };
8196
8234
 
8197
8235
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
8198
- const name$L = "getDeltas";
8199
- const query$L = Selector("Query")({
8200
- [name$L]: [
8236
+ const name$M = "getDeltas";
8237
+ const query$M = Selector("Query")({
8238
+ [name$M]: [
8201
8239
  {
8202
8240
  filters: $("filters", "DeltaFiltersInput"),
8203
8241
  pagination: $("pagination", "PaginationInput")
@@ -8208,8 +8246,8 @@ const query$L = Selector("Query")({
8208
8246
 
8209
8247
  const getDeltas = {
8210
8248
  __proto__: null,
8211
- name: name$L,
8212
- query: query$L
8249
+ name: name$M,
8250
+ query: query$M
8213
8251
  };
8214
8252
 
8215
8253
  const index$i = {
@@ -8219,26 +8257,26 @@ const index$i = {
8219
8257
  GetDeltas: getDeltas
8220
8258
  };
8221
8259
 
8222
- const name$K = "getBranches";
8223
- const query$K = Selector("Query")({
8224
- [name$K]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8260
+ const name$L = "getBranches";
8261
+ const query$L = Selector("Query")({
8262
+ [name$L]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
8225
8263
  });
8226
8264
 
8227
8265
  const getBranches = {
8228
8266
  __proto__: null,
8229
- name: name$K,
8230
- query: query$K
8267
+ name: name$L,
8268
+ query: query$L
8231
8269
  };
8232
8270
 
8233
- const name$J = "getBranches";
8234
- const query$J = Selector("Query")({
8235
- [name$J]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8271
+ const name$K = "getBranches";
8272
+ const query$K = Selector("Query")({
8273
+ [name$K]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
8236
8274
  });
8237
8275
 
8238
8276
  const getPublicBranches = {
8239
8277
  __proto__: null,
8240
- name: name$J,
8241
- query: query$J
8278
+ name: name$K,
8279
+ query: query$K
8242
8280
  };
8243
8281
 
8244
8282
  const index$h = {
@@ -8247,336 +8285,336 @@ const index$h = {
8247
8285
  GetPublicBranches: getPublicBranches
8248
8286
  };
8249
8287
 
8250
- const name$I = "capitalVotes";
8251
- const query$I = Selector("Query")({
8252
- [name$I]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8288
+ const name$J = "capitalVotes";
8289
+ const query$J = Selector("Query")({
8290
+ [name$J]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
8253
8291
  });
8254
8292
 
8255
8293
  const getVotes = {
8294
+ __proto__: null,
8295
+ name: name$J,
8296
+ query: query$J
8297
+ };
8298
+
8299
+ const name$I = "capitalVote";
8300
+ const query$I = Selector("Query")({
8301
+ [name$I]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8302
+ });
8303
+
8304
+ const getVote = {
8256
8305
  __proto__: null,
8257
8306
  name: name$I,
8258
8307
  query: query$I
8259
8308
  };
8260
8309
 
8261
- const name$H = "capitalVote";
8310
+ const name$H = "capitalProjects";
8262
8311
  const query$H = Selector("Query")({
8263
- [name$H]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
8312
+ [name$H]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8264
8313
  });
8265
8314
 
8266
- const getVote = {
8315
+ const getProjects = {
8267
8316
  __proto__: null,
8268
8317
  name: name$H,
8269
8318
  query: query$H
8270
8319
  };
8271
8320
 
8272
- const name$G = "capitalProjects";
8321
+ const name$G = "capitalProject";
8273
8322
  const query$G = Selector("Query")({
8274
- [name$G]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
8323
+ [name$G]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8275
8324
  });
8276
8325
 
8277
- const getProjects = {
8326
+ const getProject = {
8278
8327
  __proto__: null,
8279
8328
  name: name$G,
8280
8329
  query: query$G
8281
8330
  };
8282
8331
 
8283
- const name$F = "capitalProject";
8332
+ const name$F = "capitalProjectWithRelations";
8284
8333
  const query$F = Selector("Query")({
8285
- [name$F]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
8334
+ [name$F]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8286
8335
  });
8287
8336
 
8288
- const getProject = {
8337
+ const getProjectWithRelations = {
8289
8338
  __proto__: null,
8290
8339
  name: name$F,
8291
8340
  query: query$F
8292
8341
  };
8293
8342
 
8294
- const name$E = "capitalProjectWithRelations";
8343
+ const name$E = "capitalSegments";
8295
8344
  const query$E = Selector("Query")({
8296
- [name$E]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
8345
+ [name$E]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8297
8346
  });
8298
8347
 
8299
- const getProjectWithRelations = {
8348
+ const getSegments = {
8300
8349
  __proto__: null,
8301
8350
  name: name$E,
8302
8351
  query: query$E
8303
8352
  };
8304
8353
 
8305
- const name$D = "capitalSegments";
8354
+ const name$D = "capitalSegment";
8306
8355
  const query$D = Selector("Query")({
8307
- [name$D]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
8356
+ [name$D]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8308
8357
  });
8309
8358
 
8310
- const getSegments = {
8359
+ const getSegment = {
8311
8360
  __proto__: null,
8312
8361
  name: name$D,
8313
8362
  query: query$D
8314
8363
  };
8315
8364
 
8316
- const name$C = "capitalSegment";
8365
+ const name$C = "capitalContributors";
8317
8366
  const query$C = Selector("Query")({
8318
- [name$C]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
8367
+ [name$C]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8319
8368
  });
8320
8369
 
8321
- const getSegment = {
8370
+ const getContributors = {
8322
8371
  __proto__: null,
8323
8372
  name: name$C,
8324
8373
  query: query$C
8325
8374
  };
8326
8375
 
8327
- const name$B = "capitalContributors";
8376
+ const name$B = "capitalContributor";
8328
8377
  const query$B = Selector("Query")({
8329
- [name$B]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
8378
+ [name$B]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8330
8379
  });
8331
8380
 
8332
- const getContributors = {
8381
+ const getContributor = {
8333
8382
  __proto__: null,
8334
8383
  name: name$B,
8335
8384
  query: query$B
8336
8385
  };
8337
8386
 
8338
- const name$A = "capitalContributor";
8387
+ const name$A = "capitalInvests";
8339
8388
  const query$A = Selector("Query")({
8340
- [name$A]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
8389
+ [name$A]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8341
8390
  });
8342
8391
 
8343
- const getContributor = {
8392
+ const getInvests = {
8344
8393
  __proto__: null,
8345
8394
  name: name$A,
8346
8395
  query: query$A
8347
8396
  };
8348
8397
 
8349
- const name$z = "capitalInvests";
8398
+ const name$z = "capitalInvest";
8350
8399
  const query$z = Selector("Query")({
8351
- [name$z]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
8400
+ [name$z]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8352
8401
  });
8353
8402
 
8354
- const getInvests = {
8403
+ const getInvest = {
8355
8404
  __proto__: null,
8356
8405
  name: name$z,
8357
8406
  query: query$z
8358
8407
  };
8359
8408
 
8360
- const name$y = "capitalInvest";
8409
+ const name$y = "capitalProgramInvests";
8361
8410
  const query$y = Selector("Query")({
8362
- [name$y]: [{ data: $("data", "GetInvestInput!") }, investSelector]
8411
+ [name$y]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8363
8412
  });
8364
8413
 
8365
- const getInvest = {
8414
+ const getProgramInvests = {
8366
8415
  __proto__: null,
8367
8416
  name: name$y,
8368
8417
  query: query$y
8369
8418
  };
8370
8419
 
8371
- const name$x = "capitalProgramInvests";
8420
+ const name$x = "capitalProgramInvest";
8372
8421
  const query$x = Selector("Query")({
8373
- [name$x]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
8422
+ [name$x]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8374
8423
  });
8375
8424
 
8376
- const getProgramInvests = {
8425
+ const getProgramInvest = {
8377
8426
  __proto__: null,
8378
8427
  name: name$x,
8379
8428
  query: query$x
8380
8429
  };
8381
8430
 
8382
- const name$w = "capitalProgramInvest";
8431
+ const name$w = "capitalDebts";
8383
8432
  const query$w = Selector("Query")({
8384
- [name$w]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
8433
+ [name$w]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8385
8434
  });
8386
8435
 
8387
- const getProgramInvest = {
8436
+ const getDebts = {
8388
8437
  __proto__: null,
8389
8438
  name: name$w,
8390
8439
  query: query$w
8391
8440
  };
8392
8441
 
8393
- const name$v = "capitalDebts";
8442
+ const name$v = "capitalDebt";
8394
8443
  const query$v = Selector("Query")({
8395
- [name$v]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
8444
+ [name$v]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8396
8445
  });
8397
8446
 
8398
- const getDebts = {
8447
+ const getDebt = {
8399
8448
  __proto__: null,
8400
8449
  name: name$v,
8401
8450
  query: query$v
8402
8451
  };
8403
8452
 
8404
- const name$u = "capitalDebt";
8453
+ const name$u = "capitalResults";
8405
8454
  const query$u = Selector("Query")({
8406
- [name$u]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
8455
+ [name$u]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8407
8456
  });
8408
8457
 
8409
- const getDebt = {
8458
+ const getResults = {
8410
8459
  __proto__: null,
8411
8460
  name: name$u,
8412
8461
  query: query$u
8413
8462
  };
8414
8463
 
8415
- const name$t = "capitalResults";
8464
+ const name$t = "capitalResult";
8416
8465
  const query$t = Selector("Query")({
8417
- [name$t]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
8466
+ [name$t]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8418
8467
  });
8419
8468
 
8420
- const getResults = {
8469
+ const getResult = {
8421
8470
  __proto__: null,
8422
8471
  name: name$t,
8423
8472
  query: query$t
8424
8473
  };
8425
8474
 
8426
- const name$s = "capitalResult";
8475
+ const name$s = "capitalExpenses";
8427
8476
  const query$s = Selector("Query")({
8428
- [name$s]: [{ data: $("data", "GetResultInput!") }, resultSelector]
8477
+ [name$s]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8429
8478
  });
8430
8479
 
8431
- const getResult = {
8480
+ const getExpenses = {
8432
8481
  __proto__: null,
8433
8482
  name: name$s,
8434
8483
  query: query$s
8435
8484
  };
8436
8485
 
8437
- const name$r = "capitalExpenses";
8486
+ const name$r = "capitalExpense";
8438
8487
  const query$r = Selector("Query")({
8439
- [name$r]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
8488
+ [name$r]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8440
8489
  });
8441
8490
 
8442
- const getExpenses = {
8491
+ const getExpense = {
8443
8492
  __proto__: null,
8444
8493
  name: name$r,
8445
8494
  query: query$r
8446
8495
  };
8447
8496
 
8448
- const name$q = "capitalExpense";
8497
+ const name$q = "capitalTimeStats";
8449
8498
  const query$q = Selector("Query")({
8450
- [name$q]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
8499
+ [name$q]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8451
8500
  });
8452
8501
 
8453
- const getExpense = {
8502
+ const getTimeStats = {
8454
8503
  __proto__: null,
8455
8504
  name: name$q,
8456
8505
  query: query$q
8457
8506
  };
8458
8507
 
8459
- const name$p = "capitalTimeStats";
8508
+ const name$p = "capitalTimeEntries";
8460
8509
  const query$p = Selector("Query")({
8461
- [name$p]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
8510
+ [name$p]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8462
8511
  });
8463
8512
 
8464
- const getTimeStats = {
8513
+ const getTimeEntries = {
8465
8514
  __proto__: null,
8466
8515
  name: name$p,
8467
8516
  query: query$p
8468
8517
  };
8469
8518
 
8470
- const name$o = "capitalTimeEntries";
8519
+ const name$o = "capitalTimeEntriesByIssues";
8471
8520
  const query$o = Selector("Query")({
8472
- [name$o]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
8521
+ [name$o]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8473
8522
  });
8474
8523
 
8475
- const getTimeEntries = {
8524
+ const getTimeEntriesByIssues = {
8476
8525
  __proto__: null,
8477
8526
  name: name$o,
8478
8527
  query: query$o
8479
8528
  };
8480
8529
 
8481
- const name$n = "capitalTimeEntriesByIssues";
8530
+ const name$n = "capitalCommit";
8482
8531
  const query$n = Selector("Query")({
8483
- [name$n]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
8532
+ [name$n]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8484
8533
  });
8485
8534
 
8486
- const getTimeEntriesByIssues = {
8535
+ const getCommit = {
8487
8536
  __proto__: null,
8488
8537
  name: name$n,
8489
8538
  query: query$n
8490
8539
  };
8491
8540
 
8492
- const name$m = "capitalCommit";
8541
+ const name$m = "capitalStories";
8493
8542
  const query$m = Selector("Query")({
8494
- [name$m]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
8543
+ [name$m]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8495
8544
  });
8496
8545
 
8497
- const getCommit = {
8546
+ const getStories = {
8498
8547
  __proto__: null,
8499
8548
  name: name$m,
8500
8549
  query: query$m
8501
8550
  };
8502
8551
 
8503
- const name$l = "capitalStories";
8552
+ const name$l = "capitalStory";
8504
8553
  const query$l = Selector("Query")({
8505
- [name$l]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
8554
+ [name$l]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8506
8555
  });
8507
8556
 
8508
- const getStories = {
8557
+ const getStory = {
8509
8558
  __proto__: null,
8510
8559
  name: name$l,
8511
8560
  query: query$l
8512
8561
  };
8513
8562
 
8514
- const name$k = "capitalStory";
8563
+ const name$k = "capitalIssues";
8515
8564
  const query$k = Selector("Query")({
8516
- [name$k]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
8565
+ [name$k]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8517
8566
  });
8518
8567
 
8519
- const getStory = {
8568
+ const getIssues = {
8520
8569
  __proto__: null,
8521
8570
  name: name$k,
8522
8571
  query: query$k
8523
8572
  };
8524
8573
 
8525
- const name$j = "capitalIssues";
8574
+ const name$j = "capitalIssue";
8526
8575
  const query$j = Selector("Query")({
8527
- [name$j]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
8576
+ [name$j]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8528
8577
  });
8529
8578
 
8530
- const getIssues = {
8579
+ const getIssue = {
8531
8580
  __proto__: null,
8532
8581
  name: name$j,
8533
8582
  query: query$j
8534
8583
  };
8535
8584
 
8536
- const name$i = "capitalIssue";
8585
+ const name$i = "capitalCommits";
8537
8586
  const query$i = Selector("Query")({
8538
- [name$i]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
8587
+ [name$i]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8539
8588
  });
8540
8589
 
8541
- const getIssue = {
8590
+ const getCommits = {
8542
8591
  __proto__: null,
8543
8592
  name: name$i,
8544
8593
  query: query$i
8545
8594
  };
8546
8595
 
8547
- const name$h = "capitalCommits";
8596
+ const name$h = "capitalCycles";
8548
8597
  const query$h = Selector("Query")({
8549
- [name$h]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
8598
+ [name$h]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8550
8599
  });
8551
8600
 
8552
- const getCommits = {
8601
+ const getCycles = {
8553
8602
  __proto__: null,
8554
8603
  name: name$h,
8555
8604
  query: query$h
8556
8605
  };
8557
8606
 
8558
- const name$g = "capitalCycles";
8607
+ const name$g = "capitalState";
8559
8608
  const query$g = Selector("Query")({
8560
- [name$g]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
8609
+ [name$g]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8561
8610
  });
8562
8611
 
8563
- const getCycles = {
8612
+ const getState = {
8564
8613
  __proto__: null,
8565
8614
  name: name$g,
8566
8615
  query: query$g
8567
8616
  };
8568
8617
 
8569
- const name$f = "capitalState";
8570
- const query$f = Selector("Query")({
8571
- [name$f]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
8572
- });
8573
-
8574
- const getState = {
8575
- __proto__: null,
8576
- name: name$f,
8577
- query: query$f
8578
- };
8579
-
8580
8618
  const index$g = {
8581
8619
  __proto__: null,
8582
8620
  GetCommit: getCommit,
@@ -8611,9 +8649,9 @@ const index$g = {
8611
8649
  GetVotes: getVotes
8612
8650
  };
8613
8651
 
8614
- const name$e = "chairmanApprovals";
8615
- const query$e = Selector("Query")({
8616
- [name$e]: [
8652
+ const name$f = "chairmanApprovals";
8653
+ const query$f = Selector("Query")({
8654
+ [name$f]: [
8617
8655
  {
8618
8656
  filter: $("filter", "ApprovalFilter"),
8619
8657
  options: $("options", "PaginationInput")
@@ -8624,19 +8662,19 @@ const query$e = Selector("Query")({
8624
8662
 
8625
8663
  const getApprovals = {
8626
8664
  __proto__: null,
8627
- name: name$e,
8628
- query: query$e
8665
+ name: name$f,
8666
+ query: query$f
8629
8667
  };
8630
8668
 
8631
- const name$d = "chairmanApproval";
8632
- const query$d = Selector("Query")({
8633
- [name$d]: [{ id: $("id", "String!") }, approvalSelector]
8669
+ const name$e = "chairmanApproval";
8670
+ const query$e = Selector("Query")({
8671
+ [name$e]: [{ id: $("id", "String!") }, approvalSelector]
8634
8672
  });
8635
8673
 
8636
8674
  const getApproval = {
8637
8675
  __proto__: null,
8638
- name: name$d,
8639
- query: query$d
8676
+ name: name$e,
8677
+ query: query$e
8640
8678
  };
8641
8679
 
8642
8680
  const index$f = {
@@ -8661,15 +8699,15 @@ const rawDesktopSelector = {
8661
8699
  };
8662
8700
  const desktopSelector = Selector("Desktop")(rawDesktopSelector);
8663
8701
 
8664
- const name$c = "getDesktop";
8665
- const query$c = Selector("Query")({
8666
- [name$c]: desktopSelector
8702
+ const name$d = "getDesktop";
8703
+ const query$d = Selector("Query")({
8704
+ [name$d]: desktopSelector
8667
8705
  });
8668
8706
 
8669
8707
  const getDesktop = {
8670
8708
  __proto__: null,
8671
- name: name$c,
8672
- query: query$c
8709
+ name: name$d,
8710
+ query: query$d
8673
8711
  };
8674
8712
 
8675
8713
  const index$e = {
@@ -8678,15 +8716,15 @@ const index$e = {
8678
8716
  };
8679
8717
 
8680
8718
  const documentPaginationSelector = { ...paginationSelector, items: rawDocumentPackageAggregateSelector };
8681
- const name$b = "getDocuments";
8682
- const query$b = Selector("Query")({
8683
- [name$b]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8719
+ const name$c = "getDocuments";
8720
+ const query$c = Selector("Query")({
8721
+ [name$c]: [{ data: $("data", "GetDocumentsInput!") }, documentPaginationSelector]
8684
8722
  });
8685
8723
 
8686
8724
  const getDocuments = {
8687
8725
  __proto__: null,
8688
- name: name$b,
8689
- query: query$b
8726
+ name: name$c,
8727
+ query: query$c
8690
8728
  };
8691
8729
 
8692
8730
  const index$d = {
@@ -8694,15 +8732,15 @@ const index$d = {
8694
8732
  GetDocuments: getDocuments
8695
8733
  };
8696
8734
 
8697
- const name$a = "getExtensions";
8698
- const query$a = Selector("Query")({
8699
- [name$a]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
8735
+ const name$b = "getExtensions";
8736
+ const query$b = Selector("Query")({
8737
+ [name$b]: [{ data: $("data", "GetExtensionsInput") }, extensionSelector]
8700
8738
  });
8701
8739
 
8702
8740
  const getExtensions = {
8703
8741
  __proto__: null,
8704
- name: name$a,
8705
- query: query$a
8742
+ name: name$b,
8743
+ query: query$b
8706
8744
  };
8707
8745
 
8708
8746
  const index$c = {
@@ -8711,9 +8749,9 @@ const index$c = {
8711
8749
  };
8712
8750
 
8713
8751
  const paginatedPaymentsSelector = { ...paginationSelector, items: rawPaymentSelector };
8714
- const name$9 = "getPayments";
8715
- const query$9 = Selector("Query")({
8716
- [name$9]: [
8752
+ const name$a = "getPayments";
8753
+ const query$a = Selector("Query")({
8754
+ [name$a]: [
8717
8755
  {
8718
8756
  data: $("data", "PaymentFiltersInput"),
8719
8757
  options: $("options", "PaginationInput")
@@ -8724,8 +8762,8 @@ const query$9 = Selector("Query")({
8724
8762
 
8725
8763
  const getPayments = {
8726
8764
  __proto__: null,
8727
- name: name$9,
8728
- query: query$9
8765
+ name: name$a,
8766
+ query: query$a
8729
8767
  };
8730
8768
 
8731
8769
  const index$b = {
@@ -8733,26 +8771,26 @@ const index$b = {
8733
8771
  GetPayments: getPayments
8734
8772
  };
8735
8773
 
8736
- const name$8 = "getLedger";
8737
- const query$8 = Selector("Query")({
8738
- [name$8]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
8774
+ const name$9 = "getLedger";
8775
+ const query$9 = Selector("Query")({
8776
+ [name$9]: [{ data: $("data", "GetLedgerInput!") }, ledgerStateSelector]
8739
8777
  });
8740
8778
 
8741
8779
  const getLedger = {
8742
8780
  __proto__: null,
8743
- name: name$8,
8744
- query: query$8
8781
+ name: name$9,
8782
+ query: query$9
8745
8783
  };
8746
8784
 
8747
- const name$7 = "getLedgerHistory";
8748
- const query$7 = Selector("Query")({
8749
- [name$7]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
8785
+ const name$8 = "getLedgerHistory";
8786
+ const query$8 = Selector("Query")({
8787
+ [name$8]: [{ data: $("data", "GetLedgerHistoryInput!") }, rawLedgerHistorySelector]
8750
8788
  });
8751
8789
 
8752
8790
  const getLedgerHistory = {
8753
8791
  __proto__: null,
8754
- name: name$7,
8755
- query: query$7
8792
+ name: name$8,
8793
+ query: query$8
8756
8794
  };
8757
8795
 
8758
8796
  const index$a = {
@@ -8761,26 +8799,26 @@ const index$a = {
8761
8799
  GetLedgerHistory: getLedgerHistory
8762
8800
  };
8763
8801
 
8764
- const name$6 = "getMeet";
8765
- const query$6 = Selector("Query")({
8766
- [name$6]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
8802
+ const name$7 = "getMeet";
8803
+ const query$7 = Selector("Query")({
8804
+ [name$7]: [{ data: $("data", "GetMeetInput!") }, meetAggregateSelector]
8767
8805
  });
8768
8806
 
8769
8807
  const getMeet = {
8770
8808
  __proto__: null,
8771
- name: name$6,
8772
- query: query$6
8809
+ name: name$7,
8810
+ query: query$7
8773
8811
  };
8774
8812
 
8775
- const name$5 = "getMeets";
8776
- const query$5 = Selector("Query")({
8777
- [name$5]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
8813
+ const name$6 = "getMeets";
8814
+ const query$6 = Selector("Query")({
8815
+ [name$6]: [{ data: $("data", "GetMeetsInput!") }, meetAggregateSelector]
8778
8816
  });
8779
8817
 
8780
8818
  const getMeets = {
8781
8819
  __proto__: null,
8782
- name: name$5,
8783
- query: query$5
8820
+ name: name$6,
8821
+ query: query$6
8784
8822
  };
8785
8823
 
8786
8824
  const index$9 = {
@@ -8789,26 +8827,26 @@ const index$9 = {
8789
8827
  GetMeets: getMeets
8790
8828
  };
8791
8829
 
8792
- const name$4 = "getUserWebPushSubscriptions";
8793
- const query$4 = Selector("Query")({
8794
- [name$4]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
8830
+ const name$5 = "getUserWebPushSubscriptions";
8831
+ const query$5 = Selector("Query")({
8832
+ [name$5]: [{ data: $("data", "GetUserSubscriptionsInput!") }, rawWebPushSubscriptionSelector]
8795
8833
  });
8796
8834
 
8797
8835
  const getUserWebPushSubscriptions = {
8798
8836
  __proto__: null,
8799
- name: name$4,
8800
- query: query$4
8837
+ name: name$5,
8838
+ query: query$5
8801
8839
  };
8802
8840
 
8803
- const name$3 = "getWebPushSubscriptionStats";
8804
- const query$3 = Selector("Query")({
8805
- [name$3]: rawSubscriptionStatsSelector
8841
+ const name$4 = "getWebPushSubscriptionStats";
8842
+ const query$4 = Selector("Query")({
8843
+ [name$4]: rawSubscriptionStatsSelector
8806
8844
  });
8807
8845
 
8808
8846
  const getWebPushSubscriptionStats = {
8809
8847
  __proto__: null,
8810
- name: name$3,
8811
- query: query$3
8848
+ name: name$4,
8849
+ query: query$4
8812
8850
  };
8813
8851
 
8814
8852
  const index$8 = {
@@ -8820,14 +8858,14 @@ const index$8 = {
8820
8858
  const rawPaymentMethodPaginationSelector = { ...paginationSelector, items: rawPaymentMethodSelector };
8821
8859
  Selector("PaymentMethodPaginationResult")(rawPaymentMethodPaginationSelector);
8822
8860
 
8823
- const name$2 = "getPaymentMethods";
8824
- const query$2 = Selector("Query")({
8825
- [name$2]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
8861
+ const name$3 = "getPaymentMethods";
8862
+ const query$3 = Selector("Query")({
8863
+ [name$3]: [{ data: $("data", "GetPaymentMethodsInput") }, rawPaymentMethodPaginationSelector]
8826
8864
  });
8827
8865
 
8828
8866
  const getPaymentMethods = {
8829
8867
  __proto__: null,
8830
- query: query$2
8868
+ query: query$3
8831
8869
  };
8832
8870
 
8833
8871
  const index$7 = {
@@ -8835,12 +8873,23 @@ const index$7 = {
8835
8873
  GetPaymentMethods: getPaymentMethods
8836
8874
  };
8837
8875
 
8838
- const name$1 = "getInstallationStatus";
8839
- const query$1 = Selector("Query")({
8840
- [name$1]: [{ data: $("data", "GetInstallationStatusInput!") }, installationStatusSelector]
8876
+ const name$2 = "getInstallationStatus";
8877
+ const query$2 = Selector("Query")({
8878
+ [name$2]: [{ data: $("data", "GetInstallationStatusInput!") }, installationStatusSelector]
8841
8879
  });
8842
8880
 
8843
8881
  const getInstallationStatus = {
8882
+ __proto__: null,
8883
+ name: name$2,
8884
+ query: query$2
8885
+ };
8886
+
8887
+ const name$1 = "getProviderSubscriptions";
8888
+ const query$1 = Selector("Query")({
8889
+ [name$1]: providerSubscriptionSelector
8890
+ });
8891
+
8892
+ const getProviderSubscriptions = {
8844
8893
  __proto__: null,
8845
8894
  name: name$1,
8846
8895
  query: query$1
@@ -8860,6 +8909,7 @@ const getSystemInfo = {
8860
8909
  const index$6 = {
8861
8910
  __proto__: null,
8862
8911
  GetInstallationStatus: getInstallationStatus,
8912
+ GetProviderSubscriptions: getProviderSubscriptions,
8863
8913
  GetSystemInfo: getSystemInfo
8864
8914
  };
8865
8915
 
@@ -8930,7 +8980,7 @@ const _Client = class _Client {
8930
8980
  __publicField(this, "vote");
8931
8981
  __publicField(this, "thunder");
8932
8982
  this.currentHeaders = options.headers || {};
8933
- this.thunder = _Client.createThunder(options.api_url);
8983
+ this.thunder = this.createThunder(options.api_url);
8934
8984
  this.account = new Account();
8935
8985
  this.blockchain = new Blockchain(options);
8936
8986
  this.document = new Document(options.wif);
@@ -8945,23 +8995,18 @@ const _Client = class _Client {
8945
8995
  }
8946
8996
  }
8947
8997
  /**
8948
- * Инициализация клиента с заданными опциями.
8998
+ * Создает экземпляр клиента с заданными опциями (для обратной совместимости).
8949
8999
  * @param options Параметры соединения.
8950
9000
  */
8951
9001
  static create(options) {
8952
- if (!this.instance) {
8953
- this.instance = new _Client(options);
8954
- }
8955
- return this.getInstance();
9002
+ return new _Client(options);
8956
9003
  }
8957
9004
  /**
8958
- * Возвращает текущий экземпляр клиента.
9005
+ * Создает новый экземпляр клиента.
9006
+ * @param options Параметры соединения.
8959
9007
  */
8960
- static getInstance() {
8961
- if (!this.instance) {
8962
- throw new Error("\u041A\u043B\u0438\u0435\u043D\u0442 \u043D\u0435 \u0438\u043D\u0438\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D. \u0412\u044B\u0437\u043E\u0432\u0438\u0442\u0435 Client.create() \u043F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C.");
8963
- }
8964
- return this.instance;
9008
+ static New(options) {
9009
+ return new _Client(options);
8965
9010
  }
8966
9011
  /**
8967
9012
  * Логин пользователя с использованием email и WIF.
@@ -8982,7 +9027,7 @@ const _Client = class _Client {
8982
9027
  signature
8983
9028
  }
8984
9029
  };
8985
- const { [name$33]: result } = await this.thunder("mutation")(
9030
+ const { [name$34]: result } = await this.thunder("mutation")(
8986
9031
  mutation$2c,
8987
9032
  {
8988
9033
  variables
@@ -9004,6 +9049,7 @@ const _Client = class _Client {
9004
9049
  }
9005
9050
  /**
9006
9051
  * Установка WIF.
9052
+ * @param username Имя пользователя.
9007
9053
  * @param wif WIF для установки.
9008
9054
  */
9009
9055
  setWif(username, wif) {
@@ -9064,14 +9110,14 @@ const _Client = class _Client {
9064
9110
  * @param baseUrl URL GraphQL API.
9065
9111
  * @returns Функция Thunder.
9066
9112
  */
9067
- static createThunder(baseUrl) {
9113
+ createThunder(baseUrl) {
9068
9114
  return Thunder(async (query, variables) => {
9069
9115
  const response = await fetch(baseUrl, {
9070
9116
  body: JSON.stringify({ query, variables }),
9071
9117
  method: "POST",
9072
9118
  headers: {
9073
9119
  "Content-Type": "application/json",
9074
- ..._Client.getInstance().currentHeaders
9120
+ ...this.currentHeaders
9075
9121
  }
9076
9122
  });
9077
9123
  if (!response.ok) {
@@ -9094,7 +9140,6 @@ const _Client = class _Client {
9094
9140
  }, { scalars: _Client.scalars });
9095
9141
  }
9096
9142
  };
9097
- __publicField(_Client, "instance", null);
9098
9143
  __publicField(_Client, "scalars", ZeusScalars({
9099
9144
  DateTime: {
9100
9145
  decode: (e) => new Date(e),