@appaloft/sdk 0.12.2 → 0.12.4

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.
@@ -2942,6 +2942,38 @@ export declare const generatedSdkOperations: readonly [{
2942
2942
  readonly authPolicy: "product-session";
2943
2943
  readonly errorFamily: "structured-platform-error";
2944
2944
  readonly streaming: false;
2945
+ }, {
2946
+ readonly operationKey: "system.instance-upgrade.apply";
2947
+ readonly operationGroup: "system";
2948
+ readonly operationMethod: "instanceUpgradeApply";
2949
+ readonly operationId: "system.instance-upgrade.apply";
2950
+ readonly kind: "command";
2951
+ readonly domain: "system";
2952
+ readonly messageName: "ApplyInstanceUpgradeCommand";
2953
+ readonly route: {
2954
+ readonly method: "POST";
2955
+ readonly path: "/instance-upgrade/apply";
2956
+ };
2957
+ readonly docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check";
2958
+ readonly authPolicy: "product-session";
2959
+ readonly errorFamily: "structured-platform-error";
2960
+ readonly streaming: false;
2961
+ }, {
2962
+ readonly operationKey: "system.instance-upgrade.check";
2963
+ readonly operationGroup: "system";
2964
+ readonly operationMethod: "instanceUpgradeCheck";
2965
+ readonly operationId: "system.instance-upgrade.check";
2966
+ readonly kind: "query";
2967
+ readonly domain: "system";
2968
+ readonly messageName: "CheckInstanceUpgradeQuery";
2969
+ readonly route: {
2970
+ readonly method: "GET";
2971
+ readonly path: "/instance-upgrade/check";
2972
+ };
2973
+ readonly docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check";
2974
+ readonly authPolicy: "product-session";
2975
+ readonly errorFamily: "structured-platform-error";
2976
+ readonly streaming: false;
2945
2977
  }, {
2946
2978
  readonly operationKey: "system.plugins.list";
2947
2979
  readonly operationGroup: "system";
@@ -3128,6 +3128,40 @@ var generatedSdkOperations = [
3128
3128
  errorFamily: "structured-platform-error",
3129
3129
  streaming: false
3130
3130
  },
3131
+ {
3132
+ operationKey: "system.instance-upgrade.apply",
3133
+ operationGroup: "system",
3134
+ operationMethod: "instanceUpgradeApply",
3135
+ operationId: "system.instance-upgrade.apply",
3136
+ kind: "command",
3137
+ domain: "system",
3138
+ messageName: "ApplyInstanceUpgradeCommand",
3139
+ route: {
3140
+ method: "POST",
3141
+ path: "/instance-upgrade/apply"
3142
+ },
3143
+ docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check",
3144
+ authPolicy: "product-session",
3145
+ errorFamily: "structured-platform-error",
3146
+ streaming: false
3147
+ },
3148
+ {
3149
+ operationKey: "system.instance-upgrade.check",
3150
+ operationGroup: "system",
3151
+ operationMethod: "instanceUpgradeCheck",
3152
+ operationId: "system.instance-upgrade.check",
3153
+ kind: "query",
3154
+ domain: "system",
3155
+ messageName: "CheckInstanceUpgradeQuery",
3156
+ route: {
3157
+ method: "GET",
3158
+ path: "/instance-upgrade/check"
3159
+ },
3160
+ docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check",
3161
+ authPolicy: "product-session",
3162
+ errorFamily: "structured-platform-error",
3163
+ streaming: false
3164
+ },
3131
3165
  {
3132
3166
  operationKey: "system.plugins.list",
3133
3167
  operationGroup: "system",
package/dist/index.js CHANGED
@@ -3128,6 +3128,40 @@ var generatedSdkOperations = [
3128
3128
  errorFamily: "structured-platform-error",
3129
3129
  streaming: false
3130
3130
  },
3131
+ {
3132
+ operationKey: "system.instance-upgrade.apply",
3133
+ operationGroup: "system",
3134
+ operationMethod: "instanceUpgradeApply",
3135
+ operationId: "system.instance-upgrade.apply",
3136
+ kind: "command",
3137
+ domain: "system",
3138
+ messageName: "ApplyInstanceUpgradeCommand",
3139
+ route: {
3140
+ method: "POST",
3141
+ path: "/instance-upgrade/apply"
3142
+ },
3143
+ docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check",
3144
+ authPolicy: "product-session",
3145
+ errorFamily: "structured-platform-error",
3146
+ streaming: false
3147
+ },
3148
+ {
3149
+ operationKey: "system.instance-upgrade.check",
3150
+ operationGroup: "system",
3151
+ operationMethod: "instanceUpgradeCheck",
3152
+ operationId: "system.instance-upgrade.check",
3153
+ kind: "query",
3154
+ domain: "system",
3155
+ messageName: "CheckInstanceUpgradeQuery",
3156
+ route: {
3157
+ method: "GET",
3158
+ path: "/instance-upgrade/check"
3159
+ },
3160
+ docsHref: "/docs/self-hosting/upgrades/#self-hosting-upgrade-check",
3161
+ authPolicy: "product-session",
3162
+ errorFamily: "structured-platform-error",
3163
+ streaming: false
3164
+ },
3131
3165
  {
3132
3166
  operationKey: "system.plugins.list",
3133
3167
  operationGroup: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appaloft/sdk",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "description": "TypeScript operation client for the Appaloft HTTP API.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",