waldur-js-client 8.0.3-dev.1 → 8.0.3-dev.2

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/sdk.gen.js CHANGED
@@ -15546,7 +15546,11 @@ export const marketplaceOrdersApproveByProvider = (options) => {
15546
15546
  }
15547
15547
  ],
15548
15548
  url: '/api/marketplace-orders/{uuid}/approve_by_provider/',
15549
- ...options
15549
+ ...options,
15550
+ headers: {
15551
+ 'Content-Type': 'application/json',
15552
+ ...options.headers
15553
+ }
15550
15554
  });
15551
15555
  };
15552
15556
  /**
@@ -13204,6 +13204,9 @@ export type OrcidSyncResponse = {
13204
13204
  };
13205
13205
  last_sync: string;
13206
13206
  };
13207
+ export type OrderApproveByProviderRequest = {
13208
+ attributes?: unknown;
13209
+ };
13207
13210
  export type OrderAttachment = {
13208
13211
  attachment?: string | null;
13209
13212
  };
@@ -41570,7 +41573,7 @@ export type MarketplaceOrdersApproveByConsumerResponses = {
41570
41573
  };
41571
41574
  export type MarketplaceOrdersApproveByConsumerResponse = MarketplaceOrdersApproveByConsumerResponses[keyof MarketplaceOrdersApproveByConsumerResponses];
41572
41575
  export type MarketplaceOrdersApproveByProviderData = {
41573
- body?: never;
41576
+ body?: OrderApproveByProviderRequest;
41574
41577
  path: {
41575
41578
  uuid: string;
41576
41579
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.3-dev.1",
3
+ "version": "8.0.3-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",