waldur-js-client 8.0.7-dev.37 → 8.0.7-dev.38
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/types.gen.d.ts +184 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -32557,6 +32557,10 @@ export type BookingResourcesListData = {
|
|
|
32557
32557
|
* Service manager UUID
|
|
32558
32558
|
*/
|
|
32559
32559
|
service_manager_uuid?: string;
|
|
32560
|
+
/**
|
|
32561
|
+
* Slug
|
|
32562
|
+
*/
|
|
32563
|
+
slug?: string;
|
|
32560
32564
|
/**
|
|
32561
32565
|
* Resource state
|
|
32562
32566
|
*
|
|
@@ -32745,6 +32749,10 @@ export type BookingResourcesCountData = {
|
|
|
32745
32749
|
* Service manager UUID
|
|
32746
32750
|
*/
|
|
32747
32751
|
service_manager_uuid?: string;
|
|
32752
|
+
/**
|
|
32753
|
+
* Slug
|
|
32754
|
+
*/
|
|
32755
|
+
slug?: string;
|
|
32748
32756
|
/**
|
|
32749
32757
|
* Resource state
|
|
32750
32758
|
*
|
|
@@ -35459,6 +35467,10 @@ export type CustomersListData = {
|
|
|
35459
35467
|
* Filter by service provider UUID.
|
|
35460
35468
|
*/
|
|
35461
35469
|
service_provider_uuid?: string;
|
|
35470
|
+
/**
|
|
35471
|
+
* Slug
|
|
35472
|
+
*/
|
|
35473
|
+
slug?: string;
|
|
35462
35474
|
/**
|
|
35463
35475
|
* Filter by user UUID.
|
|
35464
35476
|
*/
|
|
@@ -35550,6 +35562,10 @@ export type CustomersCountData = {
|
|
|
35550
35562
|
* Filter by service provider UUID.
|
|
35551
35563
|
*/
|
|
35552
35564
|
service_provider_uuid?: string;
|
|
35565
|
+
/**
|
|
35566
|
+
* Slug
|
|
35567
|
+
*/
|
|
35568
|
+
slug?: string;
|
|
35553
35569
|
/**
|
|
35554
35570
|
* Filter by user UUID.
|
|
35555
35571
|
*/
|
|
@@ -35941,6 +35957,10 @@ export type CustomersHistoryListData = {
|
|
|
35941
35957
|
* Filter by service provider UUID.
|
|
35942
35958
|
*/
|
|
35943
35959
|
service_provider_uuid?: string;
|
|
35960
|
+
/**
|
|
35961
|
+
* Slug
|
|
35962
|
+
*/
|
|
35963
|
+
slug?: string;
|
|
35944
35964
|
/**
|
|
35945
35965
|
* Filter by user UUID.
|
|
35946
35966
|
*/
|
|
@@ -36224,6 +36244,10 @@ export type CustomersCountriesListData = {
|
|
|
36224
36244
|
* Filter by service provider UUID.
|
|
36225
36245
|
*/
|
|
36226
36246
|
service_provider_uuid?: string;
|
|
36247
|
+
/**
|
|
36248
|
+
* Slug
|
|
36249
|
+
*/
|
|
36250
|
+
slug?: string;
|
|
36227
36251
|
/**
|
|
36228
36252
|
* Filter by user UUID.
|
|
36229
36253
|
*/
|
|
@@ -36315,6 +36339,10 @@ export type CustomersCountriesCountData = {
|
|
|
36315
36339
|
* Filter by service provider UUID.
|
|
36316
36340
|
*/
|
|
36317
36341
|
service_provider_uuid?: string;
|
|
36342
|
+
/**
|
|
36343
|
+
* Slug
|
|
36344
|
+
*/
|
|
36345
|
+
slug?: string;
|
|
36318
36346
|
/**
|
|
36319
36347
|
* Filter by user UUID.
|
|
36320
36348
|
*/
|
|
@@ -37933,6 +37961,10 @@ export type FinancialReportsListData = {
|
|
|
37933
37961
|
*/
|
|
37934
37962
|
query?: string;
|
|
37935
37963
|
registration_code?: string;
|
|
37964
|
+
/**
|
|
37965
|
+
* Slug
|
|
37966
|
+
*/
|
|
37967
|
+
slug?: string;
|
|
37936
37968
|
/**
|
|
37937
37969
|
* Filter by year.
|
|
37938
37970
|
*/
|
|
@@ -38016,6 +38048,10 @@ export type FinancialReportsCountData = {
|
|
|
38016
38048
|
*/
|
|
38017
38049
|
query?: string;
|
|
38018
38050
|
registration_code?: string;
|
|
38051
|
+
/**
|
|
38052
|
+
* Slug
|
|
38053
|
+
*/
|
|
38054
|
+
slug?: string;
|
|
38019
38055
|
/**
|
|
38020
38056
|
* Filter by year.
|
|
38021
38057
|
*/
|
|
@@ -44754,6 +44790,10 @@ export type MarketplaceOrdersListData = {
|
|
|
44754
44790
|
* Service manager UUID
|
|
44755
44791
|
*/
|
|
44756
44792
|
service_manager_uuid?: string;
|
|
44793
|
+
/**
|
|
44794
|
+
* Slug
|
|
44795
|
+
*/
|
|
44796
|
+
slug?: string;
|
|
44757
44797
|
/**
|
|
44758
44798
|
* Order state
|
|
44759
44799
|
*
|
|
@@ -44865,6 +44905,10 @@ export type MarketplaceOrdersCountData = {
|
|
|
44865
44905
|
* Service manager UUID
|
|
44866
44906
|
*/
|
|
44867
44907
|
service_manager_uuid?: string;
|
|
44908
|
+
/**
|
|
44909
|
+
* Slug
|
|
44910
|
+
*/
|
|
44911
|
+
slug?: string;
|
|
44868
44912
|
/**
|
|
44869
44913
|
* Order state
|
|
44870
44914
|
*
|
|
@@ -46129,6 +46173,10 @@ export type MarketplaceProviderOfferingsListData = {
|
|
|
46129
46173
|
* Shared
|
|
46130
46174
|
*/
|
|
46131
46175
|
shared?: boolean;
|
|
46176
|
+
/**
|
|
46177
|
+
* Slug
|
|
46178
|
+
*/
|
|
46179
|
+
slug?: string;
|
|
46132
46180
|
/**
|
|
46133
46181
|
* Offering state
|
|
46134
46182
|
*
|
|
@@ -46305,6 +46353,10 @@ export type MarketplaceProviderOfferingsCountData = {
|
|
|
46305
46353
|
* Shared
|
|
46306
46354
|
*/
|
|
46307
46355
|
shared?: boolean;
|
|
46356
|
+
/**
|
|
46357
|
+
* Slug
|
|
46358
|
+
*/
|
|
46359
|
+
slug?: string;
|
|
46308
46360
|
/**
|
|
46309
46361
|
* Offering state
|
|
46310
46362
|
*
|
|
@@ -46618,6 +46670,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
|
|
|
46618
46670
|
* Shared
|
|
46619
46671
|
*/
|
|
46620
46672
|
shared?: boolean;
|
|
46673
|
+
/**
|
|
46674
|
+
* Slug
|
|
46675
|
+
*/
|
|
46676
|
+
slug?: string;
|
|
46621
46677
|
/**
|
|
46622
46678
|
* Start date in format YYYY-MM.
|
|
46623
46679
|
*/
|
|
@@ -46805,6 +46861,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
|
|
|
46805
46861
|
* Shared
|
|
46806
46862
|
*/
|
|
46807
46863
|
shared?: boolean;
|
|
46864
|
+
/**
|
|
46865
|
+
* Slug
|
|
46866
|
+
*/
|
|
46867
|
+
slug?: string;
|
|
46808
46868
|
/**
|
|
46809
46869
|
* Start date in format YYYY-MM.
|
|
46810
46870
|
*/
|
|
@@ -47002,6 +47062,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
|
|
|
47002
47062
|
* Shared
|
|
47003
47063
|
*/
|
|
47004
47064
|
shared?: boolean;
|
|
47065
|
+
/**
|
|
47066
|
+
* Slug
|
|
47067
|
+
*/
|
|
47068
|
+
slug?: string;
|
|
47005
47069
|
/**
|
|
47006
47070
|
* Offering state
|
|
47007
47071
|
*
|
|
@@ -47324,6 +47388,10 @@ export type MarketplaceProviderOfferingsHistoryListData = {
|
|
|
47324
47388
|
* Shared
|
|
47325
47389
|
*/
|
|
47326
47390
|
shared?: boolean;
|
|
47391
|
+
/**
|
|
47392
|
+
* Slug
|
|
47393
|
+
*/
|
|
47394
|
+
slug?: string;
|
|
47327
47395
|
/**
|
|
47328
47396
|
* Offering state
|
|
47329
47397
|
*
|
|
@@ -47561,6 +47629,10 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
|
|
|
47561
47629
|
* Shared
|
|
47562
47630
|
*/
|
|
47563
47631
|
shared?: boolean;
|
|
47632
|
+
/**
|
|
47633
|
+
* Slug
|
|
47634
|
+
*/
|
|
47635
|
+
slug?: string;
|
|
47564
47636
|
/**
|
|
47565
47637
|
* Offering state
|
|
47566
47638
|
*
|
|
@@ -47761,6 +47833,10 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
|
|
|
47761
47833
|
* Shared
|
|
47762
47834
|
*/
|
|
47763
47835
|
shared?: boolean;
|
|
47836
|
+
/**
|
|
47837
|
+
* Slug
|
|
47838
|
+
*/
|
|
47839
|
+
slug?: string;
|
|
47764
47840
|
/**
|
|
47765
47841
|
* Offering state
|
|
47766
47842
|
*
|
|
@@ -47961,6 +48037,10 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
|
|
|
47961
48037
|
* Shared
|
|
47962
48038
|
*/
|
|
47963
48039
|
shared?: boolean;
|
|
48040
|
+
/**
|
|
48041
|
+
* Slug
|
|
48042
|
+
*/
|
|
48043
|
+
slug?: string;
|
|
47964
48044
|
/**
|
|
47965
48045
|
* Offering state
|
|
47966
48046
|
*
|
|
@@ -48726,6 +48806,10 @@ export type MarketplaceProviderOfferingsGroupsListData = {
|
|
|
48726
48806
|
* Shared
|
|
48727
48807
|
*/
|
|
48728
48808
|
shared?: boolean;
|
|
48809
|
+
/**
|
|
48810
|
+
* Slug
|
|
48811
|
+
*/
|
|
48812
|
+
slug?: string;
|
|
48729
48813
|
/**
|
|
48730
48814
|
* Offering state
|
|
48731
48815
|
*
|
|
@@ -48898,6 +48982,10 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
|
|
|
48898
48982
|
* Shared
|
|
48899
48983
|
*/
|
|
48900
48984
|
shared?: boolean;
|
|
48985
|
+
/**
|
|
48986
|
+
* Slug
|
|
48987
|
+
*/
|
|
48988
|
+
slug?: string;
|
|
48901
48989
|
/**
|
|
48902
48990
|
* Offering state
|
|
48903
48991
|
*
|
|
@@ -49122,6 +49210,10 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
49122
49210
|
* Service manager UUID
|
|
49123
49211
|
*/
|
|
49124
49212
|
service_manager_uuid?: string;
|
|
49213
|
+
/**
|
|
49214
|
+
* Slug
|
|
49215
|
+
*/
|
|
49216
|
+
slug?: string;
|
|
49125
49217
|
/**
|
|
49126
49218
|
* Resource state
|
|
49127
49219
|
*
|
|
@@ -49313,6 +49405,10 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
49313
49405
|
* Service manager UUID
|
|
49314
49406
|
*/
|
|
49315
49407
|
service_manager_uuid?: string;
|
|
49408
|
+
/**
|
|
49409
|
+
* Slug
|
|
49410
|
+
*/
|
|
49411
|
+
slug?: string;
|
|
49316
49412
|
/**
|
|
49317
49413
|
* Resource state
|
|
49318
49414
|
*
|
|
@@ -49580,6 +49676,10 @@ export type MarketplaceProviderResourcesHistoryListData = {
|
|
|
49580
49676
|
* Service manager UUID
|
|
49581
49677
|
*/
|
|
49582
49678
|
service_manager_uuid?: string;
|
|
49679
|
+
/**
|
|
49680
|
+
* Slug
|
|
49681
|
+
*/
|
|
49682
|
+
slug?: string;
|
|
49583
49683
|
/**
|
|
49584
49684
|
* Resource state
|
|
49585
49685
|
*
|
|
@@ -50157,6 +50257,10 @@ export type MarketplacePublicOfferingsListData = {
|
|
|
50157
50257
|
* Shared
|
|
50158
50258
|
*/
|
|
50159
50259
|
shared?: boolean;
|
|
50260
|
+
/**
|
|
50261
|
+
* Slug
|
|
50262
|
+
*/
|
|
50263
|
+
slug?: string;
|
|
50160
50264
|
/**
|
|
50161
50265
|
* Offering state
|
|
50162
50266
|
*
|
|
@@ -50329,6 +50433,10 @@ export type MarketplacePublicOfferingsCountData = {
|
|
|
50329
50433
|
* Shared
|
|
50330
50434
|
*/
|
|
50331
50435
|
shared?: boolean;
|
|
50436
|
+
/**
|
|
50437
|
+
* Slug
|
|
50438
|
+
*/
|
|
50439
|
+
slug?: string;
|
|
50332
50440
|
/**
|
|
50333
50441
|
* Offering state
|
|
50334
50442
|
*
|
|
@@ -50870,6 +50978,10 @@ export type MarketplaceResourcesListData = {
|
|
|
50870
50978
|
* Service manager UUID
|
|
50871
50979
|
*/
|
|
50872
50980
|
service_manager_uuid?: string;
|
|
50981
|
+
/**
|
|
50982
|
+
* Slug
|
|
50983
|
+
*/
|
|
50984
|
+
slug?: string;
|
|
50873
50985
|
/**
|
|
50874
50986
|
* Resource state
|
|
50875
50987
|
*
|
|
@@ -51061,6 +51173,10 @@ export type MarketplaceResourcesCountData = {
|
|
|
51061
51173
|
* Service manager UUID
|
|
51062
51174
|
*/
|
|
51063
51175
|
service_manager_uuid?: string;
|
|
51176
|
+
/**
|
|
51177
|
+
* Slug
|
|
51178
|
+
*/
|
|
51179
|
+
slug?: string;
|
|
51064
51180
|
/**
|
|
51065
51181
|
* Resource state
|
|
51066
51182
|
*
|
|
@@ -51340,6 +51456,10 @@ export type MarketplaceResourcesHistoryListData = {
|
|
|
51340
51456
|
* Service manager UUID
|
|
51341
51457
|
*/
|
|
51342
51458
|
service_manager_uuid?: string;
|
|
51459
|
+
/**
|
|
51460
|
+
* Slug
|
|
51461
|
+
*/
|
|
51462
|
+
slug?: string;
|
|
51343
51463
|
/**
|
|
51344
51464
|
* Resource state
|
|
51345
51465
|
*
|
|
@@ -52709,6 +52829,10 @@ export type MarketplaceServiceProvidersCustomersListData = {
|
|
|
52709
52829
|
*/
|
|
52710
52830
|
query?: string;
|
|
52711
52831
|
registration_code?: string;
|
|
52832
|
+
/**
|
|
52833
|
+
* Slug
|
|
52834
|
+
*/
|
|
52835
|
+
slug?: string;
|
|
52712
52836
|
};
|
|
52713
52837
|
url: '/api/marketplace-service-providers/{service_provider_uuid}/customers/';
|
|
52714
52838
|
};
|
|
@@ -52910,6 +53034,10 @@ export type MarketplaceServiceProvidersOfferingsListData = {
|
|
|
52910
53034
|
* Shared
|
|
52911
53035
|
*/
|
|
52912
53036
|
shared?: boolean;
|
|
53037
|
+
/**
|
|
53038
|
+
* Slug
|
|
53039
|
+
*/
|
|
53040
|
+
slug?: string;
|
|
52913
53041
|
/**
|
|
52914
53042
|
* Offering state
|
|
52915
53043
|
*
|
|
@@ -53235,6 +53363,10 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
|
|
|
53235
53363
|
*/
|
|
53236
53364
|
query?: string;
|
|
53237
53365
|
registration_code?: string;
|
|
53366
|
+
/**
|
|
53367
|
+
* Slug
|
|
53368
|
+
*/
|
|
53369
|
+
slug?: string;
|
|
53238
53370
|
/**
|
|
53239
53371
|
* UUID of the user to get related customers for.
|
|
53240
53372
|
*/
|
|
@@ -69728,6 +69860,10 @@ export type ProposalProposalsListData = {
|
|
|
69728
69860
|
page_size?: number;
|
|
69729
69861
|
round?: string;
|
|
69730
69862
|
round_uuid?: string;
|
|
69863
|
+
/**
|
|
69864
|
+
* Slug
|
|
69865
|
+
*/
|
|
69866
|
+
slug?: string;
|
|
69731
69867
|
state?: Array<ProposalStates>;
|
|
69732
69868
|
};
|
|
69733
69869
|
url: '/api/proposal-proposals/';
|
|
@@ -69761,6 +69897,10 @@ export type ProposalProposalsCountData = {
|
|
|
69761
69897
|
page_size?: number;
|
|
69762
69898
|
round?: string;
|
|
69763
69899
|
round_uuid?: string;
|
|
69900
|
+
/**
|
|
69901
|
+
* Slug
|
|
69902
|
+
*/
|
|
69903
|
+
slug?: string;
|
|
69764
69904
|
state?: Array<ProposalStates>;
|
|
69765
69905
|
};
|
|
69766
69906
|
url: '/api/proposal-proposals/';
|
|
@@ -70268,6 +70408,10 @@ export type ProposalProtectedCallsListData = {
|
|
|
70268
70408
|
* Number of results to return per page.
|
|
70269
70409
|
*/
|
|
70270
70410
|
page_size?: number;
|
|
70411
|
+
/**
|
|
70412
|
+
* Slug
|
|
70413
|
+
*/
|
|
70414
|
+
slug?: string;
|
|
70271
70415
|
state?: Array<CallStates>;
|
|
70272
70416
|
};
|
|
70273
70417
|
url: '/api/proposal-protected-calls/';
|
|
@@ -70301,6 +70445,10 @@ export type ProposalProtectedCallsCountData = {
|
|
|
70301
70445
|
* Number of results to return per page.
|
|
70302
70446
|
*/
|
|
70303
70447
|
page_size?: number;
|
|
70448
|
+
/**
|
|
70449
|
+
* Slug
|
|
70450
|
+
*/
|
|
70451
|
+
slug?: string;
|
|
70304
70452
|
state?: Array<CallStates>;
|
|
70305
70453
|
};
|
|
70306
70454
|
url: '/api/proposal-protected-calls/';
|
|
@@ -70546,6 +70694,10 @@ export type ProposalProtectedCallsConflictsListData = {
|
|
|
70546
70694
|
* Number of results to return per page.
|
|
70547
70695
|
*/
|
|
70548
70696
|
page_size?: number;
|
|
70697
|
+
/**
|
|
70698
|
+
* Slug
|
|
70699
|
+
*/
|
|
70700
|
+
slug?: string;
|
|
70549
70701
|
state?: Array<CallStates>;
|
|
70550
70702
|
};
|
|
70551
70703
|
url: '/api/proposal-protected-calls/{uuid}/conflicts/';
|
|
@@ -70865,6 +71017,10 @@ export type ProposalProtectedCallsProposalsComplianceAnswersListData = {
|
|
|
70865
71017
|
* Number of results to return per page.
|
|
70866
71018
|
*/
|
|
70867
71019
|
page_size?: number;
|
|
71020
|
+
/**
|
|
71021
|
+
* Slug
|
|
71022
|
+
*/
|
|
71023
|
+
slug?: string;
|
|
70868
71024
|
state?: Array<CallStates>;
|
|
70869
71025
|
};
|
|
70870
71026
|
url: '/api/proposal-protected-calls/{uuid}/proposals/{proposal_uuid}/compliance-answers/';
|
|
@@ -70900,6 +71056,10 @@ export type ProposalProtectedCallsProposedAssignmentsListData = {
|
|
|
70900
71056
|
* Number of results to return per page.
|
|
70901
71057
|
*/
|
|
70902
71058
|
page_size?: number;
|
|
71059
|
+
/**
|
|
71060
|
+
* Slug
|
|
71061
|
+
*/
|
|
71062
|
+
slug?: string;
|
|
70903
71063
|
state?: Array<CallStates>;
|
|
70904
71064
|
};
|
|
70905
71065
|
url: '/api/proposal-protected-calls/{uuid}/proposed-assignments/';
|
|
@@ -71058,6 +71218,10 @@ export type ProposalProtectedCallsInviteReviewersData = {
|
|
|
71058
71218
|
* Number of results to return per page.
|
|
71059
71219
|
*/
|
|
71060
71220
|
page_size?: number;
|
|
71221
|
+
/**
|
|
71222
|
+
* Slug
|
|
71223
|
+
*/
|
|
71224
|
+
slug?: string;
|
|
71061
71225
|
state?: Array<CallStates>;
|
|
71062
71226
|
};
|
|
71063
71227
|
url: '/api/proposal-protected-calls/{uuid}/reviewer-pool/';
|
|
@@ -71218,6 +71382,10 @@ export type ProposalProtectedCallsSuggestionsListData = {
|
|
|
71218
71382
|
* Number of results to return per page.
|
|
71219
71383
|
*/
|
|
71220
71384
|
page_size?: number;
|
|
71385
|
+
/**
|
|
71386
|
+
* Slug
|
|
71387
|
+
*/
|
|
71388
|
+
slug?: string;
|
|
71221
71389
|
state?: Array<CallStates>;
|
|
71222
71390
|
};
|
|
71223
71391
|
url: '/api/proposal-protected-calls/{uuid}/suggestions/';
|
|
@@ -71294,6 +71462,10 @@ export type ProposalProtectedCallsAvailableComplianceChecklistsListData = {
|
|
|
71294
71462
|
* Number of results to return per page.
|
|
71295
71463
|
*/
|
|
71296
71464
|
page_size?: number;
|
|
71465
|
+
/**
|
|
71466
|
+
* Slug
|
|
71467
|
+
*/
|
|
71468
|
+
slug?: string;
|
|
71297
71469
|
state?: Array<CallStates>;
|
|
71298
71470
|
};
|
|
71299
71471
|
url: '/api/proposal-protected-calls/available_compliance_checklists/';
|
|
@@ -71334,6 +71506,10 @@ export type ProposalProtectedCallsAvailableComplianceChecklistsCountData = {
|
|
|
71334
71506
|
* Number of results to return per page.
|
|
71335
71507
|
*/
|
|
71336
71508
|
page_size?: number;
|
|
71509
|
+
/**
|
|
71510
|
+
* Slug
|
|
71511
|
+
*/
|
|
71512
|
+
slug?: string;
|
|
71337
71513
|
state?: Array<CallStates>;
|
|
71338
71514
|
};
|
|
71339
71515
|
url: '/api/proposal-protected-calls/available_compliance_checklists/';
|
|
@@ -71370,6 +71546,10 @@ export type ProposalPublicCallsListData = {
|
|
|
71370
71546
|
* Number of results to return per page.
|
|
71371
71547
|
*/
|
|
71372
71548
|
page_size?: number;
|
|
71549
|
+
/**
|
|
71550
|
+
* Slug
|
|
71551
|
+
*/
|
|
71552
|
+
slug?: string;
|
|
71373
71553
|
state?: Array<CallStates>;
|
|
71374
71554
|
};
|
|
71375
71555
|
url: '/api/proposal-public-calls/';
|
|
@@ -71403,6 +71583,10 @@ export type ProposalPublicCallsCountData = {
|
|
|
71403
71583
|
* Number of results to return per page.
|
|
71404
71584
|
*/
|
|
71405
71585
|
page_size?: number;
|
|
71586
|
+
/**
|
|
71587
|
+
* Slug
|
|
71588
|
+
*/
|
|
71589
|
+
slug?: string;
|
|
71406
71590
|
state?: Array<CallStates>;
|
|
71407
71591
|
};
|
|
71408
71592
|
url: '/api/proposal-public-calls/';
|