waldur-js-client 8.0.10-dev.26 → 8.0.10-dev.27

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.
@@ -52241,6 +52241,10 @@ export type MarketplaceProviderOfferingsListData = {
52241
52241
  body?: never;
52242
52242
  path?: never;
52243
52243
  query?: {
52244
+ /**
52245
+ * Only offerings the current user can order
52246
+ */
52247
+ accessible?: boolean;
52244
52248
  /**
52245
52249
  * Accessible via calls
52246
52250
  */
@@ -52426,6 +52430,10 @@ export type MarketplaceProviderOfferingsCountData = {
52426
52430
  body?: never;
52427
52431
  path?: never;
52428
52432
  query?: {
52433
+ /**
52434
+ * Only offerings the current user can order
52435
+ */
52436
+ accessible?: boolean;
52429
52437
  /**
52430
52438
  * Accessible via calls
52431
52439
  */
@@ -52743,6 +52751,10 @@ export type MarketplaceProviderOfferingsComponentStatsListData = {
52743
52751
  uuid: string;
52744
52752
  };
52745
52753
  query?: {
52754
+ /**
52755
+ * Only offerings the current user can order
52756
+ */
52757
+ accessible?: boolean;
52746
52758
  /**
52747
52759
  * Accessible via calls
52748
52760
  */
@@ -52937,6 +52949,10 @@ export type MarketplaceProviderOfferingsCostsListData = {
52937
52949
  uuid: string;
52938
52950
  };
52939
52951
  query?: {
52952
+ /**
52953
+ * Only offerings the current user can order
52954
+ */
52955
+ accessible?: boolean;
52940
52956
  /**
52941
52957
  * Accessible via calls
52942
52958
  */
@@ -53146,6 +53162,10 @@ export type MarketplaceProviderOfferingsCustomersListData = {
53146
53162
  uuid: string;
53147
53163
  };
53148
53164
  query?: {
53165
+ /**
53166
+ * Only offerings the current user can order
53167
+ */
53168
+ accessible?: boolean;
53149
53169
  /**
53150
53170
  * Accessible via calls
53151
53171
  */
@@ -53499,6 +53519,10 @@ export type MarketplaceProviderOfferingsHistoryListData = {
53499
53519
  uuid: string;
53500
53520
  };
53501
53521
  query?: {
53522
+ /**
53523
+ * Only offerings the current user can order
53524
+ */
53525
+ accessible?: boolean;
53502
53526
  /**
53503
53527
  * Accessible via calls
53504
53528
  */
@@ -53748,6 +53772,10 @@ export type MarketplaceProviderOfferingsListCourseAccountsListData = {
53748
53772
  uuid: string;
53749
53773
  };
53750
53774
  query?: {
53775
+ /**
53776
+ * Only offerings the current user can order
53777
+ */
53778
+ accessible?: boolean;
53751
53779
  /**
53752
53780
  * Accessible via calls
53753
53781
  */
@@ -53956,6 +53984,10 @@ export type MarketplaceProviderOfferingsListCustomerServiceAccountsListData = {
53956
53984
  uuid: string;
53957
53985
  };
53958
53986
  query?: {
53987
+ /**
53988
+ * Only offerings the current user can order
53989
+ */
53990
+ accessible?: boolean;
53959
53991
  /**
53960
53992
  * Accessible via calls
53961
53993
  */
@@ -54164,6 +54196,10 @@ export type MarketplaceProviderOfferingsListProjectServiceAccountsListData = {
54164
54196
  uuid: string;
54165
54197
  };
54166
54198
  query?: {
54199
+ /**
54200
+ * Only offerings the current user can order
54201
+ */
54202
+ accessible?: boolean;
54167
54203
  /**
54168
54204
  * Accessible via calls
54169
54205
  */
@@ -55071,6 +55107,10 @@ export type MarketplaceProviderOfferingsGroupsListData = {
55071
55107
  body?: never;
55072
55108
  path?: never;
55073
55109
  query?: {
55110
+ /**
55111
+ * Only offerings the current user can order
55112
+ */
55113
+ accessible?: boolean;
55074
55114
  /**
55075
55115
  * Accessible via calls
55076
55116
  */
@@ -55251,6 +55291,10 @@ export type MarketplaceProviderOfferingsGroupsCountData = {
55251
55291
  body?: never;
55252
55292
  path?: never;
55253
55293
  query?: {
55294
+ /**
55295
+ * Only offerings the current user can order
55296
+ */
55297
+ accessible?: boolean;
55254
55298
  /**
55255
55299
  * Accessible via calls
55256
55300
  */
@@ -57042,6 +57086,10 @@ export type MarketplacePublicOfferingsListData = {
57042
57086
  body?: never;
57043
57087
  path?: never;
57044
57088
  query?: {
57089
+ /**
57090
+ * Only offerings the current user can order
57091
+ */
57092
+ accessible?: boolean;
57045
57093
  /**
57046
57094
  * Accessible via calls
57047
57095
  */
@@ -57223,6 +57271,10 @@ export type MarketplacePublicOfferingsCountData = {
57223
57271
  body?: never;
57224
57272
  path?: never;
57225
57273
  query?: {
57274
+ /**
57275
+ * Only offerings the current user can order
57276
+ */
57277
+ accessible?: boolean;
57226
57278
  /**
57227
57279
  * Accessible via calls
57228
57280
  */
@@ -60964,6 +61016,10 @@ export type MarketplaceServiceProvidersOfferingsListData = {
60964
61016
  service_provider_uuid: string;
60965
61017
  };
60966
61018
  query?: {
61019
+ /**
61020
+ * Only offerings the current user can order
61021
+ */
61022
+ accessible?: boolean;
60967
61023
  /**
60968
61024
  * Accessible via calls
60969
61025
  */
@@ -61147,6 +61203,10 @@ export type MarketplaceServiceProvidersOfferingsCountData = {
61147
61203
  service_provider_uuid: string;
61148
61204
  };
61149
61205
  query?: {
61206
+ /**
61207
+ * Only offerings the current user can order
61208
+ */
61209
+ accessible?: boolean;
61150
61210
  /**
61151
61211
  * Accessible via calls
61152
61212
  */
@@ -61331,6 +61391,10 @@ export type MarketplaceServiceProvidersOfferingsTypesListData = {
61331
61391
  service_provider_uuid: string;
61332
61392
  };
61333
61393
  query?: {
61394
+ /**
61395
+ * Only offerings the current user can order
61396
+ */
61397
+ accessible?: boolean;
61334
61398
  /**
61335
61399
  * Accessible via calls
61336
61400
  */
@@ -61513,6 +61577,10 @@ export type MarketplaceServiceProvidersOfferingsTypesCountData = {
61513
61577
  service_provider_uuid: string;
61514
61578
  };
61515
61579
  query?: {
61580
+ /**
61581
+ * Only offerings the current user can order
61582
+ */
61583
+ accessible?: boolean;
61516
61584
  /**
61517
61585
  * Accessible via calls
61518
61586
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.26",
3
+ "version": "8.0.10-dev.27",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",