@coopenomics/sdk 2026.3.24-7 → 2026.4.26-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -964,6 +964,7 @@ const AllTypesProps = {
964
964
  CapitalSegmentFilter: {
965
965
  status: "SegmentStatus"
966
966
  },
967
+ CapitalStoryContentFormat: "enum",
967
968
  CapitalStoryFilter: {
968
969
  status: "StoryStatus"
969
970
  },
@@ -1019,6 +1020,10 @@ const AllTypesProps = {
1019
1020
  proposal: "AnnualGeneralMeetingAgendaSignedDocumentInput"
1020
1021
  },
1021
1022
  CreateBranchInput: {},
1023
+ CreateChatCoopCalendarEventInput: {
1024
+ endsAt: "DateTime",
1025
+ startsAt: "DateTime"
1026
+ },
1022
1027
  CreateChildOrderInput: {
1023
1028
  document: "ReturnByAssetStatementSignedDocumentInput"
1024
1029
  },
@@ -1063,6 +1068,9 @@ const AllTypesProps = {
1063
1068
  },
1064
1069
  CreateParentOfferInput: {},
1065
1070
  CreateProcessTemplateInput: {},
1071
+ CreateProgramInvestInput: {
1072
+ statement: "ProgramCapitalizationMoneyInvestStatementSignedDocumentInput"
1073
+ },
1066
1074
  CreateProgramPropertyInput: {
1067
1075
  statement: "SignedDigitalDocumentInput"
1068
1076
  },
@@ -1175,14 +1183,16 @@ const AllTypesProps = {
1175
1183
  GetInvestInput: {},
1176
1184
  GetLedgerHistoryInput: {},
1177
1185
  GetLedgerInput: {},
1186
+ GetMaxOriginServerTsForRoomInput: {},
1178
1187
  GetMeetInput: {},
1179
1188
  GetMeetsInput: {},
1180
1189
  GetOneCoopDocumentsInput: {},
1181
1190
  GetPaymentMethodsInput: {},
1182
- GetProgramInvestInput: {},
1191
+ GetProjectCommunicationRoomsInput: {},
1183
1192
  GetProjectInput: {},
1184
1193
  GetProjectWithRelationsInput: {},
1185
1194
  GetResultInput: {},
1195
+ GetRoomMessagesForUtcDateInput: {},
1186
1196
  GetTranscriptionInput: {},
1187
1197
  GetTranscriptionsInput: {},
1188
1198
  GetUserSubscriptionsInput: {},
@@ -1201,6 +1211,7 @@ const AllTypesProps = {
1201
1211
  IssueStatus: "enum",
1202
1212
  JSON: `scalar.JSON`,
1203
1213
  JSONObject: `scalar.JSONObject`,
1214
+ ListUtcDatesWithNewRoomMessagesInput: {},
1204
1215
  LogEntityType: "enum",
1205
1216
  LogEventType: "enum",
1206
1217
  LoginInput: {},
@@ -1209,6 +1220,7 @@ const AllTypesProps = {
1209
1220
  document: "SignedDigitalDocumentInput"
1210
1221
  },
1211
1222
  ModerateRequestInput: {},
1223
+ MoveCapitalIssueToComponentInput: {},
1212
1224
  Mutation: {
1213
1225
  acceptChildOrder: {
1214
1226
  data: "AcceptChildOrderInput"
@@ -1267,6 +1279,9 @@ const AllTypesProps = {
1267
1279
  capitalCreateProcessTemplate: {
1268
1280
  data: "CreateProcessTemplateInput"
1269
1281
  },
1282
+ capitalCreateProgramInvest: {
1283
+ data: "CreateProgramInvestInput"
1284
+ },
1270
1285
  capitalCreateProgramProperty: {
1271
1286
  data: "CreateProgramPropertyInput"
1272
1287
  },
@@ -1383,6 +1398,10 @@ const AllTypesProps = {
1383
1398
  data: "GenerateDocumentInput",
1384
1399
  options: "GenerateDocumentOptionsInput"
1385
1400
  },
1401
+ capitalGenerateProgramMoneyInvestStatement: {
1402
+ data: "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput",
1403
+ options: "GenerateDocumentOptionsInput"
1404
+ },
1386
1405
  capitalGenerateProjectGenerationContract: {
1387
1406
  data: "ProjectGenerationContractGenerateDocumentInput",
1388
1407
  options: "GenerateDocumentOptionsInput"
@@ -1408,6 +1427,9 @@ const AllTypesProps = {
1408
1427
  capitalMakeClearance: {
1409
1428
  data: "MakeClearanceInput"
1410
1429
  },
1430
+ capitalMoveIssueToComponent: {
1431
+ data: "MoveCapitalIssueToComponentInput"
1432
+ },
1411
1433
  capitalOpenProject: {
1412
1434
  data: "OpenProjectInput"
1413
1435
  },
@@ -1432,6 +1454,9 @@ const AllTypesProps = {
1432
1454
  capitalSetPlan: {
1433
1455
  data: "SetPlanInput"
1434
1456
  },
1457
+ capitalSetProjectDevelopmentRepositoryUrl: {
1458
+ data: "SetCapitalProjectDevelopmentRepositoryUrlInput"
1459
+ },
1435
1460
  capitalSignActAsChairman: {
1436
1461
  data: "SignActAsChairmanInput"
1437
1462
  },
@@ -1471,6 +1496,16 @@ const AllTypesProps = {
1471
1496
  chatcoopCreateAccount: {
1472
1497
  data: "CreateMatrixAccountInputDTO"
1473
1498
  },
1499
+ chatcoopCreateCalendarEvent: {
1500
+ data: "CreateChatCoopCalendarEventInput"
1501
+ },
1502
+ chatcoopDeleteCalendarEvent: {},
1503
+ chatcoopUpdateCalendarEvent: {
1504
+ data: "UpdateChatCoopCalendarEventInput"
1505
+ },
1506
+ chatcoopUpdateTranscriptionMemo: {
1507
+ data: "UpdateCallTranscriptionMemoInput"
1508
+ },
1474
1509
  completeCapitalOnboardingStep: {
1475
1510
  data: "CapitalOnboardingStepInput"
1476
1511
  },
@@ -1796,7 +1831,12 @@ const AllTypesProps = {
1796
1831
  position: "ProcessStepPositionInput"
1797
1832
  },
1798
1833
  ProcessTemplateStatus: "enum",
1799
- ProgramInvestStatus: "enum",
1834
+ ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput: {},
1835
+ ProgramCapitalizationMoneyInvestStatementSignedDocumentInput: {
1836
+ meta: "ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput",
1837
+ signatures: "SignatureInfoInput"
1838
+ },
1839
+ ProgramCapitalizationMoneyInvestStatementSignedMetaDocumentInput: {},
1800
1840
  ProgramKey: "enum",
1801
1841
  ProgramType: "enum",
1802
1842
  ProgramWalletFilterInput: {
@@ -1881,13 +1921,6 @@ const AllTypesProps = {
1881
1921
  filter: "CapitalIssueFilter",
1882
1922
  options: "PaginationInput"
1883
1923
  },
1884
- capitalProgramInvest: {
1885
- data: "GetProgramInvestInput"
1886
- },
1887
- capitalProgramInvests: {
1888
- filter: "CapitalInvestFilter",
1889
- options: "PaginationInput"
1890
- },
1891
1924
  capitalProject: {
1892
1925
  data: "GetProjectInput"
1893
1926
  },
@@ -1949,12 +1982,24 @@ const AllTypesProps = {
1949
1982
  chatcoopCheckUsernameAvailability: {
1950
1983
  data: "CheckMatrixUsernameInput"
1951
1984
  },
1985
+ chatcoopGetMaxOriginServerTsForRoom: {
1986
+ data: "GetMaxOriginServerTsForRoomInput"
1987
+ },
1988
+ chatcoopGetRoomMessagesForUtcDate: {
1989
+ data: "GetRoomMessagesForUtcDateInput"
1990
+ },
1952
1991
  chatcoopGetTranscription: {
1953
1992
  data: "GetTranscriptionInput"
1954
1993
  },
1955
1994
  chatcoopGetTranscriptions: {
1956
1995
  data: "GetTranscriptionsInput"
1957
1996
  },
1997
+ chatcoopListProjectCommunicationRooms: {
1998
+ data: "GetProjectCommunicationRoomsInput"
1999
+ },
2000
+ chatcoopListUtcDatesWithNewRoomMessages: {
2001
+ data: "ListUtcDatesWithNewRoomMessagesInput"
2002
+ },
1958
2003
  getAccount: {
1959
2004
  data: "GetAccountInput"
1960
2005
  },
@@ -2102,6 +2147,7 @@ const AllTypesProps = {
2102
2147
  signatures: "SignatureInfoInput"
2103
2148
  },
2104
2149
  ReturnByMoneySignedMetaDocumentInput: {},
2150
+ RoomMessageKind: "enum",
2105
2151
  SbpDataInput: {},
2106
2152
  SearchDocumentsInput: {},
2107
2153
  SearchPrivateAccountsInput: {},
@@ -2118,6 +2164,7 @@ const AllTypesProps = {
2118
2164
  SendAgreementInput: {
2119
2165
  document: "SignedDigitalDocumentInput"
2120
2166
  },
2167
+ SetCapitalProjectDevelopmentRepositoryUrlInput: {},
2121
2168
  SetConfigInput: {
2122
2169
  config: "ConfigInput"
2123
2170
  },
@@ -2162,7 +2209,6 @@ const AllTypesProps = {
2162
2209
  StartVotingInput: {},
2163
2210
  StopProjectInput: {},
2164
2211
  StoryStatus: "enum",
2165
- CapitalStoryContentFormat: "enum",
2166
2212
  SubmitVoteInput: {
2167
2213
  votes: "VoteDistributionInput"
2168
2214
  },
@@ -2189,6 +2235,11 @@ const AllTypesProps = {
2189
2235
  UpdateBankAccountInput: {
2190
2236
  data: "BankAccountInput"
2191
2237
  },
2238
+ UpdateCallTranscriptionMemoInput: {},
2239
+ UpdateChatCoopCalendarEventInput: {
2240
+ endsAt: "DateTime",
2241
+ startsAt: "DateTime"
2242
+ },
2192
2243
  UpdateEntrepreneurDataInput: {
2193
2244
  country: "Country",
2194
2245
  details: "EntrepreneurDetailsInput"
@@ -2212,6 +2263,7 @@ const AllTypesProps = {
2212
2263
  UpdateRequestInput: {},
2213
2264
  UpdateSettingsInput: {},
2214
2265
  UpdateStoryInput: {
2266
+ content_format: "CapitalStoryContentFormat",
2215
2267
  status: "StoryStatus"
2216
2268
  },
2217
2269
  UserStatus: "enum",
@@ -2234,7 +2286,8 @@ const AllTypesProps = {
2234
2286
  WebPushSubscriptionDataInput: {
2235
2287
  keys: "WebPushSubscriptionKeysInput"
2236
2288
  },
2237
- WebPushSubscriptionKeysInput: {}
2289
+ WebPushSubscriptionKeysInput: {},
2290
+ ID: `scalar.ID`
2238
2291
  };
2239
2292
  const ReturnTypes = {
2240
2293
  Account: {
@@ -2378,6 +2431,7 @@ const ReturnTypes = {
2378
2431
  crps: "CapitalProjectCrpsData",
2379
2432
  data: "String",
2380
2433
  description: "String",
2434
+ development_repository_url: "String",
2381
2435
  fact: "CapitalProjectFactPool",
2382
2436
  id: "Int",
2383
2437
  invite: "String",
@@ -2510,6 +2564,7 @@ const ReturnTypes = {
2510
2564
  endedAt: "DateTime",
2511
2565
  id: "String",
2512
2566
  matrixRoomId: "String",
2567
+ memo: "String",
2513
2568
  participants: "String",
2514
2569
  roomId: "String",
2515
2570
  roomName: "String",
@@ -2636,8 +2691,8 @@ const ReturnTypes = {
2636
2691
  generator_offer_hash: "String",
2637
2692
  hours_per_day: "Float",
2638
2693
  id: "Int",
2639
- is_external_contract: "Boolean",
2640
2694
  is_external_blagorost_agreement: "Boolean",
2695
+ is_external_contract: "Boolean",
2641
2696
  last_energy_update: "String",
2642
2697
  level: "Int",
2643
2698
  main_wallet: "ProgramWallet",
@@ -2729,9 +2784,14 @@ const ReturnTypes = {
2729
2784
  creators: "String",
2730
2785
  cycle_id: "String",
2731
2786
  description: "String",
2732
- estimate: "Int",
2787
+ estimate: "Float",
2788
+ fact: "Float",
2789
+ fact_by_contributor: "CapitalIssueContributorFact",
2790
+ fact_committed: "Float",
2791
+ fact_uncommitted: "Float",
2733
2792
  id: "String",
2734
2793
  issue_hash: "String",
2794
+ linked_git_commits: "CapitalIssueLinkedGitCommit",
2735
2795
  metadata: "JSON",
2736
2796
  permissions: "CapitalIssuePermissions",
2737
2797
  present: "Boolean",
@@ -2742,6 +2802,18 @@ const ReturnTypes = {
2742
2802
  submaster: "String",
2743
2803
  title: "String"
2744
2804
  },
2805
+ CapitalIssueContributorFact: {
2806
+ contributor_hash: "String",
2807
+ hours: "Float"
2808
+ },
2809
+ CapitalIssueLinkedGitCommit: {
2810
+ commit_message: "String",
2811
+ committed_at: "DateTime",
2812
+ consumed: "Boolean",
2813
+ github_sha: "String",
2814
+ html_url: "String",
2815
+ username: "String"
2816
+ },
2745
2817
  CapitalIssuePermissions: {
2746
2818
  allowed_status_transitions: "IssueStatus",
2747
2819
  can_assign_creator: "Boolean",
@@ -2751,6 +2823,8 @@ const ReturnTypes = {
2751
2823
  can_delete_issue: "Boolean",
2752
2824
  can_delete_requirement: "Boolean",
2753
2825
  can_edit_issue: "Boolean",
2826
+ can_edit_requirement: "Boolean",
2827
+ can_move_issue: "Boolean",
2754
2828
  can_set_done: "Boolean",
2755
2829
  can_set_estimate: "Boolean",
2756
2830
  can_set_on_review: "Boolean",
@@ -2785,22 +2859,6 @@ const ReturnTypes = {
2785
2859
  onboarding_generator_program_template_hash: "String",
2786
2860
  onboarding_init_at: "String"
2787
2861
  },
2788
- CapitalProgramInvest: {
2789
- _created_at: "DateTime",
2790
- _id: "String",
2791
- _updated_at: "DateTime",
2792
- amount: "Float",
2793
- block_num: "Int",
2794
- blockchain_status: "String",
2795
- coopname: "String",
2796
- id: "Int",
2797
- invest_hash: "String",
2798
- invested_at: "String",
2799
- present: "Boolean",
2800
- statement: "DocumentAggregate",
2801
- status: "ProgramInvestStatus",
2802
- username: "String"
2803
- },
2804
2862
  CapitalProject: {
2805
2863
  _created_at: "DateTime",
2806
2864
  _id: "String",
@@ -2814,6 +2872,7 @@ const ReturnTypes = {
2814
2872
  crps: "CapitalProjectCrpsData",
2815
2873
  data: "String",
2816
2874
  description: "String",
2875
+ development_repository_url: "String",
2817
2876
  fact: "CapitalProjectFactPool",
2818
2877
  id: "Int",
2819
2878
  invite: "String",
@@ -2845,6 +2904,7 @@ const ReturnTypes = {
2845
2904
  crps: "CapitalProjectCrpsData",
2846
2905
  data: "String",
2847
2906
  description: "String",
2907
+ development_repository_url: "String",
2848
2908
  fact: "CapitalProjectFactPool",
2849
2909
  id: "Int",
2850
2910
  invite: "String",
@@ -2913,6 +2973,7 @@ const ReturnTypes = {
2913
2973
  can_delete_project: "Boolean",
2914
2974
  can_delete_requirement: "Boolean",
2915
2975
  can_edit_project: "Boolean",
2976
+ can_edit_requirement: "Boolean",
2916
2977
  can_manage_authors: "Boolean",
2917
2978
  can_manage_issues: "Boolean",
2918
2979
  can_set_master: "Boolean",
@@ -3061,8 +3122,8 @@ const ReturnTypes = {
3061
3122
  _id: "String",
3062
3123
  _updated_at: "DateTime",
3063
3124
  block_num: "Float",
3064
- coopname: "String",
3065
3125
  content_format: "CapitalStoryContentFormat",
3126
+ coopname: "String",
3066
3127
  created_by: "String",
3067
3128
  description: "String",
3068
3129
  issue_hash: "String",
@@ -3150,6 +3211,36 @@ const ReturnTypes = {
3150
3211
  name: "String",
3151
3212
  writeoff: "String"
3152
3213
  },
3214
+ ChatCoopCalendarEvent: {
3215
+ createdAt: "DateTime",
3216
+ createdByUsername: "String",
3217
+ description: "String",
3218
+ endsAt: "DateTime",
3219
+ icsSequence: "Int",
3220
+ id: "String",
3221
+ matrixRoomId: "String",
3222
+ startsAt: "DateTime",
3223
+ title: "String",
3224
+ updatedAt: "DateTime"
3225
+ },
3226
+ ChatCoopCalendarIcsUrlResponse: {
3227
+ icsUrl: "String"
3228
+ },
3229
+ ChatCoopCalendarRoomOption: {
3230
+ displayLabel: "String",
3231
+ matrixRoomId: "String"
3232
+ },
3233
+ ChatcoopProjectCommunicationRoom: {
3234
+ displayLabel: "String",
3235
+ matrixRoomId: "String"
3236
+ },
3237
+ ChatcoopRoomMessageLine: {
3238
+ authorLabel: "String",
3239
+ bodyText: "String",
3240
+ coopUsername: "String",
3241
+ kind: "RoomMessageKind",
3242
+ originServerTs: "Float"
3243
+ },
3153
3244
  ContactsDTO: {
3154
3245
  chairman: "PublicChairman",
3155
3246
  details: "OrganizationDetails",
@@ -3523,6 +3614,7 @@ const ReturnTypes = {
3523
3614
  agenda: "AgendaMeetPoint",
3524
3615
  close_at: "DateTime",
3525
3616
  coopname: "String",
3617
+ details: "String",
3526
3618
  hash: "String",
3527
3619
  initiator: "String",
3528
3620
  initiator_certificate: "UserCertificateUnion",
@@ -3601,6 +3693,7 @@ const ReturnTypes = {
3601
3693
  capitalCreateExpense: "Transaction",
3602
3694
  capitalCreateIssue: "CapitalIssue",
3603
3695
  capitalCreateProcessTemplate: "ProcessTemplate",
3696
+ capitalCreateProgramInvest: "Transaction",
3604
3697
  capitalCreateProgramProperty: "Transaction",
3605
3698
  capitalCreateProject: "Transaction",
3606
3699
  capitalCreateProjectInvest: "Transaction",
@@ -3634,6 +3727,7 @@ const ReturnTypes = {
3634
3727
  capitalGenerateGenerationToProjectConvertStatement: "GeneratedDocument",
3635
3728
  capitalGenerateGetLoanDecision: "GeneratedDocument",
3636
3729
  capitalGenerateGetLoanStatement: "GeneratedDocument",
3730
+ capitalGenerateProgramMoneyInvestStatement: "GeneratedDocument",
3637
3731
  capitalGenerateProjectGenerationContract: "GeneratedDocument",
3638
3732
  capitalGenerateRegistrationDocuments: "GenerateCapitalRegistrationDocumentsOutputDTO",
3639
3733
  capitalGenerateResultContributionAct: "GeneratedDocument",
@@ -3641,6 +3735,7 @@ const ReturnTypes = {
3641
3735
  capitalGenerateResultContributionStatement: "GeneratedDocument",
3642
3736
  capitalImportContributor: "Transaction",
3643
3737
  capitalMakeClearance: "Transaction",
3738
+ capitalMoveIssueToComponent: "CapitalIssue",
3644
3739
  capitalOpenProject: "CapitalProject",
3645
3740
  capitalPushResult: "CapitalSegment",
3646
3741
  capitalRefreshProgram: "Transaction",
@@ -3649,6 +3744,7 @@ const ReturnTypes = {
3649
3744
  capitalSetConfig: "Transaction",
3650
3745
  capitalSetMaster: "Transaction",
3651
3746
  capitalSetPlan: "CapitalProject",
3747
+ capitalSetProjectDevelopmentRepositoryUrl: "CapitalProject",
3652
3748
  capitalSignActAsChairman: "CapitalSegment",
3653
3749
  capitalSignActAsContributor: "CapitalSegment",
3654
3750
  capitalStartProcess: "ProcessInstance",
@@ -3662,6 +3758,11 @@ const ReturnTypes = {
3662
3758
  chairmanConfirmApprove: "Approval",
3663
3759
  chairmanDeclineApprove: "Approval",
3664
3760
  chatcoopCreateAccount: "Boolean",
3761
+ chatcoopCreateCalendarEvent: "ChatCoopCalendarEvent",
3762
+ chatcoopCreateCalendarIcsSubscription: "ChatCoopCalendarIcsUrlResponse",
3763
+ chatcoopDeleteCalendarEvent: "Boolean",
3764
+ chatcoopUpdateCalendarEvent: "ChatCoopCalendarEvent",
3765
+ chatcoopUpdateTranscriptionMemo: "CallTranscription",
3665
3766
  completeCapitalOnboardingStep: "CapitalOnboardingState",
3666
3767
  completeChairmanAgendaStep: "ChairmanOnboardingState",
3667
3768
  completeChairmanGeneralMeetStep: "ChairmanOnboardingState",
@@ -3879,12 +3980,6 @@ const ReturnTypes = {
3879
3980
  totalCount: "Int",
3880
3981
  totalPages: "Int"
3881
3982
  },
3882
- PaginatedCapitalProgramInvestsPaginationResult: {
3883
- currentPage: "Int",
3884
- items: "CapitalProgramInvest",
3885
- totalCount: "Int",
3886
- totalPages: "Int"
3887
- },
3888
3983
  PaginatedCapitalProjectsPaginationResult: {
3889
3984
  currentPage: "Int",
3890
3985
  items: "CapitalProject",
@@ -4144,8 +4239,6 @@ const ReturnTypes = {
4144
4239
  capitalInvests: "PaginatedCapitalInvestsPaginationResult",
4145
4240
  capitalIssue: "CapitalIssue",
4146
4241
  capitalIssues: "PaginatedCapitalIssuesPaginationResult",
4147
- capitalProgramInvest: "CapitalProgramInvest",
4148
- capitalProgramInvests: "PaginatedCapitalProgramInvestsPaginationResult",
4149
4242
  capitalProject: "CapitalProject",
4150
4243
  capitalProjectWithRelations: "CapitalProject",
4151
4244
  capitalProjects: "PaginatedCapitalProjectsPaginationResult",
@@ -4165,8 +4258,14 @@ const ReturnTypes = {
4165
4258
  chairmanApprovals: "PaginatedChairmanApprovalsPaginationResult",
4166
4259
  chatcoopCheckUsernameAvailability: "Boolean",
4167
4260
  chatcoopGetAccountStatus: "MatrixAccountStatusResponseDTO",
4261
+ chatcoopGetMaxOriginServerTsForRoom: "Float",
4262
+ chatcoopGetRoomMessagesForUtcDate: "ChatcoopRoomMessageLine",
4168
4263
  chatcoopGetTranscription: "CallTranscriptionWithSegments",
4169
4264
  chatcoopGetTranscriptions: "CallTranscription",
4265
+ chatcoopListCalendarEvents: "ChatCoopCalendarEvent",
4266
+ chatcoopListCalendarRooms: "ChatCoopCalendarRoomOption",
4267
+ chatcoopListProjectCommunicationRooms: "ChatcoopProjectCommunicationRoom",
4268
+ chatcoopListUtcDatesWithNewRoomMessages: "String",
4170
4269
  getAccount: "Account",
4171
4270
  getAccounts: "AccountsPaginationResult",
4172
4271
  getActions: "PaginatedActionsPaginationResult",
@@ -4440,7 +4539,8 @@ const ReturnTypes = {
4440
4539
  updatedAt: "DateTime",
4441
4540
  userAgent: "String",
4442
4541
  username: "String"
4443
- }
4542
+ },
4543
+ ID: `scalar.ID`
4444
4544
  };
4445
4545
  const Ops = {
4446
4546
  query: "Query",
@@ -4501,6 +4601,109 @@ const apiSubscription = (options) => {
4501
4601
  };
4502
4602
  };
4503
4603
  };
4604
+ const apiSubscriptionSSE = (options) => (query, variables) => {
4605
+ const url = options[0];
4606
+ const fetchOptions = options[1] || {};
4607
+ let abortController = null;
4608
+ let reader = null;
4609
+ let onCallback = null;
4610
+ let errorCallback = null;
4611
+ let openCallback = null;
4612
+ let offCallback = null;
4613
+ let isClosing = false;
4614
+ const startStream = async () => {
4615
+ try {
4616
+ abortController = new AbortController();
4617
+ const response = await fetch(url, {
4618
+ method: "POST",
4619
+ headers: {
4620
+ Accept: "text/event-stream",
4621
+ "Content-Type": "application/json",
4622
+ "Cache-Control": "no-cache",
4623
+ ...fetchOptions.headers
4624
+ },
4625
+ body: JSON.stringify({ query, variables }),
4626
+ signal: abortController.signal,
4627
+ ...fetchOptions
4628
+ });
4629
+ if (!response.ok) {
4630
+ throw new Error(`HTTP error! status: ${response.status}`);
4631
+ }
4632
+ if (openCallback) {
4633
+ openCallback();
4634
+ }
4635
+ reader = response.body?.getReader() || null;
4636
+ if (!reader) {
4637
+ throw new Error("No response body");
4638
+ }
4639
+ const decoder = new TextDecoder();
4640
+ let buffer = "";
4641
+ while (true) {
4642
+ const { done, value } = await reader.read();
4643
+ if (done) {
4644
+ if (offCallback) {
4645
+ offCallback({ data: null, code: 1e3, reason: "Stream completed" });
4646
+ }
4647
+ break;
4648
+ }
4649
+ buffer += decoder.decode(value, { stream: true });
4650
+ const lines = buffer.split("\n");
4651
+ buffer = lines.pop() || "";
4652
+ for (const line of lines) {
4653
+ if (line.startsWith("data: ")) {
4654
+ try {
4655
+ const data = line.slice(6);
4656
+ const parsed = JSON.parse(data);
4657
+ if (parsed.errors) {
4658
+ if (errorCallback) {
4659
+ errorCallback({ data: parsed.data, errors: parsed.errors });
4660
+ }
4661
+ } else if (onCallback && parsed.data) {
4662
+ onCallback(parsed.data);
4663
+ }
4664
+ } catch {
4665
+ if (errorCallback) {
4666
+ errorCallback({ errors: ["Failed to parse SSE data"] });
4667
+ }
4668
+ }
4669
+ }
4670
+ }
4671
+ }
4672
+ } catch (err) {
4673
+ const error = err;
4674
+ if (error.name !== "AbortError" && !isClosing && errorCallback) {
4675
+ errorCallback({ errors: [error.message || "Unknown error"] });
4676
+ }
4677
+ }
4678
+ };
4679
+ return {
4680
+ on: (e) => {
4681
+ onCallback = e;
4682
+ },
4683
+ off: (e) => {
4684
+ offCallback = e;
4685
+ },
4686
+ error: (e) => {
4687
+ errorCallback = e;
4688
+ },
4689
+ open: (e) => {
4690
+ if (e) {
4691
+ openCallback = e;
4692
+ }
4693
+ startStream();
4694
+ },
4695
+ close: () => {
4696
+ isClosing = true;
4697
+ if (abortController) {
4698
+ abortController.abort();
4699
+ }
4700
+ if (reader) {
4701
+ reader.cancel().catch(() => {
4702
+ });
4703
+ }
4704
+ }
4705
+ };
4706
+ };
4504
4707
  const handleFetchResponse = (response) => {
4505
4708
  if (!response.ok) {
4506
4709
  return new Promise((_, reject) => {
@@ -4649,6 +4852,39 @@ const SubscriptionThunder = (fn, thunderGraphQLOptions) => (operation, graphqlOp
4649
4852
  return returnedFunction;
4650
4853
  };
4651
4854
  const Subscription = (...options) => SubscriptionThunder(apiSubscription(options));
4855
+ const SubscriptionThunderSSE = (fn, thunderGraphQLOptions) => (operation, graphqlOptions) => (o, ops) => {
4856
+ const options = {
4857
+ ...thunderGraphQLOptions,
4858
+ ...graphqlOptions
4859
+ };
4860
+ const returnedFunction = fn(
4861
+ Zeus(operation, o, {
4862
+ operationOptions: ops,
4863
+ scalars: options?.scalars
4864
+ }),
4865
+ ops?.variables
4866
+ );
4867
+ if (returnedFunction?.on && options?.scalars) {
4868
+ const wrapped = returnedFunction.on;
4869
+ returnedFunction.on = (fnToCall) => wrapped((data) => {
4870
+ if (options?.scalars) {
4871
+ return fnToCall(
4872
+ decodeScalarsInResponse({
4873
+ response: data,
4874
+ initialOp: operation,
4875
+ initialZeusQuery: o,
4876
+ returns: ReturnTypes,
4877
+ scalars: options.scalars,
4878
+ ops: Ops
4879
+ })
4880
+ );
4881
+ }
4882
+ return fnToCall(data);
4883
+ });
4884
+ }
4885
+ return returnedFunction;
4886
+ };
4887
+ const SubscriptionSSE = (...options) => SubscriptionThunderSSE(apiSubscriptionSSE(options));
4652
4888
  const Zeus = (operation, o, ops) => InternalsBuildQuery({
4653
4889
  props: AllTypesProps,
4654
4890
  returns: ReturnTypes,
@@ -4744,7 +4980,7 @@ const traverseResponse = ({
4744
4980
  const SEPARATOR = "|";
4745
4981
  class GraphQLError extends Error {
4746
4982
  constructor(response) {
4747
- super("");
4983
+ super(response.errors?.[0]?.message || "GraphQL Response Error");
4748
4984
  this.response = response;
4749
4985
  console.error(response);
4750
4986
  }
@@ -4954,7 +5190,7 @@ const InternalArgsBuilt = ({
4954
5190
  };
4955
5191
  return arb;
4956
5192
  };
4957
- const resolverFor = (type, field, fn) => fn;
5193
+ const resolverFor = (_type, _field, fn) => fn;
4958
5194
  const START_VAR_NAME = `$ZEUS_VAR`;
4959
5195
  const GRAPHQL_TYPE_SEPARATOR = `__$GRAPHQL__`;
4960
5196
  const $ = (name, graphqlType) => {
@@ -4992,6 +5228,13 @@ var CapitalOnboardingStep = /* @__PURE__ */ ((CapitalOnboardingStep2) => {
4992
5228
  CapitalOnboardingStep2["generator_program_template"] = "generator_program_template";
4993
5229
  return CapitalOnboardingStep2;
4994
5230
  })(CapitalOnboardingStep || {});
5231
+ var CapitalStoryContentFormat = /* @__PURE__ */ ((CapitalStoryContentFormat2) => {
5232
+ CapitalStoryContentFormat2["BPMN"] = "BPMN";
5233
+ CapitalStoryContentFormat2["DRAWIO"] = "DRAWIO";
5234
+ CapitalStoryContentFormat2["MARKDOWN"] = "MARKDOWN";
5235
+ CapitalStoryContentFormat2["MERMAID"] = "MERMAID";
5236
+ return CapitalStoryContentFormat2;
5237
+ })(CapitalStoryContentFormat || {});
4995
5238
  var ChairmanOnboardingAgendaStep = /* @__PURE__ */ ((ChairmanOnboardingAgendaStep2) => {
4996
5239
  ChairmanOnboardingAgendaStep2["participant_application"] = "participant_application";
4997
5240
  ChairmanOnboardingAgendaStep2["privacy_agreement"] = "privacy_agreement";
@@ -5209,11 +5452,6 @@ var ProcessTemplateStatus = /* @__PURE__ */ ((ProcessTemplateStatus2) => {
5209
5452
  ProcessTemplateStatus2["DRAFT"] = "DRAFT";
5210
5453
  return ProcessTemplateStatus2;
5211
5454
  })(ProcessTemplateStatus || {});
5212
- var ProgramInvestStatus = /* @__PURE__ */ ((ProgramInvestStatus2) => {
5213
- ProgramInvestStatus2["CREATED"] = "CREATED";
5214
- ProgramInvestStatus2["UNDEFINED"] = "UNDEFINED";
5215
- return ProgramInvestStatus2;
5216
- })(ProgramInvestStatus || {});
5217
5455
  var ProgramKey = /* @__PURE__ */ ((ProgramKey2) => {
5218
5456
  ProgramKey2["CAPITALIZATION"] = "CAPITALIZATION";
5219
5457
  ProgramKey2["GENERATION"] = "GENERATION";
@@ -5259,6 +5497,11 @@ var ResultStatus = /* @__PURE__ */ ((ResultStatus2) => {
5259
5497
  ResultStatus2["UNDEFINED"] = "UNDEFINED";
5260
5498
  return ResultStatus2;
5261
5499
  })(ResultStatus || {});
5500
+ var RoomMessageKind = /* @__PURE__ */ ((RoomMessageKind2) => {
5501
+ RoomMessageKind2["AUDIO"] = "AUDIO";
5502
+ RoomMessageKind2["TEXT"] = "TEXT";
5503
+ return RoomMessageKind2;
5504
+ })(RoomMessageKind || {});
5262
5505
  var SegmentStatus = /* @__PURE__ */ ((SegmentStatus2) => {
5263
5506
  SegmentStatus2["ACT1"] = "ACT1";
5264
5507
  SegmentStatus2["APPROVED"] = "APPROVED";
@@ -5278,13 +5521,6 @@ var StoryStatus = /* @__PURE__ */ ((StoryStatus2) => {
5278
5521
  StoryStatus2["PENDING"] = "PENDING";
5279
5522
  return StoryStatus2;
5280
5523
  })(StoryStatus || {});
5281
- var CapitalStoryContentFormat = /* @__PURE__ */ ((CapitalStoryContentFormat2) => {
5282
- CapitalStoryContentFormat2["BPMN"] = "BPMN";
5283
- CapitalStoryContentFormat2["DRAWIO"] = "DRAWIO";
5284
- CapitalStoryContentFormat2["MARKDOWN"] = "MARKDOWN";
5285
- CapitalStoryContentFormat2["MERMAID"] = "MERMAID";
5286
- return CapitalStoryContentFormat2;
5287
- })(CapitalStoryContentFormat || {});
5288
5524
  var SystemStatus = /* @__PURE__ */ ((SystemStatus2) => {
5289
5525
  SystemStatus2["active"] = "active";
5290
5526
  SystemStatus2["initialized"] = "initialized";
@@ -5350,20 +5586,22 @@ const index$M = {
5350
5586
  ProcessInstanceStatus: ProcessInstanceStatus,
5351
5587
  ProcessStepStatus: ProcessStepStatus,
5352
5588
  ProcessTemplateStatus: ProcessTemplateStatus,
5353
- ProgramInvestStatus: ProgramInvestStatus,
5354
5589
  ProgramKey: ProgramKey,
5355
5590
  ProgramType: ProgramType,
5356
5591
  ProjectStatus: ProjectStatus,
5357
5592
  ReportType: ReportType,
5358
5593
  ResolveFromPath: ResolveFromPath,
5359
5594
  ResultStatus: ResultStatus,
5595
+ RoomMessageKind: RoomMessageKind,
5360
5596
  SEPARATOR: SEPARATOR,
5361
5597
  START_VAR_NAME: START_VAR_NAME,
5362
5598
  SegmentStatus: SegmentStatus,
5363
5599
  Selector: Selector,
5364
5600
  StoryStatus: StoryStatus,
5365
5601
  Subscription: Subscription,
5602
+ SubscriptionSSE: SubscriptionSSE,
5366
5603
  SubscriptionThunder: SubscriptionThunder,
5604
+ SubscriptionThunderSSE: SubscriptionThunderSSE,
5367
5605
  SystemStatus: SystemStatus,
5368
5606
  Thunder: Thunder,
5369
5607
  TranscriptionStatus: TranscriptionStatus,
@@ -5374,6 +5612,7 @@ const index$M = {
5374
5612
  ZeusSelect: ZeusSelect,
5375
5613
  apiFetch: apiFetch,
5376
5614
  apiSubscription: apiSubscription,
5615
+ apiSubscriptionSSE: apiSubscriptionSSE,
5377
5616
  decodeScalarsInResponse: decodeScalarsInResponse,
5378
5617
  fields: fields,
5379
5618
  purifyGraphQLKey: purifyGraphQLKey,
@@ -5756,37 +5995,37 @@ const registeredAccountSelector = Selector("RegisteredAccount")(
5756
5995
  rawRegisteredAccountSelector
5757
5996
  );
5758
5997
 
5759
- const name$3G = "registerAccount";
5760
- const mutation$2y = Selector("Mutation")({
5761
- [name$3G]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5998
+ const name$3T = "registerAccount";
5999
+ const mutation$2H = Selector("Mutation")({
6000
+ [name$3T]: [{ data: $("data", "RegisterAccountInput!") }, registeredAccountSelector]
5762
6001
  });
5763
6002
 
5764
6003
  const registerAccount = {
5765
6004
  __proto__: null,
5766
- mutation: mutation$2y,
5767
- name: name$3G
6005
+ mutation: mutation$2H,
6006
+ name: name$3T
5768
6007
  };
5769
6008
 
5770
- const name$3F = "resetKey";
5771
- const mutation$2x = Selector("Mutation")({
5772
- [name$3F]: [{ data: $("data", "ResetKeyInput!") }, true]
6009
+ const name$3S = "resetKey";
6010
+ const mutation$2G = Selector("Mutation")({
6011
+ [name$3S]: [{ data: $("data", "ResetKeyInput!") }, true]
5773
6012
  });
5774
6013
 
5775
6014
  const resetKey = {
5776
6015
  __proto__: null,
5777
- mutation: mutation$2x,
5778
- name: name$3F
6016
+ mutation: mutation$2G,
6017
+ name: name$3S
5779
6018
  };
5780
6019
 
5781
- const name$3E = "startResetKey";
5782
- const mutation$2w = Selector("Mutation")({
5783
- [name$3E]: [{ data: $("data", "StartResetKeyInput!") }, true]
6020
+ const name$3R = "startResetKey";
6021
+ const mutation$2F = Selector("Mutation")({
6022
+ [name$3R]: [{ data: $("data", "StartResetKeyInput!") }, true]
5784
6023
  });
5785
6024
 
5786
6025
  const startResetKey = {
5787
6026
  __proto__: null,
5788
- mutation: mutation$2w,
5789
- name: name$3E
6027
+ mutation: mutation$2F,
6028
+ name: name$3R
5790
6029
  };
5791
6030
 
5792
6031
  const paginationSelector = {
@@ -6116,6 +6355,7 @@ const rawProjectPermissionsSelector = {
6116
6355
  pending_clearance: true,
6117
6356
  is_guest: true,
6118
6357
  can_create_requirement: true,
6358
+ can_edit_requirement: true,
6119
6359
  can_delete_requirement: true,
6120
6360
  can_complete_requirement: true
6121
6361
  };
@@ -6137,6 +6377,8 @@ const rawBaseProjectSelector = {
6137
6377
  master: true,
6138
6378
  title: true,
6139
6379
  description: true,
6380
+ /** URL репозитория для опроса маркеров коммитов (PRD §6.2.1) */
6381
+ development_repository_url: true,
6140
6382
  meta: true,
6141
6383
  created_at: true,
6142
6384
  counts: rawProjectCountsDataSelector,
@@ -6364,11 +6606,25 @@ const rawIssuePermissionsSelector = {
6364
6606
  is_guest: true,
6365
6607
  can_assign_creator: true,
6366
6608
  can_create_requirement: true,
6609
+ can_edit_requirement: true,
6367
6610
  can_delete_requirement: true,
6368
6611
  can_complete_requirement: true,
6369
6612
  allowed_status_transitions: true,
6370
6613
  can_set_estimate: true,
6371
- can_set_priority: true
6614
+ can_set_priority: true,
6615
+ can_move_issue: true
6616
+ };
6617
+ const rawLinkedGitCommitsSelector = {
6618
+ github_sha: true,
6619
+ html_url: true,
6620
+ username: true,
6621
+ committed_at: true,
6622
+ consumed: true,
6623
+ commit_message: true
6624
+ };
6625
+ const rawIssueContributorFactSelector = {
6626
+ contributor_hash: true,
6627
+ hours: true
6372
6628
  };
6373
6629
  const rawIssueSelector = {
6374
6630
  ...baseCapitalSelector,
@@ -6386,7 +6642,12 @@ const rawIssueSelector = {
6386
6642
  project_hash: true,
6387
6643
  cycle_id: true,
6388
6644
  metadata: true,
6389
- permissions: rawIssuePermissionsSelector
6645
+ linked_git_commits: rawLinkedGitCommitsSelector,
6646
+ permissions: rawIssuePermissionsSelector,
6647
+ fact: true,
6648
+ fact_committed: true,
6649
+ fact_uncommitted: true,
6650
+ fact_by_contributor: rawIssueContributorFactSelector
6390
6651
  };
6391
6652
  const issueSelector = Selector("CapitalIssue")(rawIssueSelector);
6392
6653
 
@@ -6421,20 +6682,6 @@ const onboardingStateFields$1 = {
6421
6682
  };
6422
6683
  const capitalOnboardingStateSelector = Selector("CapitalOnboardingState")(onboardingStateFields$1);
6423
6684
 
6424
- const rawProgramInvestSelector = {
6425
- ...baseCapitalSelector,
6426
- id: true,
6427
- status: true,
6428
- invest_hash: true,
6429
- coopname: true,
6430
- username: true,
6431
- blockchain_status: true,
6432
- invested_at: true,
6433
- amount: true,
6434
- statement: rawDocumentAggregateSelector
6435
- };
6436
- const programInvestSelector = Selector("CapitalProgramInvest")(rawProgramInvestSelector);
6437
-
6438
6685
  const rawResultSelector = {
6439
6686
  ...baseCapitalSelector,
6440
6687
  id: true,
@@ -6596,8 +6843,6 @@ const rawContributorsPaginationSelector = { ...paginationSelector, items: rawCon
6596
6843
  const contributorsPaginationSelector = Selector("PaginatedCapitalContributorsPaginationResult")(rawContributorsPaginationSelector);
6597
6844
  const rawInvestsPaginationSelector = { ...paginationSelector, items: rawInvestSelector };
6598
6845
  const investsPaginationSelector = Selector("PaginatedCapitalInvestsPaginationResult")(rawInvestsPaginationSelector);
6599
- const rawProgramInvestsPaginationSelector = { ...paginationSelector, items: rawProgramInvestSelector };
6600
- const programInvestsPaginationSelector = Selector("PaginatedCapitalProgramInvestsPaginationResult")(rawProgramInvestsPaginationSelector);
6601
6846
  const rawDebtsPaginationSelector = { ...paginationSelector, items: rawDebtSelector };
6602
6847
  const debtsPaginationSelector = Selector("PaginatedCapitalDebtsPaginationResult")(rawDebtsPaginationSelector);
6603
6848
  const rawResultsPaginationSelector = { ...paginationSelector, items: rawResultSelector };
@@ -6640,6 +6885,24 @@ const rawTimeStatsSelector = {
6640
6885
  };
6641
6886
  const flexibleTimeStatsSelector = Selector("CapitalTimeStats")(rawTimeStatsSelector);
6642
6887
 
6888
+ const rawChatcoopProjectCommunicationRoomSelector = {
6889
+ matrixRoomId: true,
6890
+ displayLabel: true
6891
+ };
6892
+ const chatcoopProjectCommunicationRoomSelector = Selector("ChatcoopProjectCommunicationRoom")(
6893
+ rawChatcoopProjectCommunicationRoomSelector
6894
+ );
6895
+ const rawChatcoopRoomMessageLineSelector = {
6896
+ originServerTs: true,
6897
+ authorLabel: true,
6898
+ coopUsername: true,
6899
+ kind: true,
6900
+ bodyText: true
6901
+ };
6902
+ const chatcoopRoomMessageLineSelector = Selector("ChatcoopRoomMessageLine")(
6903
+ rawChatcoopRoomMessageLineSelector
6904
+ );
6905
+
6643
6906
  const rawTranscriptionSegmentSelector = {
6644
6907
  id: true,
6645
6908
  speakerIdentity: true,
@@ -6659,6 +6922,7 @@ const rawCallTranscriptionSelector = {
6659
6922
  endedAt: true,
6660
6923
  participants: true,
6661
6924
  status: true,
6925
+ memo: true,
6662
6926
  createdAt: true,
6663
6927
  updatedAt: true
6664
6928
  };
@@ -6675,6 +6939,32 @@ const rawChatCoopAccountStatusSelector = {
6675
6939
  iframeUrl: true
6676
6940
  };
6677
6941
  const chatcoopAccountStatusSelector = Selector("MatrixAccountStatusResponseDTO")(rawChatCoopAccountStatusSelector);
6942
+ const rawChatCoopCalendarRoomOptionSelector = {
6943
+ matrixRoomId: true,
6944
+ displayLabel: true
6945
+ };
6946
+ const chatCoopCalendarRoomOptionSelector = Selector("ChatCoopCalendarRoomOption")(
6947
+ rawChatCoopCalendarRoomOptionSelector
6948
+ );
6949
+ const rawChatCoopCalendarEventSelector = {
6950
+ id: true,
6951
+ matrixRoomId: true,
6952
+ title: true,
6953
+ description: true,
6954
+ startsAt: true,
6955
+ endsAt: true,
6956
+ createdByUsername: true,
6957
+ icsSequence: true,
6958
+ createdAt: true,
6959
+ updatedAt: true
6960
+ };
6961
+ const chatCoopCalendarEventSelector = Selector("ChatCoopCalendarEvent")(rawChatCoopCalendarEventSelector);
6962
+ const rawChatCoopCalendarIcsUrlSelector = {
6963
+ icsUrl: true
6964
+ };
6965
+ const chatCoopCalendarIcsUrlSelector = Selector("ChatCoopCalendarIcsUrlResponse")(
6966
+ rawChatCoopCalendarIcsUrlSelector
6967
+ );
6678
6968
 
6679
6969
  const rawCommonRequestSelector = {
6680
6970
  hash: true,
@@ -6847,7 +7137,8 @@ const rawMeetPreProcessingSelector = {
6847
7137
  agenda: rawAgendaMeetPointSelector,
6848
7138
  open_at: true,
6849
7139
  close_at: true,
6850
- proposal: rawDocumentAggregateSelector
7140
+ proposal: rawDocumentAggregateSelector,
7141
+ details: true
6851
7142
  };
6852
7143
  const meetPreProcessingSelector = Selector("MeetPreProcessing")(rawMeetPreProcessingSelector);
6853
7144
 
@@ -7224,7 +7515,12 @@ const index$L = {
7224
7515
  capitalCandidatesPaginationSelector: capitalCandidatesPaginationSelector,
7225
7516
  capitalOnboardingStateSelector: capitalOnboardingStateSelector,
7226
7517
  chartOfAccountsItemSelector: chartOfAccountsItemSelector,
7518
+ chatCoopCalendarEventSelector: chatCoopCalendarEventSelector,
7519
+ chatCoopCalendarIcsUrlSelector: chatCoopCalendarIcsUrlSelector,
7520
+ chatCoopCalendarRoomOptionSelector: chatCoopCalendarRoomOptionSelector,
7227
7521
  chatcoopAccountStatusSelector: chatcoopAccountStatusSelector,
7522
+ chatcoopProjectCommunicationRoomSelector: chatcoopProjectCommunicationRoomSelector,
7523
+ chatcoopRoomMessageLineSelector: chatcoopRoomMessageLineSelector,
7228
7524
  commitSelector: commitSelector,
7229
7525
  commitsPaginationSelector: commitsPaginationSelector,
7230
7526
  configSelector: configSelector,
@@ -7277,8 +7573,6 @@ const index$L = {
7277
7573
  paymentMethodSelector: paymentMethodSelector,
7278
7574
  paymentSelector: paymentSelector,
7279
7575
  privateAccountSelector: privateAccountSelector,
7280
- programInvestSelector: programInvestSelector,
7281
- programInvestsPaginationSelector: programInvestsPaginationSelector,
7282
7576
  programWalletSelector: programWalletSelector,
7283
7577
  programWalletsPaginationSelector: programWalletsPaginationSelector,
7284
7578
  projectSelector: projectSelector,
@@ -7306,6 +7600,8 @@ const index$L = {
7306
7600
  rawCapitalCandidatesPaginationSelector: rawCapitalCandidatesPaginationSelector,
7307
7601
  rawChartOfAccountsItemSelector: rawChartOfAccountsItemSelector,
7308
7602
  rawChatCoopAccountStatusSelector: rawChatCoopAccountStatusSelector,
7603
+ rawChatcoopProjectCommunicationRoomSelector: rawChatcoopProjectCommunicationRoomSelector,
7604
+ rawChatcoopRoomMessageLineSelector: rawChatcoopRoomMessageLineSelector,
7309
7605
  rawCommitSelector: rawCommitSelector,
7310
7606
  rawCommonRequestSelector: rawCommonRequestSelector,
7311
7607
  rawConfigSelector: rawConfigSelector,
@@ -7353,7 +7649,6 @@ const index$L = {
7353
7649
  rawPaymentMethodSelector: rawPaymentMethodSelector,
7354
7650
  rawPaymentSelector: rawPaymentSelector,
7355
7651
  rawPrivateAccountSelector: rawPrivateAccountSelector,
7356
- rawProgramInvestSelector: rawProgramInvestSelector,
7357
7652
  rawProgramWalletSelector: rawProgramWalletSelector,
7358
7653
  rawProgramWalletsPaginationSelector: rawProgramWalletsPaginationSelector,
7359
7654
  rawProjectCountsDataSelector: rawProjectCountsDataSelector,
@@ -7409,15 +7704,15 @@ const index$L = {
7409
7704
  webPushSubscriptionSelector: webPushSubscriptionSelector
7410
7705
  };
7411
7706
 
7412
- const name$3D = "updateAccount";
7413
- const mutation$2v = Selector("Mutation")({
7414
- [name$3D]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
7707
+ const name$3Q = "updateAccount";
7708
+ const mutation$2E = Selector("Mutation")({
7709
+ [name$3Q]: [{ data: $("data", "UpdateAccountInput!") }, accountSelector]
7415
7710
  });
7416
7711
 
7417
7712
  const updateAccount = {
7418
7713
  __proto__: null,
7419
- mutation: mutation$2v,
7420
- name: name$3D
7714
+ mutation: mutation$2E,
7715
+ name: name$3Q
7421
7716
  };
7422
7717
 
7423
7718
  const index$K = {
@@ -7428,81 +7723,81 @@ const index$K = {
7428
7723
  UpdateAccount: updateAccount
7429
7724
  };
7430
7725
 
7431
- const name$3C = "generatePrivacyAgreement";
7432
- const mutation$2u = Selector("Mutation")({
7433
- [name$3C]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7726
+ const name$3P = "generatePrivacyAgreement";
7727
+ const mutation$2D = Selector("Mutation")({
7728
+ [name$3P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7434
7729
  });
7435
7730
 
7436
7731
  const generatePrivacyAgreement = {
7437
7732
  __proto__: null,
7438
- mutation: mutation$2u,
7439
- name: name$3C
7733
+ mutation: mutation$2D,
7734
+ name: name$3P
7440
7735
  };
7441
7736
 
7442
- const name$3B = "generateSignatureAgreement";
7443
- const mutation$2t = Selector("Mutation")({
7444
- [name$3B]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7737
+ const name$3O = "generateSignatureAgreement";
7738
+ const mutation$2C = Selector("Mutation")({
7739
+ [name$3O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7445
7740
  });
7446
7741
 
7447
7742
  const generateSignatureAgreement = {
7448
7743
  __proto__: null,
7449
- mutation: mutation$2t,
7450
- name: name$3B
7744
+ mutation: mutation$2C,
7745
+ name: name$3O
7451
7746
  };
7452
7747
 
7453
- const name$3A = "generateWalletAgreement";
7454
- const mutation$2s = Selector("Mutation")({
7455
- [name$3A]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7748
+ const name$3N = "generateWalletAgreement";
7749
+ const mutation$2B = Selector("Mutation")({
7750
+ [name$3N]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7456
7751
  });
7457
7752
 
7458
7753
  const generateWalletAgreement = {
7459
7754
  __proto__: null,
7460
- mutation: mutation$2s,
7461
- name: name$3A
7755
+ mutation: mutation$2B,
7756
+ name: name$3N
7462
7757
  };
7463
7758
 
7464
- const name$3z = "generateUserAgreement";
7465
- const mutation$2r = Selector("Mutation")({
7466
- [name$3z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7759
+ const name$3M = "generateUserAgreement";
7760
+ const mutation$2A = Selector("Mutation")({
7761
+ [name$3M]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7467
7762
  });
7468
7763
 
7469
7764
  const generateUserAgreement = {
7470
7765
  __proto__: null,
7471
- mutation: mutation$2r,
7472
- name: name$3z
7766
+ mutation: mutation$2A,
7767
+ name: name$3M
7473
7768
  };
7474
7769
 
7475
- const name$3y = "sendAgreement";
7476
- const mutation$2q = Selector("Mutation")({
7477
- [name$3y]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
7770
+ const name$3L = "sendAgreement";
7771
+ const mutation$2z = Selector("Mutation")({
7772
+ [name$3L]: [{ data: $("data", "SendAgreementInput!") }, rawTransactionSelector]
7478
7773
  });
7479
7774
 
7480
7775
  const sendAgreement = {
7481
7776
  __proto__: null,
7482
- mutation: mutation$2q,
7483
- name: name$3y
7777
+ mutation: mutation$2z,
7778
+ name: name$3L
7484
7779
  };
7485
7780
 
7486
- const name$3x = "confirmAgreement";
7487
- const mutation$2p = Selector("Mutation")({
7488
- [name$3x]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
7781
+ const name$3K = "confirmAgreement";
7782
+ const mutation$2y = Selector("Mutation")({
7783
+ [name$3K]: [{ data: $("data", "ConfirmAgreementInput!") }, rawTransactionSelector]
7489
7784
  });
7490
7785
 
7491
7786
  const confirmAgreement = {
7492
7787
  __proto__: null,
7493
- mutation: mutation$2p,
7494
- name: name$3x
7788
+ mutation: mutation$2y,
7789
+ name: name$3K
7495
7790
  };
7496
7791
 
7497
- const name$3w = "declineAgreement";
7498
- const mutation$2o = Selector("Mutation")({
7499
- [name$3w]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
7792
+ const name$3J = "declineAgreement";
7793
+ const mutation$2x = Selector("Mutation")({
7794
+ [name$3J]: [{ data: $("data", "DeclineAgreementInput!") }, rawTransactionSelector]
7500
7795
  });
7501
7796
 
7502
7797
  const declineAgreement = {
7503
7798
  __proto__: null,
7504
- mutation: mutation$2o,
7505
- name: name$3w
7799
+ mutation: mutation$2x,
7800
+ name: name$3J
7506
7801
  };
7507
7802
 
7508
7803
  const index$J = {
@@ -7516,37 +7811,37 @@ const index$J = {
7516
7811
  SendAgreement: sendAgreement
7517
7812
  };
7518
7813
 
7519
- const name$3v = "refresh";
7520
- const mutation$2n = Selector("Mutation")({
7521
- [name$3v]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
7814
+ const name$3I = "refresh";
7815
+ const mutation$2w = Selector("Mutation")({
7816
+ [name$3I]: [{ data: $("data", "RefreshInput!") }, registeredAccountSelector]
7522
7817
  });
7523
7818
 
7524
7819
  const refresh = {
7525
7820
  __proto__: null,
7526
- mutation: mutation$2n,
7527
- name: name$3v
7821
+ mutation: mutation$2w,
7822
+ name: name$3I
7528
7823
  };
7529
7824
 
7530
- const name$3u = "logout";
7531
- const mutation$2m = Selector("Mutation")({
7532
- [name$3u]: [{ data: $("data", "LogoutInput!") }, true]
7825
+ const name$3H = "logout";
7826
+ const mutation$2v = Selector("Mutation")({
7827
+ [name$3H]: [{ data: $("data", "LogoutInput!") }, true]
7533
7828
  });
7534
7829
 
7535
7830
  const logout = {
7536
7831
  __proto__: null,
7537
- mutation: mutation$2m,
7538
- name: name$3u
7832
+ mutation: mutation$2v,
7833
+ name: name$3H
7539
7834
  };
7540
7835
 
7541
- const name$3t = "login";
7542
- const mutation$2l = Selector("Mutation")({
7543
- [name$3t]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
7836
+ const name$3G = "login";
7837
+ const mutation$2u = Selector("Mutation")({
7838
+ [name$3G]: [{ data: $("data", "LoginInput!") }, registeredAccountSelector]
7544
7839
  });
7545
7840
 
7546
7841
  const login = {
7547
7842
  __proto__: null,
7548
- mutation: mutation$2l,
7549
- name: name$3t
7843
+ mutation: mutation$2u,
7844
+ name: name$3G
7550
7845
  };
7551
7846
 
7552
7847
  const index$I = {
@@ -7556,81 +7851,81 @@ const index$I = {
7556
7851
  Refresh: refresh
7557
7852
  };
7558
7853
 
7559
- const name$3s = "addTrustedAccount";
7560
- const mutation$2k = Selector("Mutation")({
7561
- [name$3s]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
7854
+ const name$3F = "addTrustedAccount";
7855
+ const mutation$2t = Selector("Mutation")({
7856
+ [name$3F]: [{ data: $("data", "AddTrustedAccountInput!") }, branchSelector]
7562
7857
  });
7563
7858
 
7564
7859
  const addTrustedAccount = {
7565
7860
  __proto__: null,
7566
- mutation: mutation$2k,
7567
- name: name$3s
7861
+ mutation: mutation$2t,
7862
+ name: name$3F
7568
7863
  };
7569
7864
 
7570
- const name$3r = "createBranch";
7571
- const mutation$2j = Selector("Mutation")({
7572
- [name$3r]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
7865
+ const name$3E = "createBranch";
7866
+ const mutation$2s = Selector("Mutation")({
7867
+ [name$3E]: [{ data: $("data", "CreateBranchInput!") }, branchSelector]
7573
7868
  });
7574
7869
 
7575
7870
  const createBranch = {
7576
7871
  __proto__: null,
7577
- mutation: mutation$2j,
7578
- name: name$3r
7872
+ mutation: mutation$2s,
7873
+ name: name$3E
7579
7874
  };
7580
7875
 
7581
- const name$3q = "deleteBranch";
7582
- const mutation$2i = Selector("Mutation")({
7583
- [name$3q]: [{ data: $("data", "DeleteBranchInput!") }, true]
7876
+ const name$3D = "deleteBranch";
7877
+ const mutation$2r = Selector("Mutation")({
7878
+ [name$3D]: [{ data: $("data", "DeleteBranchInput!") }, true]
7584
7879
  });
7585
7880
 
7586
7881
  const deleteBranch = {
7587
7882
  __proto__: null,
7588
- mutation: mutation$2i,
7589
- name: name$3q
7883
+ mutation: mutation$2r,
7884
+ name: name$3D
7590
7885
  };
7591
7886
 
7592
- const name$3p = "deleteTrustedAccount";
7593
- const mutation$2h = Selector("Mutation")({
7594
- [name$3p]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
7887
+ const name$3C = "deleteTrustedAccount";
7888
+ const mutation$2q = Selector("Mutation")({
7889
+ [name$3C]: [{ data: $("data", "DeleteTrustedAccountInput!") }, branchSelector]
7595
7890
  });
7596
7891
 
7597
7892
  const deleteTrustedAccount = {
7598
7893
  __proto__: null,
7599
- mutation: mutation$2h,
7600
- name: name$3p
7894
+ mutation: mutation$2q,
7895
+ name: name$3C
7601
7896
  };
7602
7897
 
7603
- const name$3o = "editBranch";
7604
- const mutation$2g = Selector("Mutation")({
7605
- [name$3o]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
7898
+ const name$3B = "editBranch";
7899
+ const mutation$2p = Selector("Mutation")({
7900
+ [name$3B]: [{ data: $("data", "EditBranchInput!") }, branchSelector]
7606
7901
  });
7607
7902
 
7608
7903
  const editBranch = {
7609
7904
  __proto__: null,
7610
- mutation: mutation$2g,
7611
- name: name$3o
7905
+ mutation: mutation$2p,
7906
+ name: name$3B
7612
7907
  };
7613
7908
 
7614
- const name$3n = "generateSelectBranchDocument";
7615
- const mutation$2f = Selector("Mutation")({
7616
- [name$3n]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7909
+ const name$3A = "generateSelectBranchDocument";
7910
+ const mutation$2o = Selector("Mutation")({
7911
+ [name$3A]: [{ data: $("data", "SelectBranchGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7617
7912
  });
7618
7913
 
7619
7914
  const generateSelectBranchDocument = {
7620
7915
  __proto__: null,
7621
- mutation: mutation$2f,
7622
- name: name$3n
7916
+ mutation: mutation$2o,
7917
+ name: name$3A
7623
7918
  };
7624
7919
 
7625
- const name$3m = "selectBranch";
7626
- const mutation$2e = Selector("Mutation")({
7627
- [name$3m]: [{ data: $("data", "SelectBranchInput!") }, true]
7920
+ const name$3z = "selectBranch";
7921
+ const mutation$2n = Selector("Mutation")({
7922
+ [name$3z]: [{ data: $("data", "SelectBranchInput!") }, true]
7628
7923
  });
7629
7924
 
7630
7925
  const selectBranch = {
7631
7926
  __proto__: null,
7632
- mutation: mutation$2e,
7633
- name: name$3m
7927
+ mutation: mutation$2n,
7928
+ name: name$3z
7634
7929
  };
7635
7930
 
7636
7931
  const index$H = {
@@ -7644,755 +7939,805 @@ const index$H = {
7644
7939
  SelectBranch: selectBranch
7645
7940
  };
7646
7941
 
7647
- const name$3l = "capitalAddAuthor";
7648
- const mutation$2d = Selector("Mutation")({
7649
- [name$3l]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
7942
+ const name$3y = "capitalAddAuthor";
7943
+ const mutation$2m = Selector("Mutation")({
7944
+ [name$3y]: [{ data: $("data", "AddAuthorInput!") }, rawProjectSelector]
7650
7945
  });
7651
7946
 
7652
7947
  const addAuthor = {
7948
+ __proto__: null,
7949
+ mutation: mutation$2m,
7950
+ name: name$3y
7951
+ };
7952
+
7953
+ const name$3x = "capitalApproveCommit";
7954
+ const mutation$2l = Selector("Mutation")({
7955
+ [name$3x]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
7956
+ });
7957
+
7958
+ const approveCommit = {
7959
+ __proto__: null,
7960
+ mutation: mutation$2l,
7961
+ name: name$3x
7962
+ };
7963
+
7964
+ const name$3w = "capitalCalculateVotes";
7965
+ const mutation$2k = Selector("Mutation")({
7966
+ [name$3w]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
7967
+ });
7968
+
7969
+ const calculateVotes = {
7970
+ __proto__: null,
7971
+ mutation: mutation$2k,
7972
+ name: name$3w
7973
+ };
7974
+
7975
+ const name$3v = "capitalCloseProject";
7976
+ const mutation$2j = Selector("Mutation")({
7977
+ [name$3v]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
7978
+ });
7979
+
7980
+ const closeProject = {
7981
+ __proto__: null,
7982
+ mutation: mutation$2j,
7983
+ name: name$3v
7984
+ };
7985
+
7986
+ const name$3u = "capitalCompleteRegistration";
7987
+ const mutation$2i = Selector("Mutation")({
7988
+ [name$3u]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
7989
+ });
7990
+
7991
+ const completeCapitalRegistration = {
7992
+ __proto__: null,
7993
+ mutation: mutation$2i,
7994
+ name: name$3u
7995
+ };
7996
+
7997
+ const name$3t = "completeCapitalOnboardingStep";
7998
+ const mutation$2h = Selector("Mutation")({
7999
+ [name$3t]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
8000
+ });
8001
+
8002
+ const completeOnboardingStep = {
8003
+ __proto__: null,
8004
+ mutation: mutation$2h,
8005
+ name: name$3t
8006
+ };
8007
+
8008
+ const name$3s = "capitalCompleteVoting";
8009
+ const mutation$2g = Selector("Mutation")({
8010
+ [name$3s]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
8011
+ });
8012
+
8013
+ const completeVoting = {
8014
+ __proto__: null,
8015
+ mutation: mutation$2g,
8016
+ name: name$3s
8017
+ };
8018
+
8019
+ const name$3r = "capitalConvertSegment";
8020
+ const mutation$2f = Selector("Mutation")({
8021
+ [name$3r]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
8022
+ });
8023
+
8024
+ const convertSegment = {
8025
+ __proto__: null,
8026
+ mutation: mutation$2f,
8027
+ name: name$3r
8028
+ };
8029
+
8030
+ const name$3q = "capitalCreateCommit";
8031
+ const mutation$2e = Selector("Mutation")({
8032
+ [name$3q]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
8033
+ });
8034
+
8035
+ const createCommit = {
8036
+ __proto__: null,
8037
+ mutation: mutation$2e,
8038
+ name: name$3q
8039
+ };
8040
+
8041
+ const name$3p = "capitalCreateCycle";
8042
+ const mutation$2d = Selector("Mutation")({
8043
+ [name$3p]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
8044
+ });
8045
+
8046
+ const createCycle = {
7653
8047
  __proto__: null,
7654
8048
  mutation: mutation$2d,
7655
- name: name$3l
8049
+ name: name$3p
7656
8050
  };
7657
8051
 
7658
- const name$3k = "capitalApproveCommit";
8052
+ const name$3o = "capitalCreateDebt";
7659
8053
  const mutation$2c = Selector("Mutation")({
7660
- [name$3k]: [{ data: $("data", "CommitApproveInput!") }, rawCommitSelector]
8054
+ [name$3o]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
7661
8055
  });
7662
8056
 
7663
- const approveCommit = {
8057
+ const createDebt = {
7664
8058
  __proto__: null,
7665
8059
  mutation: mutation$2c,
7666
- name: name$3k
8060
+ name: name$3o
7667
8061
  };
7668
8062
 
7669
- const name$3j = "capitalCalculateVotes";
8063
+ const name$3n = "capitalCreateExpense";
7670
8064
  const mutation$2b = Selector("Mutation")({
7671
- [name$3j]: [{ data: $("data", "CalculateVotesInput!") }, rawSegmentSelector]
8065
+ [name$3n]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
7672
8066
  });
7673
8067
 
7674
- const calculateVotes = {
8068
+ const createExpense = {
7675
8069
  __proto__: null,
7676
8070
  mutation: mutation$2b,
7677
- name: name$3j
8071
+ name: name$3n
7678
8072
  };
7679
8073
 
7680
- const name$3i = "capitalCloseProject";
8074
+ const name$3m = "capitalCreateIssue";
7681
8075
  const mutation$2a = Selector("Mutation")({
7682
- [name$3i]: [{ data: $("data", "CloseProjectInput!") }, projectSelector]
8076
+ [name$3m]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
7683
8077
  });
7684
8078
 
7685
- const closeProject = {
8079
+ const createIssue = {
7686
8080
  __proto__: null,
7687
8081
  mutation: mutation$2a,
7688
- name: name$3i
8082
+ name: name$3m
7689
8083
  };
7690
8084
 
7691
- const name$3h = "capitalCompleteRegistration";
8085
+ const name$3l = "capitalCreateProgramInvest";
7692
8086
  const mutation$29 = Selector("Mutation")({
7693
- [name$3h]: [{ data: $("data", "CompleteCapitalRegistrationInputDTO!") }, rawTransactionSelector]
8087
+ [name$3l]: [{ data: $("data", "CreateProgramInvestInput!") }, rawTransactionSelector]
7694
8088
  });
7695
8089
 
7696
- const completeCapitalRegistration = {
8090
+ const createProgramInvest = {
7697
8091
  __proto__: null,
7698
8092
  mutation: mutation$29,
7699
- name: name$3h
8093
+ name: name$3l
7700
8094
  };
7701
8095
 
7702
- const name$3g = "completeCapitalOnboardingStep";
8096
+ const name$3k = "capitalCreateProgramProperty";
7703
8097
  const mutation$28 = Selector("Mutation")({
7704
- [name$3g]: [{ data: $("data", "CapitalOnboardingStepInput!") }, capitalOnboardingStateSelector]
8098
+ [name$3k]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
7705
8099
  });
7706
8100
 
7707
- const completeOnboardingStep = {
8101
+ const createProgramProperty = {
7708
8102
  __proto__: null,
7709
8103
  mutation: mutation$28,
7710
- name: name$3g
8104
+ name: name$3k
7711
8105
  };
7712
8106
 
7713
- const name$3f = "capitalCompleteVoting";
8107
+ const name$3j = "capitalCreateProject";
7714
8108
  const mutation$27 = Selector("Mutation")({
7715
- [name$3f]: [{ data: $("data", "CompleteVotingInput!") }, rawTransactionSelector]
8109
+ [name$3j]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
7716
8110
  });
7717
8111
 
7718
- const completeVoting = {
8112
+ const createProject = {
7719
8113
  __proto__: null,
7720
8114
  mutation: mutation$27,
7721
- name: name$3f
8115
+ name: name$3j
7722
8116
  };
7723
8117
 
7724
- const name$3e = "capitalConvertSegment";
8118
+ const name$3i = "capitalCreateProjectInvest";
7725
8119
  const mutation$26 = Selector("Mutation")({
7726
- [name$3e]: [{ data: $("data", "ConvertSegmentInput!") }, rawSegmentSelector]
8120
+ [name$3i]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
7727
8121
  });
7728
8122
 
7729
- const convertSegment = {
8123
+ const createProjectInvest = {
7730
8124
  __proto__: null,
7731
8125
  mutation: mutation$26,
7732
- name: name$3e
8126
+ name: name$3i
7733
8127
  };
7734
8128
 
7735
- const name$3d = "capitalCreateCommit";
8129
+ const name$3h = "capitalCreateProjectProperty";
7736
8130
  const mutation$25 = Selector("Mutation")({
7737
- [name$3d]: [{ data: $("data", "CreateCommitInput!") }, rawCommitSelector]
8131
+ [name$3h]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
7738
8132
  });
7739
8133
 
7740
- const createCommit = {
8134
+ const createProjectProperty = {
7741
8135
  __proto__: null,
7742
8136
  mutation: mutation$25,
7743
- name: name$3d
8137
+ name: name$3h
7744
8138
  };
7745
8139
 
7746
- const name$3c = "capitalCreateCycle";
8140
+ const name$3g = "capitalCreateStory";
7747
8141
  const mutation$24 = Selector("Mutation")({
7748
- [name$3c]: [{ data: $("data", "CreateCycleInput!") }, rawCycleSelector]
8142
+ [name$3g]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
7749
8143
  });
7750
8144
 
7751
- const createCycle = {
8145
+ const createStory = {
7752
8146
  __proto__: null,
7753
8147
  mutation: mutation$24,
7754
- name: name$3c
8148
+ name: name$3g
7755
8149
  };
7756
8150
 
7757
- const name$3b = "capitalCreateDebt";
8151
+ const name$3f = "capitalDeclineCommit";
7758
8152
  const mutation$23 = Selector("Mutation")({
7759
- [name$3b]: [{ data: $("data", "CreateDebtInput!") }, rawTransactionSelector]
8153
+ [name$3f]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
7760
8154
  });
7761
8155
 
7762
- const createDebt = {
8156
+ const declineCommit = {
7763
8157
  __proto__: null,
7764
8158
  mutation: mutation$23,
7765
- name: name$3b
8159
+ name: name$3f
7766
8160
  };
7767
8161
 
7768
- const name$3a = "capitalCreateExpense";
8162
+ const name$3e = "capitalDeleteIssue";
7769
8163
  const mutation$22 = Selector("Mutation")({
7770
- [name$3a]: [{ data: $("data", "CreateExpenseInput!") }, rawTransactionSelector]
8164
+ [name$3e]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
7771
8165
  });
7772
8166
 
7773
- const createExpense = {
8167
+ const deleteIssue = {
7774
8168
  __proto__: null,
7775
8169
  mutation: mutation$22,
7776
- name: name$3a
8170
+ name: name$3e
7777
8171
  };
7778
8172
 
7779
- const name$39 = "capitalCreateIssue";
8173
+ const name$3d = "capitalMoveIssueToComponent";
7780
8174
  const mutation$21 = Selector("Mutation")({
7781
- [name$39]: [{ data: $("data", "CreateIssueInput!") }, rawIssueSelector]
8175
+ [name$3d]: [{ data: $("data", "MoveCapitalIssueToComponentInput!") }, rawIssueSelector]
7782
8176
  });
7783
8177
 
7784
- const createIssue = {
8178
+ const moveIssueToComponent = {
7785
8179
  __proto__: null,
7786
8180
  mutation: mutation$21,
7787
- name: name$39
8181
+ name: name$3d
7788
8182
  };
7789
8183
 
7790
- const name$38 = "capitalCreateProgramProperty";
8184
+ const name$3c = "capitalDeleteProject";
7791
8185
  const mutation$20 = Selector("Mutation")({
7792
- [name$38]: [{ data: $("data", "CreateProgramPropertyInput!") }, rawTransactionSelector]
8186
+ [name$3c]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
7793
8187
  });
7794
8188
 
7795
- const createProgramProperty = {
8189
+ const deleteProject = {
7796
8190
  __proto__: null,
7797
8191
  mutation: mutation$20,
7798
- name: name$38
8192
+ name: name$3c
7799
8193
  };
7800
8194
 
7801
- const name$37 = "capitalCreateProject";
8195
+ const name$3b = "capitalDeleteStory";
7802
8196
  const mutation$1$ = Selector("Mutation")({
7803
- [name$37]: [{ data: $("data", "CreateProjectInput!") }, rawTransactionSelector]
8197
+ [name$3b]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
7804
8198
  });
7805
8199
 
7806
- const createProject = {
8200
+ const deleteStory = {
7807
8201
  __proto__: null,
7808
8202
  mutation: mutation$1$,
7809
- name: name$37
8203
+ name: name$3b
7810
8204
  };
7811
8205
 
7812
- const name$36 = "capitalCreateProjectInvest";
8206
+ const name$3a = "capitalEditContributor";
7813
8207
  const mutation$1_ = Selector("Mutation")({
7814
- [name$36]: [{ data: $("data", "CreateProjectInvestInput!") }, rawTransactionSelector]
8208
+ [name$3a]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
7815
8209
  });
7816
8210
 
7817
- const createProjectInvest = {
8211
+ const editContributor = {
7818
8212
  __proto__: null,
7819
8213
  mutation: mutation$1_,
7820
- name: name$36
8214
+ name: name$3a
7821
8215
  };
7822
8216
 
7823
- const name$35 = "capitalCreateProjectProperty";
8217
+ const name$39 = "capitalEditProject";
7824
8218
  const mutation$1Z = Selector("Mutation")({
7825
- [name$35]: [{ data: $("data", "CreateProjectPropertyInput!") }, rawTransactionSelector]
8219
+ [name$39]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
7826
8220
  });
7827
8221
 
7828
- const createProjectProperty = {
8222
+ const editProject = {
7829
8223
  __proto__: null,
7830
8224
  mutation: mutation$1Z,
7831
- name: name$35
8225
+ name: name$39
7832
8226
  };
7833
8227
 
7834
- const name$34 = "capitalCreateStory";
8228
+ const name$38 = "capitalFinalizeProject";
7835
8229
  const mutation$1Y = Selector("Mutation")({
7836
- [name$34]: [{ data: $("data", "CreateStoryInput!") }, rawStorySelector]
8230
+ [name$38]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
7837
8231
  });
7838
8232
 
7839
- const createStory = {
8233
+ const finalizeProject = {
7840
8234
  __proto__: null,
7841
8235
  mutation: mutation$1Y,
7842
- name: name$34
8236
+ name: name$38
7843
8237
  };
7844
8238
 
7845
- const name$33 = "capitalDeclineCommit";
8239
+ const name$37 = "capitalFundProgram";
7846
8240
  const mutation$1X = Selector("Mutation")({
7847
- [name$33]: [{ data: $("data", "CommitDeclineInput!") }, rawCommitSelector]
8241
+ [name$37]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
7848
8242
  });
7849
8243
 
7850
- const declineCommit = {
8244
+ const fundProgram = {
7851
8245
  __proto__: null,
7852
8246
  mutation: mutation$1X,
7853
- name: name$33
8247
+ name: name$37
7854
8248
  };
7855
8249
 
7856
- const name$32 = "capitalDeleteIssue";
8250
+ const name$36 = "capitalGenerateCapitalizationAgreement";
7857
8251
  const mutation$1W = Selector("Mutation")({
7858
- [name$32]: [{ data: $("data", "DeleteCapitalIssueByHashInput!") }, true]
8252
+ [name$36]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7859
8253
  });
7860
8254
 
7861
- const deleteIssue = {
8255
+ const generateCapitalizationAgreement = {
7862
8256
  __proto__: null,
7863
8257
  mutation: mutation$1W,
7864
- name: name$32
8258
+ name: name$36
7865
8259
  };
7866
8260
 
7867
- const name$31 = "capitalDeleteProject";
8261
+ const name$35 = "capitalGenerateCapitalizationMoneyInvestStatement";
7868
8262
  const mutation$1V = Selector("Mutation")({
7869
- [name$31]: [{ data: $("data", "DeleteProjectInput!") }, rawTransactionSelector]
8263
+ [name$35]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7870
8264
  });
7871
8265
 
7872
- const deleteProject = {
8266
+ const generateCapitalizationMoneyInvestStatement = {
7873
8267
  __proto__: null,
7874
8268
  mutation: mutation$1V,
7875
- name: name$31
8269
+ name: name$35
7876
8270
  };
7877
8271
 
7878
- const name$30 = "capitalDeleteStory";
8272
+ const name$34 = "capitalGenerateCapitalizationPropertyInvestAct";
7879
8273
  const mutation$1U = Selector("Mutation")({
7880
- [name$30]: [{ data: $("data", "DeleteCapitalStoryByHashInput!") }, true]
8274
+ [name$34]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7881
8275
  });
7882
8276
 
7883
- const deleteStory = {
8277
+ const generateCapitalizationPropertyInvestAct = {
7884
8278
  __proto__: null,
7885
8279
  mutation: mutation$1U,
7886
- name: name$30
8280
+ name: name$34
7887
8281
  };
7888
8282
 
7889
- const name$2$ = "capitalEditContributor";
8283
+ const name$33 = "capitalGenerateCapitalizationPropertyInvestDecision";
7890
8284
  const mutation$1T = Selector("Mutation")({
7891
- [name$2$]: [{ data: $("data", "EditContributorInput!") }, rawContributorSelector]
8285
+ [name$33]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7892
8286
  });
7893
8287
 
7894
- const editContributor = {
8288
+ const generateCapitalizationPropertyInvestDecision = {
7895
8289
  __proto__: null,
7896
8290
  mutation: mutation$1T,
7897
- name: name$2$
8291
+ name: name$33
7898
8292
  };
7899
8293
 
7900
- const name$2_ = "capitalEditProject";
8294
+ const name$32 = "capitalGenerateCapitalizationPropertyInvestStatement";
7901
8295
  const mutation$1S = Selector("Mutation")({
7902
- [name$2_]: [{ data: $("data", "EditProjectInput!") }, rawTransactionSelector]
8296
+ [name$32]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7903
8297
  });
7904
8298
 
7905
- const editProject = {
8299
+ const generateCapitalizationPropertyInvestStatement = {
7906
8300
  __proto__: null,
7907
8301
  mutation: mutation$1S,
7908
- name: name$2_
8302
+ name: name$32
7909
8303
  };
7910
8304
 
7911
- const name$2Z = "capitalFinalizeProject";
8305
+ const name$31 = "capitalGenerateCapitalizationToMainWalletConvertStatement";
7912
8306
  const mutation$1R = Selector("Mutation")({
7913
- [name$2Z]: [{ data: $("data", "FinalizeProjectInput!") }, projectSelector]
8307
+ [name$31]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7914
8308
  });
7915
8309
 
7916
- const finalizeProject = {
8310
+ const generateCapitalizationToMainWalletConvertStatement = {
7917
8311
  __proto__: null,
7918
8312
  mutation: mutation$1R,
7919
- name: name$2Z
8313
+ name: name$31
7920
8314
  };
7921
8315
 
7922
- const name$2Y = "capitalFundProgram";
8316
+ const name$30 = "capitalGenerateRegistrationDocuments";
7923
8317
  const mutation$1Q = Selector("Mutation")({
7924
- [name$2Y]: [{ data: $("data", "FundProgramInput!") }, rawTransactionSelector]
8318
+ [name$30]: [
8319
+ { data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
8320
+ generateCapitalRegistrationDocumentsOutputSelector
8321
+ ]
7925
8322
  });
7926
8323
 
7927
- const fundProgram = {
8324
+ const generateCapitalRegistrationDocuments = {
7928
8325
  __proto__: null,
7929
8326
  mutation: mutation$1Q,
7930
- name: name$2Y
8327
+ name: name$30
7931
8328
  };
7932
8329
 
7933
- const name$2X = "capitalGenerateCapitalizationAgreement";
8330
+ const name$2$ = "capitalGenerateComponentGenerationContract";
7934
8331
  const mutation$1P = Selector("Mutation")({
7935
- [name$2X]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8332
+ [name$2$]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7936
8333
  });
7937
8334
 
7938
- const generateCapitalizationAgreement = {
8335
+ const generateComponentGenerationContract = {
7939
8336
  __proto__: null,
7940
8337
  mutation: mutation$1P,
7941
- name: name$2X
8338
+ name: name$2$
7942
8339
  };
7943
8340
 
7944
- const name$2W = "capitalGenerateCapitalizationMoneyInvestStatement";
8341
+ const name$2_ = "capitalGenerateExpenseDecision";
7945
8342
  const mutation$1O = Selector("Mutation")({
7946
- [name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8343
+ [name$2_]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7947
8344
  });
7948
8345
 
7949
- const generateCapitalizationMoneyInvestStatement = {
8346
+ const generateExpenseDecision = {
7950
8347
  __proto__: null,
7951
8348
  mutation: mutation$1O,
7952
- name: name$2W
8349
+ name: name$2_
7953
8350
  };
7954
8351
 
7955
- const name$2V = "capitalGenerateCapitalizationPropertyInvestAct";
8352
+ const name$2Z = "capitalGenerateExpenseStatement";
7956
8353
  const mutation$1N = Selector("Mutation")({
7957
- [name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8354
+ [name$2Z]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7958
8355
  });
7959
8356
 
7960
- const generateCapitalizationPropertyInvestAct = {
8357
+ const generateExpenseStatement = {
7961
8358
  __proto__: null,
7962
8359
  mutation: mutation$1N,
7963
- name: name$2V
8360
+ name: name$2Z
7964
8361
  };
7965
8362
 
7966
- const name$2U = "capitalGenerateCapitalizationPropertyInvestDecision";
8363
+ const name$2Y = "capitalGenerateGenerationContract";
7967
8364
  const mutation$1M = Selector("Mutation")({
7968
- [name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8365
+ [name$2Y]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7969
8366
  });
7970
8367
 
7971
- const generateCapitalizationPropertyInvestDecision = {
8368
+ const generateGenerationContract = {
7972
8369
  __proto__: null,
7973
8370
  mutation: mutation$1M,
7974
- name: name$2U
8371
+ name: name$2Y
7975
8372
  };
7976
8373
 
7977
- const name$2T = "capitalGenerateCapitalizationPropertyInvestStatement";
8374
+ const name$2X = "capitalGenerateGenerationMoneyInvestStatement";
7978
8375
  const mutation$1L = Selector("Mutation")({
7979
- [name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8376
+ [name$2X]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7980
8377
  });
7981
8378
 
7982
- const generateCapitalizationPropertyInvestStatement = {
8379
+ const generateGenerationMoneyInvestStatement = {
7983
8380
  __proto__: null,
7984
8381
  mutation: mutation$1L,
7985
- name: name$2T
8382
+ name: name$2X
7986
8383
  };
7987
8384
 
7988
- const name$2S = "capitalGenerateCapitalizationToMainWalletConvertStatement";
8385
+ const name$2W = "capitalGenerateGenerationPropertyInvestAct";
7989
8386
  const mutation$1K = Selector("Mutation")({
7990
- [name$2S]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8387
+ [name$2W]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
7991
8388
  });
7992
8389
 
7993
- const generateCapitalizationToMainWalletConvertStatement = {
8390
+ const generateGenerationPropertyInvestAct = {
7994
8391
  __proto__: null,
7995
8392
  mutation: mutation$1K,
7996
- name: name$2S
8393
+ name: name$2W
7997
8394
  };
7998
8395
 
7999
- const name$2R = "capitalGenerateRegistrationDocuments";
8396
+ const name$2V = "capitalGenerateGenerationPropertyInvestDecision";
8000
8397
  const mutation$1J = Selector("Mutation")({
8001
- [name$2R]: [
8002
- { data: $("data", "GenerateCapitalRegistrationDocumentsInputDTO!") },
8003
- generateCapitalRegistrationDocumentsOutputSelector
8004
- ]
8398
+ [name$2V]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8005
8399
  });
8006
8400
 
8007
- const generateCapitalRegistrationDocuments = {
8401
+ const generateGenerationPropertyInvestDecision = {
8008
8402
  __proto__: null,
8009
8403
  mutation: mutation$1J,
8010
- name: name$2R
8404
+ name: name$2V
8011
8405
  };
8012
8406
 
8013
- const name$2Q = "capitalGenerateComponentGenerationContract";
8407
+ const name$2U = "capitalGenerateGenerationPropertyInvestStatement";
8014
8408
  const mutation$1I = Selector("Mutation")({
8015
- [name$2Q]: [{ data: $("data", "ComponentGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8409
+ [name$2U]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8016
8410
  });
8017
8411
 
8018
- const generateComponentGenerationContract = {
8412
+ const generateGenerationPropertyInvestStatement = {
8019
8413
  __proto__: null,
8020
8414
  mutation: mutation$1I,
8021
- name: name$2Q
8415
+ name: name$2U
8022
8416
  };
8023
8417
 
8024
- const name$2P = "capitalGenerateExpenseDecision";
8418
+ const name$2T = "capitalGenerateGenerationToCapitalizationConvertStatement";
8025
8419
  const mutation$1H = Selector("Mutation")({
8026
- [name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8420
+ [name$2T]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8027
8421
  });
8028
8422
 
8029
- const generateExpenseDecision = {
8423
+ const generateGenerationToCapitalizationConvertStatement = {
8030
8424
  __proto__: null,
8031
8425
  mutation: mutation$1H,
8032
- name: name$2P
8426
+ name: name$2T
8033
8427
  };
8034
8428
 
8035
- const name$2O = "capitalGenerateExpenseStatement";
8429
+ const name$2S = "capitalGenerateGenerationToMainWalletConvertStatement";
8036
8430
  const mutation$1G = Selector("Mutation")({
8037
- [name$2O]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8431
+ [name$2S]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8038
8432
  });
8039
8433
 
8040
- const generateExpenseStatement = {
8434
+ const generateGenerationToMainWalletConvertStatement = {
8041
8435
  __proto__: null,
8042
8436
  mutation: mutation$1G,
8043
- name: name$2O
8437
+ name: name$2S
8044
8438
  };
8045
8439
 
8046
- const name$2N = "capitalGenerateGenerationContract";
8440
+ const name$2R = "capitalGenerateGenerationToProjectConvertStatement";
8047
8441
  const mutation$1F = Selector("Mutation")({
8048
- [name$2N]: [{ data: $("data", "GenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8442
+ [name$2R]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8049
8443
  });
8050
8444
 
8051
- const generateGenerationContract = {
8445
+ const generateGenerationToProjectConvertStatement = {
8052
8446
  __proto__: null,
8053
8447
  mutation: mutation$1F,
8054
- name: name$2N
8448
+ name: name$2R
8055
8449
  };
8056
8450
 
8057
- const name$2M = "capitalGenerateGenerationMoneyInvestStatement";
8451
+ const name$2Q = "capitalGenerateGetLoanDecision";
8058
8452
  const mutation$1E = Selector("Mutation")({
8059
- [name$2M]: [{ data: $("data", "GenerationMoneyInvestStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8453
+ [name$2Q]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8060
8454
  });
8061
8455
 
8062
- const generateGenerationMoneyInvestStatement = {
8456
+ const generateGetLoanDecision = {
8063
8457
  __proto__: null,
8064
8458
  mutation: mutation$1E,
8065
- name: name$2M
8459
+ name: name$2Q
8066
8460
  };
8067
8461
 
8068
- const name$2L = "capitalGenerateGenerationPropertyInvestAct";
8462
+ const name$2P = "capitalGenerateGetLoanStatement";
8069
8463
  const mutation$1D = Selector("Mutation")({
8070
- [name$2L]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8464
+ [name$2P]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8071
8465
  });
8072
8466
 
8073
- const generateGenerationPropertyInvestAct = {
8467
+ const generateGetLoanStatement = {
8074
8468
  __proto__: null,
8075
8469
  mutation: mutation$1D,
8076
- name: name$2L
8470
+ name: name$2P
8077
8471
  };
8078
8472
 
8079
- const name$2K = "capitalGenerateGenerationPropertyInvestDecision";
8473
+ const name$2O = "capitalGenerateProgramMoneyInvestStatement";
8080
8474
  const mutation$1C = Selector("Mutation")({
8081
- [name$2K]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8475
+ [name$2O]: [
8476
+ {
8477
+ data: $("data", "ProgramCapitalizationMoneyInvestStatementGenerateDocumentInput!"),
8478
+ options: $("options", "GenerateDocumentOptionsInput")
8479
+ },
8480
+ documentSelector
8481
+ ]
8082
8482
  });
8083
8483
 
8084
- const generateGenerationPropertyInvestDecision = {
8484
+ const generateProgramMoneyInvestStatement = {
8085
8485
  __proto__: null,
8086
8486
  mutation: mutation$1C,
8087
- name: name$2K
8487
+ name: name$2O
8088
8488
  };
8089
8489
 
8090
- const name$2J = "capitalGenerateGenerationPropertyInvestStatement";
8490
+ const name$2N = "capitalGenerateProjectGenerationContract";
8091
8491
  const mutation$1B = Selector("Mutation")({
8092
- [name$2J]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8492
+ [name$2N]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8093
8493
  });
8094
8494
 
8095
- const generateGenerationPropertyInvestStatement = {
8495
+ const generateProjectGenerationContract = {
8096
8496
  __proto__: null,
8097
8497
  mutation: mutation$1B,
8098
- name: name$2J
8498
+ name: name$2N
8099
8499
  };
8100
8500
 
8101
- const name$2I = "capitalGenerateGenerationToCapitalizationConvertStatement";
8501
+ const name$2M = "capitalGenerateResultContributionAct";
8102
8502
  const mutation$1A = Selector("Mutation")({
8103
- [name$2I]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8503
+ [name$2M]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8104
8504
  });
8105
8505
 
8106
- const generateGenerationToCapitalizationConvertStatement = {
8506
+ const generateResultContributionAct = {
8107
8507
  __proto__: null,
8108
8508
  mutation: mutation$1A,
8109
- name: name$2I
8509
+ name: name$2M
8110
8510
  };
8111
8511
 
8112
- const name$2H = "capitalGenerateGenerationToMainWalletConvertStatement";
8512
+ const name$2L = "capitalGenerateResultContributionDecision";
8113
8513
  const mutation$1z = Selector("Mutation")({
8114
- [name$2H]: [{ data: $("data", "GenerationToMainWalletConvertStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8514
+ [name$2L]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8115
8515
  });
8116
8516
 
8117
- const generateGenerationToMainWalletConvertStatement = {
8517
+ const generateResultContributionDecision = {
8118
8518
  __proto__: null,
8119
8519
  mutation: mutation$1z,
8120
- name: name$2H
8520
+ name: name$2L
8121
8521
  };
8122
8522
 
8123
- const name$2G = "capitalGenerateGenerationToProjectConvertStatement";
8523
+ const name$2K = "capitalGenerateResultContributionStatement";
8124
8524
  const mutation$1y = Selector("Mutation")({
8125
- [name$2G]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8525
+ [name$2K]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8126
8526
  });
8127
8527
 
8128
- const generateGenerationToProjectConvertStatement = {
8528
+ const generateResultContributionStatement = {
8129
8529
  __proto__: null,
8130
8530
  mutation: mutation$1y,
8131
- name: name$2G
8531
+ name: name$2K
8132
8532
  };
8133
8533
 
8134
- const name$2F = "capitalGenerateGetLoanDecision";
8534
+ const name$2J = "capitalImportContributor";
8135
8535
  const mutation$1x = Selector("Mutation")({
8136
- [name$2F]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8536
+ [name$2J]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
8137
8537
  });
8138
8538
 
8139
- const generateGetLoanDecision = {
8539
+ const importContributor = {
8140
8540
  __proto__: null,
8141
8541
  mutation: mutation$1x,
8142
- name: name$2F
8542
+ name: name$2J
8143
8543
  };
8144
8544
 
8145
- const name$2E = "capitalGenerateGetLoanStatement";
8545
+ const name$2I = "capitalMakeClearance";
8146
8546
  const mutation$1w = Selector("Mutation")({
8147
- [name$2E]: [{ data: $("data", "GenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8547
+ [name$2I]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
8148
8548
  });
8149
8549
 
8150
- const generateGetLoanStatement = {
8550
+ const makeClearance = {
8151
8551
  __proto__: null,
8152
8552
  mutation: mutation$1w,
8153
- name: name$2E
8553
+ name: name$2I
8154
8554
  };
8155
8555
 
8156
- const name$2D = "capitalGenerateProjectGenerationContract";
8556
+ const name$2H = "capitalOpenProject";
8157
8557
  const mutation$1v = Selector("Mutation")({
8158
- [name$2D]: [{ data: $("data", "ProjectGenerationContractGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8558
+ [name$2H]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
8159
8559
  });
8160
8560
 
8161
- const generateProjectGenerationContract = {
8561
+ const openProject = {
8162
8562
  __proto__: null,
8163
8563
  mutation: mutation$1v,
8164
- name: name$2D
8564
+ name: name$2H
8165
8565
  };
8166
8566
 
8167
- const name$2C = "capitalGenerateResultContributionAct";
8567
+ const name$2G = "capitalPushResult";
8168
8568
  const mutation$1u = Selector("Mutation")({
8169
- [name$2C]: [{ data: $("data", "ResultContributionActGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8569
+ [name$2G]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
8170
8570
  });
8171
8571
 
8172
- const generateResultContributionAct = {
8572
+ const pushResult = {
8173
8573
  __proto__: null,
8174
8574
  mutation: mutation$1u,
8175
- name: name$2C
8575
+ name: name$2G
8176
8576
  };
8177
8577
 
8178
- const name$2B = "capitalGenerateResultContributionDecision";
8578
+ const name$2F = "capitalRefreshProgram";
8179
8579
  const mutation$1t = Selector("Mutation")({
8180
- [name$2B]: [{ data: $("data", "ResultContributionDecisionGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8580
+ [name$2F]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
8181
8581
  });
8182
8582
 
8183
- const generateResultContributionDecision = {
8583
+ const refreshProgram = {
8184
8584
  __proto__: null,
8185
8585
  mutation: mutation$1t,
8186
- name: name$2B
8586
+ name: name$2F
8187
8587
  };
8188
8588
 
8189
- const name$2A = "capitalGenerateResultContributionStatement";
8589
+ const name$2E = "capitalRefreshSegment";
8190
8590
  const mutation$1s = Selector("Mutation")({
8191
- [name$2A]: [{ data: $("data", "ResultContributionStatementGenerateInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8591
+ [name$2E]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
8192
8592
  });
8193
8593
 
8194
- const generateResultContributionStatement = {
8594
+ const refreshSegment = {
8195
8595
  __proto__: null,
8196
8596
  mutation: mutation$1s,
8197
- name: name$2A
8597
+ name: name$2E
8198
8598
  };
8199
8599
 
8200
- const name$2z = "capitalImportContributor";
8600
+ const name$2D = "capitalRegisterContributor";
8201
8601
  const mutation$1r = Selector("Mutation")({
8202
- [name$2z]: [{ data: $("data", "ImportContributorInput!") }, rawTransactionSelector]
8602
+ [name$2D]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
8203
8603
  });
8204
8604
 
8205
- const importContributor = {
8605
+ const registerContributor = {
8206
8606
  __proto__: null,
8207
8607
  mutation: mutation$1r,
8208
- name: name$2z
8608
+ name: name$2D
8209
8609
  };
8210
8610
 
8211
- const name$2y = "capitalMakeClearance";
8611
+ const name$2C = "capitalSetConfig";
8212
8612
  const mutation$1q = Selector("Mutation")({
8213
- [name$2y]: [{ data: $("data", "MakeClearanceInput!") }, rawTransactionSelector]
8613
+ [name$2C]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
8214
8614
  });
8215
8615
 
8216
- const makeClearance = {
8616
+ const setConfig = {
8217
8617
  __proto__: null,
8218
8618
  mutation: mutation$1q,
8219
- name: name$2y
8619
+ name: name$2C
8220
8620
  };
8221
8621
 
8222
- const name$2x = "capitalOpenProject";
8622
+ const name$2B = "capitalSetMaster";
8223
8623
  const mutation$1p = Selector("Mutation")({
8224
- [name$2x]: [{ data: $("data", "OpenProjectInput!") }, projectSelector]
8624
+ [name$2B]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
8225
8625
  });
8226
8626
 
8227
- const openProject = {
8627
+ const setMaster = {
8228
8628
  __proto__: null,
8229
8629
  mutation: mutation$1p,
8230
- name: name$2x
8630
+ name: name$2B
8231
8631
  };
8232
8632
 
8233
- const name$2w = "capitalPushResult";
8633
+ const name$2A = "capitalSetPlan";
8234
8634
  const mutation$1o = Selector("Mutation")({
8235
- [name$2w]: [{ data: $("data", "PushResultInput!") }, rawSegmentSelector]
8635
+ [name$2A]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
8236
8636
  });
8237
8637
 
8238
- const pushResult = {
8638
+ const setPlan = {
8239
8639
  __proto__: null,
8240
8640
  mutation: mutation$1o,
8241
- name: name$2w
8641
+ name: name$2A
8242
8642
  };
8243
8643
 
8244
- const name$2v = "capitalRefreshProgram";
8644
+ const name$2z = "capitalSetProjectDevelopmentRepositoryUrl";
8245
8645
  const mutation$1n = Selector("Mutation")({
8246
- [name$2v]: [{ data: $("data", "RefreshProgramInput!") }, rawTransactionSelector]
8646
+ [name$2z]: [{ data: $("data", "SetCapitalProjectDevelopmentRepositoryUrlInput!") }, rawProjectSelector]
8247
8647
  });
8248
8648
 
8249
- const refreshProgram = {
8649
+ const setProjectDevelopmentRepositoryUrl = {
8250
8650
  __proto__: null,
8251
8651
  mutation: mutation$1n,
8252
- name: name$2v
8652
+ name: name$2z
8253
8653
  };
8254
8654
 
8255
- const name$2u = "capitalRefreshSegment";
8655
+ const name$2y = "capitalSignActAsChairman";
8256
8656
  const mutation$1m = Selector("Mutation")({
8257
- [name$2u]: [{ data: $("data", "RefreshSegmentInput!") }, rawSegmentSelector]
8657
+ [name$2y]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
8258
8658
  });
8259
8659
 
8260
- const refreshSegment = {
8660
+ const signActAsChairman = {
8261
8661
  __proto__: null,
8262
8662
  mutation: mutation$1m,
8263
- name: name$2u
8663
+ name: name$2y
8264
8664
  };
8265
8665
 
8266
- const name$2t = "capitalRegisterContributor";
8666
+ const name$2x = "capitalSignActAsContributor";
8267
8667
  const mutation$1l = Selector("Mutation")({
8268
- [name$2t]: [{ data: $("data", "RegisterContributorInput!") }, rawTransactionSelector]
8269
- });
8270
-
8271
- const registerContributor = {
8272
- __proto__: null,
8273
- mutation: mutation$1l,
8274
- name: name$2t
8275
- };
8276
-
8277
- const name$2s = "capitalSetConfig";
8278
- const mutation$1k = Selector("Mutation")({
8279
- [name$2s]: [{ data: $("data", "SetConfigInput!") }, rawTransactionSelector]
8280
- });
8281
-
8282
- const setConfig = {
8283
- __proto__: null,
8284
- mutation: mutation$1k,
8285
- name: name$2s
8286
- };
8287
-
8288
- const name$2r = "capitalSetMaster";
8289
- const mutation$1j = Selector("Mutation")({
8290
- [name$2r]: [{ data: $("data", "SetMasterInput!") }, rawTransactionSelector]
8291
- });
8292
-
8293
- const setMaster = {
8294
- __proto__: null,
8295
- mutation: mutation$1j,
8296
- name: name$2r
8297
- };
8298
-
8299
- const name$2q = "capitalSetPlan";
8300
- const mutation$1i = Selector("Mutation")({
8301
- [name$2q]: [{ data: $("data", "SetPlanInput!") }, rawProjectSelector]
8302
- });
8303
-
8304
- const setPlan = {
8305
- __proto__: null,
8306
- mutation: mutation$1i,
8307
- name: name$2q
8308
- };
8309
-
8310
- const name$2p = "capitalSignActAsChairman";
8311
- const mutation$1h = Selector("Mutation")({
8312
- [name$2p]: [{ data: $("data", "SignActAsChairmanInput!") }, rawSegmentSelector]
8313
- });
8314
-
8315
- const signActAsChairman = {
8316
- __proto__: null,
8317
- mutation: mutation$1h,
8318
- name: name$2p
8319
- };
8320
-
8321
- const name$2o = "capitalSignActAsContributor";
8322
- const mutation$1g = Selector("Mutation")({
8323
- [name$2o]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
8668
+ [name$2x]: [{ data: $("data", "SignActAsContributorInput!") }, rawSegmentSelector]
8324
8669
  });
8325
8670
 
8326
8671
  const signActAsContributor = {
8327
8672
  __proto__: null,
8328
- mutation: mutation$1g,
8329
- name: name$2o
8673
+ mutation: mutation$1l,
8674
+ name: name$2x
8330
8675
  };
8331
8676
 
8332
- const name$2n = "capitalStartProject";
8333
- const mutation$1f = Selector("Mutation")({
8334
- [name$2n]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
8677
+ const name$2w = "capitalStartProject";
8678
+ const mutation$1k = Selector("Mutation")({
8679
+ [name$2w]: [{ data: $("data", "StartProjectInput!") }, projectSelector]
8335
8680
  });
8336
8681
 
8337
8682
  const startProject = {
8338
8683
  __proto__: null,
8339
- mutation: mutation$1f,
8340
- name: name$2n
8684
+ mutation: mutation$1k,
8685
+ name: name$2w
8341
8686
  };
8342
8687
 
8343
- const name$2m = "capitalStartVoting";
8344
- const mutation$1e = Selector("Mutation")({
8345
- [name$2m]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
8688
+ const name$2v = "capitalStartVoting";
8689
+ const mutation$1j = Selector("Mutation")({
8690
+ [name$2v]: [{ data: $("data", "StartVotingInput!") }, rawTransactionSelector]
8346
8691
  });
8347
8692
 
8348
8693
  const startVoting = {
8349
8694
  __proto__: null,
8350
- mutation: mutation$1e,
8351
- name: name$2m
8695
+ mutation: mutation$1j,
8696
+ name: name$2v
8352
8697
  };
8353
8698
 
8354
- const name$2l = "capitalStopProject";
8355
- const mutation$1d = Selector("Mutation")({
8356
- [name$2l]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
8699
+ const name$2u = "capitalStopProject";
8700
+ const mutation$1i = Selector("Mutation")({
8701
+ [name$2u]: [{ data: $("data", "StopProjectInput!") }, projectSelector]
8357
8702
  });
8358
8703
 
8359
8704
  const stopProject = {
8360
8705
  __proto__: null,
8361
- mutation: mutation$1d,
8362
- name: name$2l
8706
+ mutation: mutation$1i,
8707
+ name: name$2u
8363
8708
  };
8364
8709
 
8365
- const name$2k = "capitalSubmitVote";
8366
- const mutation$1c = Selector("Mutation")({
8367
- [name$2k]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
8710
+ const name$2t = "capitalSubmitVote";
8711
+ const mutation$1h = Selector("Mutation")({
8712
+ [name$2t]: [{ data: $("data", "SubmitVoteInput!") }, rawTransactionSelector]
8368
8713
  });
8369
8714
 
8370
8715
  const submitVote = {
8371
8716
  __proto__: null,
8372
- mutation: mutation$1c,
8373
- name: name$2k
8717
+ mutation: mutation$1h,
8718
+ name: name$2t
8374
8719
  };
8375
8720
 
8376
- const name$2j = "capitalUpdateIssue";
8377
- const mutation$1b = Selector("Mutation")({
8378
- [name$2j]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
8721
+ const name$2s = "capitalUpdateIssue";
8722
+ const mutation$1g = Selector("Mutation")({
8723
+ [name$2s]: [{ data: $("data", "UpdateIssueInput!") }, rawIssueSelector]
8379
8724
  });
8380
8725
 
8381
8726
  const updateIssue = {
8382
8727
  __proto__: null,
8383
- mutation: mutation$1b,
8384
- name: name$2j
8728
+ mutation: mutation$1g,
8729
+ name: name$2s
8385
8730
  };
8386
8731
 
8387
- const name$2i = "capitalUpdateStory";
8388
- const mutation$1a = Selector("Mutation")({
8389
- [name$2i]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
8732
+ const name$2r = "capitalUpdateStory";
8733
+ const mutation$1f = Selector("Mutation")({
8734
+ [name$2r]: [{ data: $("data", "UpdateStoryInput!") }, rawStorySelector]
8390
8735
  });
8391
8736
 
8392
8737
  const updateStory = {
8393
8738
  __proto__: null,
8394
- mutation: mutation$1a,
8395
- name: name$2i
8739
+ mutation: mutation$1f,
8740
+ name: name$2r
8396
8741
  };
8397
8742
 
8398
8743
  const index$G = {
@@ -8410,6 +8755,7 @@ const index$G = {
8410
8755
  CreateDebt: createDebt,
8411
8756
  CreateExpense: createExpense,
8412
8757
  CreateIssue: createIssue,
8758
+ CreateProgramInvest: createProgramInvest,
8413
8759
  CreateProgramProperty: createProgramProperty,
8414
8760
  CreateProject: createProject,
8415
8761
  CreateProjectInvest: createProjectInvest,
@@ -8443,12 +8789,14 @@ const index$G = {
8443
8789
  GenerateGenerationToProjectConvertStatement: generateGenerationToProjectConvertStatement,
8444
8790
  GenerateGetLoanDecision: generateGetLoanDecision,
8445
8791
  GenerateGetLoanStatement: generateGetLoanStatement,
8792
+ GenerateProgramMoneyInvestStatement: generateProgramMoneyInvestStatement,
8446
8793
  GenerateProjectGenerationContract: generateProjectGenerationContract,
8447
8794
  GenerateResultContributionAct: generateResultContributionAct,
8448
8795
  GenerateResultContributionDecision: generateResultContributionDecision,
8449
8796
  GenerateResultContributionStatement: generateResultContributionStatement,
8450
8797
  ImportContributor: importContributor,
8451
8798
  MakeClearance: makeClearance,
8799
+ MoveIssueToComponent: moveIssueToComponent,
8452
8800
  OpenProject: openProject,
8453
8801
  PushResult: pushResult,
8454
8802
  RefreshProgram: refreshProgram,
@@ -8457,6 +8805,7 @@ const index$G = {
8457
8805
  SetConfig: setConfig,
8458
8806
  SetMaster: setMaster,
8459
8807
  SetPlan: setPlan,
8808
+ SetProjectDevelopmentRepositoryUrl: setProjectDevelopmentRepositoryUrl,
8460
8809
  SignActAsChairman: signActAsChairman,
8461
8810
  SignActAsContributor: signActAsContributor,
8462
8811
  StartProject: startProject,
@@ -8511,48 +8860,48 @@ const chairmanOnboardingStateSelector = Selector("ChairmanOnboardingState")(onbo
8511
8860
  const rawApprovalsPaginationSelector = { ...paginationSelector, items: rawApprovalSelector };
8512
8861
  const approvalsPaginationSelector = Selector("PaginatedChairmanApprovalsPaginationResult")(rawApprovalsPaginationSelector);
8513
8862
 
8514
- const name$2h = "completeChairmanAgendaStep";
8515
- const mutation$19 = Selector("Mutation")({
8516
- [name$2h]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
8863
+ const name$2q = "completeChairmanAgendaStep";
8864
+ const mutation$1e = Selector("Mutation")({
8865
+ [name$2q]: [{ data: $("data", "ChairmanOnboardingAgendaInput!") }, chairmanOnboardingStateSelector]
8517
8866
  });
8518
8867
 
8519
8868
  const completeOnboardingAgendaStep = {
8520
8869
  __proto__: null,
8521
- mutation: mutation$19,
8522
- name: name$2h
8870
+ mutation: mutation$1e,
8871
+ name: name$2q
8523
8872
  };
8524
8873
 
8525
- const name$2g = "completeChairmanGeneralMeetStep";
8526
- const mutation$18 = Selector("Mutation")({
8527
- [name$2g]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
8874
+ const name$2p = "completeChairmanGeneralMeetStep";
8875
+ const mutation$1d = Selector("Mutation")({
8876
+ [name$2p]: [{ data: $("data", "ChairmanOnboardingGeneralMeetInput!") }, chairmanOnboardingStateSelector]
8528
8877
  });
8529
8878
 
8530
8879
  const completeOnboardingGeneralMeetStep = {
8531
8880
  __proto__: null,
8532
- mutation: mutation$18,
8533
- name: name$2g
8881
+ mutation: mutation$1d,
8882
+ name: name$2p
8534
8883
  };
8535
8884
 
8536
- const name$2f = "chairmanConfirmApprove";
8537
- const mutation$17 = Selector("Mutation")({
8538
- [name$2f]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
8885
+ const name$2o = "chairmanConfirmApprove";
8886
+ const mutation$1c = Selector("Mutation")({
8887
+ [name$2o]: [{ data: $("data", "ConfirmApproveInput!") }, approvalSelector]
8539
8888
  });
8540
8889
 
8541
8890
  const confirmApprove = {
8542
8891
  __proto__: null,
8543
- mutation: mutation$17,
8544
- name: name$2f
8892
+ mutation: mutation$1c,
8893
+ name: name$2o
8545
8894
  };
8546
8895
 
8547
- const name$2e = "chairmanDeclineApprove";
8548
- const mutation$16 = Selector("Mutation")({
8549
- [name$2e]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
8896
+ const name$2n = "chairmanDeclineApprove";
8897
+ const mutation$1b = Selector("Mutation")({
8898
+ [name$2n]: [{ data: $("data", "DeclineApproveInput!") }, approvalSelector]
8550
8899
  });
8551
8900
 
8552
8901
  const declineApprove = {
8553
8902
  __proto__: null,
8554
- mutation: mutation$16,
8555
- name: name$2e
8903
+ mutation: mutation$1b,
8904
+ name: name$2n
8556
8905
  };
8557
8906
 
8558
8907
  const index$F = {
@@ -8563,273 +8912,333 @@ const index$F = {
8563
8912
  DeclineApprove: declineApprove
8564
8913
  };
8565
8914
 
8566
- const name$2d = "chatcoopCreateAccount";
8567
- const mutation$15 = Selector("Mutation")({
8568
- [name$2d]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
8915
+ const name$2m = "chatcoopCreateAccount";
8916
+ const mutation$1a = Selector("Mutation")({
8917
+ [name$2m]: [{ data: $("data", "CreateMatrixAccountInputDTO!") }, true]
8569
8918
  });
8570
8919
 
8571
8920
  const createAccount = {
8921
+ __proto__: null,
8922
+ mutation: mutation$1a,
8923
+ name: name$2m
8924
+ };
8925
+
8926
+ const name$2l = "chatcoopCreateCalendarEvent";
8927
+ const mutation$19 = Selector("Mutation")({
8928
+ [name$2l]: [{ data: $("data", "CreateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
8929
+ });
8930
+
8931
+ const createCalendarEvent = {
8932
+ __proto__: null,
8933
+ mutation: mutation$19,
8934
+ name: name$2l
8935
+ };
8936
+
8937
+ const name$2k = "chatcoopCreateCalendarIcsSubscription";
8938
+ const mutation$18 = Selector("Mutation")({
8939
+ [name$2k]: chatCoopCalendarIcsUrlSelector
8940
+ });
8941
+
8942
+ const createCalendarIcsSubscription = {
8943
+ __proto__: null,
8944
+ mutation: mutation$18,
8945
+ name: name$2k
8946
+ };
8947
+
8948
+ const name$2j = "chatcoopDeleteCalendarEvent";
8949
+ const mutation$17 = Selector("Mutation")({
8950
+ [name$2j]: [{ id: $("id", "String!") }, true]
8951
+ });
8952
+
8953
+ const deleteCalendarEvent = {
8954
+ __proto__: null,
8955
+ mutation: mutation$17,
8956
+ name: name$2j
8957
+ };
8958
+
8959
+ const name$2i = "chatcoopUpdateCalendarEvent";
8960
+ const mutation$16 = Selector("Mutation")({
8961
+ [name$2i]: [{ data: $("data", "UpdateChatCoopCalendarEventInput!") }, chatCoopCalendarEventSelector]
8962
+ });
8963
+
8964
+ const updateCalendarEvent = {
8965
+ __proto__: null,
8966
+ mutation: mutation$16,
8967
+ name: name$2i
8968
+ };
8969
+
8970
+ const name$2h = "chatcoopUpdateTranscriptionMemo";
8971
+ const mutation$15 = Selector("Mutation")({
8972
+ [name$2h]: [{ data: $("data", "UpdateCallTranscriptionMemoInput!") }, rawCallTranscriptionSelector]
8973
+ });
8974
+
8975
+ const updateTranscriptionMemo = {
8572
8976
  __proto__: null,
8573
8977
  mutation: mutation$15,
8574
- name: name$2d
8978
+ name: name$2h
8575
8979
  };
8576
8980
 
8577
8981
  const index$E = {
8578
8982
  __proto__: null,
8579
- CreateAccount: createAccount
8983
+ CreateAccount: createAccount,
8984
+ CreateCalendarEvent: createCalendarEvent,
8985
+ CreateCalendarIcsSubscription: createCalendarIcsSubscription,
8986
+ DeleteCalendarEvent: deleteCalendarEvent,
8987
+ UpdateCalendarEvent: updateCalendarEvent,
8988
+ UpdateTranscriptionMemo: updateTranscriptionMemo
8580
8989
  };
8581
8990
 
8582
- const name$2c = "acceptChildOrder";
8991
+ const name$2g = "acceptChildOrder";
8583
8992
  const mutation$14 = Selector("Mutation")({
8584
- [name$2c]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
8993
+ [name$2g]: [{ data: $("data", "AcceptChildOrderInput!") }, rawTransactionSelector]
8585
8994
  });
8586
8995
 
8587
8996
  const acceptChildOrder = {
8588
8997
  __proto__: null,
8589
8998
  mutation: mutation$14,
8590
- name: name$2c
8999
+ name: name$2g
8591
9000
  };
8592
9001
 
8593
- const name$2b = "cancelRequest";
9002
+ const name$2f = "cancelRequest";
8594
9003
  const mutation$13 = Selector("Mutation")({
8595
- [name$2b]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
9004
+ [name$2f]: [{ data: $("data", "CancelRequestInput!") }, rawTransactionSelector]
8596
9005
  });
8597
9006
 
8598
9007
  const cancelRequest = {
8599
9008
  __proto__: null,
8600
9009
  mutation: mutation$13,
8601
- name: name$2b
9010
+ name: name$2f
8602
9011
  };
8603
9012
 
8604
- const name$2a = "confirmReceiveOnRequest";
9013
+ const name$2e = "confirmReceiveOnRequest";
8605
9014
  const mutation$12 = Selector("Mutation")({
8606
- [name$2a]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
9015
+ [name$2e]: [{ data: $("data", "ConfirmReceiveOnRequestInput!") }, rawTransactionSelector]
8607
9016
  });
8608
9017
 
8609
9018
  const completeReceiveOnRequest = {
8610
9019
  __proto__: null,
8611
9020
  mutation: mutation$12,
8612
- name: name$2a
9021
+ name: name$2e
8613
9022
  };
8614
9023
 
8615
- const name$29 = "completeRequest";
9024
+ const name$2d = "completeRequest";
8616
9025
  const mutation$11 = Selector("Mutation")({
8617
- [name$29]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
9026
+ [name$2d]: [{ data: $("data", "CompleteRequestInput!") }, rawTransactionSelector]
8618
9027
  });
8619
9028
 
8620
9029
  const completeRequest = {
8621
9030
  __proto__: null,
8622
9031
  mutation: mutation$11,
8623
- name: name$29
9032
+ name: name$2d
8624
9033
  };
8625
9034
 
8626
- const name$28 = "confirmSupplyOnRequest";
9035
+ const name$2c = "confirmSupplyOnRequest";
8627
9036
  const mutation$10 = Selector("Mutation")({
8628
- [name$28]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
9037
+ [name$2c]: [{ data: $("data", "ConfirmSupplyOnRequestInput!") }, rawTransactionSelector]
8629
9038
  });
8630
9039
 
8631
9040
  const confirmSupplyOnRequest = {
8632
9041
  __proto__: null,
8633
9042
  mutation: mutation$10,
8634
- name: name$28
9043
+ name: name$2c
8635
9044
  };
8636
9045
 
8637
- const name$27 = "createChildOrder";
9046
+ const name$2b = "createChildOrder";
8638
9047
  const mutation$$ = Selector("Mutation")({
8639
- [name$27]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
9048
+ [name$2b]: [{ data: $("data", "CreateChildOrderInput!") }, rawTransactionSelector]
8640
9049
  });
8641
9050
 
8642
9051
  const createChildOrder = {
8643
9052
  __proto__: null,
8644
9053
  mutation: mutation$$,
8645
- name: name$27
9054
+ name: name$2b
8646
9055
  };
8647
9056
 
8648
- const name$26 = "createParentOffer";
9057
+ const name$2a = "createParentOffer";
8649
9058
  const mutation$_ = Selector("Mutation")({
8650
- [name$26]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
9059
+ [name$2a]: [{ data: $("data", "CreateParentOfferInput!") }, rawTransactionSelector]
8651
9060
  });
8652
9061
 
8653
9062
  const createParentOffer = {
8654
9063
  __proto__: null,
8655
9064
  mutation: mutation$_,
8656
- name: name$26
9065
+ name: name$2a
8657
9066
  };
8658
9067
 
8659
- const name$25 = "declineRequest";
9068
+ const name$29 = "declineRequest";
8660
9069
  const mutation$Z = Selector("Mutation")({
8661
- [name$25]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
9070
+ [name$29]: [{ data: $("data", "DeclineRequestInput!") }, rawTransactionSelector]
8662
9071
  });
8663
9072
 
8664
9073
  const declineRequest = {
8665
9074
  __proto__: null,
8666
9075
  mutation: mutation$Z,
8667
- name: name$25
9076
+ name: name$29
8668
9077
  };
8669
9078
 
8670
- const name$24 = "deliverOnRequest";
9079
+ const name$28 = "deliverOnRequest";
8671
9080
  const mutation$Y = Selector("Mutation")({
8672
- [name$24]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
9081
+ [name$28]: [{ data: $("data", "DeliverOnRequestInput!") }, rawTransactionSelector]
8673
9082
  });
8674
9083
 
8675
9084
  const deliverOnRequest = {
8676
9085
  __proto__: null,
8677
9086
  mutation: mutation$Y,
8678
- name: name$24
9087
+ name: name$28
8679
9088
  };
8680
9089
 
8681
- const name$23 = "disputeOnRequest";
9090
+ const name$27 = "disputeOnRequest";
8682
9091
  const mutation$X = Selector("Mutation")({
8683
- [name$23]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
9092
+ [name$27]: [{ data: $("data", "DisputeOnRequestInput!") }, rawTransactionSelector]
8684
9093
  });
8685
9094
 
8686
9095
  const disputeOnRequest = {
8687
9096
  __proto__: null,
8688
9097
  mutation: mutation$X,
8689
- name: name$23
9098
+ name: name$27
8690
9099
  };
8691
9100
 
8692
- const name$22 = "generateAssetContributionAct";
9101
+ const name$26 = "generateAssetContributionAct";
8693
9102
  const mutation$W = Selector("Mutation")({
8694
- [name$22]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9103
+ [name$26]: [{ data: $("data", "AssetContributionActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8695
9104
  });
8696
9105
 
8697
9106
  const generateAssetContributionAct = {
8698
9107
  __proto__: null,
8699
9108
  mutation: mutation$W,
8700
- name: name$22
9109
+ name: name$26
8701
9110
  };
8702
9111
 
8703
- const name$21 = "generateAssetContributionDecision";
9112
+ const name$25 = "generateAssetContributionDecision";
8704
9113
  const mutation$V = Selector("Mutation")({
8705
- [name$21]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9114
+ [name$25]: [{ data: $("data", "AssetContributionDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8706
9115
  });
8707
9116
 
8708
9117
  const generateAssetContributionDecision = {
8709
9118
  __proto__: null,
8710
9119
  mutation: mutation$V,
8711
- name: name$21
9120
+ name: name$25
8712
9121
  };
8713
9122
 
8714
- const name$20 = "generateAssetContributionStatement";
9123
+ const name$24 = "generateAssetContributionStatement";
8715
9124
  const mutation$U = Selector("Mutation")({
8716
- [name$20]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9125
+ [name$24]: [{ data: $("data", "AssetContributionStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8717
9126
  });
8718
9127
 
8719
9128
  const generateAssetContributionStatement = {
8720
9129
  __proto__: null,
8721
9130
  mutation: mutation$U,
8722
- name: name$20
9131
+ name: name$24
8723
9132
  };
8724
9133
 
8725
- const name$1$ = "generateReturnByAssetAct";
9134
+ const name$23 = "generateReturnByAssetAct";
8726
9135
  const mutation$T = Selector("Mutation")({
8727
- [name$1$]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9136
+ [name$23]: [{ data: $("data", "ReturnByAssetActGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8728
9137
  });
8729
9138
 
8730
9139
  const generateReturnByAssetAct = {
8731
9140
  __proto__: null,
8732
9141
  mutation: mutation$T,
8733
- name: name$1$
9142
+ name: name$23
8734
9143
  };
8735
9144
 
8736
- const name$1_ = "generateReturnByAssetDecision";
9145
+ const name$22 = "generateReturnByAssetDecision";
8737
9146
  const mutation$S = Selector("Mutation")({
8738
- [name$1_]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9147
+ [name$22]: [{ data: $("data", "ReturnByAssetDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8739
9148
  });
8740
9149
 
8741
9150
  const generateReturnByAssetDecision = {
8742
9151
  __proto__: null,
8743
9152
  mutation: mutation$S,
8744
- name: name$1_
9153
+ name: name$22
8745
9154
  };
8746
9155
 
8747
- const name$1Z = "generateReturnByAssetStatement";
9156
+ const name$21 = "generateReturnByAssetStatement";
8748
9157
  const mutation$R = Selector("Mutation")({
8749
- [name$1Z]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9158
+ [name$21]: [{ data: $("data", "ReturnByAssetStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8750
9159
  });
8751
9160
 
8752
9161
  const generateReturnByAssetStatement = {
8753
9162
  __proto__: null,
8754
9163
  mutation: mutation$R,
8755
- name: name$1Z
9164
+ name: name$21
8756
9165
  };
8757
9166
 
8758
- const name$1Y = "moderateRequest";
9167
+ const name$20 = "moderateRequest";
8759
9168
  const mutation$Q = Selector("Mutation")({
8760
- [name$1Y]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
9169
+ [name$20]: [{ data: $("data", "ModerateRequestInput!") }, rawTransactionSelector]
8761
9170
  });
8762
9171
 
8763
9172
  const moderateRequest = {
8764
9173
  __proto__: null,
8765
9174
  mutation: mutation$Q,
8766
- name: name$1Y
9175
+ name: name$20
8767
9176
  };
8768
9177
 
8769
- const name$1X = "prohibitRequest";
9178
+ const name$1$ = "prohibitRequest";
8770
9179
  const mutation$P = Selector("Mutation")({
8771
- [name$1X]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
9180
+ [name$1$]: [{ data: $("data", "ProhibitRequestInput!") }, rawTransactionSelector]
8772
9181
  });
8773
9182
 
8774
9183
  const prohibitRequest = {
8775
9184
  __proto__: null,
8776
9185
  mutation: mutation$P,
8777
- name: name$1X
9186
+ name: name$1$
8778
9187
  };
8779
9188
 
8780
- const name$1W = "publishRequest";
9189
+ const name$1_ = "publishRequest";
8781
9190
  const mutation$O = Selector("Mutation")({
8782
- [name$1W]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
9191
+ [name$1_]: [{ data: $("data", "PublishRequestInput!") }, rawTransactionSelector]
8783
9192
  });
8784
9193
 
8785
9194
  const publishRequest = {
8786
9195
  __proto__: null,
8787
9196
  mutation: mutation$O,
8788
- name: name$1W
9197
+ name: name$1_
8789
9198
  };
8790
9199
 
8791
- const name$1V = "receiveOnRequest";
9200
+ const name$1Z = "receiveOnRequest";
8792
9201
  const mutation$N = Selector("Mutation")({
8793
- [name$1V]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
9202
+ [name$1Z]: [{ data: $("data", "ReceiveOnRequestInput!") }, rawTransactionSelector]
8794
9203
  });
8795
9204
 
8796
9205
  const receiveOnRequest = {
8797
9206
  __proto__: null,
8798
9207
  mutation: mutation$N,
8799
- name: name$1V
9208
+ name: name$1Z
8800
9209
  };
8801
9210
 
8802
- const name$1U = "supplyOnRequest";
9211
+ const name$1Y = "supplyOnRequest";
8803
9212
  const mutation$M = Selector("Mutation")({
8804
- [name$1U]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
9213
+ [name$1Y]: [{ data: $("data", "SupplyOnRequestInput!") }, rawTransactionSelector]
8805
9214
  });
8806
9215
 
8807
9216
  const supplyOnRequest = {
8808
9217
  __proto__: null,
8809
9218
  mutation: mutation$M,
8810
- name: name$1U
9219
+ name: name$1Y
8811
9220
  };
8812
9221
 
8813
- const name$1T = "unpublishRequest";
9222
+ const name$1X = "unpublishRequest";
8814
9223
  const mutation$L = Selector("Mutation")({
8815
- [name$1T]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
9224
+ [name$1X]: [{ data: $("data", "UnpublishRequestInput!") }, rawTransactionSelector]
8816
9225
  });
8817
9226
 
8818
9227
  const unpublishRequest = {
8819
9228
  __proto__: null,
8820
9229
  mutation: mutation$L,
8821
- name: name$1T
9230
+ name: name$1X
8822
9231
  };
8823
9232
 
8824
- const name$1S = "updateRequest";
9233
+ const name$1W = "updateRequest";
8825
9234
  const mutation$K = Selector("Mutation")({
8826
- [name$1S]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
9235
+ [name$1W]: [{ data: $("data", "UpdateRequestInput!") }, rawTransactionSelector]
8827
9236
  });
8828
9237
 
8829
9238
  const updateRequest = {
8830
9239
  __proto__: null,
8831
9240
  mutation: mutation$K,
8832
- name: name$1S
9241
+ name: name$1W
8833
9242
  };
8834
9243
 
8835
9244
  const index$D = {
@@ -8859,9 +9268,9 @@ const index$D = {
8859
9268
  UpdateRequest: updateRequest
8860
9269
  };
8861
9270
 
8862
- const name$1R = "generateDocument";
9271
+ const name$1V = "generateDocument";
8863
9272
  const mutation$J = Selector("Mutation")({
8864
- [name$1R]: [
9273
+ [name$1V]: [
8865
9274
  {
8866
9275
  input: $("input", "GenerateAnyDocumentInput!")
8867
9276
  },
@@ -8872,7 +9281,7 @@ const mutation$J = Selector("Mutation")({
8872
9281
  const generateDocument = {
8873
9282
  __proto__: null,
8874
9283
  mutation: mutation$J,
8875
- name: name$1R
9284
+ name: name$1V
8876
9285
  };
8877
9286
 
8878
9287
  const index$C = {
@@ -8880,37 +9289,37 @@ const index$C = {
8880
9289
  GenerateDocument: generateDocument
8881
9290
  };
8882
9291
 
8883
- const name$1Q = "installExtension";
9292
+ const name$1U = "installExtension";
8884
9293
  const mutation$I = Selector("Mutation")({
8885
- [name$1Q]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
9294
+ [name$1U]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
8886
9295
  });
8887
9296
 
8888
9297
  const installExtension = {
8889
9298
  __proto__: null,
8890
9299
  mutation: mutation$I,
8891
- name: name$1Q
9300
+ name: name$1U
8892
9301
  };
8893
9302
 
8894
- const name$1P = "uninstallExtension";
9303
+ const name$1T = "uninstallExtension";
8895
9304
  const mutation$H = Selector("Mutation")({
8896
- [name$1P]: [{ data: $("data", "UninstallExtensionInput!") }, true]
9305
+ [name$1T]: [{ data: $("data", "UninstallExtensionInput!") }, true]
8897
9306
  });
8898
9307
 
8899
9308
  const uninstallExtension = {
8900
9309
  __proto__: null,
8901
9310
  mutation: mutation$H,
8902
- name: name$1P
9311
+ name: name$1T
8903
9312
  };
8904
9313
 
8905
- const name$1O = "updateExtension";
9314
+ const name$1S = "updateExtension";
8906
9315
  const mutation$G = Selector("Mutation")({
8907
- [name$1O]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
9316
+ [name$1S]: [{ data: $("data", "ExtensionInput!") }, extensionSelector]
8908
9317
  });
8909
9318
 
8910
9319
  const updateExtension = {
8911
9320
  __proto__: null,
8912
9321
  mutation: mutation$G,
8913
- name: name$1O
9322
+ name: name$1S
8914
9323
  };
8915
9324
 
8916
9325
  const index$B = {
@@ -8920,48 +9329,48 @@ const index$B = {
8920
9329
  UpdateExtension: updateExtension
8921
9330
  };
8922
9331
 
8923
- const name$1N = "generateProjectOfFreeDecision";
9332
+ const name$1R = "generateProjectOfFreeDecision";
8924
9333
  const mutation$F = Selector("Mutation")({
8925
- [name$1N]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9334
+ [name$1R]: [{ data: $("data", "ProjectFreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8926
9335
  });
8927
9336
 
8928
9337
  const generateProjectOfFreeDecisionDocument = {
8929
9338
  __proto__: null,
8930
9339
  mutation: mutation$F,
8931
- name: name$1N
9340
+ name: name$1R
8932
9341
  };
8933
9342
 
8934
- const name$1M = "generateFreeDecision";
9343
+ const name$1Q = "generateFreeDecision";
8935
9344
  const mutation$E = Selector("Mutation")({
8936
- [name$1M]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9345
+ [name$1Q]: [{ data: $("data", "FreeDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
8937
9346
  });
8938
9347
 
8939
9348
  const generateFreeDecision = {
8940
9349
  __proto__: null,
8941
9350
  mutation: mutation$E,
8942
- name: name$1M
9351
+ name: name$1Q
8943
9352
  };
8944
9353
 
8945
- const name$1L = "publishProjectOfFreeDecision";
9354
+ const name$1P = "publishProjectOfFreeDecision";
8946
9355
  const mutation$D = Selector("Mutation")({
8947
- [name$1L]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
9356
+ [name$1P]: [{ data: $("data", "PublishProjectFreeDecisionInput!") }, true]
8948
9357
  });
8949
9358
 
8950
9359
  const publishProjectOfFreeDecision = {
8951
9360
  __proto__: null,
8952
9361
  mutation: mutation$D,
8953
- name: name$1L
9362
+ name: name$1P
8954
9363
  };
8955
9364
 
8956
- const name$1K = "createProjectOfFreeDecision";
9365
+ const name$1O = "createProjectOfFreeDecision";
8957
9366
  const mutation$C = Selector("Mutation")({
8958
- [name$1K]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
9367
+ [name$1O]: [{ data: $("data", "CreateProjectFreeDecisionInput!") }, createdProjectFreeDecisionSelector]
8959
9368
  });
8960
9369
 
8961
9370
  const createProjectOfFreeDecision = {
8962
9371
  __proto__: null,
8963
9372
  mutation: mutation$C,
8964
- name: name$1K
9373
+ name: name$1O
8965
9374
  };
8966
9375
 
8967
9376
  const index$A = {
@@ -8972,37 +9381,37 @@ const index$A = {
8972
9381
  PublishProjectOfFreeDecision: publishProjectOfFreeDecision
8973
9382
  };
8974
9383
 
8975
- const name$1J = "setPaymentStatus";
9384
+ const name$1N = "setPaymentStatus";
8976
9385
  const mutation$B = Selector("Mutation")({
8977
- [name$1J]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
9386
+ [name$1N]: [{ data: $("data", "SetPaymentStatusInput!") }, paymentSelector]
8978
9387
  });
8979
9388
 
8980
9389
  const updatePaymentStatus = {
8981
9390
  __proto__: null,
8982
9391
  mutation: mutation$B,
8983
- name: name$1J
9392
+ name: name$1N
8984
9393
  };
8985
9394
 
8986
- const name$1I = "createInitialPayment";
9395
+ const name$1M = "createInitialPayment";
8987
9396
  const mutation$A = Selector("Mutation")({
8988
- [name$1I]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9397
+ [name$1M]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
8989
9398
  });
8990
9399
 
8991
9400
  const createInitialPayment$1 = {
8992
9401
  __proto__: null,
8993
9402
  mutation: mutation$A,
8994
- name: name$1I
9403
+ name: name$1M
8995
9404
  };
8996
9405
 
8997
- const name$1H = "createDepositPayment";
9406
+ const name$1L = "createDepositPayment";
8998
9407
  const mutation$z = Selector("Mutation")({
8999
- [name$1H]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9408
+ [name$1L]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9000
9409
  });
9001
9410
 
9002
9411
  const createDepositPayment$1 = {
9003
9412
  __proto__: null,
9004
9413
  mutation: mutation$z,
9005
- name: name$1H
9414
+ name: name$1L
9006
9415
  };
9007
9416
 
9008
9417
  const index$z = {
@@ -9012,20 +9421,20 @@ const index$z = {
9012
9421
  SetPaymentStatus: updatePaymentStatus
9013
9422
  };
9014
9423
 
9015
- const name$1G = "createAnnualGeneralMeet";
9424
+ const name$1K = "createAnnualGeneralMeet";
9016
9425
  const mutation$y = Selector("Mutation")({
9017
- [name$1G]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
9426
+ [name$1K]: [{ data: $("data", "CreateAnnualGeneralMeetInput!") }, meetAggregateSelector]
9018
9427
  });
9019
9428
 
9020
9429
  const createAnnualGeneralMeet = {
9021
9430
  __proto__: null,
9022
9431
  mutation: mutation$y,
9023
- name: name$1G
9432
+ name: name$1K
9024
9433
  };
9025
9434
 
9026
- const name$1F = "generateAnnualGeneralMeetAgendaDocument";
9435
+ const name$1J = "generateAnnualGeneralMeetAgendaDocument";
9027
9436
  const mutation$x = Selector("Mutation")({
9028
- [name$1F]: [
9437
+ [name$1J]: [
9029
9438
  {
9030
9439
  data: $("data", "AnnualGeneralMeetingAgendaGenerateDocumentInput!"),
9031
9440
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9037,12 +9446,12 @@ const mutation$x = Selector("Mutation")({
9037
9446
  const generateAnnualGeneralMeetAgendaDocument = {
9038
9447
  __proto__: null,
9039
9448
  mutation: mutation$x,
9040
- name: name$1F
9449
+ name: name$1J
9041
9450
  };
9042
9451
 
9043
- const name$1E = "generateAnnualGeneralMeetDecisionDocument";
9452
+ const name$1I = "generateAnnualGeneralMeetDecisionDocument";
9044
9453
  const mutation$w = Selector("Mutation")({
9045
- [name$1E]: [
9454
+ [name$1I]: [
9046
9455
  {
9047
9456
  data: $("data", "AnnualGeneralMeetingDecisionGenerateDocumentInput!"),
9048
9457
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9054,12 +9463,12 @@ const mutation$w = Selector("Mutation")({
9054
9463
  const generateAnnualGeneralMeetDecisionDocument = {
9055
9464
  __proto__: null,
9056
9465
  mutation: mutation$w,
9057
- name: name$1E
9466
+ name: name$1I
9058
9467
  };
9059
9468
 
9060
- const name$1D = "generateAnnualGeneralMeetNotificationDocument";
9469
+ const name$1H = "generateAnnualGeneralMeetNotificationDocument";
9061
9470
  const mutation$v = Selector("Mutation")({
9062
- [name$1D]: [
9471
+ [name$1H]: [
9063
9472
  {
9064
9473
  data: $("data", "AnnualGeneralMeetingNotificationGenerateDocumentInput!"),
9065
9474
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9071,12 +9480,12 @@ const mutation$v = Selector("Mutation")({
9071
9480
  const generateAnnualGeneralMeetNotificationDocument = {
9072
9481
  __proto__: null,
9073
9482
  mutation: mutation$v,
9074
- name: name$1D
9483
+ name: name$1H
9075
9484
  };
9076
9485
 
9077
- const name$1C = "generateBallotForAnnualGeneralMeetDocument";
9486
+ const name$1G = "generateBallotForAnnualGeneralMeetDocument";
9078
9487
  const mutation$u = Selector("Mutation")({
9079
- [name$1C]: [
9488
+ [name$1G]: [
9080
9489
  {
9081
9490
  data: $("data", "AnnualGeneralMeetingVotingBallotGenerateDocumentInput!"),
9082
9491
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9088,12 +9497,12 @@ const mutation$u = Selector("Mutation")({
9088
9497
  const generateBallotForAnnualGeneralMeetDocument = {
9089
9498
  __proto__: null,
9090
9499
  mutation: mutation$u,
9091
- name: name$1C
9500
+ name: name$1G
9092
9501
  };
9093
9502
 
9094
- const name$1B = "generateSovietDecisionOnAnnualMeetDocument";
9503
+ const name$1F = "generateSovietDecisionOnAnnualMeetDocument";
9095
9504
  const mutation$t = Selector("Mutation")({
9096
- [name$1B]: [{
9505
+ [name$1F]: [{
9097
9506
  data: $("data", "AnnualGeneralMeetingSovietDecisionGenerateDocumentInput!"),
9098
9507
  options: $("options", "GenerateDocumentOptionsInput")
9099
9508
  }, documentSelector]
@@ -9102,62 +9511,62 @@ const mutation$t = Selector("Mutation")({
9102
9511
  const generateSovietDecisionOnAnnualMeetDocument = {
9103
9512
  __proto__: null,
9104
9513
  mutation: mutation$t,
9105
- name: name$1B
9514
+ name: name$1F
9106
9515
  };
9107
9516
 
9108
- const name$1A = "notifyOnAnnualGeneralMeet";
9517
+ const name$1E = "notifyOnAnnualGeneralMeet";
9109
9518
  const mutation$s = Selector("Mutation")({
9110
- [name$1A]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9519
+ [name$1E]: [{ data: $("data", "NotifyOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9111
9520
  });
9112
9521
 
9113
9522
  const notifyOnAnnualGeneralMeet = {
9114
9523
  __proto__: null,
9115
9524
  mutation: mutation$s,
9116
- name: name$1A
9525
+ name: name$1E
9117
9526
  };
9118
9527
 
9119
- const name$1z = "restartAnnualGeneralMeet";
9528
+ const name$1D = "restartAnnualGeneralMeet";
9120
9529
  const mutation$r = Selector("Mutation")({
9121
- [name$1z]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
9530
+ [name$1D]: [{ data: $("data", "RestartAnnualGeneralMeetInput!") }, meetAggregateSelector]
9122
9531
  });
9123
9532
 
9124
9533
  const restartAnnualGeneralMeet = {
9125
9534
  __proto__: null,
9126
9535
  mutation: mutation$r,
9127
- name: name$1z
9536
+ name: name$1D
9128
9537
  };
9129
9538
 
9130
- const name$1y = "signByPresiderOnAnnualGeneralMeet";
9539
+ const name$1C = "signByPresiderOnAnnualGeneralMeet";
9131
9540
  const mutation$q = Selector("Mutation")({
9132
- [name$1y]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9541
+ [name$1C]: [{ data: $("data", "SignByPresiderOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9133
9542
  });
9134
9543
 
9135
9544
  const signByPresiderOnAnnualGeneralMeet = {
9136
9545
  __proto__: null,
9137
9546
  mutation: mutation$q,
9138
- name: name$1y
9547
+ name: name$1C
9139
9548
  };
9140
9549
 
9141
- const name$1x = "signBySecretaryOnAnnualGeneralMeet";
9550
+ const name$1B = "signBySecretaryOnAnnualGeneralMeet";
9142
9551
  const mutation$p = Selector("Mutation")({
9143
- [name$1x]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9552
+ [name$1B]: [{ data: $("data", "SignBySecretaryOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9144
9553
  });
9145
9554
 
9146
9555
  const signBySecretaryOnAnnualGeneralMeet = {
9147
9556
  __proto__: null,
9148
9557
  mutation: mutation$p,
9149
- name: name$1x
9558
+ name: name$1B
9150
9559
  };
9151
9560
 
9152
- const name$1w = "voteOnAnnualGeneralMeet";
9561
+ const name$1A = "voteOnAnnualGeneralMeet";
9153
9562
  const mutation$o = Selector("Mutation")({
9154
- [name$1w]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9563
+ [name$1A]: [{ data: $("data", "VoteOnAnnualGeneralMeetInput!") }, meetAggregateSelector]
9155
9564
  });
9156
9565
 
9157
9566
  const voteOnAnnualGeneralMeet = {
9158
9567
  __proto__: null,
9159
9568
  mutation: mutation$o,
9160
- name: name$1w
9569
+ name: name$1A
9161
9570
  };
9162
9571
 
9163
9572
  const index$y = {
@@ -9175,37 +9584,37 @@ const index$y = {
9175
9584
  VoteOnAnnualGeneralMeet: voteOnAnnualGeneralMeet
9176
9585
  };
9177
9586
 
9178
- const name$1v = "createWebPushSubscription";
9587
+ const name$1z = "createWebPushSubscription";
9179
9588
  const mutation$n = Selector("Mutation")({
9180
- [name$1v]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
9589
+ [name$1z]: [{ data: $("data", "CreateSubscriptionInput!") }, rawCreateSubscriptionResponseSelector]
9181
9590
  });
9182
9591
 
9183
9592
  const createWebPushSubscription = {
9184
9593
  __proto__: null,
9185
9594
  mutation: mutation$n,
9186
- name: name$1v
9595
+ name: name$1z
9187
9596
  };
9188
9597
 
9189
- const name$1u = "deactivateWebPushSubscriptionById";
9598
+ const name$1y = "deactivateWebPushSubscriptionById";
9190
9599
  const mutation$m = Selector("Mutation")({
9191
- [name$1u]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
9600
+ [name$1y]: [{ data: $("data", "DeactivateSubscriptionInput!") }, true]
9192
9601
  });
9193
9602
 
9194
9603
  const deactivateWebPushSubscriptionById = {
9195
9604
  __proto__: null,
9196
9605
  mutation: mutation$m,
9197
- name: name$1u
9606
+ name: name$1y
9198
9607
  };
9199
9608
 
9200
- const name$1t = "triggerNotificationWorkflow";
9609
+ const name$1x = "triggerNotificationWorkflow";
9201
9610
  const mutation$l = Selector("Mutation")({
9202
- [name$1t]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
9611
+ [name$1x]: [{ data: $("data", "TriggerNotificationWorkflowInput!") }, true]
9203
9612
  });
9204
9613
 
9205
9614
  const triggerNotificationWorkflow = {
9206
9615
  __proto__: null,
9207
9616
  mutation: mutation$l,
9208
- name: name$1t
9617
+ name: name$1x
9209
9618
  };
9210
9619
 
9211
9620
  const index$x = {
@@ -9215,59 +9624,59 @@ const index$x = {
9215
9624
  TriggerNotificationWorkflow: triggerNotificationWorkflow
9216
9625
  };
9217
9626
 
9218
- const name$1s = "addParticipant";
9627
+ const name$1w = "addParticipant";
9219
9628
  const mutation$k = Selector("Mutation")({
9220
- [name$1s]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
9629
+ [name$1w]: [{ data: $("data", "AddParticipantInput!") }, accountSelector]
9221
9630
  });
9222
9631
 
9223
9632
  const addParticipant = {
9224
9633
  __proto__: null,
9225
9634
  mutation: mutation$k,
9226
- name: name$1s
9635
+ name: name$1w
9227
9636
  };
9228
9637
 
9229
- const name$1r = "generateParticipantApplication";
9638
+ const name$1v = "generateParticipantApplication";
9230
9639
  const mutation$j = Selector("Mutation")({
9231
- [name$1r]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9640
+ [name$1v]: [{ data: $("data", "ParticipantApplicationGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9232
9641
  });
9233
9642
 
9234
9643
  const generateParticipantApplication = {
9235
9644
  __proto__: null,
9236
9645
  mutation: mutation$j,
9237
- name: name$1r
9646
+ name: name$1v
9238
9647
  };
9239
9648
 
9240
- const name$1q = "generateParticipantApplicationDecision";
9649
+ const name$1u = "generateParticipantApplicationDecision";
9241
9650
  const mutation$i = Selector("Mutation")({
9242
- [name$1q]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9651
+ [name$1u]: [{ data: $("data", "ParticipantApplicationDecisionGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9243
9652
  });
9244
9653
 
9245
9654
  const generateParticipantApplicationDecision = {
9246
9655
  __proto__: null,
9247
9656
  mutation: mutation$i,
9248
- name: name$1q
9657
+ name: name$1u
9249
9658
  };
9250
9659
 
9251
- const name$1p = "registerParticipant";
9660
+ const name$1t = "registerParticipant";
9252
9661
  const mutation$h = Selector("Mutation")({
9253
- [name$1p]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
9662
+ [name$1t]: [{ data: $("data", "RegisterParticipantInput!") }, accountSelector]
9254
9663
  });
9255
9664
 
9256
9665
  const registerParticipant = {
9257
9666
  __proto__: null,
9258
9667
  mutation: mutation$h,
9259
- name: name$1p
9668
+ name: name$1t
9260
9669
  };
9261
9670
 
9262
- const name$1o = "createInitialPayment";
9671
+ const name$1s = "createInitialPayment";
9263
9672
  const mutation$g = Selector("Mutation")({
9264
- [name$1o]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9673
+ [name$1s]: [{ data: $("data", "CreateInitialPaymentInput!") }, paymentSelector]
9265
9674
  });
9266
9675
 
9267
9676
  const createInitialPayment = {
9268
9677
  __proto__: null,
9269
9678
  mutation: mutation$g,
9270
- name: name$1o
9679
+ name: name$1s
9271
9680
  };
9272
9681
 
9273
9682
  const index$w = {
@@ -9279,37 +9688,37 @@ const index$w = {
9279
9688
  RegisterParticipant: registerParticipant
9280
9689
  };
9281
9690
 
9282
- const name$1n = "addPaymentMethod";
9691
+ const name$1r = "addPaymentMethod";
9283
9692
  const mutation$f = Selector("Mutation")({
9284
- [name$1n]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
9693
+ [name$1r]: [{ data: $("data", "AddPaymentMethodInput!") }, paymentMethodSelector]
9285
9694
  });
9286
9695
 
9287
9696
  const addPaymentMethod = {
9288
9697
  __proto__: null,
9289
9698
  mutation: mutation$f,
9290
- name: name$1n
9699
+ name: name$1r
9291
9700
  };
9292
9701
 
9293
- const name$1m = "deletePaymentMethod";
9702
+ const name$1q = "deletePaymentMethod";
9294
9703
  const mutation$e = Selector("Mutation")({
9295
- [name$1m]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
9704
+ [name$1q]: [{ data: $("data", "DeletePaymentMethodInput!") }, true]
9296
9705
  });
9297
9706
 
9298
9707
  const deletePaymentMethod = {
9299
9708
  __proto__: null,
9300
9709
  mutation: mutation$e,
9301
- name: name$1m
9710
+ name: name$1q
9302
9711
  };
9303
9712
 
9304
- const name$1l = "updateBankAccount";
9713
+ const name$1p = "updateBankAccount";
9305
9714
  const mutation$d = Selector("Mutation")({
9306
- [name$1l]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
9715
+ [name$1p]: [{ data: $("data", "UpdateBankAccountInput!") }, paymentMethodSelector]
9307
9716
  });
9308
9717
 
9309
9718
  const updateBankAccount = {
9310
9719
  __proto__: null,
9311
9720
  mutation: mutation$d,
9312
- name: name$1l
9721
+ name: name$1p
9313
9722
  };
9314
9723
 
9315
9724
  const index$v = {
@@ -9319,26 +9728,26 @@ const index$v = {
9319
9728
  UpdateBankAccount: updateBankAccount
9320
9729
  };
9321
9730
 
9322
- const name$1k = "generateConvertToAxonStatement";
9731
+ const name$1o = "generateConvertToAxonStatement";
9323
9732
  const mutation$c = Selector("Mutation")({
9324
- [name$1k]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9733
+ [name$1o]: [{ data: $("data", "ConvertToAxonStatementGenerateDocumentInput!"), options: $("options", "GenerateDocumentOptionsInput") }, documentSelector]
9325
9734
  });
9326
9735
 
9327
9736
  const generateConvertToAxonStatement = {
9328
9737
  __proto__: null,
9329
9738
  mutation: mutation$c,
9330
- name: name$1k
9739
+ name: name$1o
9331
9740
  };
9332
9741
 
9333
- const name$1j = "processConvertToAxonStatement";
9742
+ const name$1n = "processConvertToAxonStatement";
9334
9743
  const mutation$b = Selector("Mutation")({
9335
- [name$1j]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
9744
+ [name$1n]: [{ data: $("data", "ProcessConvertToAxonStatementInput!") }, true]
9336
9745
  });
9337
9746
 
9338
9747
  const processConvertToAxonStatement = {
9339
9748
  __proto__: null,
9340
9749
  mutation: mutation$b,
9341
- name: name$1j
9750
+ name: name$1n
9342
9751
  };
9343
9752
 
9344
9753
  const index$u = {
@@ -9347,15 +9756,15 @@ const index$u = {
9347
9756
  ProcessConvertToAxonStatement: processConvertToAxonStatement
9348
9757
  };
9349
9758
 
9350
- const name$1i = "generateRegistrationDocuments";
9759
+ const name$1m = "generateRegistrationDocuments";
9351
9760
  const mutation$a = Selector("Mutation")({
9352
- [name$1i]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
9761
+ [name$1m]: [{ data: $("data", "GenerateRegistrationDocumentsInput!") }, generateRegistrationDocumentsOutputSelector]
9353
9762
  });
9354
9763
 
9355
9764
  const generateRegistrationDocuments = {
9356
9765
  __proto__: null,
9357
9766
  mutation: mutation$a,
9358
- name: name$1i
9767
+ name: name$1m
9359
9768
  };
9360
9769
 
9361
9770
  const index$t = {
@@ -9363,42 +9772,42 @@ const index$t = {
9363
9772
  GenerateRegistrationDocuments: generateRegistrationDocuments
9364
9773
  };
9365
9774
 
9366
- const name$1h = "initSystem";
9775
+ const name$1l = "initSystem";
9367
9776
  const mutation$9 = Selector("Mutation")({
9368
- [name$1h]: [{ data: $("data", "Init!") }, systemInfoSelector]
9777
+ [name$1l]: [{ data: $("data", "Init!") }, systemInfoSelector]
9369
9778
  });
9370
9779
 
9371
9780
  const initSystem = {
9372
9781
  __proto__: null,
9373
9782
  mutation: mutation$9,
9374
- name: name$1h
9783
+ name: name$1l
9375
9784
  };
9376
9785
 
9377
- const name$1g = "installSystem";
9786
+ const name$1k = "installSystem";
9378
9787
  const mutation$8 = Selector("Mutation")({
9379
- [name$1g]: [{ data: $("data", "Install!") }, systemInfoSelector]
9788
+ [name$1k]: [{ data: $("data", "Install!") }, systemInfoSelector]
9380
9789
  });
9381
9790
 
9382
9791
  const installSystem = {
9383
9792
  __proto__: null,
9384
9793
  mutation: mutation$8,
9385
- name: name$1g
9794
+ name: name$1k
9386
9795
  };
9387
9796
 
9388
- const name$1f = "setWif";
9797
+ const name$1j = "setWif";
9389
9798
  const mutation$7 = Selector("Mutation")({
9390
- [name$1f]: [{ data: $("data", "SetWifInput!") }, true]
9799
+ [name$1j]: [{ data: $("data", "SetWifInput!") }, true]
9391
9800
  });
9392
9801
 
9393
9802
  const saveWif = {
9394
9803
  __proto__: null,
9395
9804
  mutation: mutation$7,
9396
- name: name$1f
9805
+ name: name$1j
9397
9806
  };
9398
9807
 
9399
- const name$1e = "startInstall";
9808
+ const name$1i = "startInstall";
9400
9809
  const mutation$6 = Selector("Mutation")({
9401
- [name$1e]: [{ data: $("data", "StartInstallInput!") }, {
9810
+ [name$1i]: [{ data: $("data", "StartInstallInput!") }, {
9402
9811
  install_code: true,
9403
9812
  coopname: true
9404
9813
  }]
@@ -9407,29 +9816,29 @@ const mutation$6 = Selector("Mutation")({
9407
9816
  const startInstall = {
9408
9817
  __proto__: null,
9409
9818
  mutation: mutation$6,
9410
- name: name$1e
9819
+ name: name$1i
9411
9820
  };
9412
9821
 
9413
- const name$1d = "updateSettings";
9822
+ const name$1h = "updateSettings";
9414
9823
  const mutation$5 = Selector("Mutation")({
9415
- [name$1d]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
9824
+ [name$1h]: [{ data: $("data", "UpdateSettingsInput!") }, rawSettingsSelector]
9416
9825
  });
9417
9826
 
9418
9827
  const updateSettings = {
9419
9828
  __proto__: null,
9420
9829
  mutation: mutation$5,
9421
- name: name$1d
9830
+ name: name$1h
9422
9831
  };
9423
9832
 
9424
- const name$1c = "updateSystem";
9833
+ const name$1g = "updateSystem";
9425
9834
  const mutation$4 = Selector("Mutation")({
9426
- [name$1c]: [{ data: $("data", "Update!") }, systemInfoSelector]
9835
+ [name$1g]: [{ data: $("data", "Update!") }, systemInfoSelector]
9427
9836
  });
9428
9837
 
9429
9838
  const updateSystem = {
9430
9839
  __proto__: null,
9431
9840
  mutation: mutation$4,
9432
- name: name$1c
9841
+ name: name$1g
9433
9842
  };
9434
9843
 
9435
9844
  const index$s = {
@@ -9443,31 +9852,31 @@ const index$s = {
9443
9852
  UpdateSystem: updateSystem
9444
9853
  };
9445
9854
 
9446
- const name$1b = "createWithdraw";
9855
+ const name$1f = "createWithdraw";
9447
9856
  const mutation$3 = Selector("Mutation")({
9448
- [name$1b]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
9857
+ [name$1f]: [{ data: $("data", "CreateWithdrawInput!") }, createWithdrawResponseSelector]
9449
9858
  });
9450
9859
 
9451
9860
  const createWithdraw = {
9452
9861
  __proto__: null,
9453
9862
  mutation: mutation$3,
9454
- name: name$1b
9863
+ name: name$1f
9455
9864
  };
9456
9865
 
9457
- const name$1a = "createDepositPayment";
9866
+ const name$1e = "createDepositPayment";
9458
9867
  const mutation$2 = Selector("Mutation")({
9459
- [name$1a]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9868
+ [name$1e]: [{ data: $("data", "CreateDepositPaymentInput!") }, paymentSelector]
9460
9869
  });
9461
9870
 
9462
9871
  const createDepositPayment = {
9463
9872
  __proto__: null,
9464
9873
  mutation: mutation$2,
9465
- name: name$1a
9874
+ name: name$1e
9466
9875
  };
9467
9876
 
9468
- const name$19 = "generateReturnByMoneyStatementDocument";
9877
+ const name$1d = "generateReturnByMoneyStatementDocument";
9469
9878
  const mutation$1 = Selector("Mutation")({
9470
- [name$19]: [
9879
+ [name$1d]: [
9471
9880
  {
9472
9881
  data: $("data", "ReturnByMoneyGenerateDocumentInput!"),
9473
9882
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9479,12 +9888,12 @@ const mutation$1 = Selector("Mutation")({
9479
9888
  const generateReturnByMoneyStatementDocument = {
9480
9889
  __proto__: null,
9481
9890
  mutation: mutation$1,
9482
- name: name$19
9891
+ name: name$1d
9483
9892
  };
9484
9893
 
9485
- const name$18 = "generateReturnByMoneyDecisionDocument";
9894
+ const name$1c = "generateReturnByMoneyDecisionDocument";
9486
9895
  const mutation = Selector("Mutation")({
9487
- [name$18]: [
9896
+ [name$1c]: [
9488
9897
  {
9489
9898
  data: $("data", "ReturnByMoneyDecisionGenerateDocumentInput!"),
9490
9899
  options: $("options", "GenerateDocumentOptionsInput")
@@ -9496,7 +9905,7 @@ const mutation = Selector("Mutation")({
9496
9905
  const generateReturnByMoneyDecisionDocument = {
9497
9906
  __proto__: null,
9498
9907
  mutation: mutation,
9499
- name: name$18
9908
+ name: name$1c
9500
9909
  };
9501
9910
 
9502
9911
  const index$r = {
@@ -9531,26 +9940,26 @@ const Mutations = {
9531
9940
  Wallet: index$r
9532
9941
  };
9533
9942
 
9534
- const name$17 = "getAccount";
9535
- const query$17 = Selector("Query")({
9536
- [name$17]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
9943
+ const name$1b = "getAccount";
9944
+ const query$1b = Selector("Query")({
9945
+ [name$1b]: [{ data: $("data", "GetAccountInput!") }, accountSelector]
9537
9946
  });
9538
9947
 
9539
9948
  const getAccount = {
9540
9949
  __proto__: null,
9541
- name: name$17,
9542
- query: query$17
9950
+ name: name$1b,
9951
+ query: query$1b
9543
9952
  };
9544
9953
 
9545
- const name$16 = "getAccounts";
9546
- const query$16 = Selector("Query")({
9547
- [name$16]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
9954
+ const name$1a = "getAccounts";
9955
+ const query$1a = Selector("Query")({
9956
+ [name$1a]: [{ data: $("data", "GetAccountsInput"), options: $("options", "PaginationInput") }, accountsPaginationSelector]
9548
9957
  });
9549
9958
 
9550
9959
  const getAccounts = {
9551
9960
  __proto__: null,
9552
- name: name$16,
9553
- query: query$16
9961
+ name: name$1a,
9962
+ query: query$1a
9554
9963
  };
9555
9964
 
9556
9965
  const rawSearchPrivateAccountsResultSelector = {
@@ -9567,15 +9976,15 @@ const privateAccountSearchResultSelector = Selector("PrivateAccountSearchResult"
9567
9976
  rawSearchPrivateAccountsResultSelector
9568
9977
  );
9569
9978
 
9570
- const name$15 = "searchPrivateAccounts";
9571
- const query$15 = Selector("Query")({
9572
- [name$15]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
9979
+ const name$19 = "searchPrivateAccounts";
9980
+ const query$19 = Selector("Query")({
9981
+ [name$19]: [{ data: $("data", "SearchPrivateAccountsInput!") }, privateAccountSearchResultSelector]
9573
9982
  });
9574
9983
 
9575
9984
  const searchPrivateAccounts = {
9576
9985
  __proto__: null,
9577
- name: name$15,
9578
- query: query$15
9986
+ name: name$19,
9987
+ query: query$19
9579
9988
  };
9580
9989
 
9581
9990
  const index$q = {
@@ -9619,15 +10028,15 @@ const rawAgendaSelector = {
9619
10028
  };
9620
10029
  const agendaSelector = Selector("AgendaWithDocuments")(rawAgendaSelector);
9621
10030
 
9622
- const name$14 = "getAgenda";
9623
- const query$14 = Selector("Query")({
9624
- [name$14]: agendaSelector
10031
+ const name$18 = "getAgenda";
10032
+ const query$18 = Selector("Query")({
10033
+ [name$18]: agendaSelector
9625
10034
  });
9626
10035
 
9627
10036
  const getAgenda = {
9628
10037
  __proto__: null,
9629
- name: name$14,
9630
- query: query$14
10038
+ name: name$18,
10039
+ query: query$18
9631
10040
  };
9632
10041
 
9633
10042
  const index$p = {
@@ -9635,9 +10044,9 @@ const index$p = {
9635
10044
  GetAgenda: getAgenda
9636
10045
  };
9637
10046
 
9638
- const name$13 = "agreements";
9639
- const query$13 = Selector("Query")({
9640
- [name$13]: [
10047
+ const name$17 = "agreements";
10048
+ const query$17 = Selector("Query")({
10049
+ [name$17]: [
9641
10050
  {
9642
10051
  filter: $("filter", "AgreementFilter"),
9643
10052
  options: $("options", "PaginationInput")
@@ -9648,8 +10057,8 @@ const query$13 = Selector("Query")({
9648
10057
 
9649
10058
  const agreements = {
9650
10059
  __proto__: null,
9651
- name: name$13,
9652
- query: query$13
10060
+ name: name$17,
10061
+ query: query$17
9653
10062
  };
9654
10063
 
9655
10064
  const index$o = {
@@ -9658,9 +10067,9 @@ const index$o = {
9658
10067
  };
9659
10068
 
9660
10069
  const paginatedActionsSelector = { ...paginationSelector, items: rawBlockchainActionSelector };
9661
- const name$12 = "getActions";
9662
- const query$12 = Selector("Query")({
9663
- [name$12]: [
10070
+ const name$16 = "getActions";
10071
+ const query$16 = Selector("Query")({
10072
+ [name$16]: [
9664
10073
  {
9665
10074
  filters: $("filters", "ActionFiltersInput"),
9666
10075
  pagination: $("pagination", "PaginationInput")
@@ -9671,14 +10080,14 @@ const query$12 = Selector("Query")({
9671
10080
 
9672
10081
  const getActions = {
9673
10082
  __proto__: null,
9674
- name: name$12,
9675
- query: query$12
10083
+ name: name$16,
10084
+ query: query$16
9676
10085
  };
9677
10086
 
9678
- const name$11 = "getCurrentTableStates";
10087
+ const name$15 = "getCurrentTableStates";
9679
10088
  const paginatedCurrentTableStatesSelector = { ...paginationSelector, items: rawCurrentTableStateSelector };
9680
- const query$11 = Selector("Query")({
9681
- [name$11]: [
10089
+ const query$15 = Selector("Query")({
10090
+ [name$15]: [
9682
10091
  {
9683
10092
  filters: $("filters", "CurrentTableStatesFiltersInput"),
9684
10093
  pagination: $("pagination", "PaginationInput")
@@ -9689,14 +10098,14 @@ const query$11 = Selector("Query")({
9689
10098
 
9690
10099
  const getCurrentTableStates = {
9691
10100
  __proto__: null,
9692
- name: name$11,
9693
- query: query$11
10101
+ name: name$15,
10102
+ query: query$15
9694
10103
  };
9695
10104
 
9696
10105
  const paginatedDeltasSelector = { ...paginationSelector, items: rawDeltaSelector };
9697
- const name$10 = "getDeltas";
9698
- const query$10 = Selector("Query")({
9699
- [name$10]: [
10106
+ const name$14 = "getDeltas";
10107
+ const query$14 = Selector("Query")({
10108
+ [name$14]: [
9700
10109
  {
9701
10110
  filters: $("filters", "DeltaFiltersInput"),
9702
10111
  pagination: $("pagination", "PaginationInput")
@@ -9707,8 +10116,8 @@ const query$10 = Selector("Query")({
9707
10116
 
9708
10117
  const getDeltas = {
9709
10118
  __proto__: null,
9710
- name: name$10,
9711
- query: query$10
10119
+ name: name$14,
10120
+ query: query$14
9712
10121
  };
9713
10122
 
9714
10123
  const index$n = {
@@ -9718,26 +10127,26 @@ const index$n = {
9718
10127
  GetDeltas: getDeltas
9719
10128
  };
9720
10129
 
9721
- const name$$ = "getBranches";
9722
- const query$$ = Selector("Query")({
9723
- [name$$]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
10130
+ const name$13 = "getBranches";
10131
+ const query$13 = Selector("Query")({
10132
+ [name$13]: [{ data: $("data", "GetBranchesInput!") }, branchSelector]
9724
10133
  });
9725
10134
 
9726
10135
  const getBranches = {
9727
10136
  __proto__: null,
9728
- name: name$$,
9729
- query: query$$
10137
+ name: name$13,
10138
+ query: query$13
9730
10139
  };
9731
10140
 
9732
- const name$_ = "getBranches";
9733
- const query$_ = Selector("Query")({
9734
- [name$_]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
10141
+ const name$12 = "getBranches";
10142
+ const query$12 = Selector("Query")({
10143
+ [name$12]: [{ data: $("data", "GetBranchesInput!") }, branchSelectorForUsers]
9735
10144
  });
9736
10145
 
9737
10146
  const getPublicBranches = {
9738
10147
  __proto__: null,
9739
- name: name$_,
9740
- query: query$_
10148
+ name: name$12,
10149
+ query: query$12
9741
10150
  };
9742
10151
 
9743
10152
  const index$m = {
@@ -9746,9 +10155,9 @@ const index$m = {
9746
10155
  GetPublicBranches: getPublicBranches
9747
10156
  };
9748
10157
 
9749
- const name$Z = "capitalCandidates";
9750
- const query$Z = Selector("Query")({
9751
- [name$Z]: [
10158
+ const name$11 = "capitalCandidates";
10159
+ const query$11 = Selector("Query")({
10160
+ [name$11]: [
9752
10161
  {
9753
10162
  filter: $("filter", "CandidateFilterInput"),
9754
10163
  options: $("options", "PaginationInput")
@@ -9758,503 +10167,545 @@ const query$Z = Selector("Query")({
9758
10167
  });
9759
10168
 
9760
10169
  const getCapitalCandidates = {
10170
+ __proto__: null,
10171
+ name: name$11,
10172
+ query: query$11
10173
+ };
10174
+
10175
+ const name$10 = "capitalCommit";
10176
+ const query$10 = Selector("Query")({
10177
+ [name$10]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
10178
+ });
10179
+
10180
+ const getCommit = {
10181
+ __proto__: null,
10182
+ name: name$10,
10183
+ query: query$10
10184
+ };
10185
+
10186
+ const name$$ = "capitalCommits";
10187
+ const query$$ = Selector("Query")({
10188
+ [name$$]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
10189
+ });
10190
+
10191
+ const getCommits = {
10192
+ __proto__: null,
10193
+ name: name$$,
10194
+ query: query$$
10195
+ };
10196
+
10197
+ const name$_ = "capitalContributor";
10198
+ const query$_ = Selector("Query")({
10199
+ [name$_]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
10200
+ });
10201
+
10202
+ const getContributor = {
10203
+ __proto__: null,
10204
+ name: name$_,
10205
+ query: query$_
10206
+ };
10207
+
10208
+ const name$Z = "capitalContributors";
10209
+ const query$Z = Selector("Query")({
10210
+ [name$Z]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
10211
+ });
10212
+
10213
+ const getContributors = {
9761
10214
  __proto__: null,
9762
10215
  name: name$Z,
9763
10216
  query: query$Z
9764
10217
  };
9765
10218
 
9766
- const name$Y = "capitalCommit";
10219
+ const name$Y = "capitalCycles";
9767
10220
  const query$Y = Selector("Query")({
9768
- [name$Y]: [{ data: $("data", "GetCapitalCommitByHashInput!") }, commitSelector]
10221
+ [name$Y]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
9769
10222
  });
9770
10223
 
9771
- const getCommit = {
10224
+ const getCycles = {
9772
10225
  __proto__: null,
9773
10226
  name: name$Y,
9774
10227
  query: query$Y
9775
10228
  };
9776
10229
 
9777
- const name$X = "capitalCommits";
10230
+ const name$X = "capitalDebt";
9778
10231
  const query$X = Selector("Query")({
9779
- [name$X]: [{ filter: $("filter", "CapitalCommitFilter"), options: $("options", "PaginationInput") }, commitsPaginationSelector]
10232
+ [name$X]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
9780
10233
  });
9781
10234
 
9782
- const getCommits = {
10235
+ const getDebt = {
9783
10236
  __proto__: null,
9784
10237
  name: name$X,
9785
10238
  query: query$X
9786
10239
  };
9787
10240
 
9788
- const name$W = "capitalContributor";
10241
+ const name$W = "capitalDebts";
9789
10242
  const query$W = Selector("Query")({
9790
- [name$W]: [{ data: $("data", "GetContributorInput!") }, contributorSelector]
10243
+ [name$W]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
9791
10244
  });
9792
10245
 
9793
- const getContributor = {
10246
+ const getDebts = {
9794
10247
  __proto__: null,
9795
10248
  name: name$W,
9796
10249
  query: query$W
9797
10250
  };
9798
10251
 
9799
- const name$V = "capitalContributors";
10252
+ const name$V = "capitalExpense";
9800
10253
  const query$V = Selector("Query")({
9801
- [name$V]: [{ filter: $("filter", "CapitalContributorFilter"), options: $("options", "PaginationInput") }, contributorsPaginationSelector]
10254
+ [name$V]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
9802
10255
  });
9803
10256
 
9804
- const getContributors = {
10257
+ const getExpense = {
9805
10258
  __proto__: null,
9806
10259
  name: name$V,
9807
10260
  query: query$V
9808
10261
  };
9809
10262
 
9810
- const name$U = "capitalCycles";
10263
+ const name$U = "capitalExpenses";
9811
10264
  const query$U = Selector("Query")({
9812
- [name$U]: [{ filter: $("filter", "CapitalCycleFilter"), options: $("options", "PaginationInput") }, cyclesPaginationSelector]
10265
+ [name$U]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
9813
10266
  });
9814
10267
 
9815
- const getCycles = {
10268
+ const getExpenses = {
9816
10269
  __proto__: null,
9817
10270
  name: name$U,
9818
10271
  query: query$U
9819
10272
  };
9820
10273
 
9821
- const name$T = "capitalDebt";
10274
+ const name$T = "capitalInvest";
9822
10275
  const query$T = Selector("Query")({
9823
- [name$T]: [{ data: $("data", "GetDebtInput!") }, debtSelector]
10276
+ [name$T]: [{ data: $("data", "GetInvestInput!") }, investSelector]
9824
10277
  });
9825
10278
 
9826
- const getDebt = {
10279
+ const getInvest = {
9827
10280
  __proto__: null,
9828
10281
  name: name$T,
9829
10282
  query: query$T
9830
10283
  };
9831
10284
 
9832
- const name$S = "capitalDebts";
10285
+ const name$S = "capitalInvests";
9833
10286
  const query$S = Selector("Query")({
9834
- [name$S]: [{ filter: $("filter", "DebtFilter"), options: $("options", "PaginationInput") }, debtsPaginationSelector]
10287
+ [name$S]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
9835
10288
  });
9836
10289
 
9837
- const getDebts = {
10290
+ const getInvests = {
9838
10291
  __proto__: null,
9839
10292
  name: name$S,
9840
10293
  query: query$S
9841
10294
  };
9842
10295
 
9843
- const name$R = "capitalExpense";
10296
+ const name$R = "capitalIssue";
9844
10297
  const query$R = Selector("Query")({
9845
- [name$R]: [{ data: $("data", "GetExpenseInput!") }, expenseSelector]
10298
+ [name$R]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
9846
10299
  });
9847
10300
 
9848
- const getExpense = {
10301
+ const getIssue = {
9849
10302
  __proto__: null,
9850
10303
  name: name$R,
9851
10304
  query: query$R
9852
10305
  };
9853
10306
 
9854
- const name$Q = "capitalExpenses";
10307
+ const name$Q = "getCapitalIssueLogs";
9855
10308
  const query$Q = Selector("Query")({
9856
- [name$Q]: [{ filter: $("filter", "ExpenseFilter"), options: $("options", "PaginationInput") }, expensesPaginationSelector]
10309
+ [name$Q]: [
10310
+ {
10311
+ data: $("data", "GetCapitalIssueLogsInput!"),
10312
+ options: $("options", "PaginationInput")
10313
+ },
10314
+ logsPaginationSelector
10315
+ ]
9857
10316
  });
9858
10317
 
9859
- const getExpenses = {
10318
+ const getIssueLogs = {
9860
10319
  __proto__: null,
9861
10320
  name: name$Q,
9862
10321
  query: query$Q
9863
10322
  };
9864
10323
 
9865
- const name$P = "capitalInvest";
10324
+ const name$P = "capitalIssues";
9866
10325
  const query$P = Selector("Query")({
9867
- [name$P]: [{ data: $("data", "GetInvestInput!") }, investSelector]
10326
+ [name$P]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
9868
10327
  });
9869
10328
 
9870
- const getInvest = {
10329
+ const getIssues = {
9871
10330
  __proto__: null,
9872
10331
  name: name$P,
9873
10332
  query: query$P
9874
10333
  };
9875
10334
 
9876
- const name$O = "capitalInvests";
10335
+ const name$O = "getCapitalOnboardingState";
9877
10336
  const query$O = Selector("Query")({
9878
- [name$O]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, investsPaginationSelector]
10337
+ [name$O]: capitalOnboardingStateSelector
9879
10338
  });
9880
10339
 
9881
- const getInvests = {
10340
+ const getOnboardingState$1 = {
9882
10341
  __proto__: null,
9883
10342
  name: name$O,
9884
10343
  query: query$O
9885
10344
  };
9886
10345
 
9887
- const name$N = "capitalIssue";
10346
+ const name$N = "capitalProject";
9888
10347
  const query$N = Selector("Query")({
9889
- [name$N]: [{ data: $("data", "GetCapitalIssueByHashInput!") }, issueSelector]
10348
+ [name$N]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
9890
10349
  });
9891
10350
 
9892
- const getIssue = {
10351
+ const getProject = {
9893
10352
  __proto__: null,
9894
10353
  name: name$N,
9895
10354
  query: query$N
9896
10355
  };
9897
10356
 
9898
- const name$M = "getCapitalIssueLogs";
10357
+ const name$M = "getCapitalProjectLogs";
9899
10358
  const query$M = Selector("Query")({
9900
- [name$M]: [
9901
- {
9902
- data: $("data", "GetCapitalIssueLogsInput!"),
9903
- options: $("options", "PaginationInput")
9904
- },
9905
- logsPaginationSelector
9906
- ]
10359
+ [name$M]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
9907
10360
  });
9908
10361
 
9909
- const getIssueLogs = {
10362
+ const getProjectLogs = {
9910
10363
  __proto__: null,
9911
10364
  name: name$M,
9912
10365
  query: query$M
9913
10366
  };
9914
10367
 
9915
- const name$L = "capitalIssues";
10368
+ const name$L = "capitalProjects";
9916
10369
  const query$L = Selector("Query")({
9917
- [name$L]: [{ filter: $("filter", "CapitalIssueFilter"), options: $("options", "PaginationInput") }, issuesPaginationSelector]
10370
+ [name$L]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
9918
10371
  });
9919
10372
 
9920
- const getIssues = {
10373
+ const getProjects = {
9921
10374
  __proto__: null,
9922
10375
  name: name$L,
9923
10376
  query: query$L
9924
10377
  };
9925
10378
 
9926
- const name$K = "getCapitalOnboardingState";
10379
+ const name$K = "capitalProjectWithRelations";
9927
10380
  const query$K = Selector("Query")({
9928
- [name$K]: capitalOnboardingStateSelector
10381
+ [name$K]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
9929
10382
  });
9930
10383
 
9931
- const getOnboardingState$1 = {
10384
+ const getProjectWithRelations = {
9932
10385
  __proto__: null,
9933
10386
  name: name$K,
9934
10387
  query: query$K
9935
10388
  };
9936
10389
 
9937
- const name$J = "capitalProgramInvest";
10390
+ const name$J = "capitalResult";
9938
10391
  const query$J = Selector("Query")({
9939
- [name$J]: [{ data: $("data", "GetProgramInvestInput!") }, programInvestSelector]
10392
+ [name$J]: [{ data: $("data", "GetResultInput!") }, resultSelector]
9940
10393
  });
9941
10394
 
9942
- const getProgramInvest = {
10395
+ const getResult = {
9943
10396
  __proto__: null,
9944
10397
  name: name$J,
9945
10398
  query: query$J
9946
10399
  };
9947
10400
 
9948
- const name$I = "capitalProgramInvests";
10401
+ const name$I = "capitalResults";
9949
10402
  const query$I = Selector("Query")({
9950
- [name$I]: [{ filter: $("filter", "CapitalInvestFilter"), options: $("options", "PaginationInput") }, programInvestsPaginationSelector]
10403
+ [name$I]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
9951
10404
  });
9952
10405
 
9953
- const getProgramInvests = {
10406
+ const getResults = {
9954
10407
  __proto__: null,
9955
10408
  name: name$I,
9956
10409
  query: query$I
9957
10410
  };
9958
10411
 
9959
- const name$H = "capitalProject";
10412
+ const name$H = "capitalSegment";
9960
10413
  const query$H = Selector("Query")({
9961
- [name$H]: [{ data: $("data", "GetProjectInput!") }, projectSelector]
10414
+ [name$H]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
9962
10415
  });
9963
10416
 
9964
- const getProject = {
10417
+ const getSegment = {
9965
10418
  __proto__: null,
9966
10419
  name: name$H,
9967
10420
  query: query$H
9968
10421
  };
9969
10422
 
9970
- const name$G = "getCapitalProjectLogs";
10423
+ const name$G = "capitalSegments";
9971
10424
  const query$G = Selector("Query")({
9972
- [name$G]: [{ data: $("data", "GetCapitalLogsInput!") }, logsPaginationSelector]
10425
+ [name$G]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
9973
10426
  });
9974
10427
 
9975
- const getProjectLogs = {
10428
+ const getSegments = {
9976
10429
  __proto__: null,
9977
10430
  name: name$G,
9978
10431
  query: query$G
9979
10432
  };
9980
10433
 
9981
- const name$F = "capitalProjects";
10434
+ const name$F = "capitalState";
9982
10435
  const query$F = Selector("Query")({
9983
- [name$F]: [{ filter: $("filter", "CapitalProjectFilter"), options: $("options", "PaginationInput") }, projectsPaginationSelector]
10436
+ [name$F]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
9984
10437
  });
9985
10438
 
9986
- const getProjects = {
10439
+ const getState = {
9987
10440
  __proto__: null,
9988
10441
  name: name$F,
9989
10442
  query: query$F
9990
10443
  };
9991
10444
 
9992
- const name$E = "capitalProjectWithRelations";
10445
+ const name$E = "capitalStories";
9993
10446
  const query$E = Selector("Query")({
9994
- [name$E]: [{ data: $("data", "GetProjectWithRelationsInput!") }, projectSelector]
10447
+ [name$E]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
9995
10448
  });
9996
10449
 
9997
- const getProjectWithRelations = {
10450
+ const getStories = {
9998
10451
  __proto__: null,
9999
10452
  name: name$E,
10000
10453
  query: query$E
10001
10454
  };
10002
10455
 
10003
- const name$D = "capitalResult";
10456
+ const name$D = "capitalStory";
10004
10457
  const query$D = Selector("Query")({
10005
- [name$D]: [{ data: $("data", "GetResultInput!") }, resultSelector]
10458
+ [name$D]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
10006
10459
  });
10007
10460
 
10008
- const getResult = {
10461
+ const getStory = {
10009
10462
  __proto__: null,
10010
10463
  name: name$D,
10011
10464
  query: query$D
10012
10465
  };
10013
10466
 
10014
- const name$C = "capitalResults";
10467
+ const name$C = "capitalTimeEntries";
10015
10468
  const query$C = Selector("Query")({
10016
- [name$C]: [{ filter: $("filter", "ResultFilter"), options: $("options", "PaginationInput") }, resultsPaginationSelector]
10469
+ [name$C]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
10017
10470
  });
10018
10471
 
10019
- const getResults = {
10472
+ const getTimeEntries = {
10020
10473
  __proto__: null,
10021
10474
  name: name$C,
10022
10475
  query: query$C
10023
10476
  };
10024
10477
 
10025
- const name$B = "capitalSegment";
10478
+ const name$B = "capitalTimeEntriesByIssues";
10026
10479
  const query$B = Selector("Query")({
10027
- [name$B]: [{ filter: $("filter", "CapitalSegmentFilter") }, segmentSelector]
10480
+ [name$B]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
10028
10481
  });
10029
10482
 
10030
- const getSegment = {
10483
+ const getTimeEntriesByIssues = {
10031
10484
  __proto__: null,
10032
10485
  name: name$B,
10033
10486
  query: query$B
10034
10487
  };
10035
10488
 
10036
- const name$A = "capitalSegments";
10489
+ const name$A = "capitalTimeStats";
10037
10490
  const query$A = Selector("Query")({
10038
- [name$A]: [{ filter: $("filter", "CapitalSegmentFilter"), options: $("options", "PaginationInput") }, segmentsPaginationSelector]
10491
+ [name$A]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
10039
10492
  });
10040
10493
 
10041
- const getSegments = {
10494
+ const getTimeStats = {
10042
10495
  __proto__: null,
10043
10496
  name: name$A,
10044
10497
  query: query$A
10045
10498
  };
10046
10499
 
10047
- const name$z = "capitalState";
10500
+ const name$z = "capitalVote";
10048
10501
  const query$z = Selector("Query")({
10049
- [name$z]: [{ data: $("data", "GetCapitalConfigInput!") }, configSelector]
10502
+ [name$z]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
10050
10503
  });
10051
10504
 
10052
- const getState = {
10505
+ const getVote = {
10053
10506
  __proto__: null,
10054
10507
  name: name$z,
10055
10508
  query: query$z
10056
10509
  };
10057
10510
 
10058
- const name$y = "capitalStories";
10511
+ const name$y = "capitalVotes";
10059
10512
  const query$y = Selector("Query")({
10060
- [name$y]: [{ filter: $("filter", "CapitalStoryFilter"), options: $("options", "PaginationInput") }, storiesPaginationSelector]
10513
+ [name$y]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
10061
10514
  });
10062
10515
 
10063
- const getStories = {
10516
+ const getVotes = {
10064
10517
  __proto__: null,
10065
10518
  name: name$y,
10066
10519
  query: query$y
10067
10520
  };
10068
10521
 
10069
- const name$x = "capitalStory";
10522
+ const index$l = {
10523
+ __proto__: null,
10524
+ GetCapitalCandidates: getCapitalCandidates,
10525
+ GetCommit: getCommit,
10526
+ GetCommits: getCommits,
10527
+ GetContributor: getContributor,
10528
+ GetContributors: getContributors,
10529
+ GetCycles: getCycles,
10530
+ GetDebt: getDebt,
10531
+ GetDebts: getDebts,
10532
+ GetExpense: getExpense,
10533
+ GetExpenses: getExpenses,
10534
+ GetInvest: getInvest,
10535
+ GetInvests: getInvests,
10536
+ GetIssue: getIssue,
10537
+ GetIssueLogs: getIssueLogs,
10538
+ GetIssues: getIssues,
10539
+ GetOnboardingState: getOnboardingState$1,
10540
+ GetProject: getProject,
10541
+ GetProjectLogs: getProjectLogs,
10542
+ GetProjectWithRelations: getProjectWithRelations,
10543
+ GetProjects: getProjects,
10544
+ GetResult: getResult,
10545
+ GetResults: getResults,
10546
+ GetSegment: getSegment,
10547
+ GetSegments: getSegments,
10548
+ GetState: getState,
10549
+ GetStories: getStories,
10550
+ GetStory: getStory,
10551
+ GetTimeEntries: getTimeEntries,
10552
+ GetTimeEntriesByIssues: getTimeEntriesByIssues,
10553
+ GetTimeStats: getTimeStats,
10554
+ GetVote: getVote,
10555
+ GetVotes: getVotes
10556
+ };
10557
+
10558
+ const name$x = "chairmanApproval";
10070
10559
  const query$x = Selector("Query")({
10071
- [name$x]: [{ data: $("data", "GetCapitalStoryByHashInput!") }, storySelector]
10560
+ [name$x]: [{ id: $("id", "String!") }, approvalSelector]
10072
10561
  });
10073
10562
 
10074
- const getStory = {
10563
+ const getApproval = {
10075
10564
  __proto__: null,
10076
10565
  name: name$x,
10077
10566
  query: query$x
10078
10567
  };
10079
10568
 
10080
- const name$w = "capitalTimeEntries";
10569
+ const name$w = "chairmanApprovals";
10081
10570
  const query$w = Selector("Query")({
10082
- [name$w]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesPaginationSelector]
10571
+ [name$w]: [
10572
+ {
10573
+ filter: $("filter", "ApprovalFilter"),
10574
+ options: $("options", "PaginationInput")
10575
+ },
10576
+ approvalsPaginationSelector
10577
+ ]
10083
10578
  });
10084
10579
 
10085
- const getTimeEntries = {
10580
+ const getApprovals = {
10086
10581
  __proto__: null,
10087
10582
  name: name$w,
10088
10583
  query: query$w
10089
10584
  };
10090
10585
 
10091
- const name$v = "capitalTimeEntriesByIssues";
10586
+ const name$v = "getChairmanOnboardingState";
10092
10587
  const query$v = Selector("Query")({
10093
- [name$v]: [{ filter: $("filter", "CapitalTimeEntriesFilter"), options: $("options", "PaginationInput") }, timeEntriesByIssuesPaginationSelector]
10588
+ [name$v]: chairmanOnboardingStateSelector
10094
10589
  });
10095
10590
 
10096
- const getTimeEntriesByIssues = {
10591
+ const getOnboardingState = {
10097
10592
  __proto__: null,
10098
10593
  name: name$v,
10099
10594
  query: query$v
10100
10595
  };
10101
10596
 
10102
- const name$u = "capitalTimeStats";
10597
+ const index$k = {
10598
+ __proto__: null,
10599
+ GetApproval: getApproval,
10600
+ GetApprovals: getApprovals,
10601
+ GetOnboardingState: getOnboardingState
10602
+ };
10603
+
10604
+ const name$u = "chatcoopCheckUsernameAvailability";
10103
10605
  const query$u = Selector("Query")({
10104
- [name$u]: [{ data: $("data", "CapitalTimeStatsInput"), options: $("options", "PaginationInput") }, flexibleTimeStatsSelector]
10606
+ [name$u]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
10105
10607
  });
10106
10608
 
10107
- const getTimeStats = {
10609
+ const checkUsernameAvailability = {
10108
10610
  __proto__: null,
10109
10611
  name: name$u,
10110
10612
  query: query$u
10111
10613
  };
10112
10614
 
10113
- const name$t = "capitalVote";
10615
+ const name$t = "chatcoopGetAccountStatus";
10114
10616
  const query$t = Selector("Query")({
10115
- [name$t]: [{ data: $("data", "GetVoteInput!") }, voteSelector]
10617
+ [name$t]: chatcoopAccountStatusSelector
10116
10618
  });
10117
10619
 
10118
- const getVote = {
10620
+ const getAccountStatus = {
10119
10621
  __proto__: null,
10120
10622
  name: name$t,
10121
10623
  query: query$t
10122
10624
  };
10123
10625
 
10124
- const name$s = "capitalVotes";
10626
+ const name$s = "chatcoopGetMaxOriginServerTsForRoom";
10125
10627
  const query$s = Selector("Query")({
10126
- [name$s]: [{ filter: $("filter", "VoteFilter"), options: $("options", "PaginationInput") }, votesPaginationSelector]
10628
+ [name$s]: [{ data: $("data", "GetMaxOriginServerTsForRoomInput!") }, true]
10127
10629
  });
10128
10630
 
10129
- const getVotes = {
10631
+ const getMaxOriginServerTsForRoom = {
10130
10632
  __proto__: null,
10131
10633
  name: name$s,
10132
10634
  query: query$s
10133
10635
  };
10134
10636
 
10135
- const index$l = {
10136
- __proto__: null,
10137
- GetCapitalCandidates: getCapitalCandidates,
10138
- GetCommit: getCommit,
10139
- GetCommits: getCommits,
10140
- GetContributor: getContributor,
10141
- GetContributors: getContributors,
10142
- GetCycles: getCycles,
10143
- GetDebt: getDebt,
10144
- GetDebts: getDebts,
10145
- GetExpense: getExpense,
10146
- GetExpenses: getExpenses,
10147
- GetInvest: getInvest,
10148
- GetInvests: getInvests,
10149
- GetIssue: getIssue,
10150
- GetIssueLogs: getIssueLogs,
10151
- GetIssues: getIssues,
10152
- GetOnboardingState: getOnboardingState$1,
10153
- GetProgramInvest: getProgramInvest,
10154
- GetProgramInvests: getProgramInvests,
10155
- GetProject: getProject,
10156
- GetProjectLogs: getProjectLogs,
10157
- GetProjectWithRelations: getProjectWithRelations,
10158
- GetProjects: getProjects,
10159
- GetResult: getResult,
10160
- GetResults: getResults,
10161
- GetSegment: getSegment,
10162
- GetSegments: getSegments,
10163
- GetState: getState,
10164
- GetStories: getStories,
10165
- GetStory: getStory,
10166
- GetTimeEntries: getTimeEntries,
10167
- GetTimeEntriesByIssues: getTimeEntriesByIssues,
10168
- GetTimeStats: getTimeStats,
10169
- GetVote: getVote,
10170
- GetVotes: getVotes
10171
- };
10172
-
10173
- const name$r = "chairmanApproval";
10637
+ const name$r = "chatcoopGetRoomMessagesForUtcDate";
10174
10638
  const query$r = Selector("Query")({
10175
- [name$r]: [{ id: $("id", "String!") }, approvalSelector]
10639
+ [name$r]: [{ data: $("data", "GetRoomMessagesForUtcDateInput!") }, rawChatcoopRoomMessageLineSelector]
10176
10640
  });
10177
10641
 
10178
- const getApproval = {
10642
+ const getRoomMessagesForUtcDate = {
10179
10643
  __proto__: null,
10180
10644
  name: name$r,
10181
10645
  query: query$r
10182
10646
  };
10183
10647
 
10184
- const name$q = "chairmanApprovals";
10648
+ const name$q = "chatcoopGetTranscription";
10185
10649
  const query$q = Selector("Query")({
10186
- [name$q]: [
10187
- {
10188
- filter: $("filter", "ApprovalFilter"),
10189
- options: $("options", "PaginationInput")
10190
- },
10191
- approvalsPaginationSelector
10192
- ]
10650
+ [name$q]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
10193
10651
  });
10194
10652
 
10195
- const getApprovals = {
10653
+ const getTranscription = {
10196
10654
  __proto__: null,
10197
10655
  name: name$q,
10198
10656
  query: query$q
10199
10657
  };
10200
10658
 
10201
- const name$p = "getChairmanOnboardingState";
10659
+ const name$p = "chatcoopGetTranscriptions";
10202
10660
  const query$p = Selector("Query")({
10203
- [name$p]: chairmanOnboardingStateSelector
10661
+ [name$p]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
10204
10662
  });
10205
10663
 
10206
- const getOnboardingState = {
10664
+ const getTranscriptions = {
10207
10665
  __proto__: null,
10208
10666
  name: name$p,
10209
10667
  query: query$p
10210
10668
  };
10211
10669
 
10212
- const index$k = {
10213
- __proto__: null,
10214
- GetApproval: getApproval,
10215
- GetApprovals: getApprovals,
10216
- GetOnboardingState: getOnboardingState
10217
- };
10218
-
10219
- const name$o = "chatcoopCheckUsernameAvailability";
10670
+ const name$o = "chatcoopListCalendarEvents";
10220
10671
  const query$o = Selector("Query")({
10221
- [name$o]: [{ data: $("data", "CheckMatrixUsernameInput!") }, true]
10672
+ [name$o]: chatCoopCalendarEventSelector
10222
10673
  });
10223
10674
 
10224
- const checkUsernameAvailability = {
10675
+ const listCalendarEvents = {
10225
10676
  __proto__: null,
10226
10677
  name: name$o,
10227
10678
  query: query$o
10228
10679
  };
10229
10680
 
10230
- const name$n = "chatcoopGetAccountStatus";
10681
+ const name$n = "chatcoopListCalendarRooms";
10231
10682
  const query$n = Selector("Query")({
10232
- [name$n]: chatcoopAccountStatusSelector
10683
+ [name$n]: chatCoopCalendarRoomOptionSelector
10233
10684
  });
10234
10685
 
10235
- const getAccountStatus = {
10686
+ const listCalendarRooms = {
10236
10687
  __proto__: null,
10237
10688
  name: name$n,
10238
10689
  query: query$n
10239
10690
  };
10240
10691
 
10241
- const name$m = "chatcoopGetTranscription";
10692
+ const name$m = "chatcoopListProjectCommunicationRooms";
10242
10693
  const query$m = Selector("Query")({
10243
- [name$m]: [{ data: $("data", "GetTranscriptionInput!") }, rawCallTranscriptionWithSegmentsSelector]
10694
+ [name$m]: [{ data: $("data", "GetProjectCommunicationRoomsInput!") }, rawChatcoopProjectCommunicationRoomSelector]
10244
10695
  });
10245
10696
 
10246
- const getTranscription = {
10697
+ const listProjectCommunicationRooms = {
10247
10698
  __proto__: null,
10248
10699
  name: name$m,
10249
10700
  query: query$m
10250
10701
  };
10251
10702
 
10252
- const name$l = "chatcoopGetTranscriptions";
10703
+ const name$l = "chatcoopListUtcDatesWithNewRoomMessages";
10253
10704
  const query$l = Selector("Query")({
10254
- [name$l]: [{ data: $("data", "GetTranscriptionsInput") }, rawCallTranscriptionSelector]
10705
+ [name$l]: [{ data: $("data", "ListUtcDatesWithNewRoomMessagesInput!") }, true]
10255
10706
  });
10256
10707
 
10257
- const getTranscriptions = {
10708
+ const listUtcDatesWithNewRoomMessages = {
10258
10709
  __proto__: null,
10259
10710
  name: name$l,
10260
10711
  query: query$l
@@ -10264,8 +10715,14 @@ const index$j = {
10264
10715
  __proto__: null,
10265
10716
  CheckUsernameAvailability: checkUsernameAvailability,
10266
10717
  GetAccountStatus: getAccountStatus,
10718
+ GetMaxOriginServerTsForRoom: getMaxOriginServerTsForRoom,
10719
+ GetRoomMessagesForUtcDate: getRoomMessagesForUtcDate,
10267
10720
  GetTranscription: getTranscription,
10268
- GetTranscriptions: getTranscriptions
10721
+ GetTranscriptions: getTranscriptions,
10722
+ ListCalendarEvents: listCalendarEvents,
10723
+ ListCalendarRooms: listCalendarRooms,
10724
+ ListProjectCommunicationRooms: listProjectCommunicationRooms,
10725
+ ListUtcDatesWithNewRoomMessages: listUtcDatesWithNewRoomMessages
10269
10726
  };
10270
10727
 
10271
10728
  const rawWorkspaceSelector = {
@@ -10782,8 +11239,8 @@ const _Client = class _Client {
10782
11239
  signature
10783
11240
  }
10784
11241
  };
10785
- const { [name$3t]: result } = await this.thunder("mutation")(
10786
- mutation$2l,
11242
+ const { [name$3G]: result } = await this.thunder("mutation")(
11243
+ mutation$2u,
10787
11244
  {
10788
11245
  variables
10789
11246
  }