waldur-js-client 8.0.7-dev.36 → 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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +190 -1
  2. package/package.json +1 -1
@@ -17565,6 +17565,10 @@ export type Project = {
17565
17565
  * Number of extra days after project end date before resources are terminated. Overrides customer-level setting.
17566
17566
  */
17567
17567
  grace_period_days?: number | null;
17568
+ /**
17569
+ * Grace period days set at the customer (organization) level. Used as default when project-level is not set.
17570
+ */
17571
+ readonly customer_grace_period_days?: number | null;
17568
17572
  /**
17569
17573
  * Effective end date including grace period. After this date, project resources will be terminated.
17570
17574
  */
@@ -23456,6 +23460,7 @@ export type SoftwarePackage = {
23456
23460
  */
23457
23461
  is_extension?: boolean;
23458
23462
  readonly parent_softwares: Array<NestedParentSoftware>;
23463
+ readonly extensions: Array<NestedParentSoftware>;
23459
23464
  readonly catalog_name: string;
23460
23465
  readonly catalog_version: string;
23461
23466
  readonly catalog_type: string;
@@ -27518,7 +27523,7 @@ export type RemoteProjectUpdateRequestStateEnum = 'approved' | 'canceled' | 'dra
27518
27523
  export type ProviderOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_id_rules' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'integration_status' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'secret_options' | 'service_attributes' | 'shared' | 'slug' | 'software_catalogs' | 'state' | 'tags' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details';
27519
27524
  export type ProviderOfferingDetailsOEnum = '-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type';
27520
27525
  export type ProviderOfferingCustomerFieldEnum = 'abbreviation' | 'email' | 'name' | 'phone_number' | 'slug' | 'uuid';
27521
- export type ProjectFieldEnum = 'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'effective_end_date' | 'end_date' | 'end_date_requested_by' | 'end_date_updated_at' | 'grace_period_days' | 'image' | 'is_in_grace_period' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid';
27526
+ export type ProjectFieldEnum = 'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_grace_period_days' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'effective_end_date' | 'end_date' | 'end_date_requested_by' | 'end_date_updated_at' | 'grace_period_days' | 'image' | 'is_in_grace_period' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid';
27522
27527
  export type UserFieldEnum = 'active_isds' | 'affiliations' | 'agree_with_policy' | 'agreement_date' | 'attribute_sources' | 'birth_date' | 'civil_number' | 'country_of_residence' | 'date_joined' | 'deactivation_reason' | 'description' | 'eduperson_assurance' | 'email' | 'first_name' | 'full_name' | 'gender' | 'has_active_session' | 'has_usable_password' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'ip_address' | 'is_active' | 'is_identity_manager' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'managed_isds' | 'nationalities' | 'nationality' | 'native_name' | 'notifications_enabled' | 'organization' | 'organization_country' | 'organization_registry_code' | 'organization_type' | 'permissions' | 'personal_title' | 'phone_number' | 'place_of_birth' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid';
27523
27528
  export type ResourceOEnum = '-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state';
27524
27529
  export type PublicOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'is_accessible' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'roles' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'secret_options' | 'service_attributes' | 'shared' | 'slug' | 'software_catalogs' | 'state' | 'tags' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details';
@@ -32552,6 +32557,10 @@ export type BookingResourcesListData = {
32552
32557
  * Service manager UUID
32553
32558
  */
32554
32559
  service_manager_uuid?: string;
32560
+ /**
32561
+ * Slug
32562
+ */
32563
+ slug?: string;
32555
32564
  /**
32556
32565
  * Resource state
32557
32566
  *
@@ -32740,6 +32749,10 @@ export type BookingResourcesCountData = {
32740
32749
  * Service manager UUID
32741
32750
  */
32742
32751
  service_manager_uuid?: string;
32752
+ /**
32753
+ * Slug
32754
+ */
32755
+ slug?: string;
32743
32756
  /**
32744
32757
  * Resource state
32745
32758
  *
@@ -35454,6 +35467,10 @@ export type CustomersListData = {
35454
35467
  * Filter by service provider UUID.
35455
35468
  */
35456
35469
  service_provider_uuid?: string;
35470
+ /**
35471
+ * Slug
35472
+ */
35473
+ slug?: string;
35457
35474
  /**
35458
35475
  * Filter by user UUID.
35459
35476
  */
@@ -35545,6 +35562,10 @@ export type CustomersCountData = {
35545
35562
  * Filter by service provider UUID.
35546
35563
  */
35547
35564
  service_provider_uuid?: string;
35565
+ /**
35566
+ * Slug
35567
+ */
35568
+ slug?: string;
35548
35569
  /**
35549
35570
  * Filter by user UUID.
35550
35571
  */
@@ -35936,6 +35957,10 @@ export type CustomersHistoryListData = {
35936
35957
  * Filter by service provider UUID.
35937
35958
  */
35938
35959
  service_provider_uuid?: string;
35960
+ /**
35961
+ * Slug
35962
+ */
35963
+ slug?: string;
35939
35964
  /**
35940
35965
  * Filter by user UUID.
35941
35966
  */
@@ -36219,6 +36244,10 @@ export type CustomersCountriesListData = {
36219
36244
  * Filter by service provider UUID.
36220
36245
  */
36221
36246
  service_provider_uuid?: string;
36247
+ /**
36248
+ * Slug
36249
+ */
36250
+ slug?: string;
36222
36251
  /**
36223
36252
  * Filter by user UUID.
36224
36253
  */
@@ -36310,6 +36339,10 @@ export type CustomersCountriesCountData = {
36310
36339
  * Filter by service provider UUID.
36311
36340
  */
36312
36341
  service_provider_uuid?: string;
36342
+ /**
36343
+ * Slug
36344
+ */
36345
+ slug?: string;
36313
36346
  /**
36314
36347
  * Filter by user UUID.
36315
36348
  */
@@ -37928,6 +37961,10 @@ export type FinancialReportsListData = {
37928
37961
  */
37929
37962
  query?: string;
37930
37963
  registration_code?: string;
37964
+ /**
37965
+ * Slug
37966
+ */
37967
+ slug?: string;
37931
37968
  /**
37932
37969
  * Filter by year.
37933
37970
  */
@@ -38011,6 +38048,10 @@ export type FinancialReportsCountData = {
38011
38048
  */
38012
38049
  query?: string;
38013
38050
  registration_code?: string;
38051
+ /**
38052
+ * Slug
38053
+ */
38054
+ slug?: string;
38014
38055
  /**
38015
38056
  * Filter by year.
38016
38057
  */
@@ -44749,6 +44790,10 @@ export type MarketplaceOrdersListData = {
44749
44790
  * Service manager UUID
44750
44791
  */
44751
44792
  service_manager_uuid?: string;
44793
+ /**
44794
+ * Slug
44795
+ */
44796
+ slug?: string;
44752
44797
  /**
44753
44798
  * Order state
44754
44799
  *
@@ -44860,6 +44905,10 @@ export type MarketplaceOrdersCountData = {
44860
44905
  * Service manager UUID
44861
44906
  */
44862
44907
  service_manager_uuid?: string;
44908
+ /**
44909
+ * Slug
44910
+ */
44911
+ slug?: string;
44863
44912
  /**
44864
44913
  * Order state
44865
44914
  *
@@ -46124,6 +46173,10 @@ export type MarketplaceProviderOfferingsListData = {
46124
46173
  * Shared
46125
46174
  */
46126
46175
  shared?: boolean;
46176
+ /**
46177
+ * Slug
46178
+ */
46179
+ slug?: string;
46127
46180
  /**
46128
46181
  * Offering state
46129
46182
  *
@@ -46300,6 +46353,10 @@ export type MarketplaceProviderOfferingsCountData = {
46300
46353
  * Shared
46301
46354
  */
46302
46355
  shared?: boolean;
46356
+ /**
46357
+ * Slug
46358
+ */
46359
+ slug?: string;
46303
46360
  /**
46304
46361
  * Offering state
46305
46362
  *
@@ -46613,6 +46670,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
46613
46670
  * Shared
46614
46671
  */
46615
46672
  shared?: boolean;
46673
+ /**
46674
+ * Slug
46675
+ */
46676
+ slug?: string;
46616
46677
  /**
46617
46678
  * Start date in format YYYY-MM.
46618
46679
  */
@@ -46800,6 +46861,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
46800
46861
  * Shared
46801
46862
  */
46802
46863
  shared?: boolean;
46864
+ /**
46865
+ * Slug
46866
+ */
46867
+ slug?: string;
46803
46868
  /**
46804
46869
  * Start date in format YYYY-MM.
46805
46870
  */
@@ -46997,6 +47062,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
46997
47062
  * Shared
46998
47063
  */
46999
47064
  shared?: boolean;
47065
+ /**
47066
+ * Slug
47067
+ */
47068
+ slug?: string;
47000
47069
  /**
47001
47070
  * Offering state
47002
47071
  *
@@ -47319,6 +47388,10 @@ export type MarketplaceProviderOfferingsHistoryListData = {
47319
47388
  * Shared
47320
47389
  */
47321
47390
  shared?: boolean;
47391
+ /**
47392
+ * Slug
47393
+ */
47394
+ slug?: string;
47322
47395
  /**
47323
47396
  * Offering state
47324
47397
  *
@@ -47556,6 +47629,10 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
47556
47629
  * Shared
47557
47630
  */
47558
47631
  shared?: boolean;
47632
+ /**
47633
+ * Slug
47634
+ */
47635
+ slug?: string;
47559
47636
  /**
47560
47637
  * Offering state
47561
47638
  *
@@ -47756,6 +47833,10 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
47756
47833
  * Shared
47757
47834
  */
47758
47835
  shared?: boolean;
47836
+ /**
47837
+ * Slug
47838
+ */
47839
+ slug?: string;
47759
47840
  /**
47760
47841
  * Offering state
47761
47842
  *
@@ -47956,6 +48037,10 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
47956
48037
  * Shared
47957
48038
  */
47958
48039
  shared?: boolean;
48040
+ /**
48041
+ * Slug
48042
+ */
48043
+ slug?: string;
47959
48044
  /**
47960
48045
  * Offering state
47961
48046
  *
@@ -48721,6 +48806,10 @@ export type MarketplaceProviderOfferingsGroupsListData = {
48721
48806
  * Shared
48722
48807
  */
48723
48808
  shared?: boolean;
48809
+ /**
48810
+ * Slug
48811
+ */
48812
+ slug?: string;
48724
48813
  /**
48725
48814
  * Offering state
48726
48815
  *
@@ -48893,6 +48982,10 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
48893
48982
  * Shared
48894
48983
  */
48895
48984
  shared?: boolean;
48985
+ /**
48986
+ * Slug
48987
+ */
48988
+ slug?: string;
48896
48989
  /**
48897
48990
  * Offering state
48898
48991
  *
@@ -49117,6 +49210,10 @@ export type MarketplaceProviderResourcesListData = {
49117
49210
  * Service manager UUID
49118
49211
  */
49119
49212
  service_manager_uuid?: string;
49213
+ /**
49214
+ * Slug
49215
+ */
49216
+ slug?: string;
49120
49217
  /**
49121
49218
  * Resource state
49122
49219
  *
@@ -49308,6 +49405,10 @@ export type MarketplaceProviderResourcesCountData = {
49308
49405
  * Service manager UUID
49309
49406
  */
49310
49407
  service_manager_uuid?: string;
49408
+ /**
49409
+ * Slug
49410
+ */
49411
+ slug?: string;
49311
49412
  /**
49312
49413
  * Resource state
49313
49414
  *
@@ -49575,6 +49676,10 @@ export type MarketplaceProviderResourcesHistoryListData = {
49575
49676
  * Service manager UUID
49576
49677
  */
49577
49678
  service_manager_uuid?: string;
49679
+ /**
49680
+ * Slug
49681
+ */
49682
+ slug?: string;
49578
49683
  /**
49579
49684
  * Resource state
49580
49685
  *
@@ -50152,6 +50257,10 @@ export type MarketplacePublicOfferingsListData = {
50152
50257
  * Shared
50153
50258
  */
50154
50259
  shared?: boolean;
50260
+ /**
50261
+ * Slug
50262
+ */
50263
+ slug?: string;
50155
50264
  /**
50156
50265
  * Offering state
50157
50266
  *
@@ -50324,6 +50433,10 @@ export type MarketplacePublicOfferingsCountData = {
50324
50433
  * Shared
50325
50434
  */
50326
50435
  shared?: boolean;
50436
+ /**
50437
+ * Slug
50438
+ */
50439
+ slug?: string;
50327
50440
  /**
50328
50441
  * Offering state
50329
50442
  *
@@ -50865,6 +50978,10 @@ export type MarketplaceResourcesListData = {
50865
50978
  * Service manager UUID
50866
50979
  */
50867
50980
  service_manager_uuid?: string;
50981
+ /**
50982
+ * Slug
50983
+ */
50984
+ slug?: string;
50868
50985
  /**
50869
50986
  * Resource state
50870
50987
  *
@@ -51056,6 +51173,10 @@ export type MarketplaceResourcesCountData = {
51056
51173
  * Service manager UUID
51057
51174
  */
51058
51175
  service_manager_uuid?: string;
51176
+ /**
51177
+ * Slug
51178
+ */
51179
+ slug?: string;
51059
51180
  /**
51060
51181
  * Resource state
51061
51182
  *
@@ -51335,6 +51456,10 @@ export type MarketplaceResourcesHistoryListData = {
51335
51456
  * Service manager UUID
51336
51457
  */
51337
51458
  service_manager_uuid?: string;
51459
+ /**
51460
+ * Slug
51461
+ */
51462
+ slug?: string;
51338
51463
  /**
51339
51464
  * Resource state
51340
51465
  *
@@ -52704,6 +52829,10 @@ export type MarketplaceServiceProvidersCustomersListData = {
52704
52829
  */
52705
52830
  query?: string;
52706
52831
  registration_code?: string;
52832
+ /**
52833
+ * Slug
52834
+ */
52835
+ slug?: string;
52707
52836
  };
52708
52837
  url: '/api/marketplace-service-providers/{service_provider_uuid}/customers/';
52709
52838
  };
@@ -52905,6 +53034,10 @@ export type MarketplaceServiceProvidersOfferingsListData = {
52905
53034
  * Shared
52906
53035
  */
52907
53036
  shared?: boolean;
53037
+ /**
53038
+ * Slug
53039
+ */
53040
+ slug?: string;
52908
53041
  /**
52909
53042
  * Offering state
52910
53043
  *
@@ -53230,6 +53363,10 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
53230
53363
  */
53231
53364
  query?: string;
53232
53365
  registration_code?: string;
53366
+ /**
53367
+ * Slug
53368
+ */
53369
+ slug?: string;
53233
53370
  /**
53234
53371
  * UUID of the user to get related customers for.
53235
53372
  */
@@ -69723,6 +69860,10 @@ export type ProposalProposalsListData = {
69723
69860
  page_size?: number;
69724
69861
  round?: string;
69725
69862
  round_uuid?: string;
69863
+ /**
69864
+ * Slug
69865
+ */
69866
+ slug?: string;
69726
69867
  state?: Array<ProposalStates>;
69727
69868
  };
69728
69869
  url: '/api/proposal-proposals/';
@@ -69756,6 +69897,10 @@ export type ProposalProposalsCountData = {
69756
69897
  page_size?: number;
69757
69898
  round?: string;
69758
69899
  round_uuid?: string;
69900
+ /**
69901
+ * Slug
69902
+ */
69903
+ slug?: string;
69759
69904
  state?: Array<ProposalStates>;
69760
69905
  };
69761
69906
  url: '/api/proposal-proposals/';
@@ -70263,6 +70408,10 @@ export type ProposalProtectedCallsListData = {
70263
70408
  * Number of results to return per page.
70264
70409
  */
70265
70410
  page_size?: number;
70411
+ /**
70412
+ * Slug
70413
+ */
70414
+ slug?: string;
70266
70415
  state?: Array<CallStates>;
70267
70416
  };
70268
70417
  url: '/api/proposal-protected-calls/';
@@ -70296,6 +70445,10 @@ export type ProposalProtectedCallsCountData = {
70296
70445
  * Number of results to return per page.
70297
70446
  */
70298
70447
  page_size?: number;
70448
+ /**
70449
+ * Slug
70450
+ */
70451
+ slug?: string;
70299
70452
  state?: Array<CallStates>;
70300
70453
  };
70301
70454
  url: '/api/proposal-protected-calls/';
@@ -70541,6 +70694,10 @@ export type ProposalProtectedCallsConflictsListData = {
70541
70694
  * Number of results to return per page.
70542
70695
  */
70543
70696
  page_size?: number;
70697
+ /**
70698
+ * Slug
70699
+ */
70700
+ slug?: string;
70544
70701
  state?: Array<CallStates>;
70545
70702
  };
70546
70703
  url: '/api/proposal-protected-calls/{uuid}/conflicts/';
@@ -70860,6 +71017,10 @@ export type ProposalProtectedCallsProposalsComplianceAnswersListData = {
70860
71017
  * Number of results to return per page.
70861
71018
  */
70862
71019
  page_size?: number;
71020
+ /**
71021
+ * Slug
71022
+ */
71023
+ slug?: string;
70863
71024
  state?: Array<CallStates>;
70864
71025
  };
70865
71026
  url: '/api/proposal-protected-calls/{uuid}/proposals/{proposal_uuid}/compliance-answers/';
@@ -70895,6 +71056,10 @@ export type ProposalProtectedCallsProposedAssignmentsListData = {
70895
71056
  * Number of results to return per page.
70896
71057
  */
70897
71058
  page_size?: number;
71059
+ /**
71060
+ * Slug
71061
+ */
71062
+ slug?: string;
70898
71063
  state?: Array<CallStates>;
70899
71064
  };
70900
71065
  url: '/api/proposal-protected-calls/{uuid}/proposed-assignments/';
@@ -71053,6 +71218,10 @@ export type ProposalProtectedCallsInviteReviewersData = {
71053
71218
  * Number of results to return per page.
71054
71219
  */
71055
71220
  page_size?: number;
71221
+ /**
71222
+ * Slug
71223
+ */
71224
+ slug?: string;
71056
71225
  state?: Array<CallStates>;
71057
71226
  };
71058
71227
  url: '/api/proposal-protected-calls/{uuid}/reviewer-pool/';
@@ -71213,6 +71382,10 @@ export type ProposalProtectedCallsSuggestionsListData = {
71213
71382
  * Number of results to return per page.
71214
71383
  */
71215
71384
  page_size?: number;
71385
+ /**
71386
+ * Slug
71387
+ */
71388
+ slug?: string;
71216
71389
  state?: Array<CallStates>;
71217
71390
  };
71218
71391
  url: '/api/proposal-protected-calls/{uuid}/suggestions/';
@@ -71289,6 +71462,10 @@ export type ProposalProtectedCallsAvailableComplianceChecklistsListData = {
71289
71462
  * Number of results to return per page.
71290
71463
  */
71291
71464
  page_size?: number;
71465
+ /**
71466
+ * Slug
71467
+ */
71468
+ slug?: string;
71292
71469
  state?: Array<CallStates>;
71293
71470
  };
71294
71471
  url: '/api/proposal-protected-calls/available_compliance_checklists/';
@@ -71329,6 +71506,10 @@ export type ProposalProtectedCallsAvailableComplianceChecklistsCountData = {
71329
71506
  * Number of results to return per page.
71330
71507
  */
71331
71508
  page_size?: number;
71509
+ /**
71510
+ * Slug
71511
+ */
71512
+ slug?: string;
71332
71513
  state?: Array<CallStates>;
71333
71514
  };
71334
71515
  url: '/api/proposal-protected-calls/available_compliance_checklists/';
@@ -71365,6 +71546,10 @@ export type ProposalPublicCallsListData = {
71365
71546
  * Number of results to return per page.
71366
71547
  */
71367
71548
  page_size?: number;
71549
+ /**
71550
+ * Slug
71551
+ */
71552
+ slug?: string;
71368
71553
  state?: Array<CallStates>;
71369
71554
  };
71370
71555
  url: '/api/proposal-public-calls/';
@@ -71398,6 +71583,10 @@ export type ProposalPublicCallsCountData = {
71398
71583
  * Number of results to return per page.
71399
71584
  */
71400
71585
  page_size?: number;
71586
+ /**
71587
+ * Slug
71588
+ */
71589
+ slug?: string;
71401
71590
  state?: Array<CallStates>;
71402
71591
  };
71403
71592
  url: '/api/proposal-public-calls/';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.36",
3
+ "version": "8.0.7-dev.38",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",