waldur-js-client 7.9.8 → 7.9.9-dev.0

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.
@@ -8496,6 +8496,13 @@ export type NestedSoftwareVersionRequest = {
8496
8496
  version: string;
8497
8497
  release_date?: string | null;
8498
8498
  };
8499
+ export type NestedTag = {
8500
+ readonly uuid?: string;
8501
+ name?: string;
8502
+ };
8503
+ export type NestedTagRequest = {
8504
+ name: string;
8505
+ };
8499
8506
  export type NetworkRbacPolicy = {
8500
8507
  readonly url?: string;
8501
8508
  readonly uuid?: string;
@@ -8651,6 +8658,7 @@ export type Offering = {
8651
8658
  country?: CountryEnum | BlankEnum;
8652
8659
  backend_id?: string;
8653
8660
  readonly organization_groups?: Array<OrganizationGroup>;
8661
+ readonly tags?: Array<NestedTag>;
8654
8662
  image?: string | null;
8655
8663
  readonly total_customers?: number | null;
8656
8664
  readonly total_cost?: number | null;
@@ -13315,6 +13323,10 @@ export type PatchedSoftwarePackageRequest = {
13315
13323
  */
13316
13324
  parent_software?: string | null;
13317
13325
  };
13326
+ export type PatchedTagRequest = {
13327
+ name?: string;
13328
+ description?: string;
13329
+ };
13318
13330
  export type PatchedTemplateRequest = {
13319
13331
  name?: string;
13320
13332
  description?: string;
@@ -14582,6 +14594,7 @@ export type ProviderOfferingDetails = {
14582
14594
  country?: CountryEnum | BlankEnum;
14583
14595
  backend_id?: string;
14584
14596
  readonly organization_groups?: Array<OrganizationGroup>;
14597
+ readonly tags?: Array<NestedTag>;
14585
14598
  image?: string | null;
14586
14599
  readonly total_customers?: number | null;
14587
14600
  readonly total_cost?: number | null;
@@ -14933,6 +14946,7 @@ export type PublicOfferingDetails = {
14933
14946
  country?: CountryEnum | BlankEnum;
14934
14947
  backend_id?: string;
14935
14948
  readonly organization_groups?: Array<OrganizationGroup>;
14949
+ readonly tags?: Array<NestedTag>;
14936
14950
  image?: string | null;
14937
14951
  readonly total_customers?: number | null;
14938
14952
  readonly total_cost?: number | null;
@@ -18878,6 +18892,31 @@ export type TableSize = {
18878
18892
  */
18879
18893
  readonly external_size: number;
18880
18894
  };
18895
+ export type Tag = {
18896
+ readonly url: string;
18897
+ readonly uuid: string;
18898
+ name: string;
18899
+ description?: string;
18900
+ /**
18901
+ * Return offering count filtered by user permissions.
18902
+ * Staff sees all offerings.
18903
+ * Service providers see their own + active/paused/archived public offerings.
18904
+ */
18905
+ readonly offering_count: number;
18906
+ readonly created: string;
18907
+ /**
18908
+ * Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
18909
+ */
18910
+ readonly created_by_username: string;
18911
+ readonly created_by_full_name: string;
18912
+ };
18913
+ export type TagRequest = {
18914
+ name: string;
18915
+ description?: string;
18916
+ };
18917
+ export type TagsRequest = {
18918
+ tags?: Array<string>;
18919
+ };
18881
18920
  export type Template = {
18882
18921
  readonly url: string;
18883
18922
  readonly uuid: string;
@@ -25138,7 +25177,7 @@ export type BookingOfferingsListData = {
25138
25177
  body?: never;
25139
25178
  path?: never;
25140
25179
  query?: {
25141
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
25180
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
25142
25181
  /**
25143
25182
  * A page number within the paginated result set.
25144
25183
  */
@@ -25181,7 +25220,7 @@ export type BookingOfferingsRetrieveData = {
25181
25220
  uuid: string;
25182
25221
  };
25183
25222
  query?: {
25184
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
25223
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
25185
25224
  };
25186
25225
  url: '/api/booking-offerings/{uuid}/';
25187
25226
  };
@@ -37011,7 +37050,7 @@ export type MarketplaceProviderOfferingsListData = {
37011
37050
  * Description contains
37012
37051
  */
37013
37052
  description?: string;
37014
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
37053
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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'>;
37015
37054
  /**
37016
37055
  * Has Active Terms of Service
37017
37056
  */
@@ -37092,6 +37131,22 @@ export type MarketplaceProviderOfferingsListData = {
37092
37131
  *
37093
37132
  */
37094
37133
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
37134
+ /**
37135
+ * Tag UUID (OR logic)
37136
+ */
37137
+ tag?: Array<string>;
37138
+ /**
37139
+ * Tag name (OR logic)
37140
+ */
37141
+ tag_name?: Array<string>;
37142
+ /**
37143
+ * Tag names with AND logic (comma-separated)
37144
+ */
37145
+ tag_names_and?: string;
37146
+ /**
37147
+ * Tag UUIDs with AND logic (comma-separated)
37148
+ */
37149
+ tags_and?: string;
37095
37150
  /**
37096
37151
  * Offering type
37097
37152
  */
@@ -37240,6 +37295,22 @@ export type MarketplaceProviderOfferingsCountData = {
37240
37295
  *
37241
37296
  */
37242
37297
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
37298
+ /**
37299
+ * Tag UUID (OR logic)
37300
+ */
37301
+ tag?: Array<string>;
37302
+ /**
37303
+ * Tag name (OR logic)
37304
+ */
37305
+ tag_name?: Array<string>;
37306
+ /**
37307
+ * Tag names with AND logic (comma-separated)
37308
+ */
37309
+ tag_names_and?: string;
37310
+ /**
37311
+ * Tag UUIDs with AND logic (comma-separated)
37312
+ */
37313
+ tags_and?: string;
37243
37314
  /**
37244
37315
  * Offering type
37245
37316
  */
@@ -37296,7 +37367,7 @@ export type MarketplaceProviderOfferingsRetrieveData = {
37296
37367
  uuid: string;
37297
37368
  };
37298
37369
  query?: {
37299
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
37370
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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'>;
37300
37371
  };
37301
37372
  url: '/api/marketplace-provider-offerings/{uuid}/';
37302
37373
  };
@@ -37529,6 +37600,22 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
37529
37600
  *
37530
37601
  */
37531
37602
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
37603
+ /**
37604
+ * Tag UUID (OR logic)
37605
+ */
37606
+ tag?: Array<string>;
37607
+ /**
37608
+ * Tag name (OR logic)
37609
+ */
37610
+ tag_name?: Array<string>;
37611
+ /**
37612
+ * Tag names with AND logic (comma-separated)
37613
+ */
37614
+ tag_names_and?: string;
37615
+ /**
37616
+ * Tag UUIDs with AND logic (comma-separated)
37617
+ */
37618
+ tags_and?: string;
37532
37619
  /**
37533
37620
  * Offering type
37534
37621
  */
@@ -37688,6 +37775,22 @@ export type MarketplaceProviderOfferingsCostsListData = {
37688
37775
  *
37689
37776
  */
37690
37777
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
37778
+ /**
37779
+ * Tag UUID (OR logic)
37780
+ */
37781
+ tag?: Array<string>;
37782
+ /**
37783
+ * Tag name (OR logic)
37784
+ */
37785
+ tag_name?: Array<string>;
37786
+ /**
37787
+ * Tag names with AND logic (comma-separated)
37788
+ */
37789
+ tag_names_and?: string;
37790
+ /**
37791
+ * Tag UUIDs with AND logic (comma-separated)
37792
+ */
37793
+ tags_and?: string;
37691
37794
  /**
37692
37795
  * Offering type
37693
37796
  */
@@ -37853,6 +37956,22 @@ export type MarketplaceProviderOfferingsCustomersListData = {
37853
37956
  *
37854
37957
  */
37855
37958
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
37959
+ /**
37960
+ * Tag UUID (OR logic)
37961
+ */
37962
+ tag?: Array<string>;
37963
+ /**
37964
+ * Tag name (OR logic)
37965
+ */
37966
+ tag_name?: Array<string>;
37967
+ /**
37968
+ * Tag names with AND logic (comma-separated)
37969
+ */
37970
+ tag_names_and?: string;
37971
+ /**
37972
+ * Tag UUIDs with AND logic (comma-separated)
37973
+ */
37974
+ tags_and?: string;
37856
37975
  /**
37857
37976
  * Offering type
37858
37977
  */
@@ -37921,6 +38040,21 @@ export type MarketplaceProviderOfferingsDeleteOrganizationGroupsResponses = {
37921
38040
  204: void;
37922
38041
  };
37923
38042
  export type MarketplaceProviderOfferingsDeleteOrganizationGroupsResponse = MarketplaceProviderOfferingsDeleteOrganizationGroupsResponses[keyof MarketplaceProviderOfferingsDeleteOrganizationGroupsResponses];
38043
+ export type MarketplaceProviderOfferingsDeleteTagsData = {
38044
+ body?: never;
38045
+ path: {
38046
+ uuid: string;
38047
+ };
38048
+ query?: never;
38049
+ url: '/api/marketplace-provider-offerings/{uuid}/delete_tags/';
38050
+ };
38051
+ export type MarketplaceProviderOfferingsDeleteTagsResponses = {
38052
+ /**
38053
+ * No response body
38054
+ */
38055
+ 204: void;
38056
+ };
38057
+ export type MarketplaceProviderOfferingsDeleteTagsResponse = MarketplaceProviderOfferingsDeleteTagsResponses[keyof MarketplaceProviderOfferingsDeleteTagsResponses];
37924
38058
  export type MarketplaceProviderOfferingsDeleteThumbnailData = {
37925
38059
  body?: never;
37926
38060
  path: {
@@ -38146,6 +38280,22 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
38146
38280
  *
38147
38281
  */
38148
38282
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
38283
+ /**
38284
+ * Tag UUID (OR logic)
38285
+ */
38286
+ tag?: Array<string>;
38287
+ /**
38288
+ * Tag name (OR logic)
38289
+ */
38290
+ tag_name?: Array<string>;
38291
+ /**
38292
+ * Tag names with AND logic (comma-separated)
38293
+ */
38294
+ tag_names_and?: string;
38295
+ /**
38296
+ * Tag UUIDs with AND logic (comma-separated)
38297
+ */
38298
+ tags_and?: string;
38149
38299
  /**
38150
38300
  * Offering type
38151
38301
  */
@@ -38318,6 +38468,22 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
38318
38468
  *
38319
38469
  */
38320
38470
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
38471
+ /**
38472
+ * Tag UUID (OR logic)
38473
+ */
38474
+ tag?: Array<string>;
38475
+ /**
38476
+ * Tag name (OR logic)
38477
+ */
38478
+ tag_name?: Array<string>;
38479
+ /**
38480
+ * Tag names with AND logic (comma-separated)
38481
+ */
38482
+ tag_names_and?: string;
38483
+ /**
38484
+ * Tag UUIDs with AND logic (comma-separated)
38485
+ */
38486
+ tags_and?: string;
38321
38487
  /**
38322
38488
  * Offering type
38323
38489
  */
@@ -38490,6 +38656,22 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
38490
38656
  *
38491
38657
  */
38492
38658
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
38659
+ /**
38660
+ * Tag UUID (OR logic)
38661
+ */
38662
+ tag?: Array<string>;
38663
+ /**
38664
+ * Tag name (OR logic)
38665
+ */
38666
+ tag_name?: Array<string>;
38667
+ /**
38668
+ * Tag names with AND logic (comma-separated)
38669
+ */
38670
+ tag_names_and?: string;
38671
+ /**
38672
+ * Tag UUIDs with AND logic (comma-separated)
38673
+ */
38674
+ tags_and?: string;
38493
38675
  /**
38494
38676
  * Offering type
38495
38677
  */
@@ -38960,6 +39142,20 @@ export type MarketplaceProviderOfferingsUpdateSoftwareCatalogPartialUpdateRespon
38960
39142
  200: OfferingSoftwareCatalog;
38961
39143
  };
38962
39144
  export type MarketplaceProviderOfferingsUpdateSoftwareCatalogPartialUpdateResponse = MarketplaceProviderOfferingsUpdateSoftwareCatalogPartialUpdateResponses[keyof MarketplaceProviderOfferingsUpdateSoftwareCatalogPartialUpdateResponses];
39145
+ export type MarketplaceProviderOfferingsUpdateTagsData = {
39146
+ body?: TagsRequest;
39147
+ path: {
39148
+ uuid: string;
39149
+ };
39150
+ query?: never;
39151
+ url: '/api/marketplace-provider-offerings/{uuid}/update_tags/';
39152
+ };
39153
+ export type MarketplaceProviderOfferingsUpdateTagsResponses = {
39154
+ /**
39155
+ * No response body
39156
+ */
39157
+ 200: unknown;
39158
+ };
38963
39159
  export type MarketplaceProviderOfferingsUpdateThumbnailData = {
38964
39160
  body: OfferingThumbnailRequest;
38965
39161
  path: {
@@ -38992,7 +39188,7 @@ export type MarketplaceProviderOfferingsUserHasResourceAccessRetrieveData = {
38992
39188
  uuid: string;
38993
39189
  };
38994
39190
  query: {
38995
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details'>;
39191
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | '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'>;
38996
39192
  /**
38997
39193
  * Username of the user to check.
38998
39194
  */
@@ -39129,6 +39325,22 @@ export type MarketplaceProviderOfferingsGroupsListData = {
39129
39325
  *
39130
39326
  */
39131
39327
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
39328
+ /**
39329
+ * Tag UUID (OR logic)
39330
+ */
39331
+ tag?: Array<string>;
39332
+ /**
39333
+ * Tag name (OR logic)
39334
+ */
39335
+ tag_name?: Array<string>;
39336
+ /**
39337
+ * Tag names with AND logic (comma-separated)
39338
+ */
39339
+ tag_names_and?: string;
39340
+ /**
39341
+ * Tag UUIDs with AND logic (comma-separated)
39342
+ */
39343
+ tags_and?: string;
39132
39344
  /**
39133
39345
  * Offering type
39134
39346
  */
@@ -39277,6 +39489,22 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
39277
39489
  *
39278
39490
  */
39279
39491
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
39492
+ /**
39493
+ * Tag UUID (OR logic)
39494
+ */
39495
+ tag?: Array<string>;
39496
+ /**
39497
+ * Tag name (OR logic)
39498
+ */
39499
+ tag_name?: Array<string>;
39500
+ /**
39501
+ * Tag names with AND logic (comma-separated)
39502
+ */
39503
+ tag_names_and?: string;
39504
+ /**
39505
+ * Tag UUIDs with AND logic (comma-separated)
39506
+ */
39507
+ tags_and?: string;
39280
39508
  /**
39281
39509
  * Offering type
39282
39510
  */
@@ -40120,7 +40348,7 @@ export type MarketplacePublicOfferingsListData = {
40120
40348
  * Description contains
40121
40349
  */
40122
40350
  description?: string;
40123
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
40351
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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'>;
40124
40352
  /**
40125
40353
  * Has Active Terms of Service
40126
40354
  */
@@ -40201,6 +40429,22 @@ export type MarketplacePublicOfferingsListData = {
40201
40429
  *
40202
40430
  */
40203
40431
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
40432
+ /**
40433
+ * Tag UUID (OR logic)
40434
+ */
40435
+ tag?: Array<string>;
40436
+ /**
40437
+ * Tag name (OR logic)
40438
+ */
40439
+ tag_name?: Array<string>;
40440
+ /**
40441
+ * Tag names with AND logic (comma-separated)
40442
+ */
40443
+ tag_names_and?: string;
40444
+ /**
40445
+ * Tag UUIDs with AND logic (comma-separated)
40446
+ */
40447
+ tags_and?: string;
40204
40448
  /**
40205
40449
  * Offering type
40206
40450
  */
@@ -40349,6 +40593,22 @@ export type MarketplacePublicOfferingsCountData = {
40349
40593
  *
40350
40594
  */
40351
40595
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
40596
+ /**
40597
+ * Tag UUID (OR logic)
40598
+ */
40599
+ tag?: Array<string>;
40600
+ /**
40601
+ * Tag name (OR logic)
40602
+ */
40603
+ tag_name?: Array<string>;
40604
+ /**
40605
+ * Tag names with AND logic (comma-separated)
40606
+ */
40607
+ tag_names_and?: string;
40608
+ /**
40609
+ * Tag UUIDs with AND logic (comma-separated)
40610
+ */
40611
+ tags_and?: string;
40352
40612
  /**
40353
40613
  * Offering type
40354
40614
  */
@@ -40380,7 +40640,7 @@ export type MarketplacePublicOfferingsRetrieveData = {
40380
40640
  uuid: string;
40381
40641
  };
40382
40642
  query?: {
40383
- field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details'>;
40643
+ field?: Array<'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' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'image' | 'integration_guide' | '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'>;
40384
40644
  };
40385
40645
  url: '/api/marketplace-public-offerings/{uuid}/';
40386
40646
  };
@@ -42555,6 +42815,22 @@ export type MarketplaceServiceProvidersOfferingsListData = {
42555
42815
  *
42556
42816
  */
42557
42817
  state?: Array<'Active' | 'Archived' | 'Draft' | 'Paused' | 'Unavailable'>;
42818
+ /**
42819
+ * Tag UUID (OR logic)
42820
+ */
42821
+ tag?: Array<string>;
42822
+ /**
42823
+ * Tag name (OR logic)
42824
+ */
42825
+ tag_name?: Array<string>;
42826
+ /**
42827
+ * Tag names with AND logic (comma-separated)
42828
+ */
42829
+ tag_names_and?: string;
42830
+ /**
42831
+ * Tag UUIDs with AND logic (comma-separated)
42832
+ */
42833
+ tags_and?: string;
42558
42834
  /**
42559
42835
  * Offering type
42560
42836
  */
@@ -45351,6 +45627,111 @@ export type MarketplaceStatsUserOrganizationCountCountResponses = {
45351
45627
  */
45352
45628
  200: unknown;
45353
45629
  };
45630
+ export type MarketplaceTagsListData = {
45631
+ body?: never;
45632
+ path?: never;
45633
+ query?: {
45634
+ created_by?: string;
45635
+ name?: string;
45636
+ /**
45637
+ * A page number within the paginated result set.
45638
+ */
45639
+ page?: number;
45640
+ /**
45641
+ * Number of results to return per page.
45642
+ */
45643
+ page_size?: number;
45644
+ };
45645
+ url: '/api/marketplace-tags/';
45646
+ };
45647
+ export type MarketplaceTagsListResponses = {
45648
+ 200: Array<Tag>;
45649
+ };
45650
+ export type MarketplaceTagsListResponse = MarketplaceTagsListResponses[keyof MarketplaceTagsListResponses];
45651
+ export type MarketplaceTagsCountData = {
45652
+ body?: never;
45653
+ path?: never;
45654
+ query?: {
45655
+ created_by?: string;
45656
+ name?: string;
45657
+ /**
45658
+ * A page number within the paginated result set.
45659
+ */
45660
+ page?: number;
45661
+ /**
45662
+ * Number of results to return per page.
45663
+ */
45664
+ page_size?: number;
45665
+ };
45666
+ url: '/api/marketplace-tags/';
45667
+ };
45668
+ export type MarketplaceTagsCountResponses = {
45669
+ /**
45670
+ * No response body
45671
+ */
45672
+ 200: unknown;
45673
+ };
45674
+ export type MarketplaceTagsCreateData = {
45675
+ body: TagRequest;
45676
+ path?: never;
45677
+ query?: never;
45678
+ url: '/api/marketplace-tags/';
45679
+ };
45680
+ export type MarketplaceTagsCreateResponses = {
45681
+ 201: Tag;
45682
+ };
45683
+ export type MarketplaceTagsCreateResponse = MarketplaceTagsCreateResponses[keyof MarketplaceTagsCreateResponses];
45684
+ export type MarketplaceTagsDestroyData = {
45685
+ body?: never;
45686
+ path: {
45687
+ uuid: string;
45688
+ };
45689
+ query?: never;
45690
+ url: '/api/marketplace-tags/{uuid}/';
45691
+ };
45692
+ export type MarketplaceTagsDestroyResponses = {
45693
+ /**
45694
+ * No response body
45695
+ */
45696
+ 204: void;
45697
+ };
45698
+ export type MarketplaceTagsDestroyResponse = MarketplaceTagsDestroyResponses[keyof MarketplaceTagsDestroyResponses];
45699
+ export type MarketplaceTagsRetrieveData = {
45700
+ body?: never;
45701
+ path: {
45702
+ uuid: string;
45703
+ };
45704
+ query?: never;
45705
+ url: '/api/marketplace-tags/{uuid}/';
45706
+ };
45707
+ export type MarketplaceTagsRetrieveResponses = {
45708
+ 200: Tag;
45709
+ };
45710
+ export type MarketplaceTagsRetrieveResponse = MarketplaceTagsRetrieveResponses[keyof MarketplaceTagsRetrieveResponses];
45711
+ export type MarketplaceTagsPartialUpdateData = {
45712
+ body?: PatchedTagRequest;
45713
+ path: {
45714
+ uuid: string;
45715
+ };
45716
+ query?: never;
45717
+ url: '/api/marketplace-tags/{uuid}/';
45718
+ };
45719
+ export type MarketplaceTagsPartialUpdateResponses = {
45720
+ 200: Tag;
45721
+ };
45722
+ export type MarketplaceTagsPartialUpdateResponse = MarketplaceTagsPartialUpdateResponses[keyof MarketplaceTagsPartialUpdateResponses];
45723
+ export type MarketplaceTagsUpdateData = {
45724
+ body: TagRequest;
45725
+ path: {
45726
+ uuid: string;
45727
+ };
45728
+ query?: never;
45729
+ url: '/api/marketplace-tags/{uuid}/';
45730
+ };
45731
+ export type MarketplaceTagsUpdateResponses = {
45732
+ 200: Tag;
45733
+ };
45734
+ export type MarketplaceTagsUpdateResponse = MarketplaceTagsUpdateResponses[keyof MarketplaceTagsUpdateResponses];
45354
45735
  export type MarketplaceUserOfferingConsentsListData = {
45355
45736
  body?: never;
45356
45737
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.8",
3
+ "version": "7.9.9-dev.0",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",