waldur-js-client 7.7.5-dev.8 → 7.7.5

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.
@@ -3255,6 +3255,12 @@ export type LinkToInvoiceRequest = {
3255
3255
  export type Logout = {
3256
3256
  readonly logout_url: string;
3257
3257
  };
3258
+ export type MaintenanceActionResponse = {
3259
+ /**
3260
+ * Response message describing the action result
3261
+ */
3262
+ detail: string;
3263
+ };
3258
3264
  export type MaintenanceAnnouncement = {
3259
3265
  readonly url: string;
3260
3266
  readonly uuid: string;
@@ -13674,7 +13680,7 @@ export type BookingResourcesListData = {
13674
13680
  project_uuid?: string;
13675
13681
  provider_uuid?: string;
13676
13682
  /**
13677
- * Query
13683
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
13678
13684
  */
13679
13685
  query?: string;
13680
13686
  restrict_member_access?: boolean;
@@ -13757,7 +13763,7 @@ export type BookingResourcesCountData = {
13757
13763
  project_uuid?: string;
13758
13764
  provider_uuid?: string;
13759
13765
  /**
13760
- * Query
13766
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
13761
13767
  */
13762
13768
  query?: string;
13763
13769
  restrict_member_access?: boolean;
@@ -15512,6 +15518,9 @@ export type CustomersListData = {
15512
15518
  * Number of results to return per page.
15513
15519
  */
15514
15520
  page_size?: number;
15521
+ /**
15522
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
15523
+ */
15515
15524
  query?: string;
15516
15525
  registration_code?: string;
15517
15526
  };
@@ -15554,6 +15563,9 @@ export type CustomersCountData = {
15554
15563
  * Number of results to return per page.
15555
15564
  */
15556
15565
  page_size?: number;
15566
+ /**
15567
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
15568
+ */
15557
15569
  query?: string;
15558
15570
  registration_code?: string;
15559
15571
  };
@@ -15825,6 +15837,9 @@ export type CustomersCountriesListData = {
15825
15837
  * Number of results to return per page.
15826
15838
  */
15827
15839
  page_size?: number;
15840
+ /**
15841
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
15842
+ */
15828
15843
  query?: string;
15829
15844
  registration_code?: string;
15830
15845
  };
@@ -15867,6 +15882,9 @@ export type CustomersCountriesCountData = {
15867
15882
  * Number of results to return per page.
15868
15883
  */
15869
15884
  page_size?: number;
15885
+ /**
15886
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
15887
+ */
15870
15888
  query?: string;
15871
15889
  registration_code?: string;
15872
15890
  };
@@ -16728,6 +16746,9 @@ export type ExternalLinksListData = {
16728
16746
  * Number of results to return per page.
16729
16747
  */
16730
16748
  page_size?: number;
16749
+ /**
16750
+ * Filter by name, link or description
16751
+ */
16731
16752
  query?: string;
16732
16753
  };
16733
16754
  url: '/api/external-links/';
@@ -16752,6 +16773,9 @@ export type ExternalLinksCountData = {
16752
16773
  * Number of results to return per page.
16753
16774
  */
16754
16775
  page_size?: number;
16776
+ /**
16777
+ * Filter by name, link or description
16778
+ */
16755
16779
  query?: string;
16756
16780
  };
16757
16781
  url: '/api/external-links/';
@@ -16868,6 +16892,9 @@ export type FinancialReportsListData = {
16868
16892
  * Number of results to return per page.
16869
16893
  */
16870
16894
  page_size?: number;
16895
+ /**
16896
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
16897
+ */
16871
16898
  query?: string;
16872
16899
  registration_code?: string;
16873
16900
  };
@@ -16910,6 +16937,9 @@ export type FinancialReportsCountData = {
16910
16937
  * Number of results to return per page.
16911
16938
  */
16912
16939
  page_size?: number;
16940
+ /**
16941
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
16942
+ */
16913
16943
  query?: string;
16914
16944
  registration_code?: string;
16915
16945
  };
@@ -16945,6 +16975,9 @@ export type FreeipaProfilesListData = {
16945
16975
  * Number of results to return per page.
16946
16976
  */
16947
16977
  page_size?: number;
16978
+ /**
16979
+ * Filter by username, user UUID, first name or last name
16980
+ */
16948
16981
  query?: string;
16949
16982
  user?: string;
16950
16983
  };
@@ -16966,6 +16999,9 @@ export type FreeipaProfilesCountData = {
16966
16999
  * Number of results to return per page.
16967
17000
  */
16968
17001
  page_size?: number;
17002
+ /**
17003
+ * Filter by username, user UUID, first name or last name
17004
+ */
16969
17005
  query?: string;
16970
17006
  user?: string;
16971
17007
  };
@@ -17220,6 +17256,9 @@ export type HooksEmailListData = {
17220
17256
  * Number of results to return per page.
17221
17257
  */
17222
17258
  page_size?: number;
17259
+ /**
17260
+ * Filter by author name, username and email
17261
+ */
17223
17262
  query?: string;
17224
17263
  };
17225
17264
  url: '/api/hooks-email/';
@@ -17250,6 +17289,9 @@ export type HooksEmailCountData = {
17250
17289
  * Number of results to return per page.
17251
17290
  */
17252
17291
  page_size?: number;
17292
+ /**
17293
+ * Filter by author name, username and email
17294
+ */
17253
17295
  query?: string;
17254
17296
  };
17255
17297
  url: '/api/hooks-email/';
@@ -17344,6 +17386,9 @@ export type HooksWebListData = {
17344
17386
  * Number of results to return per page.
17345
17387
  */
17346
17388
  page_size?: number;
17389
+ /**
17390
+ * Filter by author name, username and email
17391
+ */
17347
17392
  query?: string;
17348
17393
  };
17349
17394
  url: '/api/hooks-web/';
@@ -17375,6 +17420,9 @@ export type HooksWebCountData = {
17375
17420
  * Number of results to return per page.
17376
17421
  */
17377
17422
  page_size?: number;
17423
+ /**
17424
+ * Filter by author name, username and email
17425
+ */
17378
17426
  query?: string;
17379
17427
  };
17380
17428
  url: '/api/hooks-web/';
@@ -18451,6 +18499,9 @@ export type LexisLinksListData = {
18451
18499
  */
18452
18500
  page_size?: number;
18453
18501
  project_uuid?: string;
18502
+ /**
18503
+ * Filter by robot account username or type
18504
+ */
18454
18505
  query?: string;
18455
18506
  resource_uuid?: string;
18456
18507
  uuid?: string;
@@ -18475,6 +18526,9 @@ export type LexisLinksCountData = {
18475
18526
  */
18476
18527
  page_size?: number;
18477
18528
  project_uuid?: string;
18529
+ /**
18530
+ * Filter by robot account username or type
18531
+ */
18478
18532
  query?: string;
18479
18533
  resource_uuid?: string;
18480
18534
  uuid?: string;
@@ -19016,6 +19070,66 @@ export type MaintenanceAnnouncementsUpdateResponses = {
19016
19070
  200: MaintenanceAnnouncement;
19017
19071
  };
19018
19072
  export type MaintenanceAnnouncementsUpdateResponse = MaintenanceAnnouncementsUpdateResponses[keyof MaintenanceAnnouncementsUpdateResponses];
19073
+ export type MaintenanceAnnouncementsCancelMaintenanceData = {
19074
+ body?: never;
19075
+ path: {
19076
+ uuid: string;
19077
+ };
19078
+ query?: never;
19079
+ url: '/api/maintenance-announcements/{uuid}/cancel_maintenance/';
19080
+ };
19081
+ export type MaintenanceAnnouncementsCancelMaintenanceResponses = {
19082
+ 200: MaintenanceActionResponse;
19083
+ };
19084
+ export type MaintenanceAnnouncementsCancelMaintenanceResponse = MaintenanceAnnouncementsCancelMaintenanceResponses[keyof MaintenanceAnnouncementsCancelMaintenanceResponses];
19085
+ export type MaintenanceAnnouncementsCompleteMaintenanceData = {
19086
+ body?: never;
19087
+ path: {
19088
+ uuid: string;
19089
+ };
19090
+ query?: never;
19091
+ url: '/api/maintenance-announcements/{uuid}/complete_maintenance/';
19092
+ };
19093
+ export type MaintenanceAnnouncementsCompleteMaintenanceResponses = {
19094
+ 200: MaintenanceActionResponse;
19095
+ };
19096
+ export type MaintenanceAnnouncementsCompleteMaintenanceResponse = MaintenanceAnnouncementsCompleteMaintenanceResponses[keyof MaintenanceAnnouncementsCompleteMaintenanceResponses];
19097
+ export type MaintenanceAnnouncementsScheduleData = {
19098
+ body?: never;
19099
+ path: {
19100
+ uuid: string;
19101
+ };
19102
+ query?: never;
19103
+ url: '/api/maintenance-announcements/{uuid}/schedule/';
19104
+ };
19105
+ export type MaintenanceAnnouncementsScheduleResponses = {
19106
+ 200: MaintenanceActionResponse;
19107
+ };
19108
+ export type MaintenanceAnnouncementsScheduleResponse = MaintenanceAnnouncementsScheduleResponses[keyof MaintenanceAnnouncementsScheduleResponses];
19109
+ export type MaintenanceAnnouncementsStartMaintenanceData = {
19110
+ body?: never;
19111
+ path: {
19112
+ uuid: string;
19113
+ };
19114
+ query?: never;
19115
+ url: '/api/maintenance-announcements/{uuid}/start_maintenance/';
19116
+ };
19117
+ export type MaintenanceAnnouncementsStartMaintenanceResponses = {
19118
+ 200: MaintenanceActionResponse;
19119
+ };
19120
+ export type MaintenanceAnnouncementsStartMaintenanceResponse = MaintenanceAnnouncementsStartMaintenanceResponses[keyof MaintenanceAnnouncementsStartMaintenanceResponses];
19121
+ export type MaintenanceAnnouncementsUnscheduleData = {
19122
+ body?: never;
19123
+ path: {
19124
+ uuid: string;
19125
+ };
19126
+ query?: never;
19127
+ url: '/api/maintenance-announcements/{uuid}/unschedule/';
19128
+ };
19129
+ export type MaintenanceAnnouncementsUnscheduleResponses = {
19130
+ 200: MaintenanceActionResponse;
19131
+ };
19132
+ export type MaintenanceAnnouncementsUnscheduleResponse = MaintenanceAnnouncementsUnscheduleResponses[keyof MaintenanceAnnouncementsUnscheduleResponses];
19019
19133
  export type MarketplaceBookingsListData = {
19020
19134
  body?: never;
19021
19135
  path: {
@@ -21083,6 +21197,9 @@ export type MarketplaceOfferingUsersListData = {
21083
21197
  page_size?: number;
21084
21198
  parent_offering_uuid?: string;
21085
21199
  provider_uuid?: string;
21200
+ /**
21201
+ * Search by offering name, username or user name
21202
+ */
21086
21203
  query?: string;
21087
21204
  state?: Array<'Creating' | 'Deleted' | 'Deleting' | 'Error creating' | 'Error deleting' | 'OK' | 'Pending account linking' | 'Pending additional validation' | 'Requested' | 'Requested deletion'>;
21088
21205
  user_username?: string;
@@ -21125,6 +21242,9 @@ export type MarketplaceOfferingUsersCountData = {
21125
21242
  page_size?: number;
21126
21243
  parent_offering_uuid?: string;
21127
21244
  provider_uuid?: string;
21245
+ /**
21246
+ * Search by offering name, username or user name
21247
+ */
21128
21248
  query?: string;
21129
21249
  state?: Array<'Creating' | 'Deleted' | 'Deleting' | 'Error creating' | 'Error deleting' | 'OK' | 'Pending account linking' | 'Pending additional validation' | 'Requested' | 'Requested deletion'>;
21130
21250
  user_username?: string;
@@ -21404,6 +21524,9 @@ export type MarketplaceOrdersListData = {
21404
21524
  parent_offering_uuid?: string;
21405
21525
  project_uuid?: string;
21406
21526
  provider_uuid?: string;
21527
+ /**
21528
+ * Search by order UUID, project name or resource name
21529
+ */
21407
21530
  query?: string;
21408
21531
  resource?: string;
21409
21532
  resource_uuid?: string;
@@ -21453,6 +21576,9 @@ export type MarketplaceOrdersCountData = {
21453
21576
  parent_offering_uuid?: string;
21454
21577
  project_uuid?: string;
21455
21578
  provider_uuid?: string;
21579
+ /**
21580
+ * Search by order UUID, project name or resource name
21581
+ */
21456
21582
  query?: string;
21457
21583
  resource?: string;
21458
21584
  resource_uuid?: string;
@@ -23661,7 +23787,7 @@ export type MarketplaceProviderResourcesListData = {
23661
23787
  project_uuid?: string;
23662
23788
  provider_uuid?: string;
23663
23789
  /**
23664
- * Query
23790
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
23665
23791
  */
23666
23792
  query?: string;
23667
23793
  restrict_member_access?: boolean;
@@ -23743,7 +23869,7 @@ export type MarketplaceProviderResourcesCountData = {
23743
23869
  project_uuid?: string;
23744
23870
  provider_uuid?: string;
23745
23871
  /**
23746
- * Query
23872
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
23747
23873
  */
23748
23874
  query?: string;
23749
23875
  restrict_member_access?: boolean;
@@ -24596,7 +24722,7 @@ export type MarketplaceResourcesListData = {
24596
24722
  project_uuid?: string;
24597
24723
  provider_uuid?: string;
24598
24724
  /**
24599
- * Query
24725
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
24600
24726
  */
24601
24727
  query?: string;
24602
24728
  restrict_member_access?: boolean;
@@ -24678,7 +24804,7 @@ export type MarketplaceResourcesCountData = {
24678
24804
  project_uuid?: string;
24679
24805
  provider_uuid?: string;
24680
24806
  /**
24681
- * Query
24807
+ * Search by resource UUID, name, backend ID, effective ID, IPs or hypervisor
24682
24808
  */
24683
24809
  query?: string;
24684
24810
  restrict_member_access?: boolean;
@@ -25603,6 +25729,9 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
25603
25729
  * Number of results to return per page.
25604
25730
  */
25605
25731
  page_size?: number;
25732
+ /**
25733
+ * Filter by name, UUID, backend ID or resource effective ID
25734
+ */
25606
25735
  query?: string;
25607
25736
  slug?: string;
25608
25737
  };
@@ -25644,6 +25773,9 @@ export type MarketplaceServiceProvidersCustomersListData = {
25644
25773
  * Number of results to return per page.
25645
25774
  */
25646
25775
  page_size?: number;
25776
+ /**
25777
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
25778
+ */
25647
25779
  query?: string;
25648
25780
  registration_code?: string;
25649
25781
  };
@@ -25904,6 +26036,9 @@ export type MarketplaceServiceProvidersProjectsListData = {
25904
26036
  * Number of results to return per page.
25905
26037
  */
25906
26038
  page_size?: number;
26039
+ /**
26040
+ * Filter by name, UUID, backend ID or resource effective ID
26041
+ */
25907
26042
  query?: string;
25908
26043
  slug?: string;
25909
26044
  };
@@ -25945,6 +26080,9 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
25945
26080
  * Number of results to return per page.
25946
26081
  */
25947
26082
  page_size?: number;
26083
+ /**
26084
+ * Filter by name, native name, abbreviation, domain, UUID, registration code or agreement number
26085
+ */
25948
26086
  query?: string;
25949
26087
  registration_code?: string;
25950
26088
  /**
@@ -26015,6 +26153,9 @@ export type MarketplaceServiceProvidersUsersListData = {
26015
26153
  */
26016
26154
  project_roles?: string;
26017
26155
  project_uuid?: string;
26156
+ /**
26157
+ * Filter by first name, last name, civil number, username or email
26158
+ */
26018
26159
  query?: string;
26019
26160
  registration_method?: string;
26020
26161
  /**
@@ -27135,6 +27276,9 @@ export type NotificationMessagesListData = {
27135
27276
  * Number of results to return per page.
27136
27277
  */
27137
27278
  page_size?: number;
27279
+ /**
27280
+ * Filter by key or description
27281
+ */
27138
27282
  query?: string;
27139
27283
  };
27140
27284
  url: '/api/notification-messages/';
@@ -27160,6 +27304,9 @@ export type NotificationMessagesCountData = {
27160
27304
  * Number of results to return per page.
27161
27305
  */
27162
27306
  page_size?: number;
27307
+ /**
27308
+ * Filter by key or description
27309
+ */
27163
27310
  query?: string;
27164
27311
  };
27165
27312
  url: '/api/notification-messages/';
@@ -28069,6 +28216,9 @@ export type OpenstackInstancesListData = {
28069
28216
  project?: string;
28070
28217
  project_name?: string;
28071
28218
  project_uuid?: string;
28219
+ /**
28220
+ * Search by name, internal IP, or external IP
28221
+ */
28072
28222
  query?: string;
28073
28223
  runtime_state?: string;
28074
28224
  service_settings_name?: string;
@@ -28115,6 +28265,9 @@ export type OpenstackInstancesCountData = {
28115
28265
  project?: string;
28116
28266
  project_name?: string;
28117
28267
  project_uuid?: string;
28268
+ /**
28269
+ * Search by name, internal IP, or external IP
28270
+ */
28118
28271
  query?: string;
28119
28272
  runtime_state?: string;
28120
28273
  service_settings_name?: string;
@@ -28966,7 +29119,7 @@ export type OpenstackPortsListData = {
28966
29119
  */
28967
29120
  page_size?: number;
28968
29121
  /**
28969
- * Query
29122
+ * Search by name, MAC address or backend ID
28970
29123
  */
28971
29124
  query?: string;
28972
29125
  status?: string;
@@ -29013,7 +29166,7 @@ export type OpenstackPortsCountData = {
29013
29166
  */
29014
29167
  page_size?: number;
29015
29168
  /**
29016
- * Query
29169
+ * Search by name, MAC address or backend ID
29017
29170
  */
29018
29171
  query?: string;
29019
29172
  status?: string;
@@ -29361,6 +29514,9 @@ export type OpenstackSecurityGroupsListData = {
29361
29514
  project?: string;
29362
29515
  project_name?: string;
29363
29516
  project_uuid?: string;
29517
+ /**
29518
+ * Search by name or description
29519
+ */
29364
29520
  query?: string;
29365
29521
  service_settings_name?: string;
29366
29522
  service_settings_uuid?: string;
@@ -29404,6 +29560,9 @@ export type OpenstackSecurityGroupsCountData = {
29404
29560
  project?: string;
29405
29561
  project_name?: string;
29406
29562
  project_uuid?: string;
29563
+ /**
29564
+ * Search by name or description
29565
+ */
29407
29566
  query?: string;
29408
29567
  service_settings_name?: string;
29409
29568
  service_settings_uuid?: string;
@@ -31581,6 +31740,9 @@ export type ProjectsListData = {
31581
31740
  * Number of results to return per page.
31582
31741
  */
31583
31742
  page_size?: number;
31743
+ /**
31744
+ * Filter by name, UUID, backend ID or resource effective ID
31745
+ */
31584
31746
  query?: string;
31585
31747
  slug?: string;
31586
31748
  };
@@ -31639,6 +31801,9 @@ export type ProjectsCountData = {
31639
31801
  * Number of results to return per page.
31640
31802
  */
31641
31803
  page_size?: number;
31804
+ /**
31805
+ * Filter by name, UUID, backend ID or resource effective ID
31806
+ */
31642
31807
  query?: string;
31643
31808
  slug?: string;
31644
31809
  };
@@ -31725,6 +31890,50 @@ export type ProjectsAddUserResponses = {
31725
31890
  201: UserRoleExpirationTime;
31726
31891
  };
31727
31892
  export type ProjectsAddUserResponse = ProjectsAddUserResponses[keyof ProjectsAddUserResponses];
31893
+ export type ProjectsChecklistRetrieveData = {
31894
+ body?: never;
31895
+ path: {
31896
+ uuid: string;
31897
+ };
31898
+ query?: never;
31899
+ url: '/api/projects/{uuid}/checklist/';
31900
+ };
31901
+ export type ProjectsChecklistRetrieveErrors = {
31902
+ /**
31903
+ * No checklist configured
31904
+ */
31905
+ 400: unknown;
31906
+ /**
31907
+ * Object not found
31908
+ */
31909
+ 404: unknown;
31910
+ };
31911
+ export type ProjectsChecklistRetrieveResponses = {
31912
+ 200: ChecklistResponse;
31913
+ };
31914
+ export type ProjectsChecklistRetrieveResponse = ProjectsChecklistRetrieveResponses[keyof ProjectsChecklistRetrieveResponses];
31915
+ export type ProjectsCompletionStatusRetrieveData = {
31916
+ body?: never;
31917
+ path: {
31918
+ uuid: string;
31919
+ };
31920
+ query?: never;
31921
+ url: '/api/projects/{uuid}/completion_status/';
31922
+ };
31923
+ export type ProjectsCompletionStatusRetrieveErrors = {
31924
+ /**
31925
+ * No checklist configured
31926
+ */
31927
+ 400: unknown;
31928
+ /**
31929
+ * Object not found
31930
+ */
31931
+ 404: unknown;
31932
+ };
31933
+ export type ProjectsCompletionStatusRetrieveResponses = {
31934
+ 200: ChecklistCompletion;
31935
+ };
31936
+ export type ProjectsCompletionStatusRetrieveResponse = ProjectsCompletionStatusRetrieveResponses[keyof ProjectsCompletionStatusRetrieveResponses];
31728
31937
  export type ProjectsDeleteUserData = {
31729
31938
  body: UserRoleDeleteRequest;
31730
31939
  path: {
@@ -31859,6 +32068,28 @@ export type ProjectsStatsRetrieveResponses = {
31859
32068
  200: ComponentsUsageStats;
31860
32069
  };
31861
32070
  export type ProjectsStatsRetrieveResponse = ProjectsStatsRetrieveResponses[keyof ProjectsStatsRetrieveResponses];
32071
+ export type ProjectsSubmitAnswersData = {
32072
+ body: Array<AnswerSubmitRequest>;
32073
+ path: {
32074
+ uuid: string;
32075
+ };
32076
+ query?: never;
32077
+ url: '/api/projects/{uuid}/submit_answers/';
32078
+ };
32079
+ export type ProjectsSubmitAnswersErrors = {
32080
+ /**
32081
+ * Validation error or no checklist configured
32082
+ */
32083
+ 400: unknown;
32084
+ /**
32085
+ * Object not found
32086
+ */
32087
+ 404: unknown;
32088
+ };
32089
+ export type ProjectsSubmitAnswersResponses = {
32090
+ 200: AnswerSubmitResponse;
32091
+ };
32092
+ export type ProjectsSubmitAnswersResponse = ProjectsSubmitAnswersResponses[keyof ProjectsSubmitAnswersResponses];
31862
32093
  export type ProjectsSyncUserRolesData = {
31863
32094
  body?: never;
31864
32095
  path: {
@@ -31910,6 +32141,9 @@ export type PromotionsCampaignsListData = {
31910
32141
  * Number of results to return per page.
31911
32142
  */
31912
32143
  page_size?: number;
32144
+ /**
32145
+ * Search by name or coupon code
32146
+ */
31913
32147
  query?: string;
31914
32148
  service_provider_uuid?: string;
31915
32149
  start_date?: string;
@@ -31946,6 +32180,9 @@ export type PromotionsCampaignsCountData = {
31946
32180
  * Number of results to return per page.
31947
32181
  */
31948
32182
  page_size?: number;
32183
+ /**
32184
+ * Search by name or coupon code
32185
+ */
31949
32186
  query?: string;
31950
32187
  service_provider_uuid?: string;
31951
32188
  start_date?: string;
@@ -38198,6 +38435,9 @@ export type UsersListData = {
38198
38435
  */
38199
38436
  project_roles?: string;
38200
38437
  project_uuid?: string;
38438
+ /**
38439
+ * Filter by first name, last name, civil number, username or email
38440
+ */
38201
38441
  query?: string;
38202
38442
  registration_method?: string;
38203
38443
  /**
@@ -38270,6 +38510,9 @@ export type UsersCountData = {
38270
38510
  */
38271
38511
  project_roles?: string;
38272
38512
  project_uuid?: string;
38513
+ /**
38514
+ * Filter by first name, last name, civil number, username or email
38515
+ */
38273
38516
  query?: string;
38274
38517
  registration_method?: string;
38275
38518
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.5-dev.8",
3
+ "version": "7.7.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",