waldur-js-client 7.6.9 → 7.6.10-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.
- package/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -7895,6 +7895,9 @@ export type ProviderOfferingDetails = {
|
|
|
7895
7895
|
backend_metadata?: unknown;
|
|
7896
7896
|
readonly integration_status?: Array<IntegrationStatus> | null;
|
|
7897
7897
|
readonly google_calendar_is_public?: boolean | null;
|
|
7898
|
+
/**
|
|
7899
|
+
* Get the Google Calendar link for an offering.
|
|
7900
|
+
*/
|
|
7898
7901
|
readonly google_calendar_link?: string | null;
|
|
7899
7902
|
};
|
|
7900
7903
|
export type ProviderOfferingDetailsRequest = {
|
|
@@ -8151,6 +8154,9 @@ export type PublicOfferingDetails = {
|
|
|
8151
8154
|
readonly parent_name?: string | null;
|
|
8152
8155
|
backend_metadata?: unknown;
|
|
8153
8156
|
readonly google_calendar_is_public?: boolean | null;
|
|
8157
|
+
/**
|
|
8158
|
+
* Get the Google Calendar link for an offering.
|
|
8159
|
+
*/
|
|
8154
8160
|
readonly google_calendar_link?: string | null;
|
|
8155
8161
|
readonly promotion_campaigns?: Array<NestedCampaign>;
|
|
8156
8162
|
};
|