@mittwald/api-client 4.101.0 → 4.102.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/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.101.0';
|
|
@@ -11036,13 +11036,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11036
11036
|
}
|
|
11037
11037
|
}
|
|
11038
11038
|
}
|
|
11039
|
-
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
11040
|
-
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
11041
|
-
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
11042
|
-
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
11043
|
-
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
11044
|
-
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
11045
|
-
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
11046
11039
|
namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
|
|
11047
11040
|
namespace Post {
|
|
11048
11041
|
namespace Parameters {
|
|
@@ -20585,5 +20578,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20585
20578
|
}
|
|
20586
20579
|
}
|
|
20587
20580
|
}
|
|
20581
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
20582
|
+
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
20583
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
20584
|
+
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
20585
|
+
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
20586
|
+
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
20587
|
+
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
20588
20588
|
}
|
|
20589
20589
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.101.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.102.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "069cce77a075ebb25452a3bafaa620148ecc630f"
|
|
84
84
|
}
|