From ed351ff084c4524ff4b2a45b53e539f91f5d423a Mon Sep 17 00:00:00 2001 From: Dillen Padhiar <38965141+dpadhiar@users.noreply.github.com> Date: Tue, 3 May 2022 12:16:35 -0700 Subject: [PATCH] fix: ArtifactGC moved from Template to Artifact. Fixes #8556. (#8581) Signed-off-by: Dillen Padhiar --- api/jsonschema/schema.json | 12 +- api/openapi-spec/swagger.json | 12 +- docs/executor_swagger.md | 3 +- docs/fields.md | 3 +- .../argoproj.io_clusterworkflowtemplates.yaml | 126 +- .../crds/full/argoproj.io_cronworkflows.yaml | 126 +- .../argoproj.io_workfloweventbindings.yaml | 9 + .../base/crds/full/argoproj.io_workflows.yaml | 333 ++++- .../full/argoproj.io_workflowtaskresults.yaml | 9 + .../full/argoproj.io_workflowtasksets.yaml | 63 +- .../full/argoproj.io_workflowtemplates.yaml | 126 +- .../argoproj.io_workflowtaskresults.yaml | 9 + manifests/install.yaml | 9 + manifests/namespace-install.yaml | 9 + manifests/quick-start-minimal.yaml | 9 + manifests/quick-start-mysql.yaml | 9 + manifests/quick-start-postgres.yaml | 9 + pkg/apis/workflow/v1alpha1/generated.pb.go | 1302 ++++++++--------- pkg/apis/workflow/v1alpha1/generated.proto | 6 +- .../workflow/v1alpha1/openapi_generated.go | 24 +- pkg/apis/workflow/v1alpha1/workflow_types.go | 36 +- .../workflow/v1alpha1/workflow_types_test.go | 24 +- .../v1alpha1/zz_generated.deepcopy.go | 10 +- pkg/plugins/executor/swagger.yml | 6 +- .../IoArgoprojWorkflowV1alpha1Artifact.md | 1 + ...IoArgoprojWorkflowV1alpha1ArtifactPaths.md | 1 + .../IoArgoprojWorkflowV1alpha1Template.md | 1 - .../io_argoproj_workflow_v1alpha1_artifact.py | 6 + ...goproj_workflow_v1alpha1_artifact_paths.py | 6 + .../io_argoproj_workflow_v1alpha1_template.py | 6 - .../docs/ClusterWorkflowTemplateServiceApi.md | 162 +- .../client/docs/CronWorkflowServiceApi.md | 162 +- .../IoArgoprojWorkflowV1alpha1Artifact.md | 1 + ...IoArgoprojWorkflowV1alpha1ArtifactPaths.md | 1 + .../IoArgoprojWorkflowV1alpha1Template.md | 1 - sdks/python/client/docs/WorkflowServiceApi.md | 282 +++- .../client/docs/WorkflowTemplateServiceApi.md | 162 +- 37 files changed, 2174 insertions(+), 902 deletions(-) diff --git a/api/jsonschema/schema.json b/api/jsonschema/schema.json index 7a895811de57..4a699c40bdc0 100644 --- a/api/jsonschema/schema.json +++ b/api/jsonschema/schema.json @@ -4496,6 +4496,10 @@ "description": "ArchiveLogs indicates if the container logs should be archived", "type": "boolean" }, + "artifactGC": { + "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC", + "description": "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows" + }, "artifactory": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactoryArtifact", "description": "Artifactory contains artifactory artifact location details" @@ -4633,6 +4637,10 @@ "description": "ArchiveLogs indicates if the container logs should be archived", "type": "boolean" }, + "artifactGC": { + "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC", + "description": "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows" + }, "artifactory": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactoryArtifact", "description": "Artifactory contains artifactory artifact location details" @@ -7170,10 +7178,6 @@ "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactLocation", "description": "Location in which all files related to the step will be stored (logs, artifacts, etc...). Can be overridden by individual items in Outputs. If omitted, will use the default artifact repository location configured in the controller, appended with the \u003cworkflowname\u003e/\u003cnodename\u003e in the key." }, - "artifactGC": { - "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC", - "description": "ArtifactGC describes the strategy to use when to deleting artifacts from executed templates" - }, "automountServiceAccountToken": { "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.", "type": "boolean" diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 4baa359e8a2d..b364e290ade2 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -8939,6 +8939,10 @@ "description": "ArchiveLogs indicates if the container logs should be archived", "type": "boolean" }, + "artifactGC": { + "description": "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows", + "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC" + }, "artifactory": { "description": "Artifactory contains artifactory artifact location details", "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactoryArtifact" @@ -9076,6 +9080,10 @@ "description": "ArchiveLogs indicates if the container logs should be archived", "type": "boolean" }, + "artifactGC": { + "description": "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows", + "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC" + }, "artifactory": { "description": "Artifactory contains artifactory artifact location details", "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactoryArtifact" @@ -11592,10 +11600,6 @@ "description": "Location in which all files related to the step will be stored (logs, artifacts, etc...). Can be overridden by individual items in Outputs. If omitted, will use the default artifact repository location configured in the controller, appended with the \u003cworkflowname\u003e/\u003cnodename\u003e in the key.", "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactLocation" }, - "artifactGC": { - "description": "ArtifactGC describes the strategy to use when to deleting artifacts from executed templates", - "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ArtifactGC" - }, "automountServiceAccountToken": { "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.", "type": "boolean" diff --git a/docs/executor_swagger.md b/docs/executor_swagger.md index 3435f980d294..b38d011da724 100644 --- a/docs/executor_swagger.md +++ b/docs/executor_swagger.md @@ -201,6 +201,7 @@ It will marshall back to string - marshalling is not symmetric. | | |------|------|---------|:--------:| ------- |-------------|---------| | archive | [ArchiveStrategy](#archive-strategy)| `ArchiveStrategy` | | | | | | archiveLogs | boolean| `bool` | | | ArchiveLogs indicates if the container logs should be archived | | +| artifactGC | [ArtifactGC](#artifact-g-c)| `ArtifactGC` | | | | | | artifactory | [ArtifactoryArtifact](#artifactory-artifact)| `ArtifactoryArtifact` | | | | | | from | string| `string` | | | From allows an artifact to reference an artifact from a previous step | | | fromExpression | string| `string` | | | FromExpression, if defined, is evaluated to specify the value for the artifact | | @@ -296,6 +297,7 @@ of a single workflow step, which the executor will use as a default location to |------|------|---------|:--------:| ------- |-------------|---------| | archive | [ArchiveStrategy](#archive-strategy)| `ArchiveStrategy` | | | | | | archiveLogs | boolean| `bool` | | | ArchiveLogs indicates if the container logs should be archived | | +| artifactGC | [ArtifactGC](#artifact-g-c)| `ArtifactGC` | | | | | | artifactory | [ArtifactoryArtifact](#artifactory-artifact)| `ArtifactoryArtifact` | | | | | | from | string| `string` | | | From allows an artifact to reference an artifact from a previous step | | | fromExpression | string| `string` | | | FromExpression, if defined, is evaluated to specify the value for the artifact | | @@ -4295,7 +4297,6 @@ Defaults to gzip.DefaultCompression. | | | activeDeadlineSeconds | [IntOrString](#int-or-string)| `IntOrString` | | | | | | affinity | [Affinity](#affinity)| `Affinity` | | | | | | archiveLocation | [ArtifactLocation](#artifact-location)| `ArtifactLocation` | | | | | -| artifactGC | [ArtifactGC](#artifact-g-c)| `ArtifactGC` | | | | | | automountServiceAccountToken | boolean| `bool` | | | AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false. | | | container | [Container](#container)| `Container` | | | | | diff --git a/docs/fields.md b/docs/fields.md index bcedee2373fd..97b0f2c76d2f 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -1602,7 +1602,6 @@ Template is a reusable and composable unit of execution in a workflow |`activeDeadlineSeconds`|[`IntOrString`](#intorstring)|Optional duration in seconds relative to the StartTime that the pod may be active on a node before the system actively tries to terminate the pod; value must be positive integer This field is only applicable to container and script templates.| |`affinity`|[`Affinity`](#affinity)|Affinity sets the pod's scheduling constraints Overrides the affinity set at the workflow level (if any)| |`archiveLocation`|[`ArtifactLocation`](#artifactlocation)|Location in which all files related to the step will be stored (logs, artifacts, etc...). Can be overridden by individual items in Outputs. If omitted, will use the default artifact repository location configured in the controller, appended with the / in the key.| -|`artifactGC`|[`ArtifactGC`](#artifactgc)|ArtifactGC describes the strategy to use when to deleting artifacts from executed templates| |`automountServiceAccountToken`|`boolean`|AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.| |`container`|[`Container`](#container)|Container is the main container image to run in the pod| |`containerSet`|[`ContainerSetTemplate`](#containersettemplate)|ContainerSet groups multiple containers within a single pod.| @@ -1963,6 +1962,7 @@ Artifact indicates an artifact to place at a specified path |:----------:|:----------:|---------------| |`archive`|[`ArchiveStrategy`](#archivestrategy)|Archive controls how the artifact will be saved to the artifact repository.| |`archiveLogs`|`boolean`|ArchiveLogs indicates if the container logs should be archived| +|`artifactGC`|[`ArtifactGC`](#artifactgc)|ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows| |`artifactory`|[`ArtifactoryArtifact`](#artifactoryartifact)|Artifactory contains artifactory artifact location details| |`from`|`string`|From allows an artifact to reference an artifact from a previous step| |`fromExpression`|`string`|FromExpression, if defined, is evaluated to specify the value for the artifact| @@ -4182,6 +4182,7 @@ ArtifactPaths expands a step from a collection of artifacts |:----------:|:----------:|---------------| |`archive`|[`ArchiveStrategy`](#archivestrategy)|Archive controls how the artifact will be saved to the artifact repository.| |`archiveLogs`|`boolean`|ArchiveLogs indicates if the container logs should be archived| +|`artifactGC`|[`ArtifactGC`](#artifactgc)|ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows| |`artifactory`|[`ArtifactoryArtifact`](#artifactoryartifact)|Artifactory contains artifactory artifact location details| |`from`|`string`|From allows an artifact to reference an artifact from a previous step| |`fromExpression`|`string`|FromExpression, if defined, is evaluated to specify the value for the artifact| diff --git a/manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml b/manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml index 9bc0a5cf6bdd..34279f03638a 100644 --- a/manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml +++ b/manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml @@ -406,6 +406,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -869,6 +878,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2260,15 +2278,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -3515,6 +3524,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -3944,6 +3962,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -4426,6 +4453,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5450,6 +5486,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5967,6 +6012,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -9086,15 +9140,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -10341,6 +10386,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -10770,6 +10824,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -11252,6 +11315,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12276,6 +12348,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12793,6 +12874,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_cronworkflows.yaml b/manifests/base/crds/full/argoproj.io_cronworkflows.yaml index 4bee02f624f3..702fdf86c499 100644 --- a/manifests/base/crds/full/argoproj.io_cronworkflows.yaml +++ b/manifests/base/crds/full/argoproj.io_cronworkflows.yaml @@ -427,6 +427,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -890,6 +899,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2281,15 +2299,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -3536,6 +3545,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -3965,6 +3983,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -4447,6 +4474,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5471,6 +5507,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5988,6 +6033,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -9107,15 +9161,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -10362,6 +10407,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -10791,6 +10845,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -11273,6 +11336,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12297,6 +12369,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12814,6 +12895,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_workfloweventbindings.yaml b/manifests/base/crds/full/argoproj.io_workfloweventbindings.yaml index 2378bf3205a2..7ad4de1a7025 100644 --- a/manifests/base/crds/full/argoproj.io_workfloweventbindings.yaml +++ b/manifests/base/crds/full/argoproj.io_workfloweventbindings.yaml @@ -55,6 +55,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_workflows.yaml b/manifests/base/crds/full/argoproj.io_workflows.yaml index b860601570da..bff05514e2c3 100644 --- a/manifests/base/crds/full/argoproj.io_workflows.yaml +++ b/manifests/base/crds/full/argoproj.io_workflows.yaml @@ -420,6 +420,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -883,6 +892,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2274,15 +2292,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -3529,6 +3538,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -3958,6 +3976,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -4440,6 +4467,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5464,6 +5500,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5981,6 +6026,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -9100,15 +9154,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -10355,6 +10400,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -10784,6 +10838,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -11266,6 +11329,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12290,6 +12362,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12807,6 +12888,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -16409,6 +16499,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -16843,6 +16942,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -17302,6 +17410,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -19076,15 +19193,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -20331,6 +20439,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -20760,6 +20877,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -21242,6 +21368,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -22266,6 +22401,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -22783,6 +22927,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -25599,6 +25752,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -26062,6 +26224,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -27453,15 +27624,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -28708,6 +28870,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -29137,6 +29308,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -29619,6 +29799,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -30643,6 +30832,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -31160,6 +31358,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -34279,15 +34486,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -35534,6 +35732,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -35963,6 +36170,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -36445,6 +36661,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -37469,6 +37694,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -37986,6 +38220,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_workflowtaskresults.yaml b/manifests/base/crds/full/argoproj.io_workflowtaskresults.yaml index 42d6612d78d8..6749b5f1eb79 100644 --- a/manifests/base/crds/full/argoproj.io_workflowtaskresults.yaml +++ b/manifests/base/crds/full/argoproj.io_workflowtaskresults.yaml @@ -44,6 +44,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_workflowtasksets.yaml b/manifests/base/crds/full/argoproj.io_workflowtasksets.yaml index c61083c3fbba..d89fb17a4d47 100644 --- a/manifests/base/crds/full/argoproj.io_workflowtasksets.yaml +++ b/manifests/base/crds/full/argoproj.io_workflowtasksets.yaml @@ -711,15 +711,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -1966,6 +1957,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2395,6 +2395,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2877,6 +2886,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -3901,6 +3919,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -4418,6 +4445,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -6881,6 +6917,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/full/argoproj.io_workflowtemplates.yaml b/manifests/base/crds/full/argoproj.io_workflowtemplates.yaml index 56f6800e0c36..6f10464ebad8 100644 --- a/manifests/base/crds/full/argoproj.io_workflowtemplates.yaml +++ b/manifests/base/crds/full/argoproj.io_workflowtemplates.yaml @@ -405,6 +405,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -868,6 +877,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -2259,15 +2277,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -3514,6 +3523,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -3943,6 +3961,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -4425,6 +4452,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5449,6 +5485,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -5966,6 +6011,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -9085,15 +9139,6 @@ spec: type: boolean type: object type: object - artifactGC: - properties: - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - type: string - type: object automountServiceAccountToken: type: boolean container: @@ -10340,6 +10385,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -10769,6 +10823,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -11251,6 +11314,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12275,6 +12347,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: @@ -12792,6 +12873,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/base/crds/minimal/argoproj.io_workflowtaskresults.yaml b/manifests/base/crds/minimal/argoproj.io_workflowtaskresults.yaml index f6a635892845..7e98936efd23 100644 --- a/manifests/base/crds/minimal/argoproj.io_workflowtaskresults.yaml +++ b/manifests/base/crds/minimal/argoproj.io_workflowtaskresults.yaml @@ -43,6 +43,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/install.yaml b/manifests/install.yaml index 01e233f2867c..01e18f33d85d 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -214,6 +214,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index df01bb5e6723..6bb9370a094a 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -214,6 +214,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/quick-start-minimal.yaml b/manifests/quick-start-minimal.yaml index 98d490d23cc8..7f490997471b 100644 --- a/manifests/quick-start-minimal.yaml +++ b/manifests/quick-start-minimal.yaml @@ -214,6 +214,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/quick-start-mysql.yaml b/manifests/quick-start-mysql.yaml index b22be6cde2a3..72b6e9c8b4f0 100644 --- a/manifests/quick-start-mysql.yaml +++ b/manifests/quick-start-mysql.yaml @@ -214,6 +214,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/manifests/quick-start-postgres.yaml b/manifests/quick-start-postgres.yaml index eb06894ac303..45469c14cc08 100644 --- a/manifests/quick-start-postgres.yaml +++ b/manifests/quick-start-postgres.yaml @@ -214,6 +214,15 @@ spec: type: object archiveLogs: type: boolean + artifactGC: + properties: + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + type: string + type: object artifactory: properties: passwordSecret: diff --git a/pkg/apis/workflow/v1alpha1/generated.pb.go b/pkg/apis/workflow/v1alpha1/generated.pb.go index af79e7dde83d..f9aa1fb930a0 100644 --- a/pkg/apis/workflow/v1alpha1/generated.pb.go +++ b/pkg/apis/workflow/v1alpha1/generated.pb.go @@ -3831,605 +3831,605 @@ func init() { } var fileDescriptor_724696e352c3df5f = []byte{ - // 9554 bytes of a gzipped FileDescriptorProto + // 9559 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x7d, 0x6d, 0x70, 0x24, 0xc7, 0x75, 0x18, 0x67, 0x81, 0x05, 0x76, 0x1f, 0x80, 0x03, 0xae, 0xef, 0x6b, 0x09, 0x92, 0x07, 0x7a, - 0x68, 0x32, 0x3c, 0x9b, 0x02, 0xcc, 0x3b, 0x31, 0x61, 0xa4, 0x8a, 0x2c, 0x2c, 0x70, 0xf8, 0x20, - 0x80, 0x03, 0xd8, 0x8b, 0xbb, 0x0b, 0x29, 0x86, 0xd6, 0x60, 0xb7, 0xb1, 0x3b, 0xc4, 0xee, 0xcc, - 0x72, 0x66, 0x16, 0x38, 0x90, 0x47, 0x51, 0x91, 0x6d, 0x49, 0x8c, 0x15, 0x2b, 0x1f, 0xb6, 0x2c, - 0x2b, 0x49, 0x95, 0xca, 0xb1, 0x62, 0x95, 0xe3, 0x4a, 0x4a, 0x55, 0xa9, 0x54, 0xca, 0xfe, 0x9b, - 0x4a, 0x29, 0x95, 0x54, 0xc5, 0x2e, 0x2b, 0x91, 0x7e, 0x24, 0x50, 0x04, 0x27, 0xfa, 0x93, 0x52, - 0xaa, 0xe2, 0x8a, 0x15, 0xe7, 0x92, 0x1f, 0xa9, 0xfe, 0x9c, 0xee, 0xd9, 0x59, 0xdc, 0xe2, 0x6e, - 0x80, 0x63, 0xec, 0x7f, 0xbb, 0xaf, 0x5f, 0xbf, 0xd7, 0x9f, 0xaf, 0x5f, 0xbf, 0xf7, 0xfa, 0x0d, - 0x6c, 0xd4, 0xdd, 0xa8, 0xd1, 0xd9, 0x9a, 0xae, 0xfa, 0xad, 0x19, 0x27, 0xa8, 0xfb, 0xed, 0xc0, - 0x7f, 0x8b, 0xfd, 0xf8, 0xc8, 0x9e, 0x1f, 0xec, 0x6c, 0x37, 0xfd, 0xbd, 0x70, 0x66, 0xf7, 0xda, - 0x4c, 0x7b, 0xa7, 0x3e, 0xe3, 0xb4, 0xdd, 0x70, 0x46, 0x42, 0x67, 0x76, 0x5f, 0x74, 0x9a, 0xed, - 0x86, 0xf3, 0xe2, 0x4c, 0x9d, 0x78, 0x24, 0x70, 0x22, 0x52, 0x9b, 0x6e, 0x07, 0x7e, 0xe4, 0xa3, - 0x4f, 0xc6, 0x14, 0xa7, 0x25, 0x45, 0xf6, 0xe3, 0xe7, 0x14, 0xc5, 0xe9, 0xdd, 0x6b, 0xd3, 0xed, - 0x9d, 0xfa, 0x34, 0xa5, 0x38, 0x2d, 0xa1, 0xd3, 0x92, 0xe2, 0xe4, 0x47, 0xb4, 0x36, 0xd5, 0xfd, - 0xba, 0x3f, 0xc3, 0x08, 0x6f, 0x75, 0xb6, 0xd9, 0x3f, 0xf6, 0x87, 0xfd, 0xe2, 0x0c, 0x27, 0xed, - 0x9d, 0x97, 0xc3, 0x69, 0xd7, 0xa7, 0xed, 0x9b, 0xa9, 0xfa, 0x01, 0x99, 0xd9, 0xed, 0x6a, 0xd4, - 0xe4, 0x15, 0x0d, 0xa7, 0xed, 0x37, 0xdd, 0xea, 0xfe, 0xcc, 0xee, 0x8b, 0x5b, 0x24, 0xea, 0x6e, - 0xff, 0xe4, 0x47, 0x63, 0xd4, 0x96, 0x53, 0x6d, 0xb8, 0x1e, 0x09, 0xf6, 0xe3, 0xfe, 0xb7, 0x48, - 0xe4, 0xa4, 0x31, 0x98, 0xe9, 0x55, 0x2b, 0xe8, 0x78, 0x91, 0xdb, 0x22, 0x5d, 0x15, 0xfe, 0xe2, - 0xfd, 0x2a, 0x84, 0xd5, 0x06, 0x69, 0x39, 0x5d, 0xf5, 0xae, 0xf5, 0xaa, 0xd7, 0x89, 0xdc, 0xe6, - 0x8c, 0xeb, 0x45, 0x61, 0x14, 0x24, 0x2b, 0xd9, 0xd7, 0x61, 0x68, 0xb6, 0xe5, 0x77, 0xbc, 0x08, - 0x7d, 0x1c, 0xf2, 0xbb, 0x4e, 0xb3, 0x43, 0x4a, 0xd6, 0xd3, 0xd6, 0xf3, 0xc5, 0xf2, 0xb3, 0xdf, - 0x3e, 0x98, 0x7a, 0xec, 0xf0, 0x60, 0x2a, 0x7f, 0x8b, 0x02, 0xef, 0x1d, 0x4c, 0x9d, 0x27, 0x5e, - 0xd5, 0xaf, 0xb9, 0x5e, 0x7d, 0xe6, 0xad, 0xd0, 0xf7, 0xa6, 0x6f, 0x74, 0x5a, 0x5b, 0x24, 0xc0, - 0xbc, 0x8e, 0xfd, 0x87, 0x39, 0x18, 0x9f, 0x0d, 0xaa, 0x0d, 0x77, 0x97, 0x54, 0x22, 0x4a, 0xbf, - 0xbe, 0x8f, 0x1a, 0x30, 0x10, 0x39, 0x01, 0x23, 0x37, 0x72, 0x75, 0x6d, 0xfa, 0x61, 0x27, 0x7f, - 0x7a, 0xd3, 0x09, 0x24, 0xed, 0xf2, 0xf0, 0xe1, 0xc1, 0xd4, 0xc0, 0xa6, 0x13, 0x60, 0xca, 0x02, - 0x35, 0x61, 0xd0, 0xf3, 0x3d, 0x52, 0xca, 0x31, 0x56, 0x37, 0x1e, 0x9e, 0xd5, 0x0d, 0xdf, 0x53, - 0xfd, 0x28, 0x17, 0x0e, 0x0f, 0xa6, 0x06, 0x29, 0x04, 0x33, 0x2e, 0xb4, 0x5f, 0xef, 0xb8, 0xed, - 0xd2, 0x40, 0x56, 0xfd, 0x7a, 0xdd, 0x6d, 0x9b, 0xfd, 0x7a, 0xdd, 0x6d, 0x63, 0xca, 0xc2, 0xfe, - 0x20, 0x07, 0xc5, 0xd9, 0xa0, 0xde, 0x69, 0x11, 0x2f, 0x0a, 0xd1, 0xfb, 0x00, 0x6d, 0x27, 0x70, - 0x5a, 0x24, 0x22, 0x41, 0x58, 0xb2, 0x9e, 0x1e, 0x78, 0x7e, 0xe4, 0xea, 0xca, 0xc3, 0xb3, 0xdf, - 0x90, 0x34, 0xcb, 0x48, 0x4c, 0x39, 0x28, 0x50, 0x88, 0x35, 0x96, 0xe8, 0x5d, 0x28, 0x3a, 0x41, - 0xe4, 0x6e, 0x3b, 0xd5, 0x28, 0x2c, 0xe5, 0x18, 0xff, 0x57, 0x1e, 0x9e, 0xff, 0xac, 0x20, 0x59, - 0x3e, 0x2b, 0xd8, 0x17, 0x25, 0x24, 0xc4, 0x31, 0x3f, 0xfb, 0xb7, 0xf2, 0x50, 0x90, 0x05, 0xe8, - 0x69, 0x18, 0xf4, 0x9c, 0x96, 0x5c, 0xaa, 0xa3, 0xa2, 0xe2, 0xe0, 0x0d, 0xa7, 0x45, 0x27, 0xc9, - 0x69, 0x11, 0x8a, 0xd1, 0x76, 0xa2, 0x06, 0x5b, 0x12, 0x1a, 0xc6, 0x86, 0x13, 0x35, 0x30, 0x2b, - 0x41, 0x4f, 0xc2, 0x60, 0xcb, 0xaf, 0x11, 0x36, 0x8f, 0x79, 0x3e, 0xc9, 0x6b, 0x7e, 0x8d, 0x60, - 0x06, 0xa5, 0xf5, 0xb7, 0x03, 0xbf, 0x55, 0x1a, 0x34, 0xeb, 0x2f, 0x04, 0x7e, 0x0b, 0xb3, 0x12, - 0xf4, 0x55, 0x0b, 0x26, 0x64, 0xf3, 0x56, 0xfd, 0xaa, 0x13, 0xb9, 0xbe, 0x57, 0xca, 0xb3, 0x45, - 0x81, 0xb3, 0x1b, 0x15, 0x49, 0xb9, 0x5c, 0x12, 0x4d, 0x98, 0x48, 0x96, 0xe0, 0xae, 0x56, 0xa0, - 0xab, 0x00, 0xf5, 0xa6, 0xbf, 0xe5, 0x34, 0xe9, 0x80, 0x94, 0x86, 0x58, 0x17, 0xd4, 0xe4, 0x2e, - 0xaa, 0x12, 0xac, 0x61, 0xa1, 0x3b, 0x30, 0xec, 0xf0, 0x0d, 0x5c, 0x1a, 0x66, 0x9d, 0x78, 0x35, - 0x8b, 0x4e, 0x18, 0x12, 0xa1, 0x3c, 0x72, 0x78, 0x30, 0x35, 0x2c, 0x80, 0x58, 0xb2, 0x43, 0x2f, - 0x40, 0xc1, 0x6f, 0xd3, 0x76, 0x3b, 0xcd, 0x52, 0xe1, 0x69, 0xeb, 0xf9, 0x42, 0x79, 0x42, 0xb4, - 0xb5, 0xb0, 0x2e, 0xe0, 0x58, 0x61, 0xa0, 0x2b, 0x30, 0x1c, 0x76, 0xb6, 0xe8, 0x3c, 0x96, 0x8a, - 0xac, 0x63, 0xe3, 0x02, 0x79, 0xb8, 0xc2, 0xc1, 0x58, 0x96, 0xa3, 0x97, 0x60, 0x24, 0x20, 0xd5, - 0x4e, 0x10, 0x12, 0x3a, 0xb1, 0x25, 0x60, 0xb4, 0xcf, 0x09, 0xf4, 0x11, 0x1c, 0x17, 0x61, 0x1d, - 0x0f, 0x7d, 0x02, 0xce, 0xd0, 0x09, 0xbe, 0x7e, 0xa7, 0x1d, 0x90, 0x30, 0xa4, 0xb3, 0x3a, 0xc2, - 0x18, 0x5d, 0x14, 0x35, 0xcf, 0x2c, 0x18, 0xa5, 0x38, 0x81, 0x6d, 0x6f, 0x00, 0xc8, 0x39, 0x5a, - 0x9c, 0x43, 0x65, 0x28, 0x84, 0xa2, 0xff, 0x62, 0xb9, 0x3e, 0x27, 0x7b, 0x27, 0xc7, 0xe5, 0xde, - 0xc1, 0x14, 0x8a, 0x6b, 0x48, 0x28, 0x56, 0xf5, 0xec, 0xdf, 0x1d, 0x86, 0xae, 0x69, 0x47, 0x2f, - 0xc2, 0x88, 0x18, 0xc1, 0x55, 0xbf, 0x1e, 0x32, 0xda, 0x85, 0xf2, 0x38, 0xed, 0xd9, 0x6c, 0x0c, - 0xc6, 0x3a, 0x0e, 0xaa, 0x41, 0x2e, 0xbc, 0x26, 0xa4, 0xe4, 0xea, 0xc3, 0x4f, 0x6f, 0xe5, 0x9a, - 0xda, 0xbb, 0x43, 0x87, 0x07, 0x53, 0xb9, 0xca, 0x35, 0x9c, 0x0b, 0xaf, 0x51, 0xf9, 0x58, 0x77, - 0xa3, 0xec, 0xe4, 0xe3, 0xa2, 0x1b, 0x29, 0x3e, 0x4c, 0x3e, 0x2e, 0xba, 0x11, 0xa6, 0x2c, 0xa8, - 0xdc, 0x6f, 0x44, 0x51, 0x9b, 0x6d, 0xd2, 0x4c, 0xe4, 0xfe, 0xd2, 0xe6, 0xe6, 0x86, 0xe2, 0xc5, - 0x44, 0x02, 0x85, 0x60, 0xc6, 0x05, 0x7d, 0xd1, 0xa2, 0x23, 0xce, 0x0b, 0xfd, 0x60, 0x5f, 0xec, - 0xf5, 0x9b, 0xd9, 0xed, 0x75, 0x3f, 0xd8, 0x57, 0xcc, 0xc5, 0x44, 0xaa, 0x02, 0xac, 0xb3, 0x66, - 0x1d, 0xaf, 0x6d, 0x87, 0x6c, 0x6b, 0x67, 0xd3, 0xf1, 0xf9, 0x85, 0x4a, 0xa2, 0xe3, 0xf3, 0x0b, - 0x15, 0xcc, 0xb8, 0xd0, 0x09, 0x0d, 0x9c, 0x3d, 0x21, 0x16, 0x32, 0x98, 0x50, 0xec, 0xec, 0x99, - 0x13, 0x8a, 0x9d, 0x3d, 0x4c, 0x59, 0x50, 0x4e, 0x7e, 0x18, 0x32, 0x29, 0x90, 0x09, 0xa7, 0xf5, - 0x4a, 0xc5, 0xe4, 0xb4, 0x5e, 0xa9, 0x60, 0xca, 0x82, 0x2d, 0xd2, 0x6a, 0xc8, 0x44, 0x48, 0x36, - 0x8b, 0x74, 0x2e, 0xc1, 0x69, 0x71, 0xae, 0x82, 0x29, 0x0b, 0xfb, 0x03, 0x0b, 0xc6, 0x64, 0x11, - 0x15, 0x4b, 0x21, 0xba, 0x03, 0x05, 0x39, 0x99, 0x42, 0x3b, 0xca, 0xf2, 0x18, 0x55, 0xc2, 0x53, - 0x42, 0xb0, 0xe2, 0x66, 0xff, 0x4e, 0x1e, 0x94, 0xa4, 0xc1, 0xa4, 0xed, 0x87, 0x2e, 0x5b, 0x4e, - 0x0f, 0x20, 0x4a, 0x3c, 0x4d, 0x94, 0xdc, 0xca, 0x52, 0x94, 0xc4, 0xcd, 0x32, 0x84, 0xca, 0xdf, - 0x49, 0x6c, 0x3e, 0x2e, 0x5d, 0x7e, 0xee, 0x44, 0x36, 0x9f, 0xd6, 0x84, 0xa3, 0xb7, 0xe1, 0xae, - 0xd8, 0x86, 0x5c, 0xfe, 0xfc, 0xd5, 0x6c, 0xb7, 0xa1, 0xd6, 0x8a, 0xe4, 0x86, 0x0c, 0xf8, 0x36, - 0xe1, 0x02, 0xe8, 0x76, 0xa6, 0xdb, 0x44, 0xe3, 0x6a, 0x6e, 0x98, 0x80, 0x6f, 0x98, 0xa1, 0xac, - 0x78, 0x6a, 0x1b, 0x26, 0xc9, 0x53, 0x6d, 0x9d, 0xb7, 0xe1, 0x42, 0x37, 0x0e, 0x26, 0xdb, 0x68, - 0x06, 0x8a, 0x55, 0xdf, 0xdb, 0x76, 0xeb, 0x6b, 0x4e, 0x5b, 0x9c, 0xaa, 0x4a, 0x7b, 0x9c, 0x93, - 0x05, 0x38, 0xc6, 0x41, 0x4f, 0xc1, 0xc0, 0x0e, 0xd9, 0x17, 0xda, 0xe0, 0x88, 0x40, 0x1d, 0x58, - 0x21, 0xfb, 0x98, 0xc2, 0x3f, 0x56, 0xf8, 0xea, 0xd7, 0xa7, 0x1e, 0xfb, 0xec, 0x7f, 0x7c, 0xfa, - 0x31, 0xfb, 0x0f, 0x06, 0xe0, 0x89, 0x54, 0x9e, 0x95, 0xc8, 0x89, 0x3a, 0x21, 0xfa, 0x1d, 0x0b, - 0x2e, 0x38, 0x69, 0xe5, 0x62, 0x27, 0xdf, 0xce, 0x6e, 0x45, 0x1a, 0xe4, 0xcb, 0x4f, 0x89, 0x46, - 0xa7, 0x8f, 0x08, 0x4e, 0x6f, 0x14, 0x1d, 0x28, 0xaa, 0x0e, 0x87, 0x6d, 0xa7, 0x4a, 0x44, 0xef, - 0xd5, 0x40, 0xdd, 0x90, 0x05, 0x38, 0xc6, 0xa1, 0xea, 0x55, 0x8d, 0x6c, 0x3b, 0x9d, 0x26, 0x3f, - 0xc0, 0x0b, 0xb1, 0x7a, 0x35, 0xcf, 0xc1, 0x58, 0x96, 0xa3, 0xbf, 0x6f, 0x01, 0xea, 0xe6, 0x2a, - 0x36, 0xc3, 0xe6, 0x49, 0x8c, 0x43, 0xf9, 0xe2, 0xa1, 0xa6, 0x2a, 0x69, 0x3d, 0x4d, 0x69, 0x87, - 0x36, 0xa7, 0xdf, 0x19, 0x80, 0x73, 0xb2, 0x52, 0x85, 0x50, 0x29, 0xf6, 0x6a, 0x87, 0x04, 0xfb, - 0xe8, 0xbb, 0x16, 0x9c, 0x77, 0x92, 0x7a, 0x97, 0x4b, 0xe4, 0xdd, 0xca, 0xcf, 0xae, 0x0b, 0x1a, - 0xd7, 0xe9, 0xd9, 0x14, 0x8e, 0xd7, 0xbd, 0x28, 0xd8, 0x2f, 0x5f, 0x15, 0x43, 0x7d, 0x3e, 0x0d, - 0xe5, 0x73, 0xdf, 0x4f, 0x55, 0x12, 0x53, 0x3b, 0x80, 0x5e, 0x86, 0x51, 0x09, 0x67, 0x57, 0x00, - 0x3e, 0xf3, 0xe7, 0x05, 0xfd, 0xd1, 0x59, 0xad, 0x0c, 0x1b, 0x98, 0xb4, 0x66, 0x44, 0x5a, 0xed, - 0xa6, 0x13, 0x11, 0x56, 0x73, 0xc0, 0xac, 0xb9, 0xa9, 0x95, 0x61, 0x03, 0x13, 0x3d, 0x07, 0x43, - 0x9e, 0x5f, 0x23, 0xcb, 0x35, 0x71, 0x67, 0x3a, 0x23, 0xea, 0x0c, 0xdd, 0x60, 0x50, 0x2c, 0x4a, - 0x27, 0x17, 0xe1, 0xf1, 0x9e, 0x43, 0x80, 0x26, 0xf8, 0x3e, 0x65, 0x5b, 0x9a, 0x6d, 0x4d, 0x74, - 0x5e, 0x9a, 0x25, 0x68, 0x1f, 0x0a, 0xc2, 0xde, 0xf0, 0xb1, 0xdc, 0xcb, 0x96, 0xfd, 0x2f, 0x2c, - 0x38, 0x6f, 0x0e, 0x30, 0x26, 0x21, 0x5d, 0x98, 0x8f, 0xec, 0x7c, 0x55, 0x63, 0x30, 0x2f, 0x46, - 0xdc, 0x1c, 0x83, 0x79, 0x31, 0x06, 0xf3, 0xf6, 0xbf, 0xb1, 0xe2, 0x15, 0xa9, 0x1d, 0x3c, 0x54, - 0x4c, 0x75, 0x82, 0xa6, 0x90, 0x68, 0x4a, 0x4c, 0xdd, 0xc4, 0xab, 0x98, 0xc2, 0xd1, 0xaf, 0x58, - 0x30, 0xae, 0x9d, 0x3f, 0xb3, 0x1d, 0x71, 0xc1, 0xcd, 0xe8, 0xb2, 0x66, 0x10, 0x2e, 0x5f, 0x12, - 0xec, 0xc7, 0x13, 0x05, 0x38, 0xd9, 0x04, 0xfb, 0x07, 0x16, 0x3c, 0x75, 0xe4, 0x31, 0x9a, 0xda, - 0x70, 0xeb, 0x91, 0x37, 0x9c, 0x0a, 0xbb, 0x80, 0xb4, 0xfd, 0x9b, 0x78, 0x55, 0xcc, 0x97, 0x12, - 0x76, 0x98, 0x83, 0xb1, 0x2c, 0xb7, 0xbf, 0x6b, 0x41, 0x92, 0x1e, 0x72, 0xe0, 0x4c, 0x27, 0x24, - 0x01, 0x15, 0x9e, 0x15, 0x52, 0x0d, 0x88, 0x5c, 0x6d, 0xcf, 0x4e, 0x73, 0x4b, 0x1c, 0x6d, 0xf0, - 0x74, 0xd5, 0x0f, 0xc8, 0xf4, 0xee, 0x8b, 0xd3, 0x1c, 0x63, 0x85, 0xec, 0x57, 0x48, 0x93, 0x50, - 0x1a, 0x65, 0x44, 0xef, 0x92, 0x37, 0x0d, 0x02, 0x38, 0x41, 0x90, 0xb2, 0x68, 0x3b, 0x61, 0xb8, - 0xe7, 0x07, 0x35, 0xc1, 0x22, 0x77, 0x6c, 0x16, 0x1b, 0x06, 0x01, 0x9c, 0x20, 0x68, 0xff, 0x4b, - 0x0b, 0x86, 0xcb, 0x4e, 0x75, 0xc7, 0xdf, 0xde, 0xa6, 0x57, 0xf1, 0x5a, 0x27, 0xe0, 0xa6, 0x0c, - 0xbe, 0x08, 0xd5, 0x6a, 0x9f, 0x17, 0x70, 0xac, 0x30, 0xd0, 0x26, 0x0c, 0xf1, 0xe1, 0x10, 0x8d, - 0xfa, 0x19, 0xad, 0x51, 0xca, 0x02, 0xc9, 0x66, 0xae, 0x13, 0xb9, 0xcd, 0x69, 0x6e, 0x81, 0x9c, - 0x5e, 0xf6, 0xa2, 0xf5, 0xa0, 0x12, 0x05, 0xae, 0x57, 0x2f, 0x03, 0xdd, 0x1b, 0x0b, 0x8c, 0x06, - 0x16, 0xb4, 0xe8, 0xad, 0xbd, 0xe5, 0xdc, 0x91, 0xec, 0x84, 0x00, 0x52, 0xb7, 0xf6, 0xb5, 0xb8, - 0x08, 0xeb, 0x78, 0xf6, 0x1f, 0x58, 0x50, 0x2c, 0x3b, 0xa1, 0x5b, 0xfd, 0x33, 0x34, 0x35, 0x6f, - 0x42, 0x7e, 0xce, 0xa9, 0x36, 0x08, 0xba, 0x99, 0xd4, 0x77, 0x46, 0xae, 0x3e, 0x9f, 0xc6, 0x46, - 0xe9, 0x3e, 0x3a, 0xa7, 0xb1, 0x5e, 0x5a, 0x91, 0xfd, 0x23, 0x0b, 0x2e, 0xcd, 0x35, 0x3b, 0x61, - 0x44, 0x82, 0xdb, 0x62, 0x5b, 0x49, 0x01, 0x8f, 0x3e, 0x0d, 0x85, 0x16, 0x89, 0x9c, 0x9a, 0x13, - 0x39, 0x82, 0x63, 0xef, 0xe9, 0x65, 0x1b, 0x93, 0x62, 0xd3, 0x36, 0xac, 0x6f, 0xbd, 0x45, 0xaa, - 0xd1, 0x1a, 0x89, 0x9c, 0xd8, 0xe6, 0x14, 0xc3, 0xb0, 0xa2, 0x8a, 0xda, 0x30, 0x18, 0xb6, 0x49, - 0x35, 0x3b, 0xab, 0xad, 0xec, 0x43, 0xa5, 0x4d, 0xaa, 0xb1, 0xc9, 0x8e, 0xfe, 0xc3, 0x8c, 0x93, - 0xfd, 0x7f, 0x2c, 0x78, 0xa2, 0x47, 0x7f, 0x57, 0xdd, 0x30, 0x42, 0x6f, 0x74, 0xf5, 0x79, 0xba, - 0xbf, 0x3e, 0xd3, 0xda, 0xac, 0xc7, 0x6a, 0xbb, 0x48, 0x88, 0xd6, 0xdf, 0xcf, 0x40, 0xde, 0x8d, - 0x48, 0x4b, 0x9a, 0x4e, 0x5f, 0x7b, 0xf8, 0x0e, 0xf7, 0xe8, 0x4b, 0x79, 0x4c, 0xda, 0xee, 0x97, - 0x29, 0x3f, 0xcc, 0xd9, 0xda, 0xff, 0xda, 0x02, 0xba, 0x0c, 0x6a, 0xae, 0x30, 0x1f, 0x0d, 0x46, - 0xfb, 0x6d, 0x69, 0x42, 0x95, 0xda, 0xe5, 0xe0, 0xe6, 0x7e, 0x9b, 0xdc, 0x3b, 0x98, 0x1a, 0x53, - 0x88, 0x14, 0x80, 0x19, 0x2a, 0x7a, 0x13, 0x86, 0x42, 0xa6, 0x05, 0x0b, 0x69, 0xb9, 0x20, 0x4f, - 0x37, 0xae, 0x1b, 0xdf, 0x3b, 0x98, 0xea, 0xcb, 0x43, 0x32, 0xad, 0x68, 0xf3, 0x7a, 0x58, 0x50, - 0xa5, 0xe2, 0xb8, 0x45, 0xc2, 0xd0, 0xa9, 0x4b, 0xb5, 0x43, 0x89, 0xe3, 0x35, 0x0e, 0xc6, 0xb2, - 0xdc, 0xfe, 0x55, 0x0b, 0x68, 0x13, 0x23, 0x87, 0xb2, 0xa0, 0x87, 0x2b, 0xba, 0xc1, 0xb6, 0x08, - 0x07, 0x88, 0xc9, 0x7b, 0xaa, 0xc7, 0x16, 0xe1, 0x48, 0xc6, 0x8d, 0x81, 0x83, 0x70, 0x4c, 0x02, - 0x7d, 0x14, 0x46, 0x6b, 0xa4, 0x4d, 0xbc, 0x1a, 0xf1, 0xaa, 0x54, 0x27, 0xa4, 0x93, 0x56, 0x2c, - 0x4f, 0x50, 0x25, 0x68, 0x5e, 0x83, 0x63, 0x03, 0xcb, 0xfe, 0x0d, 0x0b, 0x1e, 0x57, 0xe4, 0x2a, - 0x24, 0xc2, 0x24, 0x0a, 0xf6, 0x95, 0x47, 0xe4, 0x78, 0xe2, 0xf5, 0x36, 0x3d, 0x9d, 0xa2, 0x80, - 0x33, 0x7f, 0x30, 0xf9, 0x3a, 0xc2, 0xcf, 0x32, 0x46, 0x04, 0x4b, 0x6a, 0xf6, 0x2f, 0x0f, 0xc0, - 0x79, 0xbd, 0x91, 0x6a, 0xcf, 0xff, 0xbc, 0x05, 0xa0, 0x46, 0x80, 0x5e, 0x6b, 0xe9, 0x3a, 0x5d, - 0xcf, 0x60, 0x9d, 0xea, 0x33, 0x15, 0x4b, 0x05, 0x05, 0x0e, 0xb1, 0xc6, 0x16, 0xbd, 0x06, 0xa3, - 0xbb, 0x7e, 0xb3, 0xd3, 0x22, 0x6b, 0x7e, 0xc7, 0x8b, 0xc2, 0xd2, 0x00, 0x6b, 0xc6, 0x54, 0xda, - 0x64, 0xde, 0x8a, 0xf1, 0x62, 0x1d, 0x55, 0x03, 0x86, 0xd8, 0x20, 0x45, 0xf5, 0x90, 0xb1, 0x40, - 0x9f, 0x12, 0x71, 0x87, 0xfe, 0x54, 0x86, 0x7d, 0x4c, 0xce, 0x7a, 0xf9, 0xec, 0xe1, 0xc1, 0xd4, - 0x98, 0x01, 0xc2, 0x66, 0x23, 0xec, 0xd7, 0x80, 0x8d, 0x85, 0xeb, 0x75, 0xc8, 0xba, 0x87, 0x9e, - 0x81, 0x3c, 0x09, 0x02, 0x3f, 0x10, 0x76, 0x18, 0xb5, 0x99, 0xaf, 0x53, 0x20, 0xe6, 0x65, 0x54, - 0xd3, 0xdc, 0x76, 0xdc, 0x26, 0xa9, 0x71, 0xbd, 0x38, 0xd6, 0x34, 0x17, 0x18, 0x14, 0x8b, 0x52, - 0x7b, 0x1a, 0x86, 0xe7, 0x68, 0xdf, 0x49, 0x40, 0xe9, 0xea, 0x0e, 0xbe, 0x31, 0xc3, 0xc1, 0x27, - 0x1d, 0x79, 0x9b, 0x70, 0x61, 0x2e, 0x20, 0x4e, 0x44, 0x2a, 0xd7, 0xca, 0x9d, 0xea, 0x0e, 0x89, - 0xb8, 0x09, 0x3e, 0x44, 0x1f, 0x87, 0x31, 0x9f, 0x49, 0xf1, 0x55, 0xbf, 0xba, 0xe3, 0x7a, 0x75, - 0x71, 0x3d, 0xbc, 0x20, 0xa8, 0x8c, 0xad, 0xeb, 0x85, 0xd8, 0xc4, 0xb5, 0xff, 0x4b, 0x0e, 0x46, - 0xe7, 0x02, 0xdf, 0x93, 0x92, 0xea, 0x14, 0x4e, 0x97, 0xc8, 0x38, 0x5d, 0x32, 0xf0, 0xc8, 0xe8, - 0xed, 0xef, 0x75, 0xc2, 0xa0, 0xbb, 0x4a, 0x44, 0x0e, 0x64, 0x75, 0x0d, 0x36, 0xf8, 0x32, 0xda, - 0xf1, 0x64, 0x9b, 0x02, 0xd4, 0xfe, 0xaf, 0x16, 0x4c, 0xe8, 0xe8, 0xa7, 0x70, 0xa8, 0x85, 0xe6, - 0xa1, 0x76, 0x23, 0xdb, 0xfe, 0xf6, 0x38, 0xc9, 0x3e, 0x18, 0x32, 0xfb, 0x49, 0x27, 0x00, 0x7d, - 0xd5, 0x82, 0xd1, 0x3d, 0x0d, 0x20, 0x3a, 0x9b, 0xb5, 0x5e, 0xf1, 0x93, 0x52, 0xcc, 0xe8, 0xd0, - 0x7b, 0x89, 0xff, 0xd8, 0x68, 0x09, 0x95, 0xfb, 0x61, 0xb5, 0x41, 0x6a, 0x9d, 0xa6, 0xbc, 0x8a, - 0xab, 0x21, 0xad, 0x08, 0x38, 0x56, 0x18, 0xe8, 0x0d, 0x38, 0x5b, 0xf5, 0xbd, 0x6a, 0x27, 0x08, - 0x88, 0x57, 0xdd, 0xdf, 0x60, 0x31, 0x09, 0xe2, 0x40, 0x9c, 0x16, 0xd5, 0xce, 0xce, 0x25, 0x11, - 0xee, 0xa5, 0x01, 0x71, 0x37, 0x21, 0xee, 0x3f, 0x0b, 0xe9, 0x91, 0xc5, 0xee, 0xe9, 0x05, 0xdd, - 0x7f, 0xc6, 0xc0, 0x58, 0x96, 0xa3, 0x9b, 0x70, 0x29, 0x8c, 0xe8, 0x9d, 0xc9, 0xab, 0xcf, 0x13, - 0xa7, 0xd6, 0x74, 0x3d, 0xaa, 0xfb, 0xfa, 0x5e, 0x8d, 0x9b, 0x1e, 0x07, 0xca, 0x4f, 0x1c, 0x1e, - 0x4c, 0x5d, 0xaa, 0xa4, 0xa3, 0xe0, 0x5e, 0x75, 0xd1, 0x9b, 0x30, 0x19, 0x76, 0xaa, 0x55, 0x12, - 0x86, 0xdb, 0x9d, 0xe6, 0x2b, 0xfe, 0x56, 0xb8, 0xe4, 0x86, 0xf4, 0x4e, 0xb5, 0xea, 0xb6, 0xdc, - 0x88, 0x19, 0x18, 0xf3, 0xe5, 0xcb, 0x87, 0x07, 0x53, 0x93, 0x95, 0x9e, 0x58, 0xf8, 0x08, 0x0a, - 0x08, 0xc3, 0x45, 0x2e, 0xfc, 0xba, 0x68, 0x0f, 0x33, 0xda, 0x93, 0x87, 0x07, 0x53, 0x17, 0x17, - 0x52, 0x31, 0x70, 0x8f, 0x9a, 0x74, 0x06, 0x23, 0xb7, 0x45, 0xde, 0xf1, 0x3d, 0xc2, 0xbc, 0x13, - 0xda, 0x0c, 0x6e, 0x0a, 0x38, 0x56, 0x18, 0xe8, 0xad, 0x78, 0x25, 0xd2, 0xed, 0x22, 0xbc, 0x0c, - 0xc7, 0x97, 0x70, 0xe7, 0x0f, 0x0f, 0xa6, 0x26, 0x6e, 0x6b, 0x94, 0xe8, 0x96, 0xc3, 0x06, 0x6d, - 0xfb, 0x0f, 0x73, 0x80, 0xba, 0x45, 0x04, 0x5a, 0x81, 0x21, 0xa7, 0x1a, 0xb9, 0xbb, 0x44, 0x18, - 0xb3, 0x9e, 0x49, 0x3b, 0x3e, 0x39, 0x2b, 0x4c, 0xb6, 0x09, 0x5d, 0x21, 0x24, 0x96, 0x2b, 0xb3, - 0xac, 0x2a, 0x16, 0x24, 0x90, 0x0f, 0x67, 0x9b, 0x4e, 0x18, 0xc9, 0xb5, 0x5a, 0xa3, 0x5d, 0x16, - 0x82, 0xf5, 0xa7, 0xfa, 0xeb, 0x14, 0xad, 0x51, 0xbe, 0x40, 0x57, 0xee, 0x6a, 0x92, 0x10, 0xee, - 0xa6, 0x8d, 0xde, 0x67, 0x7a, 0x08, 0x57, 0x12, 0xa5, 0x02, 0xb0, 0x92, 0xc9, 0x19, 0xcd, 0x69, - 0x1a, 0x3a, 0x88, 0x60, 0x83, 0x35, 0x96, 0xf6, 0xbf, 0x05, 0x18, 0x9e, 0x9f, 0x5d, 0xdc, 0x74, - 0xc2, 0x9d, 0x3e, 0x82, 0x0d, 0xe8, 0xea, 0x10, 0x3a, 0x54, 0x72, 0x7f, 0x4b, 0xdd, 0x0a, 0x2b, - 0x0c, 0xe4, 0xc1, 0x90, 0xeb, 0xd1, 0x0d, 0x51, 0x3a, 0x93, 0x95, 0x71, 0x4a, 0x69, 0xfe, 0xec, - 0x42, 0xbd, 0xcc, 0xa8, 0x63, 0xc1, 0x05, 0xdd, 0x85, 0xa2, 0x23, 0x83, 0x48, 0xc4, 0xb1, 0xb4, - 0x92, 0x85, 0xd5, 0x45, 0x90, 0xd4, 0xe3, 0x36, 0x04, 0x08, 0xc7, 0x0c, 0xd1, 0x67, 0x2d, 0x18, - 0x91, 0x5d, 0xc7, 0x64, 0x5b, 0x98, 0x87, 0xd7, 0xb2, 0xeb, 0x33, 0x26, 0xdb, 0xdc, 0x4d, 0xa3, - 0x01, 0xb0, 0xce, 0xb2, 0x4b, 0x95, 0xcf, 0xf7, 0xa3, 0xca, 0xa3, 0x3d, 0x28, 0xee, 0xb9, 0x51, - 0x83, 0x1d, 0x3c, 0xa5, 0x21, 0xb6, 0x04, 0x17, 0x1e, 0xbe, 0xd5, 0x94, 0x5c, 0x3c, 0x62, 0xb7, - 0x25, 0x03, 0x1c, 0xf3, 0x42, 0x33, 0x9c, 0x31, 0x0b, 0xc2, 0x61, 0x22, 0xab, 0x68, 0x56, 0x60, - 0x05, 0x38, 0xc6, 0xa1, 0x43, 0x3c, 0x4a, 0xff, 0x55, 0xc8, 0xdb, 0x1d, 0xba, 0x8f, 0x85, 0xff, - 0x34, 0x83, 0x75, 0x25, 0x29, 0xf2, 0xc1, 0xba, 0xad, 0xf1, 0xc0, 0x06, 0x47, 0xba, 0x47, 0xf6, - 0x1a, 0xc4, 0x13, 0x21, 0x19, 0x6a, 0x8f, 0xdc, 0x6e, 0x10, 0x0f, 0xb3, 0x12, 0x74, 0x97, 0x5f, - 0x2d, 0xb8, 0x8e, 0xcb, 0x62, 0x31, 0x32, 0x89, 0x41, 0x88, 0xf5, 0xe6, 0xf2, 0x19, 0x79, 0xa7, - 0xe0, 0xff, 0xb1, 0xc6, 0x8f, 0xaa, 0xcb, 0xbe, 0x77, 0xfd, 0x8e, 0x1b, 0x89, 0x58, 0x0e, 0x25, - 0xe9, 0xd6, 0x19, 0x14, 0x8b, 0x52, 0xee, 0xfe, 0xa0, 0x8b, 0x20, 0x2c, 0x8d, 0x9a, 0x57, 0x50, - 0xbe, 0x52, 0x42, 0x2c, 0xcb, 0xd1, 0x3f, 0xb0, 0x20, 0xdf, 0xf0, 0xfd, 0x9d, 0xb0, 0x34, 0xc6, - 0x16, 0x47, 0x06, 0xaa, 0x9e, 0x90, 0x38, 0xd3, 0x4b, 0x94, 0x2c, 0xf7, 0x09, 0xbc, 0x28, 0x15, - 0x20, 0x06, 0xbb, 0x77, 0x30, 0x75, 0x66, 0xd5, 0xdd, 0x26, 0xd5, 0xfd, 0x6a, 0x93, 0x30, 0xc8, - 0xe7, 0xbe, 0xaf, 0x41, 0xae, 0xef, 0x12, 0x2f, 0xc2, 0xbc, 0x55, 0x93, 0x1f, 0x58, 0x00, 0x31, - 0xa1, 0x14, 0xcb, 0x3a, 0xd1, 0x2d, 0xeb, 0x99, 0xdc, 0xf3, 0x8c, 0xa6, 0xe9, 0xa6, 0xfa, 0x7f, - 0x67, 0xc1, 0x08, 0xed, 0x9c, 0x14, 0x81, 0xcf, 0xc1, 0x50, 0xe4, 0x04, 0x75, 0x61, 0x96, 0xd3, - 0xa6, 0x63, 0x93, 0x41, 0xb1, 0x28, 0x45, 0x1e, 0xe4, 0x23, 0x27, 0xdc, 0x91, 0xda, 0xe5, 0x72, - 0x66, 0x43, 0x1c, 0x2b, 0x96, 0xf4, 0x5f, 0x88, 0x39, 0x1b, 0xf4, 0x3c, 0x14, 0xa8, 0x02, 0xb0, - 0xe0, 0x84, 0xd2, 0xfd, 0x35, 0x4a, 0x85, 0xf8, 0x82, 0x80, 0x61, 0x55, 0x6a, 0xff, 0xdd, 0x1c, - 0x0c, 0xce, 0xf3, 0x7b, 0xc6, 0x50, 0xe8, 0x77, 0x82, 0x2a, 0x11, 0xfa, 0x66, 0x06, 0x6b, 0x9a, - 0xd2, 0xad, 0x30, 0x9a, 0x9a, 0xa6, 0xcf, 0xfe, 0x63, 0xc1, 0x8b, 0x5e, 0x64, 0xcf, 0x44, 0x81, - 0xe3, 0x85, 0xdb, 0x7e, 0xd0, 0xe2, 0x06, 0x85, 0x5c, 0x56, 0xab, 0x70, 0xd3, 0xa0, 0x5b, 0x89, - 0x48, 0x3b, 0x0e, 0x7d, 0x32, 0xcb, 0x70, 0xa2, 0x0d, 0xf6, 0xaf, 0x59, 0x00, 0x71, 0xeb, 0xd1, - 0x17, 0x2d, 0x18, 0x73, 0xf4, 0xd0, 0x07, 0x31, 0x46, 0xeb, 0xd9, 0x19, 0xfd, 0x19, 0x59, 0x7e, - 0xc5, 0x36, 0x40, 0xd8, 0x64, 0x6c, 0xbf, 0x04, 0x79, 0xb6, 0x3b, 0x98, 0x2e, 0x2e, 0x2c, 0xa3, - 0x49, 0x1b, 0x8c, 0xb4, 0x98, 0x62, 0x85, 0x61, 0xbf, 0x01, 0x67, 0xae, 0xdf, 0x21, 0xd5, 0x4e, - 0xe4, 0x07, 0xdc, 0x82, 0x8a, 0x5e, 0x01, 0x14, 0x92, 0x60, 0xd7, 0xad, 0x92, 0xd9, 0x6a, 0x95, - 0xde, 0xac, 0x6f, 0xc4, 0xba, 0xc1, 0xa4, 0xa0, 0x84, 0x2a, 0x5d, 0x18, 0x38, 0xa5, 0x96, 0xfd, - 0xdb, 0x16, 0x8c, 0x68, 0x7e, 0x70, 0x7a, 0x52, 0xd7, 0xe7, 0x2a, 0xfc, 0xde, 0x2d, 0x86, 0x6a, - 0x25, 0x13, 0x4f, 0x3b, 0x27, 0x19, 0x1f, 0x23, 0x0a, 0x84, 0x63, 0x86, 0xf7, 0xf1, 0x91, 0xdb, - 0xff, 0xca, 0x82, 0x0b, 0xa9, 0x4e, 0xfb, 0x47, 0xdc, 0xec, 0x19, 0x28, 0xee, 0x90, 0xfd, 0x05, - 0xb6, 0x06, 0x93, 0x2e, 0xee, 0x15, 0x59, 0x80, 0x63, 0x1c, 0xfb, 0x5b, 0x16, 0xc4, 0x94, 0xa8, - 0x28, 0xda, 0x8a, 0x5b, 0xae, 0x89, 0x22, 0xc1, 0x49, 0x94, 0xa2, 0xbb, 0x70, 0xc9, 0x9c, 0x41, - 0x66, 0x62, 0x3f, 0xbe, 0xdd, 0x9f, 0xdf, 0x99, 0xd2, 0x29, 0xe1, 0x5e, 0x2c, 0xec, 0x5b, 0x90, - 0x5f, 0x74, 0x3a, 0x75, 0xd2, 0x97, 0x11, 0x87, 0x8a, 0xb1, 0x80, 0x38, 0xcd, 0x48, 0xaa, 0xe9, - 0x42, 0x8c, 0x61, 0x01, 0xc3, 0xaa, 0xd4, 0xfe, 0x6e, 0x1e, 0x46, 0xb4, 0xf8, 0x3a, 0x7a, 0x8e, - 0x07, 0xa4, 0xed, 0x27, 0x75, 0x5d, 0x3a, 0xd9, 0x98, 0x95, 0xd0, 0xfd, 0x13, 0x90, 0x5d, 0x37, - 0xe4, 0x22, 0xc7, 0xd8, 0x3f, 0x58, 0xc0, 0xb1, 0xc2, 0x40, 0x53, 0x90, 0xaf, 0x91, 0x76, 0xd4, - 0x60, 0xd2, 0x74, 0xb0, 0x5c, 0xa4, 0x4d, 0x9d, 0xa7, 0x00, 0xcc, 0xe1, 0x14, 0x61, 0x9b, 0x44, - 0xd5, 0x06, 0x33, 0x36, 0x16, 0x39, 0xc2, 0x02, 0x05, 0x60, 0x0e, 0x4f, 0xf1, 0xe4, 0xe4, 0x4f, - 0xde, 0x93, 0x33, 0x94, 0xb1, 0x27, 0x07, 0xb5, 0xe1, 0x5c, 0x18, 0x36, 0x36, 0x02, 0x77, 0xd7, - 0x89, 0x48, 0xbc, 0x72, 0x86, 0x8f, 0xc3, 0xe7, 0xd2, 0xe1, 0xc1, 0xd4, 0xb9, 0x4a, 0x65, 0x29, - 0x49, 0x05, 0xa7, 0x91, 0x46, 0x15, 0xb8, 0xe0, 0x7a, 0x21, 0xa9, 0x76, 0x02, 0xb2, 0x5c, 0xf7, - 0xfc, 0x80, 0x2c, 0xf9, 0x21, 0x25, 0x27, 0x42, 0x6c, 0x55, 0x38, 0xc9, 0x72, 0x1a, 0x12, 0x4e, - 0xaf, 0x8b, 0x16, 0xe1, 0x6c, 0xcd, 0x0d, 0x9d, 0xad, 0x26, 0xa9, 0x74, 0xb6, 0x5a, 0x3e, 0xbd, - 0xb0, 0xf1, 0x18, 0xba, 0x42, 0xf9, 0x71, 0x69, 0x9a, 0x98, 0x4f, 0x22, 0xe0, 0xee, 0x3a, 0xe8, - 0x65, 0x18, 0x0d, 0x5d, 0xaf, 0xde, 0x24, 0xe5, 0xc0, 0xf1, 0xaa, 0x0d, 0x11, 0x9b, 0xab, 0x4c, - 0xb8, 0x15, 0xad, 0x0c, 0x1b, 0x98, 0x6c, 0xbf, 0xf2, 0x3a, 0x09, 0x4d, 0x4e, 0x60, 0x8b, 0x52, - 0xfb, 0x7b, 0x16, 0x8c, 0xea, 0xe1, 0x54, 0x54, 0x4b, 0x86, 0xc6, 0xfc, 0x42, 0x85, 0xcb, 0xf1, - 0xec, 0x4e, 0xeb, 0x25, 0x45, 0x33, 0xbe, 0x55, 0xc6, 0x30, 0xac, 0xf1, 0xec, 0x23, 0x28, 0xfd, - 0x19, 0xc8, 0x6f, 0xfb, 0x54, 0x99, 0x18, 0x30, 0x6d, 0xbf, 0x0b, 0x14, 0x88, 0x79, 0x99, 0xfd, - 0x3f, 0x2d, 0xb8, 0x98, 0x1e, 0x29, 0xf6, 0x61, 0xe8, 0xe4, 0x55, 0x00, 0xda, 0x15, 0x43, 0x20, - 0x6b, 0x2f, 0x0b, 0x64, 0x09, 0xd6, 0xb0, 0xfa, 0xeb, 0xf6, 0x8f, 0xa9, 0x42, 0x1b, 0xf3, 0xf9, - 0x92, 0x05, 0x63, 0x94, 0xed, 0x4a, 0xb0, 0x65, 0xf4, 0x76, 0x3d, 0x9b, 0xde, 0x2a, 0xb2, 0xb1, - 0x89, 0xdb, 0x00, 0x63, 0x93, 0x39, 0xfa, 0x69, 0x28, 0x3a, 0xb5, 0x5a, 0x40, 0xc2, 0x50, 0x39, - 0x8b, 0x98, 0xe3, 0x75, 0x56, 0x02, 0x71, 0x5c, 0x4e, 0x85, 0x68, 0xa3, 0xb6, 0x1d, 0x52, 0xb9, - 0x24, 0x2c, 0x7b, 0x4a, 0x88, 0x52, 0x26, 0x14, 0x8e, 0x15, 0x86, 0xfd, 0x37, 0x07, 0xc1, 0xe4, - 0x8d, 0x6a, 0x30, 0xbe, 0x13, 0x6c, 0xcd, 0x31, 0xe7, 0xf0, 0x83, 0xf8, 0xb7, 0xcf, 0x1d, 0x1e, - 0x4c, 0x8d, 0xaf, 0x98, 0x14, 0x70, 0x92, 0xa4, 0xe0, 0xb2, 0x42, 0xf6, 0x23, 0x67, 0xeb, 0x41, - 0x8e, 0x3a, 0xc9, 0x45, 0xa7, 0x80, 0x93, 0x24, 0xd1, 0x4b, 0x30, 0xb2, 0x13, 0x6c, 0x49, 0x11, - 0x9d, 0xf4, 0xf7, 0xaf, 0xc4, 0x45, 0x58, 0xc7, 0xa3, 0x43, 0xb8, 0x13, 0x6c, 0xd1, 0x23, 0x4d, - 0x3e, 0xd2, 0x50, 0x43, 0xb8, 0x22, 0xe0, 0x58, 0x61, 0xa0, 0x36, 0xa0, 0x1d, 0x39, 0x7a, 0xca, - 0x15, 0x2e, 0x4e, 0x92, 0xfe, 0x3d, 0xe9, 0x2c, 0xfc, 0x6c, 0xa5, 0x8b, 0x0e, 0x4e, 0xa1, 0x8d, - 0x5e, 0x83, 0x4b, 0x3b, 0xc1, 0x96, 0x38, 0xe8, 0x37, 0x02, 0xd7, 0xab, 0xba, 0x6d, 0xe3, 0x41, - 0xc6, 0x94, 0x68, 0xee, 0xa5, 0x95, 0x74, 0x34, 0xdc, 0xab, 0xbe, 0xfd, 0xcf, 0x07, 0x80, 0xc5, - 0xa5, 0x53, 0x59, 0xd8, 0x22, 0x51, 0xc3, 0xaf, 0x25, 0x75, 0x97, 0x35, 0x06, 0xc5, 0xa2, 0x54, - 0x86, 0x15, 0xe5, 0x7a, 0x84, 0x15, 0xed, 0xc1, 0x70, 0x83, 0x38, 0x35, 0x12, 0x48, 0x53, 0xdb, - 0x6a, 0x36, 0x91, 0xf4, 0x4b, 0x8c, 0x68, 0x7c, 0x85, 0xe6, 0xff, 0x43, 0x2c, 0xb9, 0xa1, 0x8f, - 0xc1, 0x19, 0xaa, 0x85, 0xf8, 0x9d, 0x48, 0xda, 0x95, 0x07, 0x99, 0x5d, 0x99, 0x9d, 0xa8, 0x9b, - 0x46, 0x09, 0x4e, 0x60, 0xa2, 0x79, 0x98, 0x10, 0x36, 0x60, 0x65, 0xc2, 0x13, 0x03, 0xab, 0x5e, - 0xca, 0x54, 0x12, 0xe5, 0xb8, 0xab, 0x06, 0x95, 0xc8, 0x5b, 0x7e, 0x8d, 0xbb, 0x01, 0x35, 0x89, - 0x5c, 0xf6, 0x6b, 0xfb, 0x98, 0x95, 0x50, 0x7d, 0x5f, 0x9e, 0x85, 0x95, 0x1d, 0xb7, 0x7d, 0x8b, - 0x04, 0xee, 0xf6, 0x3e, 0x3b, 0xb8, 0x0b, 0xb1, 0xbe, 0xbf, 0xdc, 0x85, 0x81, 0x53, 0x6a, 0xd9, - 0x5f, 0xcf, 0xc1, 0xa8, 0xfe, 0xc4, 0xe0, 0x7e, 0xf1, 0x5e, 0x61, 0x3c, 0x31, 0xfc, 0x76, 0xb7, - 0x94, 0xc1, 0xc4, 0xdc, 0x6f, 0x52, 0xee, 0x42, 0x71, 0x4b, 0xc6, 0xd1, 0x64, 0x67, 0x2e, 0x54, - 0xa1, 0x39, 0xb1, 0x72, 0xae, 0x40, 0x38, 0x66, 0x68, 0x7f, 0x87, 0x0a, 0x79, 0xb5, 0x76, 0xfa, - 0xb0, 0xbd, 0x3e, 0xa3, 0x5b, 0x31, 0x7a, 0x29, 0xc4, 0xef, 0x43, 0x91, 0xfd, 0x58, 0x08, 0xfc, - 0x96, 0xe8, 0x13, 0xce, 0x72, 0x8d, 0x8b, 0xdb, 0x3a, 0x13, 0xf8, 0xb7, 0x24, 0x23, 0x1c, 0xf3, - 0xb4, 0x7d, 0x98, 0x48, 0x62, 0xa3, 0x4f, 0xc1, 0x68, 0x28, 0x65, 0x66, 0x1c, 0x40, 0xdc, 0xa7, - 0x6c, 0x65, 0x06, 0xb9, 0x8a, 0x56, 0x1d, 0x1b, 0xc4, 0xec, 0x75, 0x18, 0xca, 0x74, 0x08, 0xed, - 0x6f, 0x58, 0x50, 0x64, 0x2e, 0x91, 0x7a, 0xe0, 0xb4, 0xe2, 0x2a, 0x03, 0x47, 0x8c, 0x7a, 0x08, - 0xc3, 0xfc, 0xf2, 0x24, 0x43, 0x09, 0x32, 0x58, 0xbe, 0xfc, 0xb1, 0x6a, 0xbc, 0x7c, 0xf9, 0x2d, - 0x2d, 0xc4, 0x92, 0x93, 0xfd, 0xf9, 0x1c, 0x0c, 0x2d, 0x7b, 0xed, 0xce, 0x9f, 0xfb, 0x07, 0x93, - 0x6b, 0x30, 0xb8, 0x1c, 0x91, 0x96, 0xf9, 0xae, 0x77, 0xb4, 0xfc, 0xac, 0xfe, 0xa6, 0xb7, 0x64, - 0xbe, 0xe9, 0xc5, 0xce, 0x9e, 0x8c, 0xb4, 0x11, 0xc6, 0xbb, 0x38, 0x88, 0xfa, 0x05, 0x28, 0xae, - 0x3a, 0x5b, 0xa4, 0xb9, 0x42, 0xf6, 0x43, 0x7a, 0x6b, 0xe3, 0x5e, 0x5f, 0x2b, 0xbe, 0xb5, 0x19, - 0x1e, 0xda, 0x79, 0x38, 0xc3, 0xb0, 0xd5, 0x66, 0xa0, 0x6a, 0x21, 0x89, 0x5f, 0xd4, 0x59, 0xa6, - 0x5a, 0xa8, 0xbd, 0xa6, 0xd3, 0xb0, 0xec, 0x69, 0x18, 0x89, 0xa9, 0xf4, 0xc1, 0xf5, 0x8f, 0x73, - 0x30, 0x66, 0xd8, 0x20, 0x0d, 0xcf, 0x8c, 0x75, 0x5f, 0xcf, 0x8c, 0xe1, 0x29, 0xc9, 0x3d, 0x6a, - 0x4f, 0xc9, 0xc0, 0xe9, 0x7b, 0x4a, 0xcc, 0x49, 0x1a, 0xec, 0x6b, 0x92, 0x9a, 0x30, 0xb8, 0xea, - 0x7a, 0x3b, 0xfd, 0xc9, 0x99, 0xb0, 0xea, 0xb7, 0xbb, 0xe4, 0x4c, 0x85, 0x02, 0x31, 0x2f, 0x93, - 0x47, 0xe2, 0x40, 0xfa, 0x91, 0x68, 0x7f, 0xce, 0x82, 0xb3, 0x6b, 0xa4, 0xe5, 0xbb, 0xef, 0x38, - 0x71, 0x04, 0x19, 0xad, 0xd4, 0x70, 0x23, 0x11, 0x30, 0xa3, 0x2a, 0x2d, 0xb9, 0x11, 0xa6, 0xf0, - 0xfb, 0x58, 0xb6, 0xd8, 0x6b, 0x12, 0xaa, 0xf6, 0x6a, 0x01, 0xef, 0x71, 0x6c, 0x98, 0x2c, 0xc0, - 0x31, 0x8e, 0xfd, 0xbb, 0x16, 0x0c, 0xf3, 0x46, 0x10, 0x49, 0xdb, 0xea, 0x41, 0xbb, 0x01, 0x79, - 0x56, 0x4f, 0x2c, 0xa7, 0xc5, 0x0c, 0x3c, 0x1e, 0x94, 0x1c, 0x5f, 0xfc, 0xec, 0x27, 0xe6, 0x0c, - 0x98, 0x32, 0xe8, 0xdc, 0x99, 0x55, 0xc1, 0x73, 0xb1, 0x32, 0xc8, 0xa0, 0x58, 0x94, 0xda, 0x5f, - 0x1b, 0x80, 0x82, 0xf4, 0x25, 0xf3, 0x67, 0x55, 0x9e, 0xe7, 0x47, 0x0e, 0x77, 0xb5, 0x72, 0x21, - 0x99, 0x41, 0x38, 0x94, 0xe4, 0x30, 0x3d, 0x1b, 0x53, 0xe7, 0x1e, 0x0d, 0xa5, 0xda, 0x6b, 0x25, - 0x58, 0x6f, 0x04, 0xfa, 0x0c, 0x0c, 0x35, 0xe9, 0xb6, 0x97, 0x32, 0xf3, 0x56, 0x86, 0xcd, 0x61, - 0xf2, 0x44, 0xb4, 0x44, 0x8d, 0x10, 0x07, 0x62, 0xc1, 0x75, 0xf2, 0x13, 0x30, 0x91, 0x6c, 0xf5, - 0xfd, 0x1e, 0x26, 0x14, 0x35, 0x6f, 0xc7, 0xe4, 0x5f, 0x16, 0x62, 0xeb, 0xf8, 0x55, 0xed, 0x57, - 0x61, 0x64, 0x8d, 0x44, 0x81, 0x5b, 0x65, 0x04, 0xee, 0xb7, 0xb8, 0xfa, 0x3a, 0xb8, 0xbf, 0xc0, - 0x16, 0x2b, 0xa5, 0x49, 0x75, 0x3b, 0x68, 0x07, 0x3e, 0xbd, 0x15, 0x90, 0x8e, 0x9c, 0xec, 0x0c, - 0x94, 0xfd, 0x0d, 0x45, 0x93, 0x3b, 0xe1, 0xe2, 0xff, 0x58, 0xe3, 0x67, 0x5f, 0x81, 0xfc, 0x5a, - 0x27, 0x22, 0x77, 0xee, 0x2f, 0x2a, 0xec, 0x4f, 0xc1, 0x28, 0x43, 0x5d, 0xf2, 0x9b, 0xf4, 0x78, - 0xa2, 0x3d, 0x6d, 0xd1, 0xff, 0x49, 0xb3, 0x27, 0x43, 0xc2, 0xbc, 0x8c, 0xee, 0x80, 0x86, 0xdf, - 0xac, 0x91, 0x20, 0xf9, 0xfa, 0x62, 0x89, 0x41, 0xb1, 0x28, 0xb5, 0x7f, 0x3e, 0x07, 0x23, 0xac, - 0xa2, 0x90, 0x1e, 0xfb, 0x30, 0xdc, 0xe0, 0x7c, 0xc4, 0x90, 0x64, 0x10, 0x33, 0xa4, 0xb7, 0x5e, - 0x53, 0xb6, 0x39, 0x00, 0x4b, 0x7e, 0x94, 0xf5, 0x9e, 0xe3, 0x46, 0x94, 0x75, 0xee, 0x64, 0x59, - 0xdf, 0xe6, 0x6c, 0xb0, 0xe4, 0x67, 0xff, 0x6a, 0x0e, 0xe0, 0x86, 0x5f, 0x23, 0xe2, 0xd1, 0xcc, - 0xcf, 0x40, 0xbe, 0xdd, 0x70, 0xc2, 0xa4, 0x2b, 0x23, 0xbf, 0x41, 0x81, 0xf7, 0x0e, 0xa6, 0x8a, - 0x14, 0x97, 0xfd, 0xc1, 0x1c, 0x51, 0x0f, 0xd7, 0xcd, 0x1d, 0x1d, 0xae, 0x8b, 0xda, 0x30, 0xec, - 0x77, 0x22, 0xaa, 0x94, 0x89, 0x53, 0x2d, 0x03, 0x4f, 0xde, 0x3a, 0x27, 0xc8, 0x63, 0x5c, 0xc5, - 0x1f, 0x2c, 0xd9, 0xa0, 0x97, 0xa1, 0xd0, 0x0e, 0xfc, 0x3a, 0x3d, 0xa4, 0xc4, 0x39, 0xf6, 0xa4, - 0x3c, 0xf8, 0x37, 0x04, 0xfc, 0x9e, 0xf6, 0x1b, 0x2b, 0x6c, 0xfb, 0x87, 0xe3, 0x7c, 0x5c, 0xc4, - 0xe2, 0x98, 0x84, 0x9c, 0x2b, 0xef, 0xd7, 0x20, 0x48, 0xe4, 0x96, 0xe7, 0x71, 0xce, 0xad, 0xa9, - 0x75, 0x9c, 0xeb, 0x79, 0xe4, 0xbd, 0x04, 0x23, 0x35, 0x37, 0x6c, 0x37, 0x9d, 0xfd, 0x1b, 0x29, - 0xc6, 0x8d, 0xf9, 0xb8, 0x08, 0xeb, 0x78, 0xe8, 0x05, 0x11, 0x9c, 0x3d, 0x68, 0x5c, 0x68, 0x65, - 0x70, 0x76, 0x81, 0x36, 0x4f, 0x8b, 0xcb, 0x4e, 0xbe, 0xd9, 0xca, 0xf7, 0xfd, 0x66, 0x2b, 0xa9, - 0x72, 0x0c, 0x9d, 0xbe, 0xca, 0xf1, 0x71, 0x18, 0x93, 0x7f, 0x99, 0x1e, 0x50, 0x3a, 0xcf, 0x5a, - 0xaf, 0x8c, 0x6e, 0x9b, 0x7a, 0x21, 0x36, 0x71, 0xe3, 0x45, 0x3b, 0xdc, 0xef, 0xa2, 0xbd, 0x0a, - 0xb0, 0xe5, 0x77, 0xbc, 0x9a, 0x13, 0xec, 0x2f, 0xcf, 0x8b, 0x50, 0x2e, 0xa5, 0xe1, 0x94, 0x55, - 0x09, 0xd6, 0xb0, 0xf4, 0x85, 0x5e, 0xbc, 0xcf, 0x42, 0xff, 0x14, 0x14, 0x59, 0xd8, 0x1b, 0xa9, - 0xcd, 0x46, 0x22, 0xc8, 0xe1, 0x38, 0x11, 0x52, 0x4a, 0xed, 0xa8, 0x48, 0x22, 0x38, 0xa6, 0x87, - 0xde, 0x04, 0xd8, 0x76, 0x3d, 0x37, 0x6c, 0x30, 0xea, 0x23, 0xc7, 0xa6, 0xae, 0xfa, 0xb9, 0xa0, - 0xa8, 0x60, 0x8d, 0x22, 0x7a, 0x03, 0xce, 0x92, 0x30, 0x72, 0x5b, 0x4e, 0x44, 0x6a, 0xea, 0xfd, - 0x4d, 0x89, 0x59, 0x64, 0x54, 0xe0, 0xe1, 0xf5, 0x24, 0xc2, 0xbd, 0x34, 0x20, 0xee, 0x26, 0x64, - 0xec, 0xc8, 0xc9, 0xe3, 0xec, 0x48, 0xf4, 0xa7, 0x16, 0x9c, 0x0d, 0x08, 0xf7, 0x7c, 0x87, 0xaa, - 0x61, 0x17, 0x98, 0xbc, 0xac, 0x66, 0x91, 0xec, 0x47, 0x6e, 0xf6, 0x69, 0x9c, 0xe4, 0xc2, 0x15, - 0x05, 0x22, 0x7b, 0xdf, 0x55, 0x7e, 0x2f, 0x0d, 0xf8, 0xb9, 0xef, 0x4f, 0x4d, 0x75, 0x67, 0x9e, - 0x52, 0xc4, 0xe9, 0xce, 0xfb, 0x1b, 0xdf, 0x9f, 0x9a, 0x90, 0xff, 0xe3, 0x41, 0xeb, 0xea, 0x24, - 0x3d, 0xf7, 0xda, 0x7e, 0x6d, 0x79, 0x43, 0x44, 0xa3, 0xa8, 0x73, 0x6f, 0x83, 0x02, 0x31, 0x2f, - 0x43, 0xcf, 0x43, 0xa1, 0xe6, 0x90, 0x96, 0xef, 0x91, 0x5a, 0x69, 0x2c, 0x76, 0xf7, 0xcd, 0x0b, - 0x18, 0x56, 0xa5, 0xa8, 0x09, 0x43, 0x2e, 0xbb, 0x1b, 0x8b, 0xd0, 0xb3, 0x0c, 0x2e, 0xe4, 0xfc, - 0xae, 0x2d, 0x03, 0xcf, 0x98, 0x10, 0x16, 0x3c, 0x74, 0xa9, 0x3f, 0x7e, 0x3a, 0x52, 0xff, 0x79, - 0x28, 0x54, 0x1b, 0x6e, 0xb3, 0x16, 0x10, 0xaf, 0x34, 0xc1, 0x2e, 0x89, 0x6c, 0x24, 0xe6, 0x04, - 0x0c, 0xab, 0x52, 0xf4, 0x97, 0x60, 0xcc, 0xef, 0x44, 0x6c, 0x93, 0xd3, 0xf9, 0x0f, 0x4b, 0x67, - 0x19, 0x3a, 0x0b, 0x24, 0x58, 0xd7, 0x0b, 0xb0, 0x89, 0x47, 0x85, 0x6d, 0xc3, 0x0f, 0x23, 0xfa, - 0x87, 0x09, 0xdb, 0x8b, 0xa6, 0xb0, 0x5d, 0xd2, 0xca, 0xb0, 0x81, 0x89, 0xbe, 0x6a, 0xc1, 0xd9, - 0x56, 0xf2, 0xea, 0x52, 0xba, 0xc4, 0x46, 0xa6, 0x92, 0x85, 0x8a, 0x9b, 0x20, 0xcd, 0xe3, 0x2d, - 0xbb, 0xc0, 0xb8, 0xbb, 0x11, 0xec, 0x55, 0x7b, 0xb8, 0xef, 0x55, 0x1b, 0x81, 0xef, 0x99, 0xcd, - 0x7b, 0x3c, 0xab, 0xf7, 0x11, 0x6c, 0x97, 0xa5, 0xb1, 0x28, 0x3f, 0x7e, 0x78, 0x30, 0x75, 0x21, - 0xb5, 0x08, 0xa7, 0x37, 0x6a, 0x72, 0x1e, 0x2e, 0xa6, 0xef, 0xd4, 0xfb, 0xe9, 0xda, 0x03, 0xba, - 0xae, 0xbd, 0x00, 0x8f, 0xf7, 0x6c, 0x14, 0x95, 0xf9, 0x52, 0x31, 0xb3, 0x4c, 0x99, 0xdf, 0xa5, - 0x48, 0x9d, 0x81, 0x51, 0x3d, 0x5f, 0x18, 0x8b, 0xea, 0xd0, 0x32, 0x2a, 0xa0, 0xbb, 0x50, 0xf4, - 0x2b, 0x99, 0x87, 0x47, 0xac, 0x57, 0xba, 0xc2, 0x23, 0x14, 0x08, 0xc7, 0x0c, 0xfb, 0x89, 0xea, - 0x48, 0x4d, 0xff, 0xf0, 0x88, 0x9b, 0x7d, 0xec, 0xa8, 0x8e, 0xff, 0x30, 0x08, 0x31, 0x25, 0xf4, - 0x02, 0x14, 0x88, 0x57, 0x6b, 0xfb, 0xae, 0x17, 0x25, 0xed, 0x3e, 0xd7, 0x05, 0x1c, 0x2b, 0x0c, - 0x2d, 0x06, 0x24, 0x77, 0x64, 0x0c, 0x48, 0x0d, 0xc6, 0x1d, 0xe6, 0x40, 0x88, 0x3d, 0xf8, 0x03, - 0xc7, 0x76, 0x88, 0xcd, 0x9a, 0x14, 0x70, 0x92, 0x24, 0xe5, 0x12, 0xc6, 0x55, 0x19, 0x97, 0xc1, - 0x63, 0x73, 0xa9, 0x98, 0x14, 0x70, 0x92, 0x24, 0x7a, 0x03, 0x4a, 0x55, 0xf6, 0xd0, 0x87, 0xf7, - 0x71, 0x79, 0xfb, 0x86, 0x1f, 0x6d, 0x04, 0x24, 0x24, 0x1e, 0x8f, 0xb0, 0x28, 0x94, 0x9f, 0x16, - 0xa3, 0x50, 0x9a, 0xeb, 0x81, 0x87, 0x7b, 0x52, 0xa0, 0x5a, 0x1d, 0xf3, 0x7e, 0xb8, 0xd1, 0xfe, - 0xa6, 0xbf, 0x43, 0xa4, 0x6b, 0x46, 0x69, 0x75, 0x15, 0xbd, 0x10, 0x9b, 0xb8, 0xe8, 0x97, 0x2c, - 0x18, 0x6b, 0x4a, 0x33, 0x1e, 0xee, 0x34, 0x65, 0x46, 0x32, 0x9c, 0xc9, 0xf2, 0x5b, 0xd5, 0x29, - 0x73, 0x81, 0x6f, 0x80, 0xb0, 0xc9, 0xdb, 0xfe, 0x8e, 0x05, 0x13, 0xc9, 0x6a, 0x68, 0x07, 0x9e, - 0x6a, 0x39, 0xc1, 0xce, 0xb2, 0xb7, 0x1d, 0xb0, 0x10, 0xd8, 0x88, 0xcf, 0xea, 0xec, 0x76, 0x44, - 0x82, 0x79, 0x67, 0x9f, 0x07, 0xba, 0xe5, 0x55, 0x12, 0xc5, 0xa7, 0xd6, 0x8e, 0x42, 0xc6, 0x47, - 0xd3, 0x42, 0x15, 0xb8, 0x40, 0x11, 0xe6, 0x49, 0x93, 0x50, 0x09, 0x15, 0x33, 0xc9, 0x31, 0x26, - 0x2a, 0x94, 0x63, 0x2d, 0x0d, 0x09, 0xa7, 0xd7, 0xb5, 0x0b, 0x30, 0xc4, 0xc3, 0xff, 0xed, 0x7f, - 0x9f, 0x03, 0x79, 0x92, 0xfe, 0xf9, 0x36, 0x99, 0x23, 0x1b, 0x86, 0x02, 0x76, 0x1b, 0x16, 0x17, - 0x35, 0xa6, 0xd4, 0xf0, 0xfb, 0x31, 0x16, 0x25, 0x54, 0xc5, 0x20, 0x77, 0xdc, 0x68, 0xce, 0xaf, - 0xc9, 0xeb, 0x19, 0x53, 0x31, 0xae, 0x0b, 0x18, 0x56, 0xa5, 0xf6, 0x2f, 0x58, 0x30, 0x46, 0x7b, - 0xd9, 0x6c, 0x92, 0x66, 0x25, 0x22, 0xed, 0x10, 0x85, 0x90, 0x0f, 0xe9, 0x8f, 0xec, 0xcc, 0x0c, - 0xf1, 0xab, 0x0f, 0xd2, 0xd6, 0x0c, 0xaa, 0x94, 0x09, 0xe6, 0xbc, 0xec, 0x6f, 0x0e, 0x40, 0x51, - 0x0d, 0x76, 0x1f, 0x56, 0xda, 0xab, 0x71, 0x06, 0x18, 0x2e, 0x0d, 0x4b, 0x5a, 0xf6, 0x17, 0x7a, - 0xa7, 0x9a, 0xf5, 0xf6, 0xf9, 0xf3, 0xd2, 0x38, 0x15, 0xcc, 0x0b, 0xa6, 0x3b, 0xe8, 0xa2, 0xee, - 0x63, 0xd0, 0xf0, 0x85, 0x5f, 0xe8, 0x8e, 0xee, 0x8d, 0x1b, 0xcc, 0xea, 0x64, 0x51, 0xae, 0x86, - 0xde, 0x6e, 0xb8, 0x44, 0x62, 0xc4, 0x7c, 0x5f, 0x89, 0x11, 0xaf, 0xc0, 0x20, 0xf1, 0x3a, 0x2d, - 0xf6, 0x04, 0xa0, 0xc8, 0x74, 0xaa, 0xc1, 0xeb, 0x5e, 0xa7, 0x65, 0xf6, 0x8c, 0xa1, 0xa0, 0x4f, - 0xc0, 0x48, 0x8d, 0x84, 0xd5, 0xc0, 0x65, 0x6f, 0x26, 0xc5, 0xa5, 0xf4, 0x49, 0x76, 0xd3, 0x8f, - 0xc1, 0x66, 0x45, 0xbd, 0x82, 0xfd, 0x0e, 0x0c, 0x6d, 0x34, 0x3b, 0x75, 0xd7, 0x43, 0x6d, 0x18, - 0xe2, 0x2f, 0x28, 0xc5, 0xc9, 0x9b, 0x81, 0xa2, 0xce, 0x77, 0xbb, 0x16, 0xf9, 0xce, 0x1f, 0xff, - 0x08, 0x3e, 0xf6, 0x3f, 0xb3, 0x80, 0xde, 0x2a, 0x16, 0xe7, 0xd0, 0x5f, 0xe9, 0xca, 0x58, 0xf8, - 0x13, 0x29, 0x19, 0x0b, 0xc7, 0x18, 0x72, 0x77, 0xb2, 0x42, 0xd4, 0x84, 0x31, 0x66, 0x47, 0x95, - 0xe7, 0x91, 0xb0, 0x7c, 0x5f, 0xeb, 0xf3, 0xd1, 0xa1, 0x5e, 0x55, 0x48, 0x67, 0x1d, 0x84, 0x4d, - 0xe2, 0xf6, 0xef, 0x0d, 0x82, 0x66, 0x6e, 0xec, 0x63, 0x79, 0xbf, 0x9d, 0x30, 0x2e, 0xaf, 0x65, - 0x62, 0x5c, 0x96, 0x16, 0x5b, 0x2e, 0x32, 0x4c, 0x7b, 0x32, 0x6d, 0x54, 0x83, 0x34, 0xdb, 0x62, - 0x73, 0xa8, 0x46, 0x2d, 0x91, 0x66, 0x1b, 0xb3, 0x12, 0xf5, 0x7c, 0x62, 0xb0, 0xe7, 0xf3, 0x89, - 0x06, 0xe4, 0xeb, 0x4e, 0xa7, 0x4e, 0x44, 0xcc, 0x4a, 0x06, 0x7e, 0x04, 0x16, 0x4f, 0xca, 0xfd, - 0x08, 0xec, 0x27, 0xe6, 0x0c, 0xe8, 0xee, 0x6c, 0x48, 0x3f, 0xaf, 0x30, 0x08, 0x65, 0xb0, 0x3b, - 0x95, 0xeb, 0x98, 0xef, 0x4e, 0xf5, 0x17, 0xc7, 0xcc, 0xe8, 0x7d, 0xb1, 0xca, 0xdf, 0x2a, 0x8b, - 0x03, 0x7f, 0x39, 0x8b, 0xf7, 0x21, 0x8c, 0x20, 0xbf, 0x2f, 0x8a, 0x3f, 0x58, 0xb2, 0xb1, 0x67, - 0x60, 0x44, 0x4b, 0x46, 0x48, 0xa7, 0x41, 0x3d, 0x93, 0xd5, 0xa6, 0x61, 0xde, 0x89, 0x1c, 0xcc, - 0x4a, 0xec, 0xbf, 0x37, 0x00, 0xea, 0xde, 0xae, 0xbf, 0x66, 0x70, 0xaa, 0xda, 0xa3, 0x7e, 0xe3, - 0x19, 0x9d, 0xef, 0x61, 0x51, 0x4a, 0x95, 0xa2, 0x16, 0x09, 0xea, 0xea, 0xa6, 0x20, 0xe4, 0xab, - 0x52, 0x8a, 0xd6, 0xf4, 0x42, 0x6c, 0xe2, 0x52, 0x8d, 0xb6, 0xe5, 0x78, 0xee, 0x36, 0x09, 0xa3, - 0x64, 0xc8, 0xd8, 0x9a, 0x80, 0x63, 0x85, 0x81, 0x16, 0xe1, 0x6c, 0x48, 0xa2, 0xf5, 0x3d, 0x8f, - 0x04, 0xea, 0x79, 0x9f, 0x78, 0xef, 0xa9, 0x02, 0x35, 0x2b, 0x49, 0x04, 0xdc, 0x5d, 0x27, 0x35, - 0xcc, 0x26, 0x7f, 0xec, 0x30, 0x9b, 0x79, 0x98, 0xd8, 0x76, 0xdc, 0x66, 0x27, 0x20, 0x3d, 0x83, - 0x75, 0x16, 0x12, 0xe5, 0xb8, 0xab, 0x06, 0x8b, 0x15, 0x6e, 0x3a, 0xf5, 0xb0, 0x34, 0xac, 0xc5, - 0x0a, 0x53, 0x00, 0xe6, 0x70, 0xfb, 0x1f, 0x5b, 0xc0, 0x1f, 0xda, 0xcf, 0x6e, 0x6f, 0xbb, 0x9e, - 0x1b, 0xed, 0xa3, 0x5f, 0xb7, 0x60, 0xc2, 0xf3, 0x6b, 0x64, 0xd6, 0x8b, 0x5c, 0x09, 0xcc, 0x2e, - 0x53, 0x1b, 0xe3, 0x75, 0x23, 0x41, 0x9e, 0xbf, 0xda, 0x4c, 0x42, 0x71, 0x57, 0x33, 0xec, 0x4b, - 0x70, 0x21, 0x95, 0x80, 0xfd, 0x9d, 0x01, 0x30, 0xf3, 0x05, 0xa0, 0x57, 0x21, 0xdf, 0x64, 0x2f, - 0x58, 0xad, 0x07, 0x4c, 0x04, 0xc1, 0xc6, 0x8a, 0x3f, 0x71, 0xe5, 0x94, 0xd0, 0x3c, 0x8c, 0xb0, - 0x24, 0x04, 0xe2, 0x7d, 0x31, 0x5f, 0x8a, 0x76, 0x9c, 0x1c, 0x57, 0x15, 0xdd, 0x33, 0xff, 0x62, - 0xbd, 0x1a, 0x7a, 0x17, 0x86, 0xb7, 0x78, 0xee, 0xa0, 0xec, 0x0c, 0xfb, 0x22, 0x19, 0x11, 0xd3, - 0x22, 0x64, 0x66, 0xa2, 0x7b, 0xf1, 0x4f, 0x2c, 0x39, 0xa2, 0x7d, 0x28, 0x38, 0x72, 0x4e, 0x07, - 0xb3, 0x8a, 0xfd, 0x34, 0xd6, 0x0f, 0xd7, 0xed, 0xd4, 0x1c, 0x2a, 0x76, 0x09, 0x47, 0x79, 0xbe, - 0x2f, 0x47, 0xf9, 0x37, 0x2c, 0x80, 0x38, 0xcf, 0x25, 0xba, 0x03, 0x85, 0xf0, 0x9a, 0x71, 0xbd, - 0xce, 0xe2, 0xc1, 0x9e, 0xa0, 0xa8, 0x3d, 0x6a, 0x11, 0x10, 0xac, 0xb8, 0xdd, 0xcf, 0x24, 0xf0, - 0xc7, 0x16, 0x9c, 0x4f, 0xcb, 0xc7, 0xf9, 0x08, 0x5b, 0x7c, 0x5c, 0x6b, 0x80, 0xa8, 0xb0, 0x11, - 0x90, 0x6d, 0xf7, 0x4e, 0xd2, 0xa5, 0xbf, 0x22, 0x0b, 0x70, 0x8c, 0x63, 0x7f, 0x6b, 0x08, 0x14, - 0xe3, 0x13, 0xb2, 0x1e, 0x3c, 0x47, 0x6f, 0x17, 0xf5, 0x38, 0xa7, 0x95, 0xc2, 0xc3, 0x0c, 0x8a, - 0x45, 0x29, 0xbd, 0x61, 0xc8, 0xd8, 0x41, 0x21, 0xb2, 0xd9, 0x2a, 0x94, 0x31, 0x86, 0x58, 0x95, - 0xa6, 0xd9, 0x23, 0xf2, 0xa7, 0x62, 0x8f, 0x18, 0xca, 0xde, 0x1e, 0x71, 0x05, 0x86, 0x03, 0xbf, - 0x49, 0x66, 0xf1, 0x0d, 0xa1, 0x37, 0xc7, 0xb9, 0xd8, 0x38, 0x18, 0xcb, 0x72, 0xf4, 0x12, 0x8c, - 0x74, 0x42, 0x52, 0x99, 0x5f, 0x99, 0x0b, 0x48, 0x2d, 0x14, 0x0f, 0x1a, 0x94, 0x53, 0xed, 0x66, - 0x5c, 0x84, 0x75, 0x3c, 0xf4, 0x2d, 0xeb, 0x08, 0x93, 0x47, 0x31, 0xab, 0x33, 0x21, 0x35, 0x7b, - 0x0a, 0xbb, 0x04, 0x3c, 0x88, 0x1d, 0xe5, 0x6b, 0x16, 0x9c, 0x25, 0x5e, 0x35, 0xd8, 0x67, 0x74, - 0x04, 0x35, 0xe1, 0x58, 0xba, 0x99, 0xc5, 0xe6, 0xbb, 0x9e, 0x24, 0xce, 0xad, 0xc6, 0x5d, 0x60, - 0xdc, 0xdd, 0x0c, 0xfb, 0x87, 0x39, 0x38, 0x97, 0x42, 0x81, 0x85, 0x66, 0xb7, 0xe8, 0x02, 0x5a, - 0xae, 0x25, 0xb7, 0xcf, 0x8a, 0x80, 0x63, 0x85, 0x81, 0x36, 0xe0, 0xfc, 0x4e, 0x2b, 0x8c, 0xa9, - 0xcc, 0xf9, 0x5e, 0x44, 0xee, 0xc8, 0xcd, 0x24, 0x7d, 0x44, 0xe7, 0x57, 0x52, 0x70, 0x70, 0x6a, - 0x4d, 0xaa, 0x6d, 0x10, 0xcf, 0xd9, 0x6a, 0x92, 0xb8, 0x48, 0x3c, 0x2c, 0x50, 0xda, 0xc6, 0xf5, - 0x44, 0x39, 0xee, 0xaa, 0x81, 0xbe, 0x68, 0xc1, 0x13, 0x21, 0x09, 0x76, 0x49, 0x50, 0x71, 0x6b, - 0x64, 0xae, 0x13, 0x46, 0x7e, 0x8b, 0x04, 0x0f, 0x68, 0x93, 0x9b, 0x3a, 0x3c, 0x98, 0x7a, 0xa2, - 0xd2, 0x9b, 0x1a, 0x3e, 0x8a, 0x95, 0xfd, 0x45, 0x0b, 0xce, 0x54, 0xd8, 0x2d, 0x51, 0xe9, 0x9c, - 0x59, 0xa7, 0xbb, 0x7a, 0x4e, 0x3d, 0x63, 0x4d, 0x08, 0x31, 0xf3, 0xe1, 0xa9, 0xfd, 0x16, 0x4c, - 0x54, 0x48, 0xcb, 0x69, 0x37, 0xd8, 0xab, 0x20, 0x1e, 0xc4, 0x30, 0x03, 0xc5, 0x50, 0xc2, 0x92, - 0xd9, 0x78, 0x15, 0x32, 0x8e, 0x71, 0xd0, 0xb3, 0x3c, 0xe0, 0x42, 0xc6, 0x35, 0x17, 0xb9, 0x76, - 0xce, 0xa3, 0x34, 0x42, 0x2c, 0xcb, 0xec, 0x3d, 0x18, 0x8d, 0xab, 0x93, 0x6d, 0x54, 0x87, 0xf1, - 0xaa, 0x16, 0x96, 0x1f, 0xc7, 0xcc, 0xf6, 0x1f, 0xc1, 0xcf, 0x64, 0xd1, 0x9c, 0x49, 0x04, 0x27, - 0xa9, 0xda, 0x5f, 0xce, 0xc1, 0xb8, 0xe2, 0x2c, 0x1c, 0x02, 0xef, 0x25, 0x83, 0x44, 0x70, 0x16, - 0xcf, 0xeb, 0xcd, 0x91, 0x3c, 0x22, 0x50, 0xe4, 0xbd, 0x64, 0xa0, 0xc8, 0x89, 0xb2, 0xef, 0xf2, - 0x71, 0x7c, 0x23, 0x07, 0x05, 0xf5, 0xd8, 0xff, 0x55, 0xc8, 0xb3, 0x0b, 0xd4, 0xc3, 0x69, 0xa3, - 0xec, 0x32, 0x86, 0x39, 0x25, 0x4a, 0x92, 0xf9, 0xb9, 0x1f, 0x38, 0xd3, 0x59, 0x91, 0xdb, 0xbd, - 0x9c, 0x20, 0xc2, 0x9c, 0x12, 0x5a, 0x81, 0x01, 0xe2, 0xd5, 0x84, 0x5a, 0x7a, 0x7c, 0x82, 0x2c, - 0x13, 0xf5, 0x75, 0xaf, 0x86, 0x29, 0x15, 0x96, 0x6e, 0x8b, 0x6b, 0x1f, 0x89, 0xe4, 0xb6, 0x42, - 0xf5, 0x10, 0xa5, 0xf6, 0x2f, 0x0d, 0xc0, 0x50, 0xa5, 0xb3, 0x45, 0x15, 0xec, 0xdf, 0xb4, 0xe0, - 0xdc, 0x5e, 0x22, 0x33, 0x5f, 0xbc, 0x64, 0x6f, 0x66, 0x67, 0xfb, 0xd3, 0x63, 0x2d, 0x9e, 0x10, - 0xed, 0x3a, 0x97, 0x52, 0x88, 0xd3, 0x9a, 0x63, 0x64, 0xe2, 0x1a, 0x38, 0x91, 0x4c, 0x5c, 0x77, - 0x4e, 0x38, 0xaa, 0x76, 0xac, 0x57, 0x44, 0xad, 0xfd, 0x7b, 0x79, 0x00, 0x3e, 0x1b, 0xeb, 0xed, - 0xa8, 0x1f, 0xe3, 0xd0, 0xcb, 0x30, 0x2a, 0x3f, 0x90, 0x94, 0x96, 0x37, 0x79, 0x51, 0x2b, 0xc3, - 0x06, 0x26, 0xbb, 0x10, 0x78, 0x51, 0xb0, 0xcf, 0x95, 0xc6, 0x64, 0xe4, 0xac, 0x2a, 0xc1, 0x1a, - 0x16, 0x9a, 0x36, 0x8c, 0xed, 0x3c, 0x2b, 0xc9, 0x99, 0x23, 0x6c, 0xe3, 0x9f, 0x80, 0x33, 0xe6, - 0xfb, 0x60, 0xa1, 0x29, 0xa9, 0xd7, 0xf9, 0xe6, 0xb3, 0x62, 0x9c, 0xc0, 0xa6, 0x8b, 0xb8, 0x16, - 0xec, 0xe3, 0x8e, 0x27, 0x54, 0x26, 0xb5, 0x88, 0xe7, 0x19, 0x14, 0x8b, 0x52, 0xf6, 0x38, 0x93, - 0x9d, 0x46, 0x1c, 0x2e, 0x1e, 0x78, 0xc6, 0x8f, 0x33, 0xb5, 0x32, 0x6c, 0x60, 0x52, 0x0e, 0xc2, - 0xb8, 0x06, 0xe6, 0x36, 0x49, 0x58, 0xc4, 0xda, 0x70, 0xc6, 0x37, 0x6d, 0x13, 0x3c, 0x9a, 0xe5, - 0xa3, 0x7d, 0x2e, 0x3d, 0xa3, 0x2e, 0x7f, 0x2e, 0x94, 0x30, 0x65, 0x24, 0xe8, 0x53, 0x9d, 0x51, - 0x8f, 0x73, 0x1d, 0x35, 0x03, 0xb1, 0x7a, 0x86, 0xa2, 0x6e, 0xc0, 0xf9, 0xb6, 0x5f, 0xdb, 0x08, - 0x5c, 0x3f, 0x70, 0xa3, 0xfd, 0xb9, 0xa6, 0x13, 0x86, 0x6c, 0x61, 0x8c, 0x99, 0xca, 0xc9, 0x46, - 0x0a, 0x0e, 0x4e, 0xad, 0x49, 0xb5, 0xfb, 0xb6, 0x00, 0xb2, 0x20, 0x8c, 0x3c, 0xd7, 0xee, 0x25, - 0x22, 0x56, 0xa5, 0xf6, 0x39, 0x38, 0x5b, 0xe9, 0xb4, 0xdb, 0x4d, 0x97, 0xd4, 0x94, 0x31, 0xdb, - 0xfe, 0x59, 0x18, 0x17, 0x79, 0xba, 0x94, 0x2a, 0x70, 0xac, 0xac, 0x92, 0xf6, 0x9f, 0x5a, 0x30, - 0x9e, 0x70, 0x79, 0xa3, 0x77, 0x93, 0x07, 0x78, 0x26, 0xbe, 0x09, 0xfd, 0xec, 0xe6, 0x9b, 0x34, - 0x55, 0x19, 0x68, 0xc8, 0xd0, 0xce, 0xcc, 0x22, 0xa4, 0x59, 0x00, 0x24, 0x3f, 0x11, 0xf4, 0xf8, - 0x50, 0xfb, 0x0b, 0x39, 0x48, 0x8f, 0x33, 0x40, 0x9f, 0xe9, 0x1e, 0x80, 0x57, 0x33, 0x1c, 0x00, - 0x11, 0xe8, 0xd0, 0x7b, 0x0c, 0x3c, 0x73, 0x0c, 0xd6, 0x32, 0x1a, 0x03, 0xc1, 0xb7, 0x7b, 0x24, - 0xfe, 0x97, 0x05, 0x23, 0x9b, 0x9b, 0xab, 0xca, 0xbe, 0x84, 0xe1, 0x62, 0xc8, 0xdf, 0xd5, 0x31, - 0x07, 0xe1, 0x9c, 0xdf, 0x6a, 0x73, 0x7f, 0xa1, 0xf0, 0x63, 0xb2, 0x94, 0x69, 0x95, 0x54, 0x0c, - 0xdc, 0xa3, 0x26, 0x5a, 0x86, 0x73, 0x7a, 0x89, 0xb0, 0x12, 0x0a, 0x9f, 0x25, 0x7f, 0xcb, 0xde, - 0x5d, 0x8c, 0xd3, 0xea, 0x24, 0x49, 0x09, 0x53, 0xa1, 0xf8, 0x72, 0x57, 0x17, 0x29, 0x51, 0x8c, - 0xd3, 0xea, 0xd8, 0xeb, 0x30, 0xa2, 0x7d, 0x47, 0x0e, 0x7d, 0x12, 0x26, 0xaa, 0x7e, 0x4b, 0x9a, - 0x68, 0x56, 0xc9, 0x2e, 0x69, 0x8a, 0x2e, 0x33, 0x2b, 0xde, 0x5c, 0xa2, 0x0c, 0x77, 0x61, 0xdb, - 0xff, 0x7d, 0x0a, 0xd4, 0x53, 0x92, 0x3e, 0x4e, 0x98, 0xb6, 0x8a, 0xc0, 0xca, 0x67, 0x1c, 0x81, - 0xa5, 0x64, 0x6d, 0x22, 0x0a, 0x2b, 0x8a, 0xa3, 0xb0, 0x86, 0xb2, 0x8e, 0xc2, 0x52, 0x0a, 0x63, - 0x57, 0x24, 0xd6, 0x57, 0x2c, 0x18, 0xf5, 0xfc, 0x1a, 0x51, 0x5e, 0xa0, 0x61, 0xa6, 0xb5, 0xbe, - 0x91, 0x5d, 0x68, 0x29, 0x8f, 0x28, 0x12, 0xe4, 0x79, 0x9c, 0x9e, 0x3a, 0xa2, 0xf4, 0x22, 0x6c, - 0xb4, 0x03, 0x2d, 0x68, 0x46, 0x43, 0x9e, 0x27, 0xeb, 0xc9, 0xb4, 0xdb, 0xc3, 0x7d, 0x2d, 0x80, - 0x77, 0x34, 0xbd, 0xa9, 0x98, 0x95, 0x31, 0x4c, 0x3e, 0x53, 0xd0, 0x6c, 0xfb, 0x32, 0xeb, 0x5f, - 0xac, 0x4f, 0xd9, 0x30, 0xc4, 0x03, 0xfa, 0x44, 0xd6, 0x04, 0xe6, 0x72, 0xe2, 0xc1, 0x7e, 0x58, - 0x94, 0xa0, 0x48, 0x7a, 0x9a, 0x47, 0xb2, 0xca, 0xe1, 0x6b, 0x78, 0xb2, 0xd3, 0x5d, 0xcd, 0xe8, - 0x15, 0xfd, 0x52, 0x3a, 0xda, 0xcf, 0xa5, 0x74, 0xac, 0xe7, 0x85, 0xf4, 0x4b, 0x16, 0x8c, 0x56, - 0xb5, 0x9c, 0xba, 0xa5, 0xe7, 0xb3, 0xfa, 0xd6, 0x50, 0x5a, 0xea, 0x63, 0xfe, 0x9e, 0xd2, 0xc8, - 0xe1, 0x6b, 0x70, 0x67, 0x69, 0x9e, 0xd8, 0x0d, 0x9c, 0x1d, 0xfd, 0x23, 0x57, 0x37, 0x32, 0x38, - 0x1e, 0x8c, 0x1b, 0x3d, 0x9f, 0x46, 0x0e, 0xc3, 0x82, 0x17, 0xba, 0x0b, 0x05, 0x19, 0x13, 0x2a, - 0x22, 0x36, 0x71, 0x16, 0x16, 0x6e, 0xd3, 0x7f, 0x25, 0x93, 0xc3, 0x70, 0x28, 0x56, 0x1c, 0x51, - 0x03, 0x06, 0x6a, 0x4e, 0x5d, 0xc4, 0x6e, 0xae, 0x65, 0x93, 0x7b, 0x4b, 0xf2, 0x64, 0xd7, 0xab, - 0xf9, 0xd9, 0x45, 0x4c, 0x59, 0xa0, 0x3b, 0x71, 0x52, 0xd2, 0x89, 0xcc, 0x4e, 0x5f, 0x53, 0x4d, - 0xe2, 0x36, 0x86, 0xae, 0x1c, 0xa7, 0x35, 0xe1, 0xf2, 0xfb, 0x0b, 0x8c, 0xed, 0x42, 0x36, 0xc9, - 0xbb, 0xf8, 0x07, 0x9b, 0x62, 0xb7, 0x21, 0xe5, 0xc2, 0x3e, 0x54, 0xf7, 0x53, 0x59, 0x71, 0x59, - 0xda, 0xdc, 0xdc, 0xe8, 0xfa, 0x40, 0x5d, 0x13, 0x86, 0xda, 0x2c, 0x7c, 0xa0, 0xf4, 0xd3, 0x59, - 0x9d, 0x2d, 0x3c, 0x1c, 0x81, 0xaf, 0x4d, 0xfe, 0x1b, 0x0b, 0x1e, 0xe8, 0x3a, 0x0c, 0xf3, 0xdc, - 0xda, 0x3c, 0x76, 0x76, 0xe4, 0xea, 0x64, 0xef, 0x0c, 0xdd, 0xf1, 0x41, 0xc1, 0xff, 0x87, 0x58, - 0xd6, 0x45, 0x5f, 0xb6, 0xe0, 0x0c, 0x95, 0xa8, 0x71, 0x32, 0xf0, 0x12, 0xca, 0x4a, 0x66, 0xdd, - 0x0c, 0xa9, 0x46, 0x22, 0x65, 0x8d, 0xba, 0x26, 0x2d, 0x1b, 0xec, 0x70, 0x82, 0x3d, 0x7a, 0x0f, - 0x0a, 0xa1, 0x5b, 0x23, 0x55, 0x27, 0x08, 0x4b, 0xe7, 0x4e, 0xa6, 0x29, 0xb1, 0xaf, 0x43, 0x30, - 0xc2, 0x8a, 0x25, 0xfa, 0xdb, 0xec, 0x5b, 0x29, 0xe2, 0x4b, 0x6b, 0xe2, 0xb3, 0xa2, 0xe7, 0x4f, - 0xec, 0xb3, 0xa2, 0xdc, 0x05, 0x60, 0xb2, 0xc3, 0x49, 0xfe, 0xe8, 0xaf, 0x5b, 0x70, 0x81, 0xe7, - 0x82, 0x4d, 0x26, 0x02, 0xbe, 0xf0, 0x80, 0xe6, 0x15, 0x16, 0xf4, 0x3b, 0x9b, 0x46, 0x12, 0xa7, - 0x73, 0x62, 0xc9, 0xe4, 0xcc, 0xdc, 0xed, 0x17, 0x33, 0xf5, 0xf9, 0xf5, 0x9f, 0xaf, 0x1d, 0xbd, - 0x08, 0x23, 0x6d, 0x71, 0x1c, 0xba, 0x61, 0x8b, 0x85, 0x70, 0x0f, 0xf0, 0x67, 0x2e, 0x1b, 0x31, - 0x18, 0xeb, 0x38, 0x46, 0x66, 0xc1, 0x2b, 0x47, 0x65, 0x16, 0x44, 0x37, 0x61, 0x24, 0xf2, 0x9b, - 0x24, 0x10, 0x37, 0xd5, 0x12, 0x5b, 0x81, 0x97, 0xd3, 0xf6, 0xd6, 0xa6, 0x42, 0x8b, 0x6f, 0xb2, - 0x31, 0x2c, 0xc4, 0x3a, 0x1d, 0x16, 0x91, 0x29, 0x72, 0xec, 0x06, 0xec, 0x0a, 0xfb, 0x78, 0x22, - 0x22, 0x53, 0x2f, 0xc4, 0x26, 0x2e, 0x5a, 0x84, 0xb3, 0xed, 0xae, 0x3b, 0x30, 0x7f, 0xc4, 0xa1, - 0xc2, 0x09, 0xba, 0x2f, 0xc0, 0xdd, 0x75, 0x8c, 0xdb, 0xef, 0x13, 0x47, 0xdd, 0x7e, 0x7b, 0xe4, - 0xd9, 0x7b, 0xf2, 0x41, 0xf2, 0xec, 0xa1, 0x1a, 0x3c, 0xe9, 0x74, 0x22, 0x9f, 0xa5, 0x0e, 0x30, - 0xab, 0xf0, 0xe0, 0xd4, 0xa7, 0x79, 0xbc, 0xeb, 0xe1, 0xc1, 0xd4, 0x93, 0xb3, 0x47, 0xe0, 0xe1, - 0x23, 0xa9, 0xa0, 0x77, 0xa0, 0x40, 0x44, 0xae, 0xc0, 0xd2, 0x4f, 0x64, 0xa5, 0x24, 0x98, 0xd9, - 0x07, 0x65, 0xac, 0x21, 0x87, 0x61, 0xc5, 0x0f, 0x6d, 0xc2, 0x48, 0xc3, 0x0f, 0xa3, 0xd9, 0xa6, - 0xeb, 0x84, 0x24, 0x2c, 0x3d, 0xc5, 0x16, 0x4d, 0xaa, 0xee, 0xb5, 0x24, 0xd1, 0xe2, 0x35, 0xb3, - 0x14, 0xd7, 0xc4, 0x3a, 0x19, 0x44, 0x98, 0xe7, 0x8f, 0x45, 0xe6, 0x4a, 0xaf, 0xcc, 0x65, 0xd6, - 0xb1, 0xe7, 0xd2, 0x28, 0x6f, 0xf8, 0xb5, 0x8a, 0x89, 0xad, 0x5c, 0x7f, 0x3a, 0x10, 0x27, 0x69, - 0xa2, 0x97, 0x61, 0xb4, 0xed, 0xd7, 0x2a, 0x6d, 0x52, 0xdd, 0x70, 0xa2, 0x6a, 0xa3, 0x34, 0x65, - 0x5a, 0xdd, 0x36, 0xb4, 0x32, 0x6c, 0x60, 0xa2, 0x36, 0x0c, 0xb7, 0xf8, 0xd3, 0xd6, 0xd2, 0x33, - 0x59, 0xdd, 0x6d, 0xc4, 0x5b, 0x59, 0xae, 0x2f, 0x88, 0x3f, 0x58, 0xb2, 0x41, 0xff, 0xd0, 0x82, - 0xf1, 0xc4, 0xa3, 0x84, 0xd2, 0x4f, 0x66, 0xa6, 0xb2, 0x98, 0x84, 0xcb, 0xcf, 0xb1, 0xe1, 0x33, - 0x81, 0xf7, 0xba, 0x41, 0x38, 0xd9, 0x22, 0x3e, 0x2e, 0xec, 0x7d, 0x7a, 0xe9, 0xd9, 0xec, 0xc6, - 0x85, 0x11, 0x94, 0xe3, 0xc2, 0xfe, 0x60, 0xc9, 0x06, 0x5d, 0x81, 0x61, 0x91, 0xa0, 0xa7, 0xf4, - 0x9c, 0xe9, 0xbe, 0x15, 0x79, 0x7c, 0xb0, 0x2c, 0x47, 0x77, 0x01, 0xe2, 0x8f, 0xd6, 0x95, 0x5e, - 0xc8, 0x2a, 0x45, 0x59, 0xfc, 0x51, 0x39, 0x6e, 0x44, 0x8d, 0xff, 0x63, 0x8d, 0xdf, 0xe4, 0xcf, - 0xc2, 0xd9, 0xae, 0x8b, 0xe3, 0xb1, 0x9e, 0x68, 0xff, 0x9a, 0x05, 0xfa, 0x6b, 0xc6, 0xcc, 0xd3, - 0x83, 0xbf, 0x0c, 0xa3, 0x55, 0xfe, 0x5d, 0x1f, 0xfe, 0x1e, 0x72, 0xd0, 0xb4, 0xbe, 0xce, 0x69, - 0x65, 0xd8, 0xc0, 0xb4, 0x97, 0x00, 0x75, 0xe7, 0x6e, 0x7d, 0xa0, 0xc4, 0x1b, 0xbf, 0x65, 0xc1, - 0x98, 0xa1, 0xb1, 0x64, 0xee, 0x6f, 0x5c, 0x00, 0xd4, 0x72, 0x83, 0xc0, 0x0f, 0xf4, 0xaf, 0xb5, - 0x88, 0x64, 0x95, 0x2c, 0xcd, 0xd6, 0x5a, 0x57, 0x29, 0x4e, 0xa9, 0x61, 0xff, 0xd3, 0x41, 0x88, - 0x43, 0x7d, 0x55, 0x82, 0x3d, 0xab, 0x67, 0x82, 0xbd, 0x17, 0xa0, 0xf0, 0x56, 0xe8, 0x7b, 0x1b, - 0x71, 0x1a, 0x3e, 0x35, 0x17, 0xaf, 0x54, 0xd6, 0x6f, 0x30, 0x4c, 0x85, 0xc1, 0xb0, 0xdf, 0x5e, - 0x70, 0x9b, 0x51, 0x77, 0x9e, 0xb6, 0x57, 0x5e, 0xe5, 0x70, 0xac, 0x30, 0xd8, 0x87, 0x5b, 0x76, - 0x89, 0x32, 0xcb, 0xc7, 0x1f, 0x6e, 0xe1, 0x69, 0x99, 0x59, 0x19, 0x9a, 0x81, 0xa2, 0x32, 0xe9, - 0x0b, 0x3f, 0x81, 0x1a, 0x29, 0x65, 0xf7, 0xc7, 0x31, 0x0e, 0x53, 0x47, 0x85, 0x19, 0x58, 0x18, - 0x70, 0x2a, 0x59, 0x5c, 0x8e, 0x12, 0x86, 0x65, 0x7e, 0xb2, 0x48, 0x30, 0x56, 0x2c, 0xd3, 0x9c, - 0xae, 0xc5, 0x93, 0x70, 0xba, 0xea, 0x71, 0xe7, 0xf9, 0x7e, 0xe3, 0xce, 0xcd, 0xb5, 0x5d, 0xe8, - 0x6b, 0x6d, 0xff, 0xe2, 0x00, 0x0c, 0xdf, 0x22, 0x01, 0x4b, 0x4f, 0x7a, 0x05, 0x86, 0x77, 0xf9, - 0xcf, 0xe4, 0x2b, 0x2f, 0x81, 0x81, 0x65, 0x39, 0x9d, 0xb7, 0xad, 0x8e, 0xdb, 0xac, 0xcd, 0xc7, - 0xbb, 0x38, 0xce, 0x64, 0x25, 0x0b, 0x70, 0x8c, 0x43, 0x2b, 0xd4, 0xe9, 0xbd, 0xa2, 0xd5, 0x72, - 0xa3, 0x64, 0x08, 0xd2, 0xa2, 0x2c, 0xc0, 0x31, 0x0e, 0x7a, 0x0e, 0x86, 0xea, 0x6e, 0xb4, 0xe9, - 0xd4, 0x93, 0x3e, 0xc6, 0x45, 0x06, 0xc5, 0xa2, 0x94, 0x39, 0xa9, 0xdc, 0x68, 0x33, 0x20, 0xcc, - 0xae, 0xdc, 0xf5, 0xdc, 0x7b, 0x51, 0x2b, 0xc3, 0x06, 0x26, 0x6b, 0x92, 0x2f, 0x7a, 0x26, 0xe2, - 0x2f, 0xe3, 0x26, 0xc9, 0x02, 0x1c, 0xe3, 0xd0, 0xf5, 0x5f, 0xf5, 0x5b, 0x6d, 0xb7, 0x29, 0x42, - 0x72, 0xb5, 0xf5, 0x3f, 0x27, 0xe0, 0x58, 0x61, 0x50, 0x6c, 0x2a, 0xc2, 0xa8, 0xf8, 0x49, 0x7e, - 0x24, 0x63, 0x43, 0xc0, 0xb1, 0xc2, 0xb0, 0x6f, 0xc1, 0x18, 0xdf, 0xc9, 0x73, 0x4d, 0xc7, 0x6d, - 0x2d, 0xce, 0xa1, 0xeb, 0x5d, 0x71, 0xe7, 0x57, 0x52, 0xe2, 0xce, 0x2f, 0x18, 0x95, 0x52, 0x3e, - 0x96, 0xff, 0xbd, 0x1c, 0x14, 0x4e, 0xf1, 0x3b, 0x43, 0xa7, 0xfe, 0x15, 0x3b, 0x74, 0x27, 0xf1, - 0x8d, 0xa1, 0x8d, 0x2c, 0x9f, 0x91, 0x1c, 0xf9, 0x7d, 0xa1, 0x1f, 0x5b, 0x70, 0x5e, 0xa2, 0x32, - 0xa1, 0x56, 0x76, 0x3d, 0x16, 0x9d, 0x70, 0xf2, 0xc3, 0x7c, 0xd7, 0x18, 0xe6, 0xd7, 0xb3, 0xeb, - 0xb2, 0xde, 0x8f, 0x9e, 0x1f, 0x0e, 0xfc, 0x13, 0x0b, 0x4a, 0x69, 0x15, 0x4e, 0xe1, 0x03, 0x4b, - 0xef, 0x9a, 0x1f, 0x58, 0xba, 0x75, 0x32, 0x3d, 0xef, 0xf1, 0xa1, 0xa5, 0x1f, 0xf7, 0xe8, 0x37, - 0xfb, 0xaa, 0x51, 0x53, 0x1e, 0x77, 0x56, 0x56, 0x8e, 0x3b, 0xce, 0x22, 0xfd, 0xdc, 0x6c, 0xc2, - 0x50, 0xc8, 0x5c, 0xf9, 0x62, 0x09, 0x2c, 0x65, 0x71, 0x08, 0x52, 0x7a, 0xc2, 0xf0, 0xca, 0x7e, - 0x63, 0xc1, 0xc3, 0xfe, 0x4f, 0x16, 0x8c, 0x9e, 0xe2, 0x57, 0xb4, 0x7c, 0x73, 0x92, 0x5f, 0xc9, - 0x6e, 0x92, 0x7b, 0x4c, 0xec, 0x41, 0x1e, 0xba, 0x3e, 0x2c, 0x84, 0x3e, 0x6f, 0x29, 0xf7, 0x3d, - 0x0f, 0x71, 0x7a, 0x33, 0xbb, 0x76, 0x1c, 0x27, 0x01, 0x13, 0xfa, 0x5a, 0x22, 0x2b, 0x55, 0x2e, - 0xab, 0x54, 0x0f, 0x5d, 0xad, 0x79, 0x80, 0xec, 0x54, 0x5f, 0xb1, 0x00, 0x78, 0x3b, 0x45, 0x36, - 0x49, 0xda, 0xb6, 0xad, 0x13, 0x1b, 0x29, 0xca, 0x84, 0x37, 0x4d, 0x09, 0xc8, 0xb8, 0x00, 0x6b, - 0x2d, 0x79, 0x88, 0xb4, 0x53, 0x0f, 0x9d, 0xf1, 0xea, 0xcb, 0x16, 0x8c, 0x27, 0x9a, 0x9b, 0x52, - 0x7f, 0xdb, 0xfc, 0xe0, 0x48, 0x06, 0xe7, 0x96, 0x99, 0x63, 0x50, 0xbf, 0xa5, 0xfd, 0x91, 0x0d, - 0xc6, 0x17, 0xd9, 0xd0, 0xbb, 0x50, 0x94, 0x57, 0x2c, 0xb9, 0xbc, 0xb3, 0xfc, 0xf0, 0x92, 0xd2, - 0xa3, 0x24, 0x24, 0xc4, 0x31, 0xbf, 0x44, 0x74, 0x50, 0xae, 0xaf, 0xe8, 0xa0, 0x47, 0xfb, 0xd9, - 0xa6, 0x74, 0xf3, 0xdb, 0xe0, 0x89, 0x98, 0xdf, 0x9e, 0xcc, 0xdc, 0xfc, 0xf6, 0xd4, 0x29, 0x9b, - 0xdf, 0x34, 0x5f, 0x48, 0xfe, 0x21, 0x7c, 0x21, 0xef, 0xc2, 0xf9, 0xdd, 0x58, 0xbb, 0x55, 0x2b, - 0x49, 0x7c, 0x7d, 0xea, 0x4a, 0xaa, 0xd1, 0x8d, 0x6a, 0xea, 0x61, 0x44, 0xbc, 0x48, 0xd3, 0x8b, - 0xe3, 0xc0, 0xa4, 0x5b, 0x29, 0xe4, 0x70, 0x2a, 0x93, 0xa4, 0x51, 0x7b, 0xb8, 0x0f, 0xa3, 0xf6, - 0x37, 0x2d, 0xb8, 0xe0, 0x74, 0xbd, 0x13, 0xa1, 0x57, 0xc4, 0x42, 0x56, 0xe1, 0xf4, 0xb3, 0x69, - 0xe4, 0x85, 0xf7, 0x20, 0xad, 0x08, 0xa7, 0x37, 0x08, 0x3d, 0x1b, 0x7b, 0x18, 0x79, 0x38, 0x5b, - 0xba, 0x3b, 0xf0, 0x6b, 0xc9, 0xb0, 0x05, 0x60, 0x43, 0xff, 0xe9, 0x6c, 0xd5, 0xfa, 0x0c, 0x42, - 0x17, 0x46, 0x1e, 0x22, 0x74, 0x21, 0xe1, 0x61, 0x18, 0xcd, 0xc8, 0xc3, 0xe0, 0xc1, 0x84, 0xdb, - 0x72, 0xea, 0x64, 0xa3, 0xd3, 0x6c, 0xf2, 0xc0, 0x75, 0xf9, 0x69, 0xac, 0x54, 0x53, 0xc1, 0xaa, - 0x5f, 0x75, 0x9a, 0xc9, 0x2f, 0x10, 0xaa, 0x00, 0xfd, 0xe5, 0x04, 0x25, 0xdc, 0x45, 0x9b, 0x2e, - 0x58, 0x96, 0x5f, 0x87, 0x44, 0x74, 0xb4, 0x99, 0x7f, 0xbc, 0xc0, 0x17, 0xec, 0x52, 0x0c, 0xc6, - 0x3a, 0x0e, 0x5a, 0x81, 0x62, 0xcd, 0x0b, 0xc5, 0x93, 0xb7, 0x71, 0x26, 0xcc, 0x3e, 0x42, 0x45, - 0xe0, 0xfc, 0x8d, 0x8a, 0x7a, 0xec, 0xf6, 0x64, 0x4a, 0xea, 0x26, 0x55, 0x8e, 0xe3, 0xfa, 0x68, - 0x8d, 0x11, 0x13, 0xdf, 0x1e, 0xe0, 0x6e, 0xeb, 0xa7, 0x7b, 0xd8, 0xc5, 0xe7, 0x6f, 0xc8, 0xaf, - 0x27, 0x8c, 0x09, 0x76, 0xe2, 0x23, 0x02, 0x31, 0x05, 0xed, 0x13, 0x65, 0x67, 0x8f, 0xfc, 0x44, - 0x19, 0xcb, 0xd9, 0x16, 0x35, 0x95, 0x17, 0xec, 0x72, 0x66, 0x39, 0xdb, 0xe2, 0x80, 0x30, 0x91, - 0xb3, 0x2d, 0x06, 0x60, 0x9d, 0x25, 0x5a, 0xef, 0xe5, 0x0d, 0x3c, 0xc7, 0x84, 0xc6, 0xf1, 0x7d, - 0x7b, 0xba, 0x5b, 0xe8, 0xfc, 0x91, 0x6e, 0xa1, 0x2e, 0x37, 0xd6, 0x85, 0x63, 0xb8, 0xb1, 0x1a, - 0x2c, 0x9b, 0xd6, 0xe2, 0x9c, 0xf0, 0x1c, 0x66, 0x70, 0x63, 0x61, 0x8f, 0xe0, 0x79, 0x80, 0x1d, - 0xfb, 0x89, 0x39, 0x83, 0x9e, 0x71, 0xa3, 0x97, 0x1e, 0x38, 0x6e, 0x94, 0x8a, 0xe7, 0x18, 0xce, - 0xd2, 0xb2, 0xe5, 0x85, 0x78, 0x8e, 0xc1, 0x58, 0xc7, 0x49, 0x3a, 0x85, 0x1e, 0x3f, 0x31, 0xa7, - 0xd0, 0xe4, 0x29, 0x38, 0x85, 0x9e, 0xe8, 0xdb, 0x29, 0xf4, 0x1e, 0x9c, 0x6b, 0xfb, 0xb5, 0x79, - 0x37, 0x0c, 0x3a, 0xec, 0x25, 0x4f, 0xb9, 0x53, 0xab, 0x93, 0x88, 0x79, 0x95, 0x46, 0xae, 0x5e, - 0xd5, 0x1b, 0xd9, 0x66, 0x1b, 0x79, 0x7a, 0xf7, 0xc5, 0x2d, 0x12, 0xf1, 0xc9, 0x4c, 0xd6, 0x62, - 0x16, 0x01, 0x16, 0x61, 0x98, 0x52, 0x88, 0xd3, 0xf8, 0xe8, 0x3e, 0xa9, 0xa7, 0x4f, 0xc7, 0x27, - 0xf5, 0x49, 0x28, 0x84, 0x8d, 0x4e, 0x54, 0xf3, 0xf7, 0x3c, 0xe6, 0x78, 0x2c, 0xaa, 0x8f, 0x14, - 0x17, 0x2a, 0x02, 0x7e, 0xef, 0x60, 0x6a, 0x42, 0xfe, 0xd6, 0x6c, 0x66, 0x02, 0x82, 0xbe, 0xde, - 0xe3, 0xad, 0x82, 0x7d, 0x92, 0x6f, 0x15, 0x2e, 0x1d, 0xeb, 0x9d, 0x42, 0x9a, 0xe3, 0xed, 0x99, - 0x0f, 0x9d, 0xe3, 0xed, 0xd7, 0x2d, 0x18, 0xdb, 0xd5, 0x0d, 0x94, 0xc2, 0x39, 0x98, 0x41, 0x90, - 0x82, 0x61, 0xf7, 0x2c, 0xdb, 0x54, 0xd8, 0x19, 0xa0, 0x7b, 0x49, 0x00, 0x36, 0x5b, 0x92, 0x12, - 0x40, 0xf1, 0xec, 0xa3, 0x0a, 0xa0, 0x78, 0x8f, 0x09, 0x33, 0x79, 0xd3, 0x65, 0x1e, 0xc3, 0x6c, - 0xe3, 0x27, 0xa5, 0x60, 0x54, 0xe1, 0x93, 0x3a, 0x3f, 0xf4, 0x25, 0x0b, 0x26, 0xe4, 0xe5, 0x4c, - 0x38, 0x18, 0x42, 0x11, 0x01, 0x96, 0xe5, 0x9d, 0x90, 0x85, 0x10, 0x6f, 0x26, 0xf8, 0xe0, 0x2e, - 0xce, 0x54, 0xb4, 0xab, 0x80, 0x9b, 0x7a, 0xc8, 0x02, 0x1d, 0x85, 0x22, 0x33, 0x1b, 0x83, 0xb1, - 0x8e, 0x83, 0x7e, 0x43, 0x7d, 0x7c, 0xf4, 0x0a, 0x93, 0xea, 0xaf, 0x65, 0xac, 0xa0, 0x66, 0xf1, - 0x05, 0x52, 0xf4, 0x2b, 0x16, 0x4c, 0xec, 0x25, 0xac, 0x1a, 0x22, 0x04, 0x0e, 0x67, 0x6f, 0x2f, - 0xe9, 0xf1, 0xb5, 0xec, 0xae, 0x16, 0x24, 0xfc, 0xcf, 0x3f, 0xfd, 0xff, 0x99, 0xff, 0xf9, 0x43, - 0xf5, 0x5d, 0xd7, 0xef, 0x22, 0x38, 0x93, 0xf8, 0xf0, 0xf8, 0x47, 0xcd, 0x3c, 0xd2, 0x97, 0x93, - 0x29, 0x79, 0xc7, 0x24, 0xbe, 0x91, 0x96, 0xd7, 0xc8, 0x9b, 0x9b, 0x3b, 0xd1, 0xbc, 0xb9, 0x03, - 0xa7, 0x93, 0x37, 0x77, 0xe2, 0x24, 0xf2, 0xe6, 0x9e, 0x3d, 0x56, 0xde, 0x5c, 0x2d, 0x6f, 0xf1, - 0xe0, 0x7d, 0xf2, 0x16, 0xcf, 0xc2, 0xb8, 0x7c, 0xd9, 0x40, 0x44, 0x42, 0x54, 0xee, 0x56, 0xbc, - 0x24, 0xaa, 0x8c, 0xcf, 0x99, 0xc5, 0x38, 0x89, 0x8f, 0x3e, 0xb0, 0x20, 0xef, 0xb1, 0x9a, 0x43, - 0x59, 0x7d, 0x44, 0xc0, 0x5c, 0x5a, 0xec, 0xd6, 0x2c, 0x84, 0x92, 0x8c, 0xe5, 0xcc, 0x33, 0xd8, - 0x3d, 0xf9, 0x03, 0xf3, 0x16, 0xa0, 0x37, 0xa0, 0xe4, 0x6f, 0x6f, 0x37, 0x7d, 0xa7, 0x16, 0x27, - 0xf7, 0x95, 0x7e, 0x4f, 0xfe, 0x32, 0x4d, 0x25, 0x37, 0x5c, 0xef, 0x81, 0x87, 0x7b, 0x52, 0x40, - 0xdf, 0xa4, 0xaa, 0x48, 0xe4, 0x07, 0xa4, 0x16, 0x9b, 0x68, 0x8a, 0xac, 0xcf, 0x24, 0xf3, 0x3e, - 0x57, 0x4c, 0x3e, 0xbc, 0xf7, 0x6a, 0x52, 0x12, 0xa5, 0x38, 0xd9, 0x2c, 0x14, 0xc0, 0xc5, 0x76, - 0x9a, 0x85, 0x28, 0x14, 0xef, 0x31, 0x8e, 0xb2, 0x53, 0xc9, 0xad, 0x7b, 0x31, 0xd5, 0xc6, 0x14, - 0xe2, 0x1e, 0x94, 0xf5, 0xb4, 0xbf, 0x85, 0xd3, 0x49, 0xfb, 0xfb, 0x3e, 0x68, 0xdf, 0xee, 0x17, - 0x36, 0x87, 0x95, 0x4c, 0x1e, 0x0a, 0x70, 0x9a, 0xb1, 0x04, 0x50, 0xa0, 0x10, 0x6b, 0x2c, 0xd1, - 0xff, 0x4d, 0xcd, 0x50, 0xcd, 0x0d, 0x2b, 0xf5, 0xcc, 0xd7, 0xc4, 0x87, 0x2e, 0x4b, 0xf5, 0x3f, - 0xb2, 0x60, 0x92, 0xaf, 0xbc, 0xa4, 0x3a, 0x4f, 0x95, 0x09, 0xf1, 0x72, 0x21, 0x6b, 0xd7, 0x38, - 0x8b, 0x12, 0xaa, 0x18, 0x5c, 0x99, 0xc7, 0xf6, 0x88, 0x96, 0xa0, 0xaf, 0xa4, 0x5c, 0x22, 0xc6, - 0xb3, 0x32, 0x55, 0xa6, 0x67, 0x37, 0x3e, 0x77, 0xd8, 0xcf, 0xbd, 0xe1, 0x9f, 0xf4, 0xb4, 0xa4, - 0x22, 0xd6, 0xbc, 0xbf, 0x76, 0x42, 0x96, 0x54, 0x3d, 0x05, 0xf3, 0x71, 0xec, 0xa9, 0x93, 0x9f, - 0xb7, 0xf8, 0x57, 0x12, 0x7a, 0x6a, 0x21, 0x5b, 0xa6, 0x16, 0xb2, 0x9a, 0x65, 0x9e, 0x76, 0x5d, - 0x1d, 0xfa, 0x65, 0x0b, 0xce, 0xa7, 0x09, 0xc9, 0x94, 0x26, 0x7d, 0xda, 0x6c, 0x52, 0x86, 0xaa, - 0xbe, 0xde, 0xa0, 0x6c, 0x92, 0x53, 0xff, 0x49, 0x51, 0xf3, 0x5f, 0x45, 0xa4, 0x9d, 0x79, 0x98, - 0xa1, 0x07, 0x43, 0xae, 0xd7, 0x74, 0x3d, 0x22, 0x1e, 0x34, 0x65, 0x79, 0xf1, 0x11, 0xc9, 0xe0, - 0x29, 0x75, 0x2c, 0xb8, 0x3c, 0x62, 0x77, 0x56, 0xf2, 0x43, 0x17, 0x83, 0xa7, 0xff, 0xa1, 0x8b, - 0x3d, 0x28, 0xee, 0xb9, 0x51, 0x83, 0xb9, 0xe1, 0x85, 0x97, 0x28, 0x83, 0x87, 0x40, 0x94, 0x5c, - 0xdc, 0xf7, 0xdb, 0x92, 0x01, 0x8e, 0x79, 0xa1, 0x19, 0xce, 0x98, 0x05, 0x17, 0x26, 0xa3, 0xbe, - 0x6e, 0xcb, 0x02, 0x1c, 0xe3, 0xd0, 0xc1, 0x1a, 0xa5, 0xff, 0x64, 0xc2, 0x0f, 0x91, 0x8d, 0x31, - 0x8b, 0x64, 0x5f, 0x82, 0x22, 0x7f, 0x6e, 0x77, 0x5b, 0xe3, 0x81, 0x0d, 0x8e, 0x2a, 0x21, 0x66, - 0xa1, 0x67, 0x42, 0xcc, 0xbb, 0xec, 0xcc, 0x8f, 0x5c, 0xaf, 0x43, 0xd6, 0x3d, 0x11, 0x92, 0xb8, - 0x9a, 0xcd, 0xe3, 0x40, 0x4e, 0x93, 0xdf, 0xe2, 0xe2, 0xff, 0x58, 0xe3, 0xa7, 0x19, 0xeb, 0x47, - 0x8e, 0x34, 0xd6, 0xc7, 0xf7, 0xf4, 0xd1, 0xcc, 0xef, 0xe9, 0x11, 0x69, 0x67, 0x72, 0x4f, 0xff, - 0x50, 0xdd, 0x28, 0xff, 0xb7, 0x05, 0x48, 0x1d, 0xdd, 0x4e, 0xb8, 0x23, 0xbe, 0x4e, 0x74, 0xf2, - 0x01, 0x66, 0x9f, 0xb5, 0x00, 0x3c, 0xf5, 0x39, 0xa4, 0x6c, 0x4f, 0x2d, 0x4e, 0x33, 0x6e, 0x40, - 0x0c, 0xc3, 0x1a, 0x4f, 0xfb, 0x7f, 0x58, 0x70, 0xb1, 0xbb, 0xef, 0xa7, 0x10, 0x7e, 0xb4, 0x6f, - 0x86, 0x1f, 0x6d, 0x66, 0x68, 0xef, 0x55, 0xdd, 0xe8, 0x11, 0x88, 0xf4, 0xa3, 0x1c, 0x8c, 0xeb, - 0xc8, 0x15, 0x72, 0x1a, 0x93, 0xbd, 0x67, 0x44, 0x13, 0xde, 0xcc, 0xb6, 0xbf, 0x15, 0xe1, 0x36, - 0x48, 0x8b, 0xdd, 0x7c, 0x3f, 0x11, 0xbb, 0x79, 0x3b, 0x7b, 0xd6, 0x47, 0x87, 0x70, 0xfe, 0x37, - 0x0b, 0xce, 0x25, 0x6a, 0x9c, 0xc2, 0x02, 0xdb, 0x35, 0x17, 0xd8, 0xab, 0x99, 0xf7, 0xba, 0xc7, - 0xea, 0xfa, 0xcd, 0x5c, 0x57, 0x6f, 0xd9, 0x3d, 0xe0, 0x17, 0x2d, 0xc8, 0x47, 0x4e, 0xb8, 0x23, - 0x23, 0x81, 0x3e, 0x7d, 0x22, 0x2b, 0x60, 0x9a, 0xfe, 0x16, 0xd2, 0x59, 0xb5, 0x8f, 0xc1, 0x30, - 0xe7, 0x3e, 0xf9, 0x0b, 0x16, 0x40, 0x8c, 0xf4, 0xa8, 0x54, 0x56, 0xfb, 0xb7, 0x73, 0x70, 0x21, - 0x75, 0x19, 0xa1, 0x2f, 0x28, 0xa3, 0x8e, 0x95, 0x75, 0x9c, 0x9b, 0xc1, 0x48, 0xb7, 0xed, 0x8c, - 0x19, 0xb6, 0x1d, 0x61, 0xd2, 0x79, 0x54, 0x17, 0x0e, 0x21, 0xa6, 0xb5, 0xc1, 0xfa, 0xa1, 0x15, - 0x87, 0x4e, 0xaa, 0xc4, 0x1f, 0x7f, 0x06, 0xe3, 0xcc, 0xed, 0x1f, 0x69, 0xd1, 0xde, 0xb2, 0xa3, - 0xa7, 0x20, 0x2b, 0xf6, 0x4c, 0x59, 0x81, 0xb3, 0x77, 0x3e, 0xf6, 0x10, 0x16, 0x6f, 0x43, 0x9a, - 0x37, 0xb2, 0xbf, 0xac, 0x61, 0xc6, 0x8b, 0xad, 0x5c, 0xdf, 0x2f, 0xb6, 0xc6, 0x60, 0xe4, 0x75, - 0xb7, 0xad, 0x1c, 0x67, 0xd3, 0xdf, 0xfe, 0xc1, 0xe5, 0xc7, 0x7e, 0xff, 0x07, 0x97, 0x1f, 0xfb, - 0xde, 0x0f, 0x2e, 0x3f, 0xf6, 0xd9, 0xc3, 0xcb, 0xd6, 0xb7, 0x0f, 0x2f, 0x5b, 0xbf, 0x7f, 0x78, - 0xd9, 0xfa, 0xde, 0xe1, 0x65, 0xeb, 0x3f, 0x1f, 0x5e, 0xb6, 0xfe, 0xd6, 0x1f, 0x5d, 0x7e, 0xec, - 0xf5, 0x82, 0xec, 0xd8, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xa7, 0x35, 0x19, 0xa3, 0xb7, - 0x00, 0x00, + 0x68, 0x5e, 0x78, 0x36, 0x0d, 0x98, 0x77, 0x62, 0xc2, 0x48, 0x15, 0x59, 0x58, 0xe0, 0xf0, 0x41, + 0x00, 0x07, 0xb0, 0x17, 0x77, 0x17, 0x52, 0x0c, 0xad, 0xc1, 0x6e, 0x63, 0x77, 0x88, 0xdd, 0x99, + 0xe5, 0xcc, 0x2c, 0x70, 0x20, 0x8f, 0x92, 0x22, 0xdb, 0x92, 0x18, 0x2b, 0x56, 0x3e, 0x6c, 0x59, + 0x56, 0x92, 0x2a, 0x95, 0x63, 0x25, 0x2a, 0xc7, 0x95, 0x94, 0xaa, 0x52, 0xa9, 0x94, 0xfd, 0x37, + 0x95, 0x52, 0x2a, 0xa9, 0x8a, 0x5d, 0x56, 0x22, 0xfd, 0x48, 0xa0, 0x08, 0x4e, 0xf4, 0x27, 0xa5, + 0xaa, 0xc4, 0x15, 0x2b, 0xce, 0x25, 0x3f, 0x52, 0xfd, 0x39, 0xdd, 0xb3, 0xb3, 0xb8, 0xc5, 0xdd, + 0x00, 0xc7, 0xb2, 0xff, 0xed, 0xbe, 0x7e, 0xfd, 0x5e, 0x7f, 0xbe, 0x7e, 0xfd, 0xde, 0xeb, 0x37, + 0xb0, 0x51, 0x77, 0xa3, 0x46, 0x67, 0x6b, 0xba, 0xea, 0xb7, 0x66, 0x9c, 0xa0, 0xee, 0xb7, 0x03, + 0xff, 0x6d, 0xf6, 0xe3, 0x67, 0xf6, 0xfc, 0x60, 0x67, 0xbb, 0xe9, 0xef, 0x85, 0x33, 0xbb, 0xd7, + 0x67, 0xda, 0x3b, 0xf5, 0x19, 0xa7, 0xed, 0x86, 0x33, 0x12, 0x3a, 0xb3, 0xfb, 0x92, 0xd3, 0x6c, + 0x37, 0x9c, 0x97, 0x66, 0xea, 0xc4, 0x23, 0x81, 0x13, 0x91, 0xda, 0x74, 0x3b, 0xf0, 0x23, 0x1f, + 0x7d, 0x22, 0xa6, 0x38, 0x2d, 0x29, 0xb2, 0x1f, 0x3f, 0xaf, 0x28, 0x4e, 0xef, 0x5e, 0x9f, 0x6e, + 0xef, 0xd4, 0xa7, 0x29, 0xc5, 0x69, 0x09, 0x9d, 0x96, 0x14, 0x27, 0x7f, 0x46, 0x6b, 0x53, 0xdd, + 0xaf, 0xfb, 0x33, 0x8c, 0xf0, 0x56, 0x67, 0x9b, 0xfd, 0x63, 0x7f, 0xd8, 0x2f, 0xce, 0x70, 0xd2, + 0xde, 0x79, 0x25, 0x9c, 0x76, 0x7d, 0xda, 0xbe, 0x99, 0xaa, 0x1f, 0x90, 0x99, 0xdd, 0xae, 0x46, + 0x4d, 0x5e, 0xd5, 0x70, 0xda, 0x7e, 0xd3, 0xad, 0xee, 0xcf, 0xec, 0xbe, 0xb4, 0x45, 0xa2, 0xee, + 0xf6, 0x4f, 0x7e, 0x24, 0x46, 0x6d, 0x39, 0xd5, 0x86, 0xeb, 0x91, 0x60, 0x3f, 0xee, 0x7f, 0x8b, + 0x44, 0x4e, 0x1a, 0x83, 0x99, 0x5e, 0xb5, 0x82, 0x8e, 0x17, 0xb9, 0x2d, 0xd2, 0x55, 0xe1, 0x2f, + 0x3e, 0xa8, 0x42, 0x58, 0x6d, 0x90, 0x96, 0xd3, 0x55, 0xef, 0x7a, 0xaf, 0x7a, 0x9d, 0xc8, 0x6d, + 0xce, 0xb8, 0x5e, 0x14, 0x46, 0x41, 0xb2, 0x92, 0x7d, 0x03, 0x86, 0x66, 0x5b, 0x7e, 0xc7, 0x8b, + 0xd0, 0xc7, 0x20, 0xbf, 0xeb, 0x34, 0x3b, 0xa4, 0x64, 0x3d, 0x6b, 0xbd, 0x50, 0x2c, 0x3f, 0xff, + 0xed, 0x83, 0xa9, 0x27, 0x0e, 0x0f, 0xa6, 0xf2, 0xb7, 0x29, 0xf0, 0xfe, 0xc1, 0xd4, 0x79, 0xe2, + 0x55, 0xfd, 0x9a, 0xeb, 0xd5, 0x67, 0xde, 0x0e, 0x7d, 0x6f, 0xfa, 0x66, 0xa7, 0xb5, 0x45, 0x02, + 0xcc, 0xeb, 0xd8, 0x7f, 0x98, 0x83, 0xf1, 0xd9, 0xa0, 0xda, 0x70, 0x77, 0x49, 0x25, 0xa2, 0xf4, + 0xeb, 0xfb, 0xa8, 0x01, 0x03, 0x91, 0x13, 0x30, 0x72, 0x23, 0xd7, 0xd6, 0xa6, 0x1f, 0x75, 0xf2, + 0xa7, 0x37, 0x9d, 0x40, 0xd2, 0x2e, 0x0f, 0x1f, 0x1e, 0x4c, 0x0d, 0x6c, 0x3a, 0x01, 0xa6, 0x2c, + 0x50, 0x13, 0x06, 0x3d, 0xdf, 0x23, 0xa5, 0x1c, 0x63, 0x75, 0xf3, 0xd1, 0x59, 0xdd, 0xf4, 0x3d, + 0xd5, 0x8f, 0x72, 0xe1, 0xf0, 0x60, 0x6a, 0x90, 0x42, 0x30, 0xe3, 0x42, 0xfb, 0xf5, 0xae, 0xdb, + 0x2e, 0x0d, 0x64, 0xd5, 0xaf, 0x37, 0xdc, 0xb6, 0xd9, 0xaf, 0x37, 0xdc, 0x36, 0xa6, 0x2c, 0xec, + 0x0f, 0x72, 0x50, 0x9c, 0x0d, 0xea, 0x9d, 0x16, 0xf1, 0xa2, 0x10, 0x7d, 0x06, 0xa0, 0xed, 0x04, + 0x4e, 0x8b, 0x44, 0x24, 0x08, 0x4b, 0xd6, 0xb3, 0x03, 0x2f, 0x8c, 0x5c, 0x5b, 0x79, 0x74, 0xf6, + 0x1b, 0x92, 0x66, 0x19, 0x89, 0x29, 0x07, 0x05, 0x0a, 0xb1, 0xc6, 0x12, 0xbd, 0x07, 0x45, 0x27, + 0x88, 0xdc, 0x6d, 0xa7, 0x1a, 0x85, 0xa5, 0x1c, 0xe3, 0xff, 0xea, 0xa3, 0xf3, 0x9f, 0x15, 0x24, + 0xcb, 0x67, 0x05, 0xfb, 0xa2, 0x84, 0x84, 0x38, 0xe6, 0x67, 0x7f, 0x63, 0x08, 0x0a, 0xb2, 0x00, + 0x3d, 0x0b, 0x83, 0x9e, 0xd3, 0x92, 0x4b, 0x75, 0x54, 0x54, 0x1c, 0xbc, 0xe9, 0xb4, 0xe8, 0x24, + 0x39, 0x2d, 0x42, 0x31, 0xda, 0x4e, 0xd4, 0x60, 0x4b, 0x42, 0xc3, 0xd8, 0x70, 0xa2, 0x06, 0x66, + 0x25, 0xe8, 0x69, 0x18, 0x6c, 0xf9, 0x35, 0xc2, 0xe6, 0x31, 0xcf, 0x27, 0x79, 0xcd, 0xaf, 0x11, + 0xcc, 0xa0, 0xb4, 0xfe, 0x76, 0xe0, 0xb7, 0x4a, 0x83, 0x66, 0xfd, 0x85, 0xc0, 0x6f, 0x61, 0x56, + 0x82, 0xbe, 0x6a, 0xc1, 0x84, 0x6c, 0xde, 0xaa, 0x5f, 0x75, 0x22, 0xd7, 0xf7, 0x4a, 0x79, 0xb6, + 0x28, 0x70, 0x76, 0xa3, 0x22, 0x29, 0x97, 0x4b, 0xa2, 0x09, 0x13, 0xc9, 0x12, 0xdc, 0xd5, 0x0a, + 0x74, 0x0d, 0xa0, 0xde, 0xf4, 0xb7, 0x9c, 0x26, 0x1d, 0x90, 0xd2, 0x10, 0xeb, 0x82, 0x9a, 0xdc, + 0x45, 0x55, 0x82, 0x35, 0x2c, 0x74, 0x17, 0x86, 0x1d, 0xbe, 0x81, 0x4b, 0xc3, 0xac, 0x13, 0xaf, + 0x65, 0xd1, 0x09, 0x43, 0x22, 0x94, 0x47, 0x0e, 0x0f, 0xa6, 0x86, 0x05, 0x10, 0x4b, 0x76, 0xe8, + 0x45, 0x28, 0xf8, 0x6d, 0xda, 0x6e, 0xa7, 0x59, 0x2a, 0x3c, 0x6b, 0xbd, 0x50, 0x28, 0x4f, 0x88, + 0xb6, 0x16, 0xd6, 0x05, 0x1c, 0x2b, 0x0c, 0x74, 0x15, 0x86, 0xc3, 0xce, 0x16, 0x9d, 0xc7, 0x52, + 0x91, 0x75, 0x6c, 0x5c, 0x20, 0x0f, 0x57, 0x38, 0x18, 0xcb, 0x72, 0xf4, 0x32, 0x8c, 0x04, 0xa4, + 0xda, 0x09, 0x42, 0x42, 0x27, 0xb6, 0x04, 0x8c, 0xf6, 0x39, 0x81, 0x3e, 0x82, 0xe3, 0x22, 0xac, + 0xe3, 0xa1, 0x8f, 0xc3, 0x19, 0x3a, 0xc1, 0x37, 0xee, 0xb6, 0x03, 0x12, 0x86, 0x74, 0x56, 0x47, + 0x18, 0xa3, 0x8b, 0xa2, 0xe6, 0x99, 0x05, 0xa3, 0x14, 0x27, 0xb0, 0xd1, 0x3d, 0x00, 0x39, 0x23, + 0x8b, 0x73, 0xa5, 0x51, 0x36, 0x98, 0xab, 0xd9, 0xad, 0x88, 0xc5, 0xb9, 0xf2, 0x19, 0x3a, 0x8f, + 0xf1, 0x7f, 0xac, 0xf1, 0xb3, 0x37, 0x40, 0x2b, 0x41, 0x65, 0x28, 0x84, 0x62, 0xf4, 0xc5, 0x66, + 0xb9, 0x22, 0xc7, 0x56, 0xce, 0xca, 0xfd, 0x83, 0x29, 0x14, 0xd7, 0x90, 0x50, 0xac, 0xea, 0xd9, + 0xbf, 0x3b, 0x0c, 0x5d, 0x8b, 0x0e, 0xbd, 0x04, 0x23, 0x62, 0xfe, 0x56, 0xfd, 0x7a, 0xc8, 0x68, + 0x17, 0xca, 0xe3, 0x74, 0x5c, 0x67, 0x63, 0x30, 0xd6, 0x71, 0x50, 0x0d, 0x72, 0xe1, 0x75, 0x21, + 0xa3, 0x33, 0x18, 0x8f, 0xca, 0x75, 0x25, 0x39, 0x86, 0x0e, 0x0f, 0xa6, 0x72, 0x95, 0xeb, 0x38, + 0x17, 0x5e, 0xa7, 0xd2, 0xb9, 0xee, 0x46, 0xd9, 0x49, 0xe7, 0x45, 0x37, 0x52, 0x7c, 0x98, 0x74, + 0x5e, 0x74, 0x23, 0x4c, 0x59, 0xd0, 0x53, 0xa7, 0x11, 0x45, 0x6d, 0x26, 0x22, 0x32, 0x39, 0x75, + 0x96, 0x36, 0x37, 0x37, 0x14, 0x2f, 0x26, 0x90, 0x28, 0x04, 0x33, 0x2e, 0xe8, 0x8b, 0x16, 0x1d, + 0x71, 0x5e, 0xe8, 0x07, 0xfb, 0x42, 0xd2, 0xdc, 0xca, 0x6e, 0x5d, 0xf9, 0xc1, 0xbe, 0x62, 0x2e, + 0x26, 0x52, 0x15, 0x60, 0x9d, 0x35, 0xeb, 0x78, 0x6d, 0x3b, 0x64, 0x82, 0x25, 0x9b, 0x8e, 0xcf, + 0x2f, 0x54, 0x12, 0x1d, 0x9f, 0x5f, 0xa8, 0x60, 0xc6, 0x85, 0x4e, 0x68, 0xe0, 0xec, 0x09, 0xa1, + 0x94, 0xc1, 0x84, 0x62, 0x67, 0xcf, 0x9c, 0x50, 0xec, 0xec, 0x61, 0xca, 0x82, 0x72, 0xf2, 0xc3, + 0x90, 0xc9, 0xa0, 0x4c, 0x38, 0xad, 0x57, 0x2a, 0x26, 0xa7, 0xf5, 0x4a, 0x05, 0x53, 0x16, 0x6c, + 0x91, 0x56, 0x43, 0x26, 0xc0, 0xb2, 0x59, 0xa4, 0x73, 0x09, 0x4e, 0x8b, 0x73, 0x15, 0x4c, 0x59, + 0xd8, 0x1f, 0x58, 0x30, 0x26, 0x8b, 0xa8, 0x50, 0x0c, 0xd1, 0x5d, 0x28, 0xc8, 0xc9, 0x14, 0xba, + 0x59, 0x96, 0x87, 0xb8, 0x12, 0xdd, 0x12, 0x82, 0x15, 0x37, 0xfb, 0x77, 0xf2, 0xa0, 0x24, 0x0d, + 0x26, 0x6d, 0x3f, 0x74, 0xd9, 0x72, 0x7a, 0x08, 0x51, 0xe2, 0x69, 0xa2, 0xe4, 0x76, 0x96, 0xa2, + 0x24, 0x6e, 0x96, 0x21, 0x54, 0xfe, 0x4e, 0x62, 0xf3, 0x71, 0xe9, 0xf2, 0xf3, 0x27, 0xb2, 0xf9, + 0xb4, 0x26, 0x1c, 0xbd, 0x0d, 0x77, 0xc5, 0x36, 0xe4, 0xf2, 0xe7, 0xaf, 0x66, 0xbb, 0x0d, 0xb5, + 0x56, 0x24, 0x37, 0x64, 0xc0, 0xb7, 0x09, 0x17, 0x40, 0x77, 0x32, 0xdd, 0x26, 0x1a, 0x57, 0x73, + 0xc3, 0x04, 0x7c, 0xc3, 0x0c, 0x65, 0xc5, 0x53, 0xdb, 0x30, 0x49, 0x9e, 0x6a, 0xeb, 0xbc, 0x03, + 0x17, 0xba, 0x71, 0x30, 0xd9, 0x46, 0x33, 0x50, 0xac, 0xfa, 0xde, 0xb6, 0x5b, 0x5f, 0x73, 0xda, + 0xe2, 0x54, 0x55, 0xba, 0xeb, 0x9c, 0x2c, 0xc0, 0x31, 0x0e, 0x7a, 0x06, 0x06, 0x76, 0xc8, 0xbe, + 0xd0, 0x45, 0x47, 0x04, 0xea, 0xc0, 0x0a, 0xd9, 0xc7, 0x14, 0xfe, 0xd1, 0xc2, 0x57, 0xbf, 0x3e, + 0xf5, 0xc4, 0x67, 0xff, 0xd3, 0xb3, 0x4f, 0xd8, 0x7f, 0x30, 0x00, 0x4f, 0xa5, 0xf2, 0xac, 0x44, + 0x4e, 0xd4, 0x09, 0xd1, 0xef, 0x58, 0x70, 0xc1, 0x49, 0x2b, 0x17, 0x3b, 0xf9, 0x4e, 0x76, 0x2b, + 0xd2, 0x20, 0x5f, 0x7e, 0x46, 0x34, 0x3a, 0x7d, 0x44, 0x70, 0x7a, 0xa3, 0xe8, 0x40, 0x51, 0x65, + 0x3c, 0x6c, 0x3b, 0x55, 0x22, 0x7a, 0xaf, 0x06, 0xea, 0xa6, 0x2c, 0xc0, 0x31, 0x0e, 0x55, 0xee, + 0x6a, 0x64, 0xdb, 0xe9, 0x34, 0xf9, 0x01, 0x5e, 0x88, 0x95, 0xbb, 0x79, 0x0e, 0xc6, 0xb2, 0x1c, + 0xfd, 0x7d, 0x0b, 0x50, 0x37, 0x57, 0xb1, 0x19, 0x36, 0x4f, 0x62, 0x1c, 0xca, 0x17, 0x0f, 0x35, + 0x55, 0x49, 0xeb, 0x69, 0x4a, 0x3b, 0xb4, 0x39, 0xfd, 0xce, 0x00, 0x9c, 0x93, 0x95, 0x2a, 0x84, + 0x4a, 0xb1, 0xd7, 0x3a, 0x24, 0xd8, 0x47, 0xdf, 0xb5, 0xe0, 0xbc, 0x93, 0xd4, 0xbb, 0x5c, 0x22, + 0x6f, 0x76, 0x7e, 0x76, 0x5d, 0xd0, 0xb8, 0x4e, 0xcf, 0xa6, 0x70, 0xbc, 0xe1, 0x45, 0xc1, 0x7e, + 0xf9, 0x9a, 0x18, 0xea, 0xf3, 0x69, 0x28, 0x9f, 0xfb, 0x7e, 0xaa, 0x92, 0x98, 0xda, 0x01, 0xf4, + 0x0a, 0x8c, 0x4a, 0x38, 0xbb, 0x80, 0xf0, 0x99, 0x3f, 0x2f, 0xe8, 0x8f, 0xce, 0x6a, 0x65, 0xd8, + 0xc0, 0xa4, 0x35, 0x23, 0xd2, 0x6a, 0x37, 0x9d, 0x88, 0xb0, 0x9a, 0x03, 0x66, 0xcd, 0x4d, 0xad, + 0x0c, 0x1b, 0x98, 0xe8, 0x0a, 0x0c, 0x79, 0x7e, 0x8d, 0x2c, 0xd7, 0xc4, 0x8d, 0xed, 0x8c, 0xa8, + 0x33, 0x74, 0x93, 0x41, 0xb1, 0x28, 0x9d, 0x5c, 0x84, 0x27, 0x7b, 0x0e, 0x01, 0x9a, 0xe0, 0xfb, + 0x94, 0x6d, 0x69, 0xb6, 0x35, 0xd1, 0x79, 0x69, 0x14, 0xa1, 0x7d, 0x28, 0x08, 0x6b, 0xc7, 0x47, + 0x73, 0xaf, 0x58, 0xf6, 0xbf, 0xb4, 0xe0, 0xbc, 0x39, 0xc0, 0x98, 0x84, 0x74, 0x61, 0x3e, 0xb6, + 0xf3, 0x55, 0x8d, 0xc1, 0xbc, 0x18, 0x71, 0x73, 0x0c, 0xe6, 0xc5, 0x18, 0xcc, 0xdb, 0xff, 0xd6, + 0x8a, 0x57, 0xa4, 0x76, 0xf0, 0x50, 0x31, 0xd5, 0x09, 0x9a, 0x42, 0xa2, 0x29, 0x31, 0x75, 0x0b, + 0xaf, 0x62, 0x0a, 0x47, 0xbf, 0x6a, 0xc1, 0xb8, 0x76, 0xfe, 0xcc, 0x76, 0xc4, 0xf5, 0x3a, 0xa3, + 0xab, 0xa2, 0x41, 0xb8, 0x7c, 0x49, 0xb0, 0x1f, 0x4f, 0x14, 0xe0, 0x64, 0x13, 0xec, 0x1f, 0x58, + 0xf0, 0xcc, 0x91, 0xc7, 0x68, 0x6a, 0xc3, 0xad, 0xc7, 0xde, 0x70, 0x2a, 0xec, 0x02, 0xd2, 0xf6, + 0x6f, 0xe1, 0x55, 0x31, 0x5f, 0x4a, 0xd8, 0x61, 0x0e, 0xc6, 0xb2, 0xdc, 0xfe, 0xae, 0x05, 0x49, + 0x7a, 0xc8, 0x81, 0x33, 0x9d, 0x90, 0x04, 0x54, 0x78, 0x56, 0x48, 0x35, 0x20, 0x72, 0xb5, 0x3d, + 0x3f, 0xcd, 0xed, 0x80, 0xb4, 0xc1, 0xd3, 0x55, 0x3f, 0x20, 0xd3, 0xbb, 0x2f, 0x4d, 0x73, 0x8c, + 0x15, 0xb2, 0x5f, 0x21, 0x4d, 0x42, 0x69, 0x94, 0x11, 0xbd, 0xc9, 0xde, 0x32, 0x08, 0xe0, 0x04, + 0x41, 0xca, 0xa2, 0xed, 0x84, 0xe1, 0x9e, 0x1f, 0xd4, 0x04, 0x8b, 0xdc, 0xb1, 0x59, 0x6c, 0x18, + 0x04, 0x70, 0x82, 0xa0, 0xfd, 0xaf, 0x2c, 0x18, 0x2e, 0x3b, 0xd5, 0x1d, 0x7f, 0x7b, 0x1b, 0xbd, + 0x08, 0x85, 0x5a, 0x27, 0xe0, 0x86, 0x14, 0xbe, 0x08, 0xd5, 0x6a, 0x9f, 0x17, 0x70, 0xac, 0x30, + 0xd0, 0x26, 0x0c, 0xf1, 0xe1, 0x10, 0x8d, 0xfa, 0x59, 0xad, 0x51, 0xca, 0xfe, 0xc9, 0x66, 0xae, + 0x13, 0xb9, 0xcd, 0x69, 0x6e, 0xff, 0x9c, 0x5e, 0xf6, 0xa2, 0xf5, 0xa0, 0x12, 0x05, 0xae, 0x57, + 0x2f, 0x03, 0xdd, 0x1b, 0x0b, 0x8c, 0x06, 0x16, 0xb4, 0xd0, 0xcb, 0x30, 0xd2, 0x72, 0xee, 0x4a, + 0x76, 0x42, 0x00, 0x29, 0x9b, 0xc1, 0x5a, 0x5c, 0x84, 0x75, 0x3c, 0xfb, 0x0f, 0x2c, 0x28, 0x96, + 0x9d, 0xd0, 0xad, 0xfe, 0x19, 0x9a, 0x9a, 0xb7, 0x20, 0x3f, 0xe7, 0x54, 0x1b, 0x04, 0xdd, 0x4a, + 0xea, 0x3b, 0x23, 0xd7, 0x5e, 0x48, 0x63, 0xa3, 0x74, 0x1f, 0x9d, 0xd3, 0x58, 0x2f, 0xad, 0xc8, + 0xfe, 0x91, 0x05, 0x97, 0xe6, 0x9a, 0x9d, 0x30, 0x22, 0xc1, 0x1d, 0xb1, 0xad, 0xa4, 0x80, 0x47, + 0x9f, 0x82, 0x42, 0x8b, 0x44, 0x4e, 0xcd, 0x89, 0x1c, 0xc1, 0xb1, 0xf7, 0xf4, 0xb2, 0x8d, 0x49, + 0xb1, 0x69, 0x1b, 0xd6, 0xb7, 0xde, 0x26, 0xd5, 0x68, 0x8d, 0x44, 0x4e, 0x6c, 0xf1, 0x8a, 0x61, + 0x58, 0x51, 0x45, 0x6d, 0x18, 0x0c, 0xdb, 0xa4, 0x9a, 0x9d, 0xcd, 0x58, 0xf6, 0xa1, 0xd2, 0x26, + 0xd5, 0xd8, 0x60, 0x48, 0xff, 0x61, 0xc6, 0xc9, 0xfe, 0xbf, 0x16, 0x3c, 0xd5, 0xa3, 0xbf, 0xab, + 0x6e, 0x18, 0xa1, 0x37, 0xbb, 0xfa, 0x3c, 0xdd, 0x5f, 0x9f, 0x69, 0x6d, 0xd6, 0x63, 0xb5, 0x5d, + 0x24, 0x44, 0xeb, 0xef, 0xa7, 0x21, 0xef, 0x46, 0xa4, 0x25, 0x0d, 0xb7, 0xaf, 0x3f, 0x7a, 0x87, + 0x7b, 0xf4, 0xa5, 0x3c, 0x26, 0x3d, 0x07, 0xcb, 0x94, 0x1f, 0xe6, 0x6c, 0xed, 0x7f, 0x63, 0x01, + 0x5d, 0x06, 0x35, 0x57, 0x98, 0x8f, 0x06, 0xa3, 0xfd, 0xb6, 0x34, 0xe0, 0x4a, 0xed, 0x72, 0x70, + 0x73, 0xbf, 0x4d, 0xee, 0x1f, 0x4c, 0x8d, 0x29, 0x44, 0x0a, 0xc0, 0x0c, 0x15, 0xbd, 0x05, 0x43, + 0x21, 0xd3, 0x82, 0x85, 0xb4, 0x5c, 0x90, 0xa7, 0x1b, 0xd7, 0x8d, 0xef, 0x1f, 0x4c, 0xf5, 0xe5, + 0x9f, 0x99, 0x56, 0xb4, 0x79, 0x3d, 0x2c, 0xa8, 0x52, 0x71, 0xdc, 0x22, 0x61, 0xe8, 0xd4, 0xa5, + 0xda, 0xa1, 0xc4, 0xf1, 0x1a, 0x07, 0x63, 0x59, 0x6e, 0xff, 0x9a, 0x05, 0xb4, 0x89, 0x91, 0x43, + 0x59, 0xd0, 0xc3, 0x15, 0xdd, 0x64, 0x5b, 0x84, 0x03, 0xc4, 0xe4, 0x3d, 0xd3, 0x63, 0x8b, 0x70, + 0x24, 0xe3, 0xc6, 0xc0, 0x41, 0x38, 0x26, 0x81, 0x3e, 0x02, 0xa3, 0x35, 0xd2, 0x26, 0x5e, 0x8d, + 0x78, 0x55, 0xaa, 0x13, 0xd2, 0x49, 0x2b, 0x96, 0x27, 0xa8, 0x12, 0x34, 0xaf, 0xc1, 0xb1, 0x81, + 0x65, 0xff, 0xa6, 0x05, 0x4f, 0x2a, 0x72, 0x15, 0x12, 0x61, 0x12, 0x05, 0xfb, 0xca, 0x1f, 0x73, + 0x3c, 0xf1, 0x7a, 0x87, 0x9e, 0x4e, 0x51, 0xc0, 0x99, 0x3f, 0x9c, 0x7c, 0x1d, 0xe1, 0x67, 0x19, + 0x23, 0x82, 0x25, 0x35, 0xfb, 0x57, 0x06, 0xe0, 0xbc, 0xde, 0x48, 0xb5, 0xe7, 0x7f, 0xc1, 0x02, + 0x50, 0x23, 0x40, 0xaf, 0xb5, 0x74, 0x9d, 0xae, 0x67, 0xb0, 0x4e, 0xf5, 0x99, 0x8a, 0xa5, 0x82, + 0x02, 0x87, 0x58, 0x63, 0x8b, 0x5e, 0x87, 0xd1, 0x5d, 0xbf, 0xd9, 0x69, 0x91, 0x35, 0xbf, 0xe3, + 0x45, 0x61, 0x69, 0x80, 0x35, 0x63, 0x2a, 0x6d, 0x32, 0x6f, 0xc7, 0x78, 0xb1, 0x8e, 0xaa, 0x01, + 0x43, 0x6c, 0x90, 0xa2, 0x7a, 0xc8, 0x58, 0xa0, 0x4f, 0x89, 0xb8, 0x43, 0x7f, 0x32, 0xc3, 0x3e, + 0x26, 0x67, 0xbd, 0x7c, 0xf6, 0xf0, 0x60, 0x6a, 0xcc, 0x00, 0x61, 0xb3, 0x11, 0xf6, 0xeb, 0xc0, + 0xc6, 0xc2, 0xf5, 0x3a, 0x64, 0xdd, 0x43, 0xcf, 0x41, 0x9e, 0x04, 0x81, 0x1f, 0x08, 0x3b, 0x8c, + 0xda, 0xcc, 0x37, 0x28, 0x10, 0xf3, 0x32, 0xaa, 0x69, 0x6e, 0x3b, 0x6e, 0x93, 0xd4, 0xb8, 0x5e, + 0x1c, 0x6b, 0x9a, 0x0b, 0x0c, 0x8a, 0x45, 0xa9, 0x3d, 0x0d, 0xc3, 0x73, 0xb4, 0xef, 0x24, 0xa0, + 0x74, 0x75, 0xf7, 0xe2, 0x98, 0xe1, 0x5e, 0x94, 0x6e, 0xc4, 0x4d, 0xb8, 0x30, 0x17, 0x10, 0x27, + 0x22, 0x95, 0xeb, 0xe5, 0x4e, 0x75, 0x87, 0x44, 0xdc, 0x01, 0x10, 0xa2, 0x8f, 0xc1, 0x98, 0xcf, + 0xa4, 0xf8, 0xaa, 0x5f, 0xdd, 0x71, 0xbd, 0xba, 0xb8, 0x1e, 0x5e, 0x10, 0x54, 0xc6, 0xd6, 0xf5, + 0x42, 0x6c, 0xe2, 0xda, 0xff, 0x35, 0x07, 0xa3, 0x73, 0x81, 0xef, 0x49, 0x49, 0x75, 0x0a, 0xa7, + 0x4b, 0x64, 0x9c, 0x2e, 0x19, 0xf8, 0x83, 0xf4, 0xf6, 0xf7, 0x3a, 0x61, 0xd0, 0x3d, 0x25, 0x22, + 0x07, 0xb2, 0xba, 0x06, 0x1b, 0x7c, 0x19, 0xed, 0x78, 0xb2, 0x4d, 0x01, 0x6a, 0xff, 0x37, 0x0b, + 0x26, 0x74, 0xf4, 0x53, 0x38, 0xd4, 0x42, 0xf3, 0x50, 0xbb, 0x99, 0x6d, 0x7f, 0x7b, 0x9c, 0x64, + 0x1f, 0x0c, 0x99, 0xfd, 0xa4, 0x13, 0x80, 0xbe, 0x6a, 0xc1, 0xe8, 0x9e, 0x06, 0x10, 0x9d, 0xcd, + 0x5a, 0xaf, 0xf8, 0x49, 0x29, 0x66, 0x74, 0xe8, 0xfd, 0xc4, 0x7f, 0x6c, 0xb4, 0x84, 0xca, 0xfd, + 0xb0, 0xda, 0x20, 0xb5, 0x4e, 0x53, 0x5e, 0xc5, 0xd5, 0x90, 0x56, 0x04, 0x1c, 0x2b, 0x0c, 0xf4, + 0x26, 0x9c, 0xad, 0xfa, 0x5e, 0xb5, 0x13, 0x04, 0xc4, 0xab, 0xee, 0x6f, 0xb0, 0x88, 0x08, 0x71, + 0x20, 0x4e, 0x8b, 0x6a, 0x67, 0xe7, 0x92, 0x08, 0xf7, 0xd3, 0x80, 0xb8, 0x9b, 0x10, 0xf7, 0xde, + 0x85, 0xf4, 0xc8, 0x62, 0xf7, 0xf4, 0x82, 0xee, 0xbd, 0x63, 0x60, 0x2c, 0xcb, 0xd1, 0x2d, 0xb8, + 0x14, 0x46, 0xf4, 0xce, 0xe4, 0xd5, 0xe7, 0x89, 0x53, 0x6b, 0xba, 0x1e, 0xd5, 0x7d, 0x7d, 0xaf, + 0xc6, 0x4d, 0x8f, 0x03, 0xe5, 0xa7, 0x0e, 0x0f, 0xa6, 0x2e, 0x55, 0xd2, 0x51, 0x70, 0xaf, 0xba, + 0xe8, 0x2d, 0x98, 0x0c, 0x3b, 0xd5, 0x2a, 0x09, 0xc3, 0xed, 0x4e, 0xf3, 0x55, 0x7f, 0x2b, 0x5c, + 0x72, 0x43, 0x7a, 0xa7, 0x5a, 0x75, 0x5b, 0x6e, 0xc4, 0x0c, 0x8c, 0xf9, 0xf2, 0xe5, 0xc3, 0x83, + 0xa9, 0xc9, 0x4a, 0x4f, 0x2c, 0x7c, 0x04, 0x05, 0x84, 0xe1, 0x22, 0x17, 0x7e, 0x5d, 0xb4, 0x87, + 0x19, 0xed, 0xc9, 0xc3, 0x83, 0xa9, 0x8b, 0x0b, 0xa9, 0x18, 0xb8, 0x47, 0x4d, 0x3a, 0x83, 0x91, + 0xdb, 0x22, 0xef, 0xfa, 0x1e, 0x61, 0xde, 0x09, 0x6d, 0x06, 0x37, 0x05, 0x1c, 0x2b, 0x0c, 0xf4, + 0x76, 0xbc, 0x12, 0xe9, 0x76, 0x11, 0x5e, 0x86, 0xe3, 0x4b, 0xb8, 0xf3, 0x87, 0x07, 0x53, 0x13, + 0x77, 0x34, 0x4a, 0x74, 0xcb, 0x61, 0x83, 0xb6, 0xfd, 0x87, 0x39, 0x40, 0xdd, 0x22, 0x02, 0xad, + 0xc0, 0x90, 0x53, 0x8d, 0xdc, 0x5d, 0x22, 0x8c, 0x59, 0xcf, 0xa5, 0x1d, 0x9f, 0x9c, 0x15, 0x26, + 0xdb, 0x84, 0xae, 0x10, 0x12, 0xcb, 0x95, 0x59, 0x56, 0x15, 0x0b, 0x12, 0xc8, 0x87, 0xb3, 0x4d, + 0x27, 0x8c, 0xe4, 0x5a, 0xad, 0xd1, 0x2e, 0x0b, 0xc1, 0xfa, 0x53, 0xfd, 0x75, 0x8a, 0xd6, 0x28, + 0x5f, 0xa0, 0x2b, 0x77, 0x35, 0x49, 0x08, 0x77, 0xd3, 0x46, 0x9f, 0x61, 0x7a, 0x08, 0x57, 0x12, + 0xa5, 0x02, 0xb0, 0x92, 0xc9, 0x19, 0xcd, 0x69, 0x1a, 0x3a, 0x88, 0x60, 0x83, 0x35, 0x96, 0xf6, + 0xbf, 0x03, 0x18, 0x9e, 0x9f, 0x5d, 0xdc, 0x74, 0xc2, 0x9d, 0x3e, 0x42, 0x1d, 0xe8, 0xea, 0x10, + 0x3a, 0x54, 0x72, 0x7f, 0x4b, 0xdd, 0x0a, 0x2b, 0x0c, 0xe4, 0xc1, 0x90, 0xeb, 0xd1, 0x0d, 0x51, + 0x3a, 0x93, 0x95, 0x71, 0x4a, 0x69, 0xfe, 0xec, 0x42, 0xbd, 0xcc, 0xa8, 0x63, 0xc1, 0x05, 0xdd, + 0x83, 0xa2, 0x23, 0x43, 0x58, 0xc4, 0xb1, 0xb4, 0x92, 0x85, 0xd5, 0x45, 0x90, 0xd4, 0xa3, 0x46, + 0x04, 0x08, 0xc7, 0x0c, 0xd1, 0x67, 0x2d, 0x18, 0x91, 0x5d, 0xc7, 0x64, 0x5b, 0x98, 0x87, 0xd7, + 0xb2, 0xeb, 0x33, 0x26, 0xdb, 0xdc, 0x4d, 0xa3, 0x01, 0xb0, 0xce, 0xb2, 0x4b, 0x95, 0xcf, 0xf7, + 0xa3, 0xca, 0xa3, 0x3d, 0x28, 0xee, 0xb9, 0x51, 0x83, 0x1d, 0x3c, 0xa5, 0x21, 0xb6, 0x04, 0x17, + 0x1e, 0xbd, 0xd5, 0x94, 0x5c, 0x3c, 0x62, 0x77, 0x24, 0x03, 0x1c, 0xf3, 0x42, 0x33, 0x9c, 0x31, + 0x0b, 0x01, 0x62, 0x22, 0xab, 0x68, 0x56, 0x60, 0x05, 0x38, 0xc6, 0xa1, 0x43, 0x3c, 0x4a, 0xff, + 0x55, 0xc8, 0x3b, 0x1d, 0xba, 0x8f, 0x85, 0xff, 0x34, 0x83, 0x75, 0x25, 0x29, 0xf2, 0xc1, 0xba, + 0xa3, 0xf1, 0xc0, 0x06, 0x47, 0xba, 0x47, 0xf6, 0x1a, 0xc4, 0x13, 0x01, 0x21, 0x6a, 0x8f, 0xdc, + 0x69, 0x10, 0x0f, 0xb3, 0x12, 0x74, 0x8f, 0x5f, 0x2d, 0xb8, 0x8e, 0xcb, 0x22, 0x41, 0x32, 0x89, + 0x41, 0x88, 0xf5, 0x66, 0x1e, 0x93, 0x11, 0xff, 0xc7, 0x1a, 0x3f, 0xaa, 0x2e, 0xfb, 0xde, 0x8d, + 0xbb, 0x6e, 0x24, 0x22, 0x49, 0x94, 0xa4, 0x5b, 0x67, 0x50, 0x2c, 0x4a, 0xb9, 0xfb, 0x83, 0x2e, + 0x82, 0x90, 0x85, 0x8d, 0x14, 0x75, 0xf7, 0x07, 0x03, 0x63, 0x59, 0x8e, 0xfe, 0x81, 0x05, 0xf9, + 0x86, 0xef, 0xef, 0x84, 0xa5, 0x31, 0xb6, 0x38, 0x32, 0x50, 0xf5, 0x84, 0xc4, 0x99, 0x5e, 0xa2, + 0x64, 0xb9, 0x4f, 0xe0, 0x25, 0xa9, 0x00, 0x31, 0xd8, 0xfd, 0x83, 0xa9, 0x33, 0xab, 0xee, 0x36, + 0xa9, 0xee, 0x57, 0x9b, 0x84, 0x41, 0x3e, 0xf7, 0x7d, 0x0d, 0x72, 0x63, 0x97, 0x78, 0x11, 0xe6, + 0xad, 0x9a, 0xfc, 0xc0, 0x02, 0x88, 0x09, 0xa5, 0x58, 0xd6, 0x89, 0x6e, 0x59, 0xcf, 0xe4, 0x9e, + 0x67, 0x34, 0x4d, 0x37, 0xd5, 0xff, 0x7b, 0x0b, 0x46, 0x68, 0xe7, 0xa4, 0x08, 0xbc, 0x02, 0x43, + 0x91, 0x13, 0xd4, 0x85, 0x59, 0x4e, 0x9b, 0x8e, 0x4d, 0x06, 0xc5, 0xa2, 0x14, 0x79, 0x90, 0x8f, + 0x9c, 0x70, 0x47, 0x6a, 0x97, 0xcb, 0x99, 0x0d, 0x71, 0xac, 0x58, 0xd2, 0x7f, 0x21, 0xe6, 0x6c, + 0xd0, 0x0b, 0x50, 0xa0, 0x0a, 0xc0, 0x82, 0x13, 0x4a, 0xf7, 0xd7, 0x28, 0x15, 0xe2, 0x0b, 0x02, + 0x86, 0x55, 0xa9, 0xfd, 0x77, 0x73, 0x30, 0x38, 0xcf, 0xef, 0x19, 0x43, 0xa1, 0xdf, 0x09, 0xaa, + 0x44, 0xe8, 0x9b, 0x19, 0xac, 0x69, 0x4a, 0xb7, 0xc2, 0x68, 0x6a, 0x9a, 0x3e, 0xfb, 0x8f, 0x05, + 0x2f, 0x7a, 0x91, 0x3d, 0x13, 0x05, 0x8e, 0x17, 0x6e, 0xfb, 0x41, 0x8b, 0x1b, 0x14, 0x72, 0x59, + 0xad, 0xc2, 0x4d, 0x83, 0x6e, 0x25, 0x22, 0xed, 0x38, 0xf0, 0xca, 0x2c, 0xc3, 0x89, 0x36, 0xd8, + 0xbf, 0x6e, 0x01, 0xc4, 0xad, 0x47, 0x5f, 0xb4, 0x60, 0xcc, 0xd1, 0x43, 0x1f, 0xc4, 0x18, 0xad, + 0x67, 0x67, 0xf4, 0x67, 0x64, 0xf9, 0x15, 0xdb, 0x00, 0x61, 0x93, 0xb1, 0xfd, 0x32, 0xe4, 0xd9, + 0xee, 0x60, 0xba, 0xb8, 0xb0, 0x8c, 0x26, 0x6d, 0x30, 0xd2, 0x62, 0x8a, 0x15, 0x86, 0xfd, 0x26, + 0x9c, 0xb9, 0x71, 0x97, 0x54, 0x3b, 0x91, 0x1f, 0x70, 0x0b, 0x2a, 0x7a, 0x15, 0x50, 0x48, 0x82, + 0x5d, 0xb7, 0x4a, 0x66, 0xab, 0x55, 0x7a, 0xb3, 0xbe, 0x19, 0xeb, 0x06, 0x93, 0x82, 0x12, 0xaa, + 0x74, 0x61, 0xe0, 0x94, 0x5a, 0xf6, 0x6f, 0x5b, 0x30, 0xa2, 0xf9, 0xc1, 0xe9, 0x49, 0x5d, 0x9f, + 0xab, 0xf0, 0x7b, 0xb7, 0x18, 0xaa, 0x95, 0x4c, 0x3c, 0xed, 0x9c, 0x64, 0x7c, 0x8c, 0x28, 0x10, + 0x8e, 0x19, 0x3e, 0xc0, 0x47, 0x6e, 0xff, 0x6b, 0x0b, 0x2e, 0xa4, 0x3a, 0xed, 0x1f, 0x73, 0xb3, + 0x67, 0xa0, 0xb8, 0x43, 0xf6, 0x17, 0xd8, 0x1a, 0x4c, 0xba, 0xb8, 0x57, 0x64, 0x01, 0x8e, 0x71, + 0xec, 0x6f, 0x59, 0x10, 0x53, 0xa2, 0xa2, 0x68, 0x2b, 0x6e, 0xb9, 0x26, 0x8a, 0x04, 0x27, 0x51, + 0x8a, 0xee, 0xc1, 0x25, 0x73, 0x06, 0x99, 0x89, 0xfd, 0xf8, 0x76, 0x7f, 0x7e, 0x67, 0x4a, 0xa7, + 0x84, 0x7b, 0xb1, 0xb0, 0x6f, 0x43, 0x7e, 0xd1, 0xe9, 0xd4, 0x49, 0x5f, 0x46, 0x1c, 0x2a, 0xc6, + 0x02, 0xe2, 0x34, 0x23, 0xa9, 0xa6, 0x0b, 0x31, 0x86, 0x05, 0x0c, 0xab, 0x52, 0xfb, 0xbb, 0x79, + 0x18, 0xd1, 0xe2, 0xeb, 0xe8, 0x39, 0x1e, 0x90, 0xb6, 0x9f, 0xd4, 0x75, 0xe9, 0x64, 0x63, 0x56, + 0x42, 0xf7, 0x4f, 0x40, 0x76, 0xdd, 0x90, 0x8b, 0x1c, 0x63, 0xff, 0x60, 0x01, 0xc7, 0x0a, 0x03, + 0x4d, 0x41, 0xbe, 0x46, 0xda, 0x51, 0x83, 0x49, 0xd3, 0xc1, 0x72, 0x91, 0x36, 0x75, 0x9e, 0x02, + 0x30, 0x87, 0x53, 0x84, 0x6d, 0x12, 0x55, 0x1b, 0xcc, 0xd8, 0x58, 0xe4, 0x08, 0x0b, 0x14, 0x80, + 0x39, 0x3c, 0xc5, 0x93, 0x93, 0x3f, 0x79, 0x4f, 0xce, 0x50, 0xc6, 0x9e, 0x1c, 0xd4, 0x86, 0x73, + 0x61, 0xd8, 0xd8, 0x08, 0xdc, 0x5d, 0x27, 0x22, 0xf1, 0xca, 0x19, 0x3e, 0x0e, 0x9f, 0x4b, 0x87, + 0x07, 0x53, 0xe7, 0x2a, 0x95, 0xa5, 0x24, 0x15, 0x9c, 0x46, 0x1a, 0x55, 0xe0, 0x82, 0xeb, 0x85, + 0xa4, 0xda, 0x09, 0xc8, 0x72, 0xdd, 0xf3, 0x03, 0xb2, 0xe4, 0x87, 0x94, 0x9c, 0x08, 0xf0, 0x55, + 0xe1, 0x24, 0xcb, 0x69, 0x48, 0x38, 0xbd, 0x2e, 0x5a, 0x84, 0xb3, 0x35, 0x37, 0x74, 0xb6, 0x9a, + 0xa4, 0xd2, 0xd9, 0x6a, 0xf9, 0xf4, 0xc2, 0xc6, 0x63, 0xe8, 0x0a, 0xe5, 0x27, 0xa5, 0x69, 0x62, + 0x3e, 0x89, 0x80, 0xbb, 0xeb, 0xa0, 0x57, 0x60, 0x34, 0x74, 0xbd, 0x7a, 0x93, 0x94, 0x03, 0xc7, + 0xab, 0x36, 0x44, 0x64, 0xb0, 0x32, 0xe1, 0x56, 0xb4, 0x32, 0x6c, 0x60, 0xb2, 0xfd, 0xca, 0xeb, + 0x24, 0x34, 0x39, 0x81, 0x2d, 0x4a, 0xed, 0xef, 0x59, 0x30, 0xaa, 0x87, 0x53, 0x51, 0x2d, 0x19, + 0x1a, 0xf3, 0x0b, 0x15, 0x2e, 0xc7, 0xb3, 0x3b, 0xad, 0x97, 0x14, 0xcd, 0xf8, 0x56, 0x19, 0xc3, + 0xb0, 0xc6, 0xb3, 0x8f, 0x90, 0xf8, 0xe7, 0x20, 0xbf, 0xed, 0x53, 0x65, 0x62, 0xc0, 0xb4, 0xfd, + 0x2e, 0x50, 0x20, 0xe6, 0x65, 0xf6, 0xff, 0xb2, 0xe0, 0x62, 0x7a, 0xa4, 0xd8, 0x87, 0xa1, 0x93, + 0xd7, 0x00, 0x68, 0x57, 0x0c, 0x81, 0xac, 0xbd, 0x6b, 0x90, 0x25, 0x58, 0xc3, 0xea, 0xaf, 0xdb, + 0x3f, 0xa6, 0x0a, 0x6d, 0xcc, 0xe7, 0x4b, 0x16, 0x8c, 0x51, 0xb6, 0x2b, 0xc1, 0x96, 0xd1, 0xdb, + 0xf5, 0x6c, 0x7a, 0xab, 0xc8, 0xc6, 0x26, 0x6e, 0x03, 0x8c, 0x4d, 0xe6, 0xe8, 0xa7, 0xa1, 0xe8, + 0xd4, 0x6a, 0x01, 0x09, 0x43, 0xe5, 0x2c, 0x62, 0x8e, 0xd7, 0x59, 0x09, 0xc4, 0x71, 0x39, 0x15, + 0xa2, 0x8d, 0xda, 0x76, 0x48, 0xe5, 0x92, 0xb0, 0xec, 0x29, 0x21, 0x4a, 0x99, 0x50, 0x38, 0x56, + 0x18, 0xf6, 0xdf, 0x1c, 0x04, 0x93, 0x37, 0xaa, 0xc1, 0xf8, 0x4e, 0xb0, 0x35, 0xc7, 0x9c, 0xc3, + 0x0f, 0xe3, 0xdf, 0x3e, 0x77, 0x78, 0x30, 0x35, 0xbe, 0x62, 0x52, 0xc0, 0x49, 0x92, 0x82, 0xcb, + 0x0a, 0xd9, 0x8f, 0x9c, 0xad, 0x87, 0x39, 0xea, 0x24, 0x17, 0x9d, 0x02, 0x4e, 0x92, 0x44, 0x2f, + 0xc3, 0xc8, 0x4e, 0xb0, 0x25, 0x45, 0x74, 0xd2, 0xdf, 0xbf, 0x12, 0x17, 0x61, 0x1d, 0x8f, 0x0e, + 0xe1, 0x4e, 0xb0, 0x45, 0x8f, 0x34, 0xf9, 0x44, 0x44, 0x0d, 0xe1, 0x8a, 0x80, 0x63, 0x85, 0x81, + 0xda, 0x80, 0x76, 0xe4, 0xe8, 0x29, 0x57, 0xb8, 0x38, 0x49, 0xfa, 0xf7, 0xa4, 0xb3, 0xf0, 0xb3, + 0x95, 0x2e, 0x3a, 0x38, 0x85, 0x36, 0x7a, 0x1d, 0x2e, 0xed, 0x04, 0x5b, 0xe2, 0xa0, 0xdf, 0x08, + 0x5c, 0xaf, 0xea, 0xb6, 0x8d, 0xe7, 0x20, 0x53, 0xa2, 0xb9, 0x97, 0x56, 0xd2, 0xd1, 0x70, 0xaf, + 0xfa, 0xf6, 0xbf, 0x18, 0x00, 0x16, 0x97, 0x4e, 0x65, 0x61, 0x8b, 0x44, 0x0d, 0xbf, 0x96, 0xd4, + 0x5d, 0xd6, 0x18, 0x14, 0x8b, 0x52, 0x19, 0x56, 0x94, 0xeb, 0x11, 0x56, 0xb4, 0x07, 0xc3, 0x0d, + 0xe2, 0xd4, 0x48, 0x20, 0x4d, 0x6d, 0xab, 0xd9, 0x44, 0xd2, 0x2f, 0x31, 0xa2, 0xf1, 0x15, 0x9a, + 0xff, 0x0f, 0xb1, 0xe4, 0x86, 0x3e, 0x0a, 0x67, 0xa8, 0x16, 0xe2, 0x77, 0x22, 0x69, 0x57, 0x1e, + 0x64, 0x76, 0x65, 0x76, 0xa2, 0x6e, 0x1a, 0x25, 0x38, 0x81, 0x89, 0xe6, 0x61, 0x42, 0xd8, 0x80, + 0x95, 0x09, 0x4f, 0x0c, 0xac, 0x7a, 0xa7, 0x53, 0x49, 0x94, 0xe3, 0xae, 0x1a, 0x54, 0x22, 0x6f, + 0xf9, 0x35, 0xee, 0x06, 0xd4, 0x24, 0x72, 0xd9, 0xaf, 0xed, 0x63, 0x56, 0x42, 0xf5, 0x7d, 0x79, + 0x16, 0x56, 0x76, 0xdc, 0xf6, 0x6d, 0x12, 0xb8, 0xdb, 0xfb, 0xec, 0xe0, 0x2e, 0xc4, 0xfa, 0xfe, + 0x72, 0x17, 0x06, 0x4e, 0xa9, 0x65, 0x7f, 0x3d, 0x07, 0xa3, 0xfa, 0x13, 0x83, 0x07, 0xc5, 0x7b, + 0x85, 0xf1, 0xc4, 0xf0, 0xdb, 0xdd, 0x52, 0x06, 0x13, 0xf3, 0xa0, 0x49, 0xb9, 0x07, 0xc5, 0x2d, + 0x19, 0x47, 0x93, 0x9d, 0xb9, 0x50, 0x85, 0xe6, 0xc4, 0xca, 0xb9, 0x02, 0xe1, 0x98, 0xa1, 0xfd, + 0x1d, 0x2a, 0xe4, 0xd5, 0xda, 0xe9, 0xc3, 0xf6, 0xfa, 0x9c, 0x6e, 0xc5, 0xe8, 0xa5, 0x10, 0x7f, + 0x06, 0x8a, 0xec, 0xc7, 0x42, 0xe0, 0xb7, 0x44, 0x9f, 0x70, 0x96, 0x6b, 0x5c, 0xdc, 0xd6, 0x99, + 0xc0, 0xbf, 0x2d, 0x19, 0xe1, 0x98, 0xa7, 0xed, 0xc3, 0x44, 0x12, 0x1b, 0x7d, 0x12, 0x46, 0x43, + 0x29, 0x33, 0xe3, 0x00, 0xe2, 0x3e, 0x65, 0x2b, 0x33, 0xc8, 0x55, 0xb4, 0xea, 0xd8, 0x20, 0x66, + 0xaf, 0xc3, 0x50, 0xa6, 0x43, 0x68, 0x7f, 0xc3, 0x82, 0x22, 0x73, 0x89, 0xd4, 0x03, 0xa7, 0x15, + 0x57, 0x19, 0x38, 0x62, 0xd4, 0x43, 0x18, 0xe6, 0x97, 0x27, 0x19, 0x4a, 0x90, 0xc1, 0xf2, 0xe5, + 0x4f, 0x65, 0xe3, 0xe5, 0xcb, 0x6f, 0x69, 0x21, 0x96, 0x9c, 0xec, 0xcf, 0xe7, 0x60, 0x68, 0xd9, + 0x6b, 0x77, 0xfe, 0xdc, 0x3f, 0xd7, 0x5c, 0x83, 0xc1, 0xe5, 0x88, 0xb4, 0xcc, 0x57, 0xc5, 0xa3, + 0xe5, 0xe7, 0xf5, 0x17, 0xc5, 0x25, 0xf3, 0x45, 0x31, 0x76, 0xf6, 0x64, 0xa4, 0x8d, 0x30, 0xde, + 0xc5, 0x41, 0xd4, 0x2f, 0x42, 0x71, 0xd5, 0xd9, 0x22, 0xcd, 0x15, 0xb2, 0x1f, 0xd2, 0x5b, 0x1b, + 0xf7, 0xfa, 0x5a, 0xf1, 0xad, 0xcd, 0xf0, 0xd0, 0xce, 0xc3, 0x19, 0x86, 0xad, 0x36, 0x03, 0x55, + 0x0b, 0x49, 0xfc, 0x9e, 0xcf, 0x32, 0xd5, 0x42, 0xed, 0x2d, 0x9f, 0x86, 0x65, 0x4f, 0xc3, 0x48, + 0x4c, 0xa5, 0x0f, 0xae, 0x7f, 0x9c, 0x83, 0x31, 0xc3, 0x06, 0x69, 0x78, 0x66, 0xac, 0x07, 0x7a, + 0x66, 0x0c, 0x4f, 0x49, 0xee, 0x71, 0x7b, 0x4a, 0x06, 0x4e, 0xdf, 0x53, 0x62, 0x4e, 0xd2, 0x60, + 0x5f, 0x93, 0xd4, 0x84, 0xc1, 0x55, 0xd7, 0xdb, 0xe9, 0x4f, 0xce, 0x84, 0x55, 0xbf, 0xdd, 0x25, + 0x67, 0x2a, 0x14, 0x88, 0x79, 0x99, 0x3c, 0x12, 0x07, 0xd2, 0x8f, 0x44, 0xfb, 0x73, 0x16, 0x9c, + 0x5d, 0x23, 0x2d, 0xdf, 0x7d, 0xd7, 0x89, 0x23, 0xc8, 0x68, 0xa5, 0x86, 0x1b, 0x89, 0x80, 0x19, + 0x55, 0x69, 0xc9, 0x8d, 0x30, 0x85, 0x3f, 0xc0, 0xb2, 0xc5, 0x5e, 0x93, 0x50, 0xb5, 0x57, 0x0b, + 0x78, 0x8f, 0x63, 0xc3, 0x64, 0x01, 0x8e, 0x71, 0xec, 0xdf, 0xb5, 0x60, 0x98, 0x37, 0x82, 0x48, + 0xda, 0x56, 0x0f, 0xda, 0x0d, 0xc8, 0xb3, 0x7a, 0x62, 0x39, 0x2d, 0x66, 0xe0, 0xf1, 0xa0, 0xe4, + 0xf8, 0xe2, 0x67, 0x3f, 0x31, 0x67, 0xc0, 0x94, 0x41, 0xe7, 0xee, 0xac, 0x0a, 0x9e, 0x8b, 0x95, + 0x41, 0x06, 0xc5, 0xa2, 0xd4, 0xfe, 0xda, 0x00, 0x14, 0xa4, 0x2f, 0x99, 0x3f, 0xab, 0xf2, 0x3c, + 0x3f, 0x72, 0xb8, 0xab, 0x95, 0x0b, 0xc9, 0x0c, 0xc2, 0xa1, 0x24, 0x87, 0xe9, 0xd9, 0x98, 0x3a, + 0xf7, 0x68, 0x28, 0xd5, 0x5e, 0x2b, 0xc1, 0x7a, 0x23, 0xd0, 0xa7, 0x61, 0xa8, 0x49, 0xb7, 0xbd, + 0x94, 0x99, 0xb7, 0x33, 0x6c, 0x0e, 0x93, 0x27, 0xa2, 0x25, 0x6a, 0x84, 0x38, 0x10, 0x0b, 0xae, + 0x93, 0x1f, 0x87, 0x89, 0x64, 0xab, 0x1f, 0xf4, 0x30, 0xa1, 0xa8, 0x79, 0x3b, 0x26, 0xff, 0xb2, + 0x10, 0x5b, 0xc7, 0xaf, 0x6a, 0xbf, 0x06, 0x23, 0x6b, 0x24, 0x0a, 0xdc, 0x2a, 0x23, 0xf0, 0xa0, + 0xc5, 0xd5, 0xd7, 0xc1, 0xfd, 0x05, 0xb6, 0x58, 0x29, 0x4d, 0xaa, 0xdb, 0x41, 0x3b, 0xf0, 0xe9, + 0xad, 0x80, 0x74, 0xe4, 0x64, 0x67, 0xa0, 0xec, 0x6f, 0x28, 0x9a, 0xdc, 0x09, 0x17, 0xff, 0xc7, + 0x1a, 0x3f, 0xfb, 0x2a, 0xe4, 0xd7, 0x3a, 0x11, 0xb9, 0xfb, 0x60, 0x51, 0x61, 0x7f, 0x12, 0x46, + 0x19, 0xea, 0x92, 0xdf, 0xa4, 0xc7, 0x13, 0xed, 0x69, 0x8b, 0xfe, 0x4f, 0x9a, 0x3d, 0x19, 0x12, + 0xe6, 0x65, 0x74, 0x07, 0x34, 0xfc, 0x66, 0x8d, 0x04, 0xc9, 0xd7, 0x17, 0x4b, 0x0c, 0x8a, 0x45, + 0xa9, 0xfd, 0x0b, 0x39, 0x18, 0x61, 0x15, 0x85, 0xf4, 0xd8, 0x87, 0xe1, 0x06, 0xe7, 0x23, 0x86, + 0x24, 0x83, 0x98, 0x21, 0xbd, 0xf5, 0x9a, 0xb2, 0xcd, 0x01, 0x58, 0xf2, 0xa3, 0xac, 0xf7, 0x1c, + 0x37, 0xa2, 0xac, 0x73, 0x27, 0xcb, 0xfa, 0x0e, 0x67, 0x83, 0x25, 0x3f, 0xfb, 0xd7, 0x72, 0x00, + 0x37, 0xfd, 0x1a, 0x11, 0x8f, 0x66, 0x7e, 0x16, 0xf2, 0xed, 0x86, 0x13, 0x26, 0x5d, 0x19, 0xf9, + 0x0d, 0x0a, 0xbc, 0x7f, 0x30, 0x55, 0xa4, 0xb8, 0xec, 0x0f, 0xe6, 0x88, 0x7a, 0xb8, 0x6e, 0xee, + 0xe8, 0x70, 0x5d, 0xd4, 0x86, 0x61, 0xbf, 0x13, 0x51, 0xa5, 0x4c, 0x9c, 0x6a, 0x19, 0x78, 0xf2, + 0xd6, 0x39, 0x41, 0x1e, 0xe3, 0x2a, 0xfe, 0x60, 0xc9, 0x06, 0xbd, 0x02, 0x85, 0x76, 0xe0, 0xd7, + 0xe9, 0x21, 0x25, 0xce, 0xb1, 0xa7, 0xe5, 0xc1, 0xbf, 0x21, 0xe0, 0xf7, 0xb5, 0xdf, 0x58, 0x61, + 0xdb, 0x3f, 0x1c, 0xe7, 0xe3, 0x22, 0x16, 0xc7, 0x24, 0xe4, 0x5c, 0x79, 0xbf, 0x06, 0x41, 0x22, + 0xb7, 0x3c, 0x8f, 0x73, 0x6e, 0x4d, 0xad, 0xe3, 0x5c, 0xcf, 0x23, 0xef, 0x65, 0x18, 0xa9, 0xb9, + 0x61, 0xbb, 0xe9, 0xec, 0xdf, 0x4c, 0x31, 0x6e, 0xcc, 0xc7, 0x45, 0x58, 0xc7, 0x43, 0x2f, 0x8a, + 0xe0, 0xec, 0x41, 0xe3, 0x42, 0x2b, 0x83, 0xb3, 0x0b, 0xb4, 0x79, 0x5a, 0x5c, 0x76, 0xf2, 0xcd, + 0x56, 0xbe, 0xef, 0x37, 0x5b, 0x49, 0x95, 0x63, 0xe8, 0xf4, 0x55, 0x8e, 0x8f, 0xc1, 0x98, 0xfc, + 0xcb, 0xf4, 0x80, 0xd2, 0x79, 0xd6, 0x7a, 0x65, 0x74, 0xdb, 0xd4, 0x0b, 0xb1, 0x89, 0x1b, 0x2f, + 0xda, 0xe1, 0x7e, 0x17, 0xed, 0x35, 0x80, 0x2d, 0xbf, 0xe3, 0xd5, 0x9c, 0x60, 0x7f, 0x79, 0x5e, + 0x84, 0x72, 0x29, 0x0d, 0xa7, 0xac, 0x4a, 0xb0, 0x86, 0xa5, 0x2f, 0xf4, 0xe2, 0x03, 0x16, 0xfa, + 0x27, 0xa1, 0xc8, 0xc2, 0xde, 0x48, 0x6d, 0x36, 0x12, 0x41, 0x0e, 0xc7, 0x89, 0x90, 0x52, 0x6a, + 0x47, 0x45, 0x12, 0xc1, 0x31, 0x3d, 0xf4, 0x16, 0xc0, 0xb6, 0xeb, 0xb9, 0x61, 0x83, 0x51, 0x1f, + 0x39, 0x36, 0x75, 0xd5, 0xcf, 0x05, 0x45, 0x05, 0x6b, 0x14, 0xd1, 0x9b, 0x70, 0x96, 0x84, 0x91, + 0xdb, 0x72, 0x22, 0x52, 0x53, 0xef, 0x6f, 0x4a, 0xcc, 0x22, 0xa3, 0x02, 0x0f, 0x6f, 0x24, 0x11, + 0xee, 0xa7, 0x01, 0x71, 0x37, 0x21, 0x63, 0x47, 0x4e, 0x1e, 0x67, 0x47, 0xa2, 0x3f, 0xb5, 0xe0, + 0x6c, 0x40, 0xb8, 0xe7, 0x3b, 0x54, 0x0d, 0xbb, 0xc0, 0xe4, 0x65, 0x35, 0x8b, 0x54, 0x43, 0x72, + 0xb3, 0x4f, 0xe3, 0x24, 0x17, 0xae, 0x28, 0x10, 0xd9, 0xfb, 0xae, 0xf2, 0xfb, 0x69, 0xc0, 0xcf, + 0x7d, 0x7f, 0x6a, 0xaa, 0x3b, 0xef, 0x95, 0x22, 0x4e, 0x77, 0xde, 0xdf, 0xf8, 0xfe, 0xd4, 0x84, + 0xfc, 0x1f, 0x0f, 0x5a, 0x57, 0x27, 0xe9, 0xb9, 0xd7, 0xf6, 0x6b, 0xcb, 0x1b, 0x22, 0x1a, 0x45, + 0x9d, 0x7b, 0x1b, 0x14, 0x88, 0x79, 0x19, 0x7a, 0x01, 0x0a, 0x35, 0x87, 0xb4, 0x7c, 0x8f, 0xd4, + 0x4a, 0x63, 0xb1, 0xbb, 0x6f, 0x5e, 0xc0, 0xb0, 0x2a, 0x45, 0x4d, 0x18, 0x72, 0xd9, 0xdd, 0x58, + 0x84, 0x9e, 0x65, 0x70, 0x21, 0xe7, 0x77, 0x6d, 0x19, 0x78, 0xc6, 0x84, 0xb0, 0xe0, 0xa1, 0x4b, + 0xfd, 0xf1, 0xd3, 0x91, 0xfa, 0x2f, 0x40, 0xa1, 0xda, 0x70, 0x9b, 0xb5, 0x80, 0x78, 0xa5, 0x09, + 0x76, 0x49, 0x64, 0x23, 0x31, 0x27, 0x60, 0x58, 0x95, 0xa2, 0xbf, 0x04, 0x63, 0x7e, 0x27, 0x62, + 0x9b, 0x9c, 0xce, 0x7f, 0x58, 0x3a, 0xcb, 0xd0, 0x59, 0x20, 0xc1, 0xba, 0x5e, 0x80, 0x4d, 0x3c, + 0x2a, 0x6c, 0x1b, 0x7e, 0x18, 0xd1, 0x3f, 0x4c, 0xd8, 0x5e, 0x34, 0x85, 0xed, 0x92, 0x56, 0x86, + 0x0d, 0x4c, 0xf4, 0x55, 0x0b, 0xce, 0xb6, 0x92, 0x57, 0x97, 0xd2, 0x25, 0x36, 0x32, 0x95, 0x2c, + 0x54, 0xdc, 0x04, 0x69, 0x1e, 0x6f, 0xd9, 0x05, 0xc6, 0xdd, 0x8d, 0x60, 0xaf, 0xda, 0xc3, 0x7d, + 0xaf, 0xda, 0x08, 0x7c, 0xcf, 0x6c, 0xde, 0x93, 0x59, 0xbd, 0x8f, 0x60, 0xbb, 0x2c, 0x8d, 0x45, + 0xf9, 0xc9, 0xc3, 0x83, 0xa9, 0x0b, 0xa9, 0x45, 0x38, 0xbd, 0x51, 0x93, 0xf3, 0x70, 0x31, 0x7d, + 0xa7, 0x3e, 0x48, 0xd7, 0x1e, 0xd0, 0x75, 0xed, 0x05, 0x78, 0xb2, 0x67, 0xa3, 0xa8, 0xcc, 0x97, + 0x8a, 0x99, 0x65, 0xca, 0xfc, 0x2e, 0x45, 0xea, 0x0c, 0x8c, 0xea, 0xd9, 0xca, 0x58, 0x54, 0x87, + 0x96, 0x51, 0x01, 0xdd, 0x83, 0xa2, 0x5f, 0xc9, 0x3c, 0x3c, 0x62, 0xbd, 0xd2, 0x15, 0x1e, 0xa1, + 0x40, 0x38, 0x66, 0xd8, 0x4f, 0x54, 0x47, 0x6a, 0xfa, 0x87, 0xc7, 0xdc, 0xec, 0x63, 0x47, 0x75, + 0xfc, 0xc7, 0x41, 0x88, 0x29, 0xa1, 0x17, 0xa1, 0x40, 0xbc, 0x5a, 0xdb, 0x77, 0xbd, 0x28, 0x69, + 0xf7, 0xb9, 0x21, 0xe0, 0x58, 0x61, 0x68, 0x31, 0x20, 0xb9, 0x23, 0x63, 0x40, 0x6a, 0x30, 0xee, + 0x30, 0x07, 0x42, 0xec, 0xc1, 0x1f, 0x38, 0xb6, 0x43, 0x6c, 0xd6, 0xa4, 0x80, 0x93, 0x24, 0x29, + 0x97, 0x30, 0xae, 0xca, 0xb8, 0x0c, 0x1e, 0x9b, 0x4b, 0xc5, 0xa4, 0x80, 0x93, 0x24, 0xd1, 0x9b, + 0x50, 0xaa, 0xb2, 0x87, 0x3e, 0xbc, 0x8f, 0xcb, 0xdb, 0x37, 0xfd, 0x68, 0x23, 0x20, 0x21, 0xf1, + 0x78, 0x84, 0x45, 0xa1, 0xfc, 0xac, 0x18, 0x85, 0xd2, 0x5c, 0x0f, 0x3c, 0xdc, 0x93, 0x02, 0xd5, + 0xea, 0x98, 0xf7, 0xc3, 0x8d, 0xf6, 0x37, 0xfd, 0x1d, 0x22, 0x5d, 0x33, 0x4a, 0xab, 0xab, 0xe8, + 0x85, 0xd8, 0xc4, 0x45, 0xbf, 0x6c, 0xc1, 0x58, 0x53, 0x9a, 0xf1, 0x70, 0xa7, 0x29, 0xf3, 0xa1, + 0xe1, 0x4c, 0x96, 0xdf, 0xaa, 0x4e, 0x99, 0x0b, 0x7c, 0x03, 0x84, 0x4d, 0xde, 0xf6, 0x77, 0x2c, + 0x98, 0x48, 0x56, 0x43, 0x3b, 0xf0, 0x4c, 0xcb, 0x09, 0x76, 0x96, 0xbd, 0xed, 0x80, 0x85, 0xc0, + 0x46, 0x7c, 0x56, 0x67, 0xb7, 0x23, 0x12, 0xcc, 0x3b, 0xfb, 0x3c, 0xd0, 0x2d, 0xaf, 0x52, 0x38, + 0x3e, 0xb3, 0x76, 0x14, 0x32, 0x3e, 0x9a, 0x16, 0xaa, 0xc0, 0x05, 0x8a, 0x30, 0x4f, 0x9a, 0x84, + 0x4a, 0xa8, 0x98, 0x49, 0x8e, 0x31, 0x51, 0xa1, 0x1c, 0x6b, 0x69, 0x48, 0x38, 0xbd, 0xae, 0x5d, + 0x80, 0x21, 0x1e, 0xfe, 0x6f, 0xff, 0x87, 0x1c, 0xc8, 0x93, 0xf4, 0xcf, 0xb7, 0xc9, 0x1c, 0xd9, + 0x30, 0x14, 0xb0, 0xdb, 0xb0, 0xb8, 0xa8, 0x31, 0xa5, 0x86, 0xdf, 0x8f, 0xb1, 0x28, 0xa1, 0x2a, + 0x06, 0xb9, 0xeb, 0x46, 0x73, 0x7e, 0x4d, 0x5e, 0xcf, 0x98, 0x8a, 0x71, 0x43, 0xc0, 0xb0, 0x2a, + 0xb5, 0x7f, 0xd1, 0x82, 0x31, 0xda, 0xcb, 0x66, 0x93, 0x34, 0x2b, 0x11, 0x69, 0x87, 0x28, 0x84, + 0x7c, 0x48, 0x7f, 0x64, 0x67, 0x66, 0x88, 0x5f, 0x7d, 0x90, 0xb6, 0x66, 0x50, 0xa5, 0x4c, 0x30, + 0xe7, 0x65, 0x7f, 0x73, 0x00, 0x8a, 0x6a, 0xb0, 0xfb, 0xb0, 0xd2, 0x5e, 0x8b, 0x33, 0xc0, 0x70, + 0x69, 0x58, 0xd2, 0xb2, 0xbf, 0xd0, 0x3b, 0xd5, 0xac, 0xb7, 0xcf, 0x9f, 0x97, 0xc6, 0xa9, 0x60, + 0x5e, 0x34, 0xdd, 0x41, 0x17, 0x75, 0x1f, 0x83, 0x86, 0x2f, 0xfc, 0x42, 0x77, 0x75, 0x6f, 0xdc, + 0x60, 0x56, 0x27, 0x8b, 0x72, 0x35, 0xf4, 0x76, 0xc3, 0x25, 0xd2, 0x32, 0xe6, 0xfb, 0x4a, 0xcb, + 0x78, 0x15, 0x06, 0x89, 0xd7, 0x69, 0xb1, 0x27, 0x00, 0x45, 0xa6, 0x53, 0x0d, 0xde, 0xf0, 0x3a, + 0x2d, 0xb3, 0x67, 0x0c, 0x05, 0x7d, 0x1c, 0x46, 0x6a, 0x24, 0xac, 0x06, 0x2e, 0x7b, 0x33, 0x29, + 0x2e, 0xa5, 0x4f, 0xb3, 0x9b, 0x7e, 0x0c, 0x36, 0x2b, 0xea, 0x15, 0xec, 0x77, 0x61, 0x68, 0xa3, + 0xd9, 0xa9, 0xbb, 0x1e, 0x6a, 0xc3, 0x10, 0x7f, 0x41, 0x29, 0x4e, 0xde, 0x0c, 0x14, 0x75, 0xbe, + 0xdb, 0xb5, 0xc8, 0x77, 0xfe, 0xf8, 0x47, 0xf0, 0xb1, 0xff, 0xb9, 0x05, 0xf4, 0x56, 0xb1, 0x38, + 0x87, 0xfe, 0x4a, 0x57, 0xc6, 0xc2, 0x9f, 0x48, 0xc9, 0x58, 0x38, 0xc6, 0x90, 0xbb, 0x93, 0x15, + 0xa2, 0x26, 0x8c, 0x31, 0x3b, 0xaa, 0x3c, 0x8f, 0x84, 0xe5, 0xfb, 0x7a, 0x9f, 0x8f, 0x0e, 0xf5, + 0xaa, 0x42, 0x3a, 0xeb, 0x20, 0x6c, 0x12, 0xb7, 0x7f, 0x6f, 0x10, 0x34, 0x73, 0x63, 0x1f, 0xcb, + 0xfb, 0x9d, 0x84, 0x71, 0x79, 0x2d, 0x13, 0xe3, 0xb2, 0xb4, 0xd8, 0x72, 0x91, 0x61, 0xda, 0x93, + 0x69, 0xa3, 0x1a, 0xa4, 0xd9, 0x16, 0x9b, 0x43, 0x35, 0x6a, 0x89, 0x34, 0xdb, 0x98, 0x95, 0xa8, + 0xe7, 0x13, 0x83, 0x3d, 0x9f, 0x4f, 0x34, 0x20, 0x5f, 0x77, 0x3a, 0x75, 0x22, 0x62, 0x56, 0x32, + 0xf0, 0x23, 0xb0, 0x78, 0x52, 0xee, 0x47, 0x60, 0x3f, 0x31, 0x67, 0x40, 0x77, 0x67, 0x43, 0xfa, + 0x79, 0x85, 0x41, 0x28, 0x83, 0xdd, 0xa9, 0x5c, 0xc7, 0x7c, 0x77, 0xaa, 0xbf, 0x38, 0x66, 0x46, + 0xef, 0x8b, 0x55, 0xfe, 0x56, 0x59, 0x1c, 0xf8, 0xcb, 0x59, 0xbc, 0x0f, 0x61, 0x04, 0xf9, 0x7d, + 0x51, 0xfc, 0xc1, 0x92, 0x8d, 0x3d, 0x03, 0x23, 0x5a, 0x32, 0x42, 0x3a, 0x0d, 0xea, 0x99, 0xac, + 0x36, 0x0d, 0xf3, 0x4e, 0xe4, 0x60, 0x56, 0x62, 0xff, 0xbd, 0x01, 0x50, 0xf7, 0x76, 0xfd, 0x35, + 0x83, 0x53, 0xd5, 0x1e, 0xf5, 0x1b, 0xcf, 0xe8, 0x7c, 0x0f, 0x8b, 0x52, 0xaa, 0x14, 0xb5, 0x48, + 0x50, 0x57, 0x37, 0x05, 0x21, 0x5f, 0x95, 0x52, 0xb4, 0xa6, 0x17, 0x62, 0x13, 0x97, 0x6a, 0xb4, + 0x2d, 0xc7, 0x73, 0xb7, 0x49, 0x18, 0x25, 0x43, 0xc6, 0xd6, 0x04, 0x1c, 0x2b, 0x0c, 0xb4, 0x08, + 0x67, 0x43, 0x12, 0xad, 0xef, 0x79, 0x24, 0x50, 0xcf, 0xfb, 0xc4, 0x7b, 0x4f, 0x15, 0xa8, 0x59, + 0x49, 0x22, 0xe0, 0xee, 0x3a, 0xa9, 0x61, 0x36, 0xf9, 0x63, 0x87, 0xd9, 0xcc, 0xc3, 0xc4, 0xb6, + 0xe3, 0x36, 0x3b, 0x01, 0xe9, 0x19, 0xac, 0xb3, 0x90, 0x28, 0xc7, 0x5d, 0x35, 0x58, 0xac, 0x70, + 0xd3, 0xa9, 0x87, 0xa5, 0x61, 0x2d, 0x56, 0x98, 0x02, 0x30, 0x87, 0xdb, 0xff, 0xc4, 0x02, 0xfe, + 0xd0, 0x7e, 0x76, 0x7b, 0xdb, 0xf5, 0xdc, 0x68, 0x1f, 0xfd, 0x86, 0x05, 0x13, 0x9e, 0x5f, 0x23, + 0xb3, 0x5e, 0xe4, 0x4a, 0x60, 0x76, 0x99, 0xda, 0x18, 0xaf, 0x9b, 0x09, 0xf2, 0xfc, 0xd5, 0x66, + 0x12, 0x8a, 0xbb, 0x9a, 0x61, 0x5f, 0x82, 0x0b, 0xa9, 0x04, 0xec, 0xef, 0x0c, 0x80, 0x99, 0x2f, + 0x00, 0xbd, 0x06, 0xf9, 0x26, 0x7b, 0xc1, 0x6a, 0x3d, 0x64, 0x22, 0x08, 0x36, 0x56, 0xfc, 0x89, + 0x2b, 0xa7, 0x84, 0xe6, 0x61, 0x84, 0x25, 0x21, 0x10, 0xef, 0x8b, 0xf9, 0x52, 0xb4, 0xe3, 0xd4, + 0xbc, 0xaa, 0xe8, 0xbe, 0xf9, 0x17, 0xeb, 0xd5, 0xd0, 0x7b, 0x30, 0xbc, 0xc5, 0x73, 0x07, 0x65, + 0x67, 0xd8, 0x17, 0xc9, 0x88, 0x98, 0x16, 0x21, 0x33, 0x13, 0xdd, 0x8f, 0x7f, 0x62, 0xc9, 0x11, + 0xed, 0x43, 0xc1, 0x91, 0x73, 0x3a, 0x98, 0x55, 0xec, 0xa7, 0xb1, 0x7e, 0xb8, 0x6e, 0xa7, 0xe6, + 0x50, 0xb1, 0x4b, 0x38, 0xca, 0xf3, 0x7d, 0x39, 0xca, 0xbf, 0x61, 0x01, 0xc4, 0x79, 0x2e, 0xd1, + 0x5d, 0x28, 0x84, 0xd7, 0x8d, 0xeb, 0x75, 0x16, 0x0f, 0xf6, 0x04, 0x45, 0xed, 0x51, 0x8b, 0x80, + 0x60, 0xc5, 0xed, 0x41, 0x26, 0x81, 0x3f, 0xb6, 0xe0, 0x7c, 0x5a, 0x3e, 0xce, 0xc7, 0xd8, 0xe2, + 0xe3, 0x5a, 0x03, 0x44, 0x85, 0x8d, 0x80, 0x6c, 0xbb, 0x77, 0x93, 0x2e, 0xfd, 0x15, 0x59, 0x80, + 0x63, 0x1c, 0xfb, 0x5b, 0x43, 0xa0, 0x18, 0x9f, 0x90, 0xf5, 0xe0, 0x0a, 0xbd, 0x5d, 0xd4, 0xe3, + 0x9c, 0x56, 0x0a, 0x0f, 0x33, 0x28, 0x16, 0xa5, 0xf4, 0x86, 0x21, 0x63, 0x07, 0x85, 0xc8, 0x66, + 0xab, 0x50, 0xc6, 0x18, 0x62, 0x55, 0x9a, 0x66, 0x8f, 0xc8, 0x9f, 0x8a, 0x3d, 0x62, 0x28, 0x7b, + 0x7b, 0xc4, 0x55, 0x18, 0x0e, 0xfc, 0x26, 0x99, 0xc5, 0x37, 0x85, 0xde, 0x1c, 0xe7, 0x62, 0xe3, + 0x60, 0x2c, 0xcb, 0xd1, 0xcb, 0x30, 0xd2, 0x09, 0x49, 0x65, 0x7e, 0x65, 0x2e, 0x20, 0xb5, 0x50, + 0x3c, 0x68, 0x50, 0x4e, 0xb5, 0x5b, 0x71, 0x11, 0xd6, 0xf1, 0xd0, 0xb7, 0xac, 0x23, 0x4c, 0x1e, + 0xc5, 0xac, 0xce, 0x84, 0xd4, 0xec, 0x29, 0xec, 0x12, 0xf0, 0x30, 0x76, 0x94, 0xaf, 0x59, 0x70, + 0x96, 0x78, 0xd5, 0x60, 0x9f, 0xd1, 0x11, 0xd4, 0x84, 0x63, 0xe9, 0x56, 0x16, 0x9b, 0xef, 0x46, + 0x92, 0x38, 0xb7, 0x1a, 0x77, 0x81, 0x71, 0x77, 0x33, 0xec, 0x1f, 0xe6, 0xe0, 0x5c, 0x0a, 0x05, + 0x16, 0x9a, 0xdd, 0xa2, 0x0b, 0x68, 0xb9, 0x96, 0xdc, 0x3e, 0x2b, 0x02, 0x8e, 0x15, 0x06, 0xda, + 0x80, 0xf3, 0x3b, 0xad, 0x30, 0xa6, 0x32, 0xe7, 0x7b, 0x11, 0xb9, 0x2b, 0x37, 0x93, 0xf4, 0x11, + 0x9d, 0x5f, 0x49, 0xc1, 0xc1, 0xa9, 0x35, 0xa9, 0xb6, 0x41, 0x3c, 0x67, 0xab, 0x49, 0xe2, 0x22, + 0xf1, 0xb0, 0x40, 0x69, 0x1b, 0x37, 0x12, 0xe5, 0xb8, 0xab, 0x06, 0xfa, 0xa2, 0x05, 0x4f, 0x85, + 0x24, 0xd8, 0x25, 0x41, 0xc5, 0xad, 0x91, 0xb9, 0x4e, 0x18, 0xf9, 0x2d, 0x12, 0x3c, 0xa4, 0x4d, + 0x6e, 0xea, 0xf0, 0x60, 0xea, 0xa9, 0x4a, 0x6f, 0x6a, 0xf8, 0x28, 0x56, 0xf6, 0x17, 0x2d, 0x38, + 0x53, 0x61, 0xb7, 0x44, 0xa5, 0x73, 0x66, 0x9d, 0xee, 0xea, 0x8a, 0x7a, 0xc6, 0x9a, 0x10, 0x62, + 0xe6, 0xc3, 0x53, 0xfb, 0x6d, 0x98, 0xa8, 0x90, 0x96, 0xd3, 0x6e, 0xb0, 0x57, 0x41, 0x3c, 0x88, + 0x61, 0x06, 0x8a, 0xa1, 0x84, 0x25, 0xb3, 0xf1, 0x2a, 0x64, 0x1c, 0xe3, 0xa0, 0xe7, 0x79, 0xc0, + 0x85, 0x8c, 0x6b, 0x2e, 0x72, 0xed, 0x9c, 0x47, 0x69, 0x84, 0x58, 0x96, 0xd9, 0x7b, 0x30, 0x1a, + 0x57, 0x27, 0xdb, 0xa8, 0x0e, 0xe3, 0x55, 0x2d, 0x2c, 0x3f, 0x8e, 0x99, 0xed, 0x3f, 0x82, 0x9f, + 0xc9, 0xa2, 0x39, 0x93, 0x08, 0x4e, 0x52, 0xb5, 0xbf, 0x9c, 0x83, 0x71, 0xc5, 0x59, 0x38, 0x04, + 0xde, 0x4f, 0x06, 0x89, 0xe0, 0x2c, 0x9e, 0xd7, 0x9b, 0x23, 0x79, 0x44, 0xa0, 0xc8, 0xfb, 0xc9, + 0x40, 0x91, 0x13, 0x65, 0xdf, 0xe5, 0xe3, 0xf8, 0x46, 0x0e, 0x0a, 0xea, 0xb1, 0xff, 0x6b, 0x90, + 0x67, 0x17, 0xa8, 0x47, 0xd3, 0x46, 0xd9, 0x65, 0x0c, 0x73, 0x4a, 0x94, 0x24, 0xf3, 0x73, 0x3f, + 0x74, 0xa6, 0xb3, 0x22, 0xb7, 0x7b, 0x39, 0x41, 0x84, 0x39, 0x25, 0xb4, 0x02, 0x03, 0xc4, 0xab, + 0x09, 0xb5, 0xf4, 0xf8, 0x04, 0x59, 0x26, 0xea, 0x1b, 0x5e, 0x0d, 0x53, 0x2a, 0x2c, 0xdd, 0x16, + 0xd7, 0x3e, 0x12, 0xc9, 0x6d, 0x85, 0xea, 0x21, 0x4a, 0xed, 0x5f, 0x1e, 0x80, 0xa1, 0x4a, 0x67, + 0x8b, 0x2a, 0xd8, 0xbf, 0x65, 0xc1, 0xb9, 0xbd, 0x44, 0x66, 0xbe, 0x78, 0xc9, 0xde, 0xca, 0xce, + 0xf6, 0xa7, 0xc7, 0x5a, 0x3c, 0x25, 0xda, 0x75, 0x2e, 0xa5, 0x10, 0xa7, 0x35, 0xc7, 0xc8, 0xc4, + 0x35, 0x70, 0x22, 0x99, 0xb8, 0xee, 0x9e, 0x70, 0x54, 0xed, 0x58, 0xaf, 0x88, 0x5a, 0xfb, 0xf7, + 0xf2, 0x00, 0x7c, 0x36, 0xd6, 0xdb, 0x51, 0x3f, 0xc6, 0xa1, 0x57, 0x60, 0x54, 0x7e, 0x9e, 0x29, + 0x2d, 0x6f, 0xf2, 0xa2, 0x56, 0x86, 0x0d, 0x4c, 0x76, 0x21, 0xf0, 0xa2, 0x60, 0x9f, 0x2b, 0x8d, + 0xc9, 0xc8, 0x59, 0x55, 0x82, 0x35, 0x2c, 0x34, 0x6d, 0x18, 0xdb, 0x79, 0x56, 0x92, 0x33, 0x47, + 0xd8, 0xc6, 0x3f, 0x0e, 0x67, 0xcc, 0xf7, 0xc1, 0x42, 0x53, 0x52, 0xaf, 0xf3, 0xcd, 0x67, 0xc5, + 0x38, 0x81, 0x4d, 0x17, 0x71, 0x2d, 0xd8, 0xc7, 0x1d, 0x4f, 0xa8, 0x4c, 0x6a, 0x11, 0xcf, 0x33, + 0x28, 0x16, 0xa5, 0xec, 0x71, 0x26, 0x3b, 0x8d, 0x38, 0x5c, 0x3c, 0xf0, 0x8c, 0x1f, 0x67, 0x6a, + 0x65, 0xd8, 0xc0, 0xa4, 0x1c, 0x84, 0x71, 0x0d, 0xcc, 0x6d, 0x92, 0xb0, 0x88, 0xb5, 0xe1, 0x8c, + 0x6f, 0xda, 0x26, 0x78, 0x34, 0xcb, 0x47, 0xfa, 0x5c, 0x7a, 0x46, 0x5d, 0xfe, 0x5c, 0x28, 0x61, + 0xca, 0x48, 0xd0, 0xa7, 0x3a, 0xa3, 0x1e, 0xe7, 0x3a, 0x6a, 0x06, 0x62, 0xf5, 0x0c, 0x45, 0xdd, + 0x80, 0xf3, 0x6d, 0xbf, 0xb6, 0x11, 0xb8, 0x7e, 0xe0, 0x46, 0xfb, 0x73, 0x4d, 0x27, 0x0c, 0xd9, + 0xc2, 0x18, 0x33, 0x95, 0x93, 0x8d, 0x14, 0x1c, 0x9c, 0x5a, 0x93, 0x6a, 0xf7, 0x6d, 0x01, 0x64, + 0x41, 0x18, 0x79, 0xae, 0xdd, 0x4b, 0x44, 0xac, 0x4a, 0xed, 0x73, 0x70, 0xb6, 0xd2, 0x69, 0xb7, + 0x9b, 0x2e, 0xa9, 0x29, 0x63, 0xb6, 0xfd, 0x73, 0x30, 0x2e, 0xf2, 0x74, 0x29, 0x55, 0xe0, 0x58, + 0x59, 0x25, 0xed, 0x3f, 0xb5, 0x60, 0x3c, 0xe1, 0xf2, 0x46, 0xef, 0x25, 0x0f, 0xf0, 0x4c, 0x7c, + 0x13, 0xfa, 0xd9, 0xcd, 0x37, 0x69, 0xaa, 0x32, 0xd0, 0x90, 0xa1, 0x9d, 0x99, 0x45, 0x48, 0xb3, + 0x00, 0x48, 0x7e, 0x22, 0xe8, 0xf1, 0xa1, 0xf6, 0x17, 0x72, 0x90, 0x1e, 0x67, 0x80, 0x3e, 0xdd, + 0x3d, 0x00, 0xaf, 0x65, 0x38, 0x00, 0x22, 0xd0, 0xa1, 0xf7, 0x18, 0x78, 0xe6, 0x18, 0xac, 0x65, + 0x34, 0x06, 0x82, 0x6f, 0xf7, 0x48, 0xfc, 0x6f, 0x0b, 0x46, 0x36, 0x37, 0x57, 0x95, 0x7d, 0x09, + 0xc3, 0xc5, 0x90, 0xbf, 0xab, 0x63, 0x0e, 0xc2, 0x39, 0xbf, 0xd5, 0xe6, 0xfe, 0x42, 0xe1, 0xc7, + 0x64, 0x29, 0xd3, 0x2a, 0xa9, 0x18, 0xb8, 0x47, 0x4d, 0xb4, 0x0c, 0xe7, 0xf4, 0x12, 0x61, 0x25, + 0x14, 0x3e, 0x4b, 0xfe, 0x96, 0xbd, 0xbb, 0x18, 0xa7, 0xd5, 0x49, 0x92, 0x12, 0xa6, 0x42, 0xf1, + 0xdd, 0xb0, 0x2e, 0x52, 0xa2, 0x18, 0xa7, 0xd5, 0xb1, 0xd7, 0x61, 0x44, 0xfb, 0x8a, 0x1d, 0xfa, + 0x04, 0x4c, 0x54, 0xfd, 0x96, 0x34, 0xd1, 0xac, 0x92, 0x5d, 0xd2, 0x14, 0x5d, 0x66, 0x56, 0xbc, + 0xb9, 0x44, 0x19, 0xee, 0xc2, 0xb6, 0xff, 0xc7, 0x65, 0x50, 0x4f, 0x49, 0xfa, 0x38, 0x61, 0xda, + 0x2a, 0x02, 0x2b, 0x9f, 0x71, 0x04, 0x96, 0x92, 0xb5, 0x89, 0x28, 0xac, 0x28, 0x8e, 0xc2, 0x1a, + 0xca, 0x3a, 0x0a, 0x4b, 0x29, 0x8c, 0x5d, 0x91, 0x58, 0x5f, 0xb1, 0x60, 0xd4, 0xf3, 0x6b, 0x44, + 0x79, 0x81, 0x86, 0x99, 0xd6, 0xfa, 0x66, 0x76, 0xa1, 0xa5, 0x3c, 0xa2, 0x48, 0x90, 0xe7, 0x71, + 0x7a, 0xea, 0x88, 0xd2, 0x8b, 0xb0, 0xd1, 0x0e, 0xb4, 0xa0, 0x19, 0x0d, 0x79, 0x9e, 0xac, 0xa7, + 0xd3, 0x6e, 0x0f, 0x0f, 0xb4, 0x00, 0xde, 0xd5, 0xf4, 0xa6, 0x62, 0x56, 0xc6, 0x30, 0xf9, 0x4c, + 0x41, 0xb3, 0xed, 0xcb, 0xac, 0x7f, 0xb1, 0x3e, 0x65, 0xc3, 0x10, 0x0f, 0xe8, 0x13, 0x59, 0x13, + 0x98, 0xcb, 0x89, 0x07, 0xfb, 0x61, 0x51, 0x82, 0x22, 0xe9, 0x69, 0x1e, 0xc9, 0x2a, 0x87, 0xaf, + 0xe1, 0xc9, 0x4e, 0x77, 0x35, 0xa3, 0x57, 0xf5, 0x4b, 0xe9, 0x68, 0x3f, 0x97, 0xd2, 0xb1, 0x9e, + 0x17, 0xd2, 0x2f, 0x59, 0x30, 0x5a, 0xd5, 0x72, 0xea, 0x96, 0x5e, 0xc8, 0xea, 0x5b, 0x43, 0x69, + 0xa9, 0x8f, 0xf9, 0x7b, 0x4a, 0x23, 0x87, 0xaf, 0xc1, 0x9d, 0xa5, 0x79, 0x62, 0x37, 0x70, 0x76, + 0xf4, 0x8f, 0x5c, 0xdb, 0xc8, 0xe0, 0x78, 0x30, 0x6e, 0xf4, 0x7c, 0x1a, 0x39, 0x0c, 0x0b, 0x5e, + 0xe8, 0x1e, 0x14, 0x64, 0x4c, 0xa8, 0x88, 0xd8, 0xc4, 0x59, 0x58, 0xb8, 0x4d, 0xff, 0x95, 0x4c, + 0x0e, 0xc3, 0xa1, 0x58, 0x71, 0x44, 0x0d, 0x18, 0xa8, 0x39, 0x75, 0x11, 0xbb, 0xb9, 0x96, 0x4d, + 0xee, 0x2d, 0xc9, 0x93, 0x5d, 0xaf, 0xe6, 0x67, 0x17, 0x31, 0x65, 0x81, 0xee, 0xc6, 0x49, 0x49, + 0x27, 0x32, 0x3b, 0x7d, 0x4d, 0x35, 0x89, 0xdb, 0x18, 0xba, 0x72, 0x9c, 0xd6, 0x84, 0xcb, 0xef, + 0x2f, 0x30, 0xb6, 0x0b, 0xd9, 0x24, 0xef, 0xe2, 0x1f, 0x6c, 0x8a, 0xdd, 0x86, 0x94, 0x0b, 0xfb, + 0x50, 0xdd, 0x4f, 0x65, 0xc5, 0x65, 0x69, 0x73, 0x73, 0xa3, 0xeb, 0x03, 0x75, 0x4d, 0x18, 0x6a, + 0xb3, 0xf0, 0x81, 0xd2, 0x4f, 0x67, 0x75, 0xb6, 0xf0, 0x70, 0x04, 0xbe, 0x36, 0xf9, 0x6f, 0x2c, + 0x78, 0xa0, 0x1b, 0x30, 0xcc, 0x73, 0x6b, 0xf3, 0xd8, 0xd9, 0x91, 0x6b, 0x93, 0xbd, 0x33, 0x74, + 0xc7, 0x07, 0x05, 0xff, 0x1f, 0x62, 0x59, 0x17, 0x7d, 0xd9, 0x82, 0x33, 0x54, 0xa2, 0xc6, 0xc9, + 0xc0, 0x4b, 0x28, 0x2b, 0x99, 0x75, 0x2b, 0xa4, 0x1a, 0x89, 0x94, 0x35, 0xea, 0x9a, 0xb4, 0x6c, + 0xb0, 0xc3, 0x09, 0xf6, 0xe8, 0x7d, 0x28, 0x84, 0x6e, 0x8d, 0x54, 0x9d, 0x20, 0x2c, 0x9d, 0x3b, + 0x99, 0xa6, 0xc4, 0xbe, 0x0e, 0xc1, 0x08, 0x2b, 0x96, 0xe8, 0x6f, 0xb3, 0x6f, 0xa5, 0x88, 0x2f, + 0xad, 0x89, 0x8f, 0x9a, 0x9e, 0x3f, 0xb1, 0x8f, 0x9a, 0x72, 0x17, 0x80, 0xc9, 0x0e, 0x27, 0xf9, + 0xa3, 0xbf, 0x6e, 0xc1, 0x05, 0x9e, 0x0b, 0x36, 0x99, 0x08, 0xf8, 0xc2, 0x43, 0x9a, 0x57, 0x58, + 0xd0, 0xef, 0x6c, 0x1a, 0x49, 0x9c, 0xce, 0x89, 0x25, 0x93, 0x33, 0x73, 0xb7, 0x5f, 0xcc, 0xd4, + 0xe7, 0xd7, 0x7f, 0xbe, 0x76, 0xf4, 0x12, 0x8c, 0xb4, 0xc5, 0x71, 0xe8, 0x86, 0x2d, 0x16, 0xc2, + 0x3d, 0xc0, 0x9f, 0xb9, 0x6c, 0xc4, 0x60, 0xac, 0xe3, 0x18, 0x99, 0x05, 0xaf, 0x1e, 0x95, 0x59, + 0x10, 0xdd, 0x82, 0x91, 0xc8, 0x6f, 0x92, 0x40, 0xdc, 0x54, 0x4b, 0x6c, 0x05, 0x5e, 0x4e, 0xdb, + 0x5b, 0x9b, 0x0a, 0x2d, 0xbe, 0xc9, 0xc6, 0xb0, 0x10, 0xeb, 0x74, 0x58, 0x44, 0xa6, 0xc8, 0xb1, + 0x1b, 0xb0, 0x2b, 0xec, 0x93, 0x89, 0x88, 0x4c, 0xbd, 0x10, 0x9b, 0xb8, 0x68, 0x11, 0xce, 0xb6, + 0xbb, 0xee, 0xc0, 0xfc, 0x11, 0x87, 0x0a, 0x27, 0xe8, 0xbe, 0x00, 0x77, 0xd7, 0x31, 0x6e, 0xbf, + 0x4f, 0x1d, 0x75, 0xfb, 0xed, 0x91, 0x67, 0xef, 0xe9, 0x87, 0xc9, 0xb3, 0x87, 0x6a, 0xf0, 0xb4, + 0xd3, 0x89, 0x7c, 0x96, 0x3a, 0xc0, 0xac, 0xc2, 0x83, 0x53, 0x9f, 0xe5, 0xf1, 0xae, 0x87, 0x07, + 0x53, 0x4f, 0xcf, 0x1e, 0x81, 0x87, 0x8f, 0xa4, 0x82, 0xde, 0x85, 0x02, 0x11, 0xb9, 0x02, 0x4b, + 0x3f, 0x91, 0x95, 0x92, 0x60, 0x66, 0x1f, 0x94, 0xb1, 0x86, 0x1c, 0x86, 0x15, 0x3f, 0xb4, 0x09, + 0x23, 0x0d, 0x3f, 0x8c, 0x66, 0x9b, 0xae, 0x13, 0x92, 0xb0, 0xf4, 0x0c, 0x5b, 0x34, 0xa9, 0xba, + 0xd7, 0x92, 0x44, 0x8b, 0xd7, 0xcc, 0x52, 0x5c, 0x13, 0xeb, 0x64, 0x10, 0x61, 0x9e, 0x3f, 0x16, + 0x99, 0x2b, 0xbd, 0x32, 0x97, 0x59, 0xc7, 0xae, 0xa4, 0x51, 0xde, 0xf0, 0x6b, 0x15, 0x13, 0x5b, + 0xb9, 0xfe, 0x74, 0x20, 0x4e, 0xd2, 0x44, 0xaf, 0xc0, 0x68, 0xdb, 0xaf, 0x55, 0xda, 0xa4, 0xba, + 0xe1, 0x44, 0xd5, 0x46, 0x69, 0xca, 0xb4, 0xba, 0x6d, 0x68, 0x65, 0xd8, 0xc0, 0x44, 0x6d, 0x18, + 0x6e, 0xf1, 0xa7, 0xad, 0xa5, 0xe7, 0xb2, 0xba, 0xdb, 0x88, 0xb7, 0xb2, 0x5c, 0x5f, 0x10, 0x7f, + 0xb0, 0x64, 0x83, 0xfe, 0xa1, 0x05, 0xe3, 0x89, 0x47, 0x09, 0xa5, 0x9f, 0xcc, 0x4c, 0x65, 0x31, + 0x09, 0x97, 0xaf, 0xb0, 0xe1, 0x33, 0x81, 0xf7, 0xbb, 0x41, 0x38, 0xd9, 0x22, 0x3e, 0x2e, 0xec, + 0x7d, 0x7a, 0xe9, 0xf9, 0xec, 0xc6, 0x85, 0x11, 0x94, 0xe3, 0xc2, 0xfe, 0x60, 0xc9, 0x06, 0x5d, + 0x85, 0x61, 0x91, 0xa0, 0xa7, 0x74, 0xc5, 0x74, 0xdf, 0x8a, 0x3c, 0x3e, 0x58, 0x96, 0x4f, 0xfe, + 0x1c, 0x9c, 0xed, 0xba, 0xba, 0x1d, 0xeb, 0x91, 0xf4, 0xaf, 0x5b, 0xa0, 0xbf, 0x27, 0xcc, 0x3c, + 0x41, 0xf7, 0x2b, 0x30, 0x5a, 0xe5, 0x5f, 0xd6, 0xe1, 0x2f, 0x12, 0x07, 0x4d, 0xfb, 0xe7, 0x9c, + 0x56, 0x86, 0x0d, 0x4c, 0x7b, 0x09, 0x50, 0x77, 0xf6, 0xd4, 0x87, 0x4a, 0x7d, 0xf1, 0x8f, 0x2d, + 0x18, 0x33, 0x74, 0x86, 0xcc, 0x3d, 0x7e, 0x0b, 0x80, 0x5a, 0x6e, 0x10, 0xf8, 0x81, 0xfe, 0xbd, + 0x14, 0x91, 0x2e, 0x92, 0x25, 0xba, 0x5a, 0xeb, 0x2a, 0xc5, 0x29, 0x35, 0xec, 0x7f, 0x36, 0x08, + 0x71, 0xb0, 0xad, 0x4a, 0x71, 0x67, 0xf5, 0x4c, 0x71, 0xf7, 0x22, 0x14, 0xde, 0x0e, 0x7d, 0x6f, + 0x23, 0x4e, 0x84, 0xa7, 0xe6, 0xe2, 0xd5, 0xca, 0xfa, 0x4d, 0x86, 0xa9, 0x30, 0x18, 0xf6, 0x3b, + 0x0b, 0x6e, 0x33, 0xea, 0xce, 0x94, 0xf6, 0xea, 0x6b, 0x1c, 0x8e, 0x15, 0x06, 0xfb, 0x74, 0xca, + 0x2e, 0x51, 0x86, 0xf1, 0xf8, 0xd3, 0x29, 0x3c, 0x31, 0x32, 0x2b, 0x43, 0x33, 0x50, 0x54, 0x46, + 0x75, 0x61, 0xa9, 0x57, 0x23, 0xa5, 0x2c, 0xef, 0x38, 0xc6, 0x61, 0x0a, 0xa1, 0x30, 0xc4, 0x0a, + 0x13, 0x4a, 0x25, 0x8b, 0xeb, 0x49, 0xc2, 0xb4, 0xcb, 0x65, 0xbb, 0x04, 0x63, 0xc5, 0x32, 0xcd, + 0xed, 0x59, 0x3c, 0x09, 0xb7, 0xa7, 0x1e, 0xf9, 0x9d, 0xef, 0x37, 0xf2, 0xdb, 0x5c, 0xdb, 0x85, + 0xbe, 0xd6, 0xf6, 0x2f, 0x0d, 0xc0, 0xf0, 0x6d, 0x12, 0xb0, 0x04, 0xa1, 0x57, 0x61, 0x78, 0x97, + 0xff, 0x4c, 0xbe, 0xb3, 0x12, 0x18, 0x58, 0x96, 0xd3, 0x79, 0xdb, 0xea, 0xb8, 0xcd, 0xda, 0x7c, + 0xbc, 0x8b, 0xe3, 0x5c, 0x52, 0xb2, 0x00, 0xc7, 0x38, 0xb4, 0x42, 0x9d, 0x6a, 0xf6, 0xad, 0x96, + 0x1b, 0x25, 0x83, 0x80, 0x16, 0x65, 0x01, 0x8e, 0x71, 0xd0, 0x15, 0x18, 0xaa, 0xbb, 0xd1, 0xa6, + 0x53, 0x4f, 0x7a, 0xf9, 0x16, 0x19, 0x14, 0x8b, 0x52, 0xe6, 0x26, 0x72, 0xa3, 0xcd, 0x80, 0x30, + 0xcb, 0x6e, 0xd7, 0x83, 0xeb, 0x45, 0xad, 0x0c, 0x1b, 0x98, 0xac, 0x49, 0xbe, 0xe8, 0x99, 0x88, + 0x80, 0x8c, 0x9b, 0x24, 0x0b, 0x70, 0x8c, 0x43, 0xd7, 0x7f, 0xd5, 0x6f, 0xb5, 0xdd, 0xa6, 0x08, + 0x8a, 0xd5, 0xd6, 0xff, 0x9c, 0x80, 0x63, 0x85, 0x41, 0xb1, 0xa9, 0x08, 0xa3, 0xe2, 0x27, 0xf9, + 0x99, 0x8a, 0x0d, 0x01, 0xc7, 0x0a, 0xc3, 0xbe, 0x0d, 0x63, 0x7c, 0x27, 0xcf, 0x35, 0x1d, 0xb7, + 0xb5, 0x38, 0x87, 0x6e, 0x74, 0x45, 0x7e, 0x5f, 0x4d, 0x89, 0xfc, 0xbe, 0x60, 0x54, 0x4a, 0xf9, + 0x5c, 0xfd, 0xf7, 0x72, 0x50, 0x38, 0xc5, 0x2f, 0xfd, 0x9c, 0xfa, 0x77, 0xe4, 0xd0, 0xdd, 0xc4, + 0x57, 0x7e, 0x36, 0xb2, 0x7c, 0xc8, 0x71, 0xe4, 0x17, 0x7e, 0x7e, 0x6c, 0xc1, 0x79, 0x89, 0xca, + 0x84, 0x5a, 0xd9, 0xf5, 0x58, 0x7c, 0xc0, 0xc9, 0x0f, 0xf3, 0x3d, 0x63, 0x98, 0xdf, 0xc8, 0xae, + 0xcb, 0x7a, 0x3f, 0x7a, 0x7e, 0xba, 0xef, 0x4f, 0x2c, 0x28, 0xa5, 0x55, 0x38, 0x85, 0x4f, 0x1c, + 0xbd, 0x67, 0x7e, 0xe2, 0xe8, 0xf6, 0xc9, 0xf4, 0xbc, 0xc7, 0xa7, 0x8e, 0x7e, 0xdc, 0xa3, 0xdf, + 0xec, 0xbb, 0x42, 0x4d, 0x79, 0xdc, 0x59, 0x59, 0xb9, 0xce, 0x38, 0x8b, 0xf4, 0x73, 0xb3, 0x09, + 0x43, 0x21, 0x73, 0xa6, 0x8b, 0x25, 0xb0, 0x94, 0xc5, 0x21, 0x48, 0xe9, 0x09, 0xd3, 0x27, 0xfb, + 0x8d, 0x05, 0x0f, 0xfb, 0x3f, 0x5b, 0x30, 0x7a, 0x8a, 0xdf, 0xb1, 0xf2, 0xcd, 0x49, 0x7e, 0x35, + 0xbb, 0x49, 0xee, 0x31, 0xb1, 0x07, 0x79, 0xe8, 0xfa, 0xb4, 0x0f, 0xfa, 0xbc, 0xa5, 0x1c, 0xe8, + 0x3c, 0xc8, 0xe8, 0xad, 0xec, 0xda, 0x71, 0x9c, 0x14, 0x48, 0xe8, 0x6b, 0x89, 0xbc, 0x50, 0xb9, + 0xac, 0x92, 0x2d, 0x74, 0xb5, 0xe6, 0x21, 0xf2, 0x43, 0x7d, 0xc5, 0x02, 0xe0, 0xed, 0x14, 0xf9, + 0x1c, 0x69, 0xdb, 0xb6, 0x4e, 0x6c, 0xa4, 0x28, 0x13, 0xde, 0x34, 0x25, 0x20, 0xe3, 0x02, 0xac, + 0xb5, 0xe4, 0x11, 0x12, 0x3f, 0x3d, 0x72, 0xce, 0xa9, 0x2f, 0x5b, 0x30, 0x9e, 0x68, 0x6e, 0x4a, + 0xfd, 0x6d, 0xf3, 0x93, 0x1f, 0x19, 0x9c, 0x5b, 0x66, 0x96, 0x3f, 0xfd, 0x96, 0xf6, 0x47, 0x36, + 0x18, 0xdf, 0x44, 0x43, 0xef, 0x41, 0x51, 0x5e, 0xb1, 0xe4, 0xf2, 0xce, 0xf2, 0xd3, 0x47, 0x4a, + 0x8f, 0x92, 0x90, 0x10, 0xc7, 0xfc, 0x12, 0xf1, 0x39, 0xb9, 0xbe, 0xe2, 0x73, 0x1e, 0xef, 0x87, + 0x93, 0xd2, 0x0d, 0x60, 0x83, 0x27, 0x62, 0x00, 0x7b, 0x3a, 0x73, 0x03, 0xd8, 0x33, 0xa7, 0x6c, + 0x00, 0xd3, 0xbc, 0x11, 0xf9, 0x47, 0xf0, 0x46, 0xbc, 0x07, 0xe7, 0x77, 0x63, 0xed, 0x56, 0xad, + 0x24, 0xf1, 0xfd, 0xa7, 0xab, 0xa9, 0x66, 0x2f, 0xaa, 0xa9, 0x87, 0x11, 0xf1, 0x22, 0x4d, 0x2f, + 0x8e, 0x43, 0x83, 0x6e, 0xa7, 0x90, 0xc3, 0xa9, 0x4c, 0x92, 0x66, 0xe5, 0xe1, 0x3e, 0xcc, 0xca, + 0xdf, 0xb4, 0xe0, 0x82, 0xd3, 0xf5, 0x52, 0x83, 0x5e, 0x11, 0x0b, 0x59, 0x05, 0xb4, 0xcf, 0xa6, + 0x91, 0x17, 0xf6, 0xfb, 0xb4, 0x22, 0x9c, 0xde, 0x20, 0xf4, 0x7c, 0xec, 0xe3, 0xe3, 0x01, 0x65, + 0xe9, 0x0e, 0xb9, 0xaf, 0x25, 0x03, 0x07, 0x80, 0x0d, 0xfd, 0xa7, 0xb2, 0x55, 0xeb, 0x33, 0x08, + 0x1e, 0x18, 0x79, 0x84, 0xe0, 0x81, 0x84, 0x8d, 0x7f, 0x34, 0x23, 0x1b, 0xbf, 0x07, 0x13, 0x6e, + 0xcb, 0xa9, 0x93, 0x8d, 0x4e, 0xb3, 0xc9, 0x43, 0xc7, 0xe5, 0xc7, 0xa9, 0x52, 0x4d, 0x05, 0xab, + 0x7e, 0xd5, 0x69, 0x26, 0xbf, 0x01, 0xa8, 0x42, 0xe4, 0x97, 0x13, 0x94, 0x70, 0x17, 0x6d, 0xba, + 0x60, 0x59, 0x86, 0x1b, 0x12, 0xd1, 0xd1, 0x66, 0x1e, 0xea, 0x02, 0x5f, 0xb0, 0x4b, 0x31, 0x18, + 0xeb, 0x38, 0x68, 0x05, 0x8a, 0x35, 0x2f, 0x14, 0x8f, 0xce, 0xc6, 0x99, 0x30, 0xfb, 0x19, 0x2a, + 0x02, 0xe7, 0x6f, 0x56, 0xd4, 0x73, 0xb3, 0xa7, 0x53, 0x92, 0x27, 0xa9, 0x72, 0x1c, 0xd7, 0x47, + 0x6b, 0x8c, 0x98, 0xc8, 0xfe, 0xcf, 0x1d, 0xc7, 0xcf, 0xf6, 0xb0, 0x4c, 0xcf, 0xdf, 0x94, 0xdf, + 0x2f, 0x18, 0x13, 0xec, 0x44, 0x1a, 0xff, 0x98, 0x82, 0xf6, 0x91, 0xb0, 0xb3, 0x47, 0x7e, 0x24, + 0x8c, 0x65, 0x4d, 0x8b, 0x9a, 0xca, 0x0f, 0x75, 0x39, 0xb3, 0xac, 0x69, 0x71, 0x48, 0x96, 0xc8, + 0x9a, 0x16, 0x03, 0xb0, 0xce, 0x12, 0xad, 0xf7, 0xf2, 0xc7, 0x9d, 0x63, 0x42, 0xe3, 0xf8, 0xde, + 0x35, 0xdd, 0x31, 0x73, 0xfe, 0x48, 0xc7, 0x4c, 0x97, 0x23, 0xe9, 0xc2, 0x31, 0x1c, 0x49, 0x0d, + 0x96, 0xcf, 0x6a, 0x71, 0x4e, 0xf8, 0xee, 0x32, 0xb8, 0xb1, 0xb0, 0x67, 0xe8, 0x3c, 0xc4, 0x8d, + 0xfd, 0xc4, 0x9c, 0x41, 0xcf, 0xc8, 0xcd, 0x4b, 0x0f, 0x1d, 0xb9, 0x49, 0xc5, 0x73, 0x0c, 0x67, + 0x89, 0xd1, 0xf2, 0x42, 0x3c, 0xc7, 0x60, 0xac, 0xe3, 0x24, 0xdd, 0x32, 0x4f, 0x9e, 0x98, 0x5b, + 0x66, 0xf2, 0x14, 0xdc, 0x32, 0x4f, 0xf5, 0xed, 0x96, 0x79, 0x1f, 0xce, 0xb5, 0xfd, 0xda, 0xbc, + 0x1b, 0x06, 0x1d, 0xf6, 0x96, 0xa6, 0xdc, 0xa9, 0xd5, 0x49, 0xc4, 0xfc, 0x3a, 0x23, 0xd7, 0xae, + 0xe9, 0x8d, 0x6c, 0xb3, 0x8d, 0x3c, 0xbd, 0xfb, 0xd2, 0x16, 0x89, 0xf8, 0x64, 0x26, 0x6b, 0x31, + 0x8b, 0x00, 0x8b, 0xf1, 0x4b, 0x29, 0xc4, 0x69, 0x7c, 0x74, 0xaf, 0xd0, 0xb3, 0xa7, 0xe3, 0x15, + 0xfa, 0x04, 0x14, 0xc2, 0x46, 0x27, 0xaa, 0xf9, 0x7b, 0x1e, 0x73, 0xfd, 0x15, 0xd5, 0x67, 0x82, + 0x0b, 0x15, 0x01, 0xbf, 0x7f, 0x30, 0x35, 0x21, 0x7f, 0x6b, 0x36, 0x33, 0x01, 0x41, 0x5f, 0xef, + 0xf1, 0x5a, 0xc0, 0x3e, 0xc9, 0xd7, 0x02, 0x97, 0x8e, 0xf5, 0x52, 0x20, 0xcd, 0xf5, 0xf5, 0xdc, + 0x87, 0xce, 0xf5, 0xf5, 0x1b, 0x16, 0x8c, 0xed, 0xea, 0x06, 0x4a, 0xe1, 0x9e, 0xcb, 0x20, 0x4c, + 0xc0, 0xb0, 0x7b, 0x96, 0x6d, 0x2a, 0xec, 0x0c, 0xd0, 0xfd, 0x24, 0x00, 0x9b, 0x2d, 0x49, 0x09, + 0x61, 0x78, 0xfe, 0x71, 0x85, 0x30, 0xbc, 0xcf, 0x84, 0x99, 0xbc, 0xe9, 0x32, 0x9f, 0x5d, 0xb6, + 0x11, 0x8c, 0x52, 0x30, 0xaa, 0x00, 0x46, 0x9d, 0x1f, 0xfa, 0x92, 0x05, 0x13, 0xf2, 0x72, 0x26, + 0x1c, 0x0c, 0xa1, 0x88, 0xc1, 0xca, 0xf2, 0x4e, 0xc8, 0x82, 0x78, 0x37, 0x13, 0x7c, 0x70, 0x17, + 0x67, 0x2a, 0xda, 0x55, 0xc8, 0x4b, 0x3d, 0x64, 0xa1, 0x86, 0x42, 0x91, 0x99, 0x8d, 0xc1, 0x58, + 0xc7, 0x41, 0xbf, 0xa9, 0x3e, 0xff, 0x79, 0x95, 0x49, 0xf5, 0xd7, 0x33, 0x56, 0x50, 0xb3, 0xf8, + 0x06, 0x28, 0xfa, 0x55, 0x0b, 0x26, 0xf6, 0x12, 0x56, 0x0d, 0x11, 0x84, 0x86, 0xb3, 0xb7, 0x97, + 0xf4, 0xf8, 0x5e, 0x75, 0x57, 0x0b, 0xd0, 0x3d, 0x00, 0x79, 0x47, 0x58, 0x9c, 0x13, 0xc1, 0x6a, + 0xab, 0xd9, 0xdd, 0x54, 0x16, 0xe7, 0xf8, 0x33, 0x9a, 0xf8, 0x3f, 0xd6, 0xf8, 0x3d, 0xb2, 0xff, + 0xf9, 0x43, 0xf5, 0x65, 0xd5, 0xef, 0x22, 0x38, 0x93, 0xf8, 0xf4, 0xf7, 0x47, 0xcc, 0x4c, 0xce, + 0x97, 0x93, 0x49, 0x71, 0xc7, 0x24, 0xbe, 0x91, 0x18, 0xd7, 0xc8, 0x5c, 0x9b, 0x3b, 0xd1, 0xcc, + 0xb5, 0x03, 0xa7, 0x93, 0xb9, 0x76, 0xe2, 0x24, 0x32, 0xd7, 0x9e, 0x3d, 0x56, 0xe6, 0x5a, 0x2d, + 0x73, 0xf0, 0xe0, 0x03, 0x32, 0x07, 0xcf, 0xc2, 0xb8, 0x7c, 0x5b, 0x40, 0x44, 0x4a, 0x52, 0xee, + 0x56, 0xbc, 0x24, 0xaa, 0x8c, 0xcf, 0x99, 0xc5, 0x38, 0x89, 0x8f, 0x3e, 0xb0, 0x20, 0xef, 0xb1, + 0x9a, 0x43, 0x59, 0xa5, 0xf1, 0x37, 0x97, 0x16, 0xbb, 0x35, 0x0b, 0xa1, 0x24, 0xa3, 0x29, 0xf3, + 0x0c, 0x76, 0x5f, 0xfe, 0xc0, 0xbc, 0x05, 0xe8, 0x4d, 0x28, 0xf9, 0xdb, 0xdb, 0x4d, 0xdf, 0xa9, + 0xc5, 0xe9, 0x75, 0xa5, 0xdf, 0x93, 0xbf, 0x0d, 0x53, 0xe9, 0x05, 0xd7, 0x7b, 0xe0, 0xe1, 0x9e, + 0x14, 0xd0, 0x37, 0xa9, 0x2a, 0x12, 0xf9, 0x01, 0xa9, 0xc5, 0x26, 0x9a, 0x22, 0xeb, 0x33, 0xc9, + 0xbc, 0xcf, 0x15, 0x93, 0x0f, 0xef, 0xbd, 0x9a, 0x94, 0x44, 0x29, 0x4e, 0x36, 0x0b, 0x05, 0x70, + 0xb1, 0x9d, 0x66, 0x21, 0x0a, 0xc5, 0x8b, 0x88, 0xa3, 0xec, 0x54, 0x72, 0xeb, 0x5e, 0x4c, 0xb5, + 0x31, 0x85, 0xb8, 0x07, 0x65, 0x3d, 0xf1, 0x6e, 0xe1, 0x74, 0x12, 0xef, 0x9a, 0x1f, 0xec, 0x1f, + 0x3b, 0xf5, 0x0f, 0xf6, 0xa3, 0xff, 0x97, 0x9a, 0x23, 0x9a, 0x1b, 0x56, 0xea, 0x99, 0xaf, 0x89, + 0x0f, 0x5d, 0x9e, 0xe8, 0x7f, 0x64, 0xc1, 0x24, 0x5f, 0x79, 0x49, 0x75, 0x9e, 0x2a, 0x13, 0xe2, + 0xed, 0x40, 0xd6, 0xae, 0x71, 0x16, 0x25, 0x54, 0x31, 0xb8, 0x32, 0x8f, 0xed, 0x11, 0x2d, 0x41, + 0x5f, 0x49, 0xb9, 0x44, 0x8c, 0x67, 0x65, 0xaa, 0x4c, 0xcf, 0x2f, 0x7c, 0xee, 0xb0, 0x9f, 0x7b, + 0xc3, 0x3f, 0xed, 0x69, 0x49, 0x45, 0xac, 0x79, 0x7f, 0xed, 0x84, 0x2c, 0xa9, 0x7a, 0x12, 0xe4, + 0xe3, 0xd8, 0x53, 0x27, 0x3f, 0x6f, 0xf1, 0xef, 0x14, 0xf4, 0xd4, 0x42, 0xb6, 0x4c, 0x2d, 0x64, + 0x35, 0xcb, 0x4c, 0xe9, 0xba, 0x3a, 0xf4, 0x2b, 0x16, 0x9c, 0x4f, 0x13, 0x92, 0x29, 0x4d, 0xfa, + 0x94, 0xd9, 0xa4, 0x0c, 0x55, 0x7d, 0xbd, 0x41, 0xd9, 0xa4, 0x87, 0xfe, 0x93, 0xa2, 0xe6, 0xbf, + 0x8a, 0x48, 0x3b, 0xf3, 0x30, 0x43, 0x0f, 0x86, 0x5c, 0xaf, 0xe9, 0x7a, 0x44, 0x3c, 0x29, 0xca, + 0xf2, 0xe2, 0x23, 0xd2, 0xb1, 0x53, 0xea, 0x58, 0x70, 0x79, 0xcc, 0xee, 0xac, 0xe4, 0xa7, 0x26, + 0x06, 0x4f, 0xff, 0x53, 0x13, 0x7b, 0x50, 0xdc, 0x73, 0xa3, 0x06, 0x73, 0xc3, 0x0b, 0x2f, 0x51, + 0x06, 0x4f, 0x71, 0x28, 0xb9, 0xb8, 0xef, 0x77, 0x24, 0x03, 0x1c, 0xf3, 0x42, 0x33, 0x9c, 0x31, + 0x0b, 0x2e, 0x4c, 0x46, 0x7d, 0xdd, 0x91, 0x05, 0x38, 0xc6, 0xa1, 0x83, 0x35, 0x4a, 0xff, 0xc9, + 0x94, 0x1b, 0x22, 0x1f, 0x62, 0x16, 0xe9, 0xb6, 0x04, 0x45, 0xfe, 0xe0, 0xed, 0x8e, 0xc6, 0x03, + 0x1b, 0x1c, 0x55, 0x4a, 0xca, 0x42, 0xcf, 0x94, 0x94, 0xf7, 0xd8, 0x99, 0x1f, 0xb9, 0x5e, 0x87, + 0xac, 0x7b, 0x22, 0x24, 0x71, 0x35, 0x9b, 0xe7, 0x79, 0x9c, 0x26, 0xbf, 0xc5, 0xc5, 0xff, 0xb1, + 0xc6, 0x4f, 0x33, 0xd6, 0x8f, 0x1c, 0x69, 0xac, 0x8f, 0xef, 0xe9, 0xa3, 0x99, 0xdf, 0xd3, 0x23, + 0xd2, 0xce, 0xe4, 0x9e, 0xfe, 0xa1, 0xba, 0x51, 0xfe, 0x1f, 0x0b, 0x90, 0x3a, 0xba, 0x9d, 0x70, + 0x47, 0x7c, 0x1f, 0xe8, 0xe4, 0x03, 0xcc, 0x3e, 0x6b, 0x01, 0x78, 0xea, 0x83, 0x44, 0xd9, 0x9e, + 0x5a, 0x9c, 0x66, 0xdc, 0x80, 0x18, 0x86, 0x35, 0x9e, 0xf6, 0xff, 0xb4, 0xe0, 0x62, 0x77, 0xdf, + 0x4f, 0x21, 0xfc, 0x68, 0xdf, 0x0c, 0x3f, 0xda, 0xcc, 0xd0, 0xde, 0xab, 0xba, 0xd1, 0x23, 0x10, + 0xe9, 0x47, 0x39, 0x18, 0xd7, 0x91, 0x2b, 0xe4, 0x34, 0x26, 0x7b, 0xcf, 0x88, 0x26, 0xbc, 0x95, + 0x6d, 0x7f, 0x2b, 0xc2, 0x6d, 0x90, 0x16, 0xbb, 0xf9, 0x99, 0x44, 0xec, 0xe6, 0x9d, 0xec, 0x59, + 0x1f, 0x1d, 0xc2, 0xf9, 0xdf, 0x2d, 0x38, 0x97, 0xa8, 0x71, 0x0a, 0x0b, 0x6c, 0xd7, 0x5c, 0x60, + 0xaf, 0x65, 0xde, 0xeb, 0x1e, 0xab, 0xeb, 0xb7, 0x72, 0x5d, 0xbd, 0x65, 0xf7, 0x80, 0x5f, 0xb2, + 0x20, 0x1f, 0x39, 0xe1, 0x8e, 0x8c, 0x04, 0xfa, 0xd4, 0x89, 0xac, 0x80, 0x69, 0xfa, 0x5b, 0x48, + 0x67, 0xd5, 0x3e, 0x06, 0xc3, 0x9c, 0xfb, 0xe4, 0x2f, 0x5a, 0x00, 0x31, 0xd2, 0xe3, 0x52, 0x59, + 0xed, 0xdf, 0xce, 0xc1, 0x85, 0xd4, 0x65, 0x84, 0xbe, 0xa0, 0x8c, 0x3a, 0x56, 0xd6, 0x71, 0x6e, + 0x06, 0x23, 0xdd, 0xb6, 0x33, 0x66, 0xd8, 0x76, 0x84, 0x49, 0xe7, 0x71, 0x5d, 0x38, 0x84, 0x98, + 0xd6, 0x06, 0xeb, 0x87, 0x56, 0x1c, 0x3a, 0xa9, 0x52, 0x6f, 0xfc, 0x19, 0x8c, 0x33, 0xb7, 0x7f, + 0xa4, 0x45, 0x7b, 0xcb, 0x8e, 0x9e, 0x82, 0xac, 0xd8, 0x33, 0x65, 0x05, 0xce, 0xde, 0xf9, 0xd8, + 0x43, 0x58, 0xbc, 0x03, 0x69, 0xde, 0xc8, 0xfe, 0xf2, 0x76, 0x19, 0x2f, 0xb6, 0x72, 0x7d, 0xbf, + 0xd8, 0x1a, 0x83, 0x91, 0x37, 0xdc, 0xb6, 0x72, 0x9c, 0x4d, 0x7f, 0xfb, 0x07, 0x97, 0x9f, 0xf8, + 0xfd, 0x1f, 0x5c, 0x7e, 0xe2, 0x7b, 0x3f, 0xb8, 0xfc, 0xc4, 0x67, 0x0f, 0x2f, 0x5b, 0xdf, 0x3e, + 0xbc, 0x6c, 0xfd, 0xfe, 0xe1, 0x65, 0xeb, 0x7b, 0x87, 0x97, 0xad, 0xff, 0x72, 0x78, 0xd9, 0xfa, + 0x5b, 0x7f, 0x74, 0xf9, 0x89, 0x37, 0x0a, 0xb2, 0x63, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x31, + 0x4e, 0x40, 0x6f, 0xa3, 0xb7, 0x00, 0x00, } func (m *Amount) Marshal() (dAtA []byte, err error) { @@ -4590,6 +4590,18 @@ func (m *Artifact) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.ArtifactGC != nil { + { + size, err := m.ArtifactGC.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x62 + } i -= len(m.FromExpression) copy(dAtA[i:], m.FromExpression) i = encodeVarintGenerated(dAtA, i, uint64(len(m.FromExpression))) @@ -9681,20 +9693,6 @@ func (m *Template) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.ArtifactGC != nil { - { - size, err := m.ArtifactGC.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x2 - i-- - dAtA[i] = 0xe2 - } if m.Plugin != nil { { size, err := m.Plugin.MarshalToSizedBuffer(dAtA[:i]) @@ -12246,6 +12244,10 @@ func (m *Artifact) Size() (n int) { n += 2 l = len(m.FromExpression) n += 1 + l + sovGenerated(uint64(l)) + if m.ArtifactGC != nil { + l = m.ArtifactGC.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -14250,10 +14252,6 @@ func (m *Template) Size() (n int) { l = m.Plugin.Size() n += 2 + l + sovGenerated(uint64(l)) } - if m.ArtifactGC != nil { - l = m.ArtifactGC.Size() - n += 2 + l + sovGenerated(uint64(l)) - } return n } @@ -14994,6 +14992,7 @@ func (this *Artifact) String() string { `SubPath:` + fmt.Sprintf("%v", this.SubPath) + `,`, `RecurseMode:` + fmt.Sprintf("%v", this.RecurseMode) + `,`, `FromExpression:` + fmt.Sprintf("%v", this.FromExpression) + `,`, + `ArtifactGC:` + strings.Replace(this.ArtifactGC.String(), "ArtifactGC", "ArtifactGC", 1) + `,`, `}`, }, "") return s @@ -16424,7 +16423,6 @@ func (this *Template) String() string { `FailFast:` + valueToStringGenerated(this.FailFast) + `,`, `HTTP:` + strings.Replace(this.HTTP.String(), "HTTP", "HTTP", 1) + `,`, `Plugin:` + strings.Replace(this.Plugin.String(), "Plugin", "Plugin", 1) + `,`, - `ArtifactGC:` + strings.Replace(this.ArtifactGC.String(), "ArtifactGC", "ArtifactGC", 1) + `,`, `}`, }, "") return s @@ -17676,6 +17674,42 @@ func (m *Artifact) Unmarshal(dAtA []byte) error { } m.FromExpression = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 12: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ArtifactGC", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.ArtifactGC == nil { + m.ArtifactGC = &ArtifactGC{} + } + if err := m.ArtifactGC.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -34439,42 +34473,6 @@ func (m *Template) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 44: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ArtifactGC", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.ArtifactGC == nil { - m.ArtifactGC = &ArtifactGC{} - } - if err := m.ArtifactGC.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/pkg/apis/workflow/v1alpha1/generated.proto b/pkg/apis/workflow/v1alpha1/generated.proto index 1b2528993b93..6d770faec98a 100644 --- a/pkg/apis/workflow/v1alpha1/generated.proto +++ b/pkg/apis/workflow/v1alpha1/generated.proto @@ -79,6 +79,9 @@ message Artifact { // FromExpression, if defined, is evaluated to specify the value for the artifact optional string fromExpression = 11; + + // ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows + optional ArtifactGC artifactGC = 12; } // ArtifactGC describes how to delete artifacts from completed Workflows @@ -1495,9 +1498,6 @@ message Template { // Timeout allows to set the total node execution timeout duration counting from the node's start time. // This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates. optional string timeout = 38; - - // ArtifactGC describes the strategy to use when to deleting artifacts from executed templates - optional ArtifactGC artifactGC = 44; } // TemplateRef is a reference of template resource. diff --git a/pkg/apis/workflow/v1alpha1/openapi_generated.go b/pkg/apis/workflow/v1alpha1/openapi_generated.go index 067ccc1f70b6..64c250bd4b9a 100644 --- a/pkg/apis/workflow/v1alpha1/openapi_generated.go +++ b/pkg/apis/workflow/v1alpha1/openapi_generated.go @@ -376,12 +376,18 @@ func schema_pkg_apis_workflow_v1alpha1_Artifact(ref common.ReferenceCallback) co Format: "", }, }, + "artifactGC": { + SchemaProps: spec.SchemaProps{ + Description: "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows", + Ref: ref("github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC"), + }, + }, }, Required: []string{"name"}, }, }, Dependencies: []string{ - "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, + "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, } } @@ -607,12 +613,18 @@ func schema_pkg_apis_workflow_v1alpha1_ArtifactPaths(ref common.ReferenceCallbac Format: "", }, }, + "artifactGC": { + SchemaProps: spec.SchemaProps{ + Description: "ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows", + Ref: ref("github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC"), + }, + }, }, Required: []string{"name"}, }, }, Dependencies: []string{ - "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, + "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, } } @@ -5584,17 +5596,11 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co Format: "", }, }, - "artifactGC": { - SchemaProps: spec.SchemaProps{ - Description: "ArtifactGC describes the strategy to use when to deleting artifacts from executed templates", - Ref: ref("github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC"), - }, - }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactGC", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactLocation", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ContainerSetTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.DAGTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Data", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTP", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Memoize", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Metadata", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ParallelSteps", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Plugin", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ResourceTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ScriptTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.SuspendTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.UserContainer", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, + "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ArtifactLocation", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ContainerSetTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.DAGTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Data", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.HTTP", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Memoize", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Metadata", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ParallelSteps", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Plugin", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ResourceTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.ScriptTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.SuspendTemplate", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1.UserContainer", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, } } diff --git a/pkg/apis/workflow/v1alpha1/workflow_types.go b/pkg/apis/workflow/v1alpha1/workflow_types.go index cc4c4bd3211f..c94459a2dec8 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types.go @@ -726,9 +726,6 @@ type Template struct { // Timeout allows to set the total node execution timeout duration counting from the node's start time. // This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates. Timeout string `json:"timeout,omitempty" protobuf:"bytes,38,opt,name=timeout"` - - // ArtifactGC describes the strategy to use when to deleting artifacts from executed templates - ArtifactGC *ArtifactGC `json:"artifactGC,omitempty" protobuf:"bytes,44,opt,name=artifactGC"` } // SetType will set the template object based on template type. @@ -761,14 +758,6 @@ func (tmpl *Template) setTemplateObjs(steps []ParallelSteps, dag *DAGTemplate, c tmpl.Suspend = suspend } -func (tmpl *Template) GetOutputs() *Outputs { - return &tmpl.Outputs -} - -func (tmpl *Template) GetArtifactGC() *ArtifactGC { - return tmpl.ArtifactGC -} - // GetBaseTemplate returns a base template content. func (tmpl *Template) GetBaseTemplate() *Template { baseTemplate := tmpl.DeepCopy() @@ -940,6 +929,18 @@ type Artifact struct { // FromExpression, if defined, is evaluated to specify the value for the artifact FromExpression string `json:"fromExpression,omitempty" protobuf:"bytes,11,opt,name=fromExpression"` + + // ArtifactGC describes the strategy to use when to deleting an artifact from completed or deleted workflows + ArtifactGC *ArtifactGC `json:"artifactGC,omitempty" protobuf:"bytes,12,opt,name=artifactGC"` +} + +// ArtifactGC returns the ArtifactGC that was defined by the artifact. If none was provided, a default value is returned. +func (a *Artifact) GetArtifactGC() *ArtifactGC { + if a.ArtifactGC == nil { + return &ArtifactGC{Strategy: ArtifactGCNever} + } + + return a.ArtifactGC } // CleanPath validates and cleans the artifact path. @@ -1284,15 +1285,14 @@ func (w *Workflow) SearchArtifacts(q *ArtifactSearchQuery) ArtifactSearchResults var results ArtifactSearchResults for _, n := range w.Status.Nodes { - t := w.GetTemplateByName(n.TemplateName) for _, a := range n.GetOutputs().GetArtifacts() { match := true if q.anyArtifactGCStrategy() { - templateStrategy := t.GetArtifactGC().GetStrategy() + artifactStrategy := a.GetArtifactGC().GetStrategy() wfStrategy := w.Spec.GetArtifactGC().GetStrategy() strategy := wfStrategy - if templateStrategy != ArtifactGCNever { - strategy = templateStrategy + if artifactStrategy != ArtifactGCNever { + strategy = artifactStrategy } if !q.ArtifactGCStrategies[strategy] { match = false @@ -1335,6 +1335,9 @@ type Outputs struct { } func (o *Outputs) GetArtifacts() Artifacts { + if o == nil { + return nil + } return o.Artifacts } @@ -2112,6 +2115,9 @@ func (n *NodeStatus) GetTemplateRef() *TemplateRef { } func (n *NodeStatus) GetOutputs() *Outputs { + if n == nil { + return nil + } return n.Outputs } diff --git a/pkg/apis/workflow/v1alpha1/workflow_types_test.go b/pkg/apis/workflow/v1alpha1/workflow_types_test.go index 38025307f643..cdbacb25a684 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types_test.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types_test.go @@ -784,7 +784,7 @@ func TestWorkflow_SearchArtifacts(t *testing.T) { Outputs: Outputs{ Artifacts: Artifacts{ Artifact{Name: "artifact-foo"}, - Artifact{Name: "artifact-bar"}, + Artifact{Name: "artifact-bar", ArtifactGC: &ArtifactGC{Strategy: ArtifactGCOnWorkflowDeletion}}, }, }, }, @@ -806,7 +806,7 @@ func TestWorkflow_SearchArtifacts(t *testing.T) { Outputs: &Outputs{ Artifacts: Artifacts{ Artifact{Name: "artifact-foo"}, - Artifact{Name: "artifact-bar"}, + Artifact{Name: "artifact-bar", ArtifactGC: &ArtifactGC{Strategy: ArtifactGCOnWorkflowDeletion}}, }, }, }, @@ -854,17 +854,29 @@ func TestWorkflow_SearchArtifacts(t *testing.T) { assert.Equal(t, 2, countNodeID(queriedArtifactSearchResults, "node-foo")) assert.Equal(t, 1, countNodeID(queriedArtifactSearchResults, "node-bar")) - // artifact GC strategy + // artifactGC strategy: OnWorkflowCompletion query.ArtifactGCStrategies[ArtifactGCOnWorkflowCompletion] = true queriedArtifactSearchResults = wf.SearchArtifacts(query) assert.NotNil(t, queriedArtifactSearchResults) - assert.Len(t, queriedArtifactSearchResults, 3) + assert.Len(t, queriedArtifactSearchResults, 2) assert.Equal(t, 1, countArtifactName(queriedArtifactSearchResults, "artifact-foo")) - assert.Equal(t, 1, countArtifactName(queriedArtifactSearchResults, "artifact-bar")) + assert.Equal(t, 0, countArtifactName(queriedArtifactSearchResults, "artifact-bar")) assert.Equal(t, 1, countArtifactName(queriedArtifactSearchResults, "artifact-foobar")) - assert.Equal(t, 2, countNodeID(queriedArtifactSearchResults, "node-foo")) + assert.Equal(t, 1, countNodeID(queriedArtifactSearchResults, "node-foo")) assert.Equal(t, 1, countNodeID(queriedArtifactSearchResults, "node-bar")) + // artifactGC strategy: OnWorkflowDeletion + query = NewArtifactSearchQuery() + query.ArtifactGCStrategies[ArtifactGCOnWorkflowDeletion] = true + queriedArtifactSearchResults = wf.SearchArtifacts(query) + assert.NotNil(t, queriedArtifactSearchResults) + assert.Len(t, queriedArtifactSearchResults, 1) + assert.Equal(t, 0, countArtifactName(queriedArtifactSearchResults, "artifact-foo")) + assert.Equal(t, 1, countArtifactName(queriedArtifactSearchResults, "artifact-bar")) + assert.Equal(t, 0, countArtifactName(queriedArtifactSearchResults, "artifact-foobar")) + assert.Equal(t, 1, countNodeID(queriedArtifactSearchResults, "node-foo")) + assert.Equal(t, 0, countNodeID(queriedArtifactSearchResults, "node-bar")) + // template name query = NewArtifactSearchQuery() query.TemplateName = "template-bar" diff --git a/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go index 777b91106446..741c78750cb1 100644 --- a/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go @@ -106,6 +106,11 @@ func (in *Artifact) DeepCopyInto(out *Artifact) { *out = new(ArchiveStrategy) (*in).DeepCopyInto(*out) } + if in.ArtifactGC != nil { + in, out := &in.ArtifactGC, &out.ArtifactGC + *out = new(ArtifactGC) + **out = **in + } return } @@ -2850,11 +2855,6 @@ func (in *Template) DeepCopyInto(out *Template) { *out = new(Memoize) (*in).DeepCopyInto(*out) } - if in.ArtifactGC != nil { - in, out := &in.ArtifactGC, &out.ArtifactGC - *out = new(ArtifactGC) - **out = **in - } return } diff --git a/pkg/plugins/executor/swagger.yml b/pkg/plugins/executor/swagger.yml index 06988c61a5d2..b89a704f7081 100644 --- a/pkg/plugins/executor/swagger.yml +++ b/pkg/plugins/executor/swagger.yml @@ -94,6 +94,8 @@ definitions: archiveLogs: description: ArchiveLogs indicates if the container logs should be archived type: boolean + artifactGC: + $ref: '#/definitions/ArtifactGC' artifactory: $ref: '#/definitions/ArtifactoryArtifact' from: @@ -191,6 +193,8 @@ definitions: archiveLogs: description: ArchiveLogs indicates if the container logs should be archived type: boolean + artifactGC: + $ref: '#/definitions/ArtifactGC' artifactory: $ref: '#/definitions/ArtifactoryArtifact' from: @@ -3850,8 +3854,6 @@ definitions: $ref: '#/definitions/Affinity' archiveLocation: $ref: '#/definitions/ArtifactLocation' - artifactGC: - $ref: '#/definitions/ArtifactGC' automountServiceAccountToken: description: |- AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. diff --git a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md index 6f8b90ca08b4..b2e73248899b 100644 --- a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md +++ b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md @@ -10,6 +10,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **archive** | [**IoArgoprojWorkflowV1alpha1ArchiveStrategy**](IoArgoprojWorkflowV1alpha1ArchiveStrategy.md) | | [optional] **archiveLogs** | **Boolean** | ArchiveLogs indicates if the container logs should be archived | [optional] +**artifactGC** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **artifactory** | [**IoArgoprojWorkflowV1alpha1ArtifactoryArtifact**](IoArgoprojWorkflowV1alpha1ArtifactoryArtifact.md) | | [optional] **from** | **String** | From allows an artifact to reference an artifact from a previous step | [optional] **fromExpression** | **String** | FromExpression, if defined, is evaluated to specify the value for the artifact | [optional] diff --git a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md index cb5f7ff5dac9..ee46523b865f 100644 --- a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md +++ b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md @@ -10,6 +10,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **archive** | [**IoArgoprojWorkflowV1alpha1ArchiveStrategy**](IoArgoprojWorkflowV1alpha1ArchiveStrategy.md) | | [optional] **archiveLogs** | **Boolean** | ArchiveLogs indicates if the container logs should be archived | [optional] +**artifactGC** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **artifactory** | [**IoArgoprojWorkflowV1alpha1ArtifactoryArtifact**](IoArgoprojWorkflowV1alpha1ArtifactoryArtifact.md) | | [optional] **from** | **String** | From allows an artifact to reference an artifact from a previous step | [optional] **fromExpression** | **String** | FromExpression, if defined, is evaluated to specify the value for the artifact | [optional] diff --git a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Template.md b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Template.md index 8c96c559c1f2..9955575f577c 100644 --- a/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Template.md +++ b/sdks/java/client/docs/IoArgoprojWorkflowV1alpha1Template.md @@ -11,7 +11,6 @@ Name | Type | Description | Notes **activeDeadlineSeconds** | **String** | | [optional] **affinity** | [**io.kubernetes.client.openapi.models.V1Affinity**](io.kubernetes.client.openapi.models.V1Affinity.md) | | [optional] **archiveLocation** | [**IoArgoprojWorkflowV1alpha1ArtifactLocation**](IoArgoprojWorkflowV1alpha1ArtifactLocation.md) | | [optional] -**artifactGC** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **automountServiceAccountToken** | **Boolean** | AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false. | [optional] **container** | [**io.kubernetes.client.openapi.models.V1Container**](io.kubernetes.client.openapi.models.V1Container.md) | | [optional] **containerSet** | [**IoArgoprojWorkflowV1alpha1ContainerSetTemplate**](IoArgoprojWorkflowV1alpha1ContainerSetTemplate.md) | | [optional] diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py index 5363fe1e7187..eb24fe9b8c17 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py @@ -31,6 +31,7 @@ def lazy_import(): from argo_workflows.model.io_argoproj_workflow_v1alpha1_archive_strategy import IoArgoprojWorkflowV1alpha1ArchiveStrategy + from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifact_gc import IoArgoprojWorkflowV1alpha1ArtifactGC from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifactory_artifact import IoArgoprojWorkflowV1alpha1ArtifactoryArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_gcs_artifact import IoArgoprojWorkflowV1alpha1GCSArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_git_artifact import IoArgoprojWorkflowV1alpha1GitArtifact @@ -40,6 +41,7 @@ def lazy_import(): from argo_workflows.model.io_argoproj_workflow_v1alpha1_raw_artifact import IoArgoprojWorkflowV1alpha1RawArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_s3_artifact import IoArgoprojWorkflowV1alpha1S3Artifact globals()['IoArgoprojWorkflowV1alpha1ArchiveStrategy'] = IoArgoprojWorkflowV1alpha1ArchiveStrategy + globals()['IoArgoprojWorkflowV1alpha1ArtifactGC'] = IoArgoprojWorkflowV1alpha1ArtifactGC globals()['IoArgoprojWorkflowV1alpha1ArtifactoryArtifact'] = IoArgoprojWorkflowV1alpha1ArtifactoryArtifact globals()['IoArgoprojWorkflowV1alpha1GCSArtifact'] = IoArgoprojWorkflowV1alpha1GCSArtifact globals()['IoArgoprojWorkflowV1alpha1GitArtifact'] = IoArgoprojWorkflowV1alpha1GitArtifact @@ -106,6 +108,7 @@ def openapi_types(): 'name': (str,), # noqa: E501 'archive': (IoArgoprojWorkflowV1alpha1ArchiveStrategy,), # noqa: E501 'archive_logs': (bool,), # noqa: E501 + 'artifact_gc': (IoArgoprojWorkflowV1alpha1ArtifactGC,), # noqa: E501 'artifactory': (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact,), # noqa: E501 '_from': (str,), # noqa: E501 'from_expression': (str,), # noqa: E501 @@ -133,6 +136,7 @@ def discriminator(): 'name': 'name', # noqa: E501 'archive': 'archive', # noqa: E501 'archive_logs': 'archiveLogs', # noqa: E501 + 'artifact_gc': 'artifactGC', # noqa: E501 'artifactory': 'artifactory', # noqa: E501 '_from': 'from', # noqa: E501 'from_expression': 'fromExpression', # noqa: E501 @@ -197,6 +201,7 @@ def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) archive (IoArgoprojWorkflowV1alpha1ArchiveStrategy): [optional] # noqa: E501 archive_logs (bool): ArchiveLogs indicates if the container logs should be archived. [optional] # noqa: E501 + artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 artifactory (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact): [optional] # noqa: E501 _from (str): From allows an artifact to reference an artifact from a previous step. [optional] # noqa: E501 from_expression (str): FromExpression, if defined, is evaluated to specify the value for the artifact. [optional] # noqa: E501 @@ -300,6 +305,7 @@ def __init__(self, name, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) archive (IoArgoprojWorkflowV1alpha1ArchiveStrategy): [optional] # noqa: E501 archive_logs (bool): ArchiveLogs indicates if the container logs should be archived. [optional] # noqa: E501 + artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 artifactory (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact): [optional] # noqa: E501 _from (str): From allows an artifact to reference an artifact from a previous step. [optional] # noqa: E501 from_expression (str): FromExpression, if defined, is evaluated to specify the value for the artifact. [optional] # noqa: E501 diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py index 8d3dd0c7ef7d..7e972c9f3399 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py @@ -31,6 +31,7 @@ def lazy_import(): from argo_workflows.model.io_argoproj_workflow_v1alpha1_archive_strategy import IoArgoprojWorkflowV1alpha1ArchiveStrategy + from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifact_gc import IoArgoprojWorkflowV1alpha1ArtifactGC from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifactory_artifact import IoArgoprojWorkflowV1alpha1ArtifactoryArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_gcs_artifact import IoArgoprojWorkflowV1alpha1GCSArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_git_artifact import IoArgoprojWorkflowV1alpha1GitArtifact @@ -40,6 +41,7 @@ def lazy_import(): from argo_workflows.model.io_argoproj_workflow_v1alpha1_raw_artifact import IoArgoprojWorkflowV1alpha1RawArtifact from argo_workflows.model.io_argoproj_workflow_v1alpha1_s3_artifact import IoArgoprojWorkflowV1alpha1S3Artifact globals()['IoArgoprojWorkflowV1alpha1ArchiveStrategy'] = IoArgoprojWorkflowV1alpha1ArchiveStrategy + globals()['IoArgoprojWorkflowV1alpha1ArtifactGC'] = IoArgoprojWorkflowV1alpha1ArtifactGC globals()['IoArgoprojWorkflowV1alpha1ArtifactoryArtifact'] = IoArgoprojWorkflowV1alpha1ArtifactoryArtifact globals()['IoArgoprojWorkflowV1alpha1GCSArtifact'] = IoArgoprojWorkflowV1alpha1GCSArtifact globals()['IoArgoprojWorkflowV1alpha1GitArtifact'] = IoArgoprojWorkflowV1alpha1GitArtifact @@ -106,6 +108,7 @@ def openapi_types(): 'name': (str,), # noqa: E501 'archive': (IoArgoprojWorkflowV1alpha1ArchiveStrategy,), # noqa: E501 'archive_logs': (bool,), # noqa: E501 + 'artifact_gc': (IoArgoprojWorkflowV1alpha1ArtifactGC,), # noqa: E501 'artifactory': (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact,), # noqa: E501 '_from': (str,), # noqa: E501 'from_expression': (str,), # noqa: E501 @@ -133,6 +136,7 @@ def discriminator(): 'name': 'name', # noqa: E501 'archive': 'archive', # noqa: E501 'archive_logs': 'archiveLogs', # noqa: E501 + 'artifact_gc': 'artifactGC', # noqa: E501 'artifactory': 'artifactory', # noqa: E501 '_from': 'from', # noqa: E501 'from_expression': 'fromExpression', # noqa: E501 @@ -197,6 +201,7 @@ def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) archive (IoArgoprojWorkflowV1alpha1ArchiveStrategy): [optional] # noqa: E501 archive_logs (bool): ArchiveLogs indicates if the container logs should be archived. [optional] # noqa: E501 + artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 artifactory (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact): [optional] # noqa: E501 _from (str): From allows an artifact to reference an artifact from a previous step. [optional] # noqa: E501 from_expression (str): FromExpression, if defined, is evaluated to specify the value for the artifact. [optional] # noqa: E501 @@ -300,6 +305,7 @@ def __init__(self, name, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) archive (IoArgoprojWorkflowV1alpha1ArchiveStrategy): [optional] # noqa: E501 archive_logs (bool): ArchiveLogs indicates if the container logs should be archived. [optional] # noqa: E501 + artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 artifactory (IoArgoprojWorkflowV1alpha1ArtifactoryArtifact): [optional] # noqa: E501 _from (str): From allows an artifact to reference an artifact from a previous step. [optional] # noqa: E501 from_expression (str): FromExpression, if defined, is evaluated to specify the value for the artifact. [optional] # noqa: E501 diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py index 71781a04e28b..c3af97524001 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py @@ -33,7 +33,6 @@ def lazy_import(): from argo_workflows.model.affinity import Affinity from argo_workflows.model.container import Container from argo_workflows.model.host_alias import HostAlias - from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifact_gc import IoArgoprojWorkflowV1alpha1ArtifactGC from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifact_location import IoArgoprojWorkflowV1alpha1ArtifactLocation from argo_workflows.model.io_argoproj_workflow_v1alpha1_container_set_template import IoArgoprojWorkflowV1alpha1ContainerSetTemplate from argo_workflows.model.io_argoproj_workflow_v1alpha1_dag_template import IoArgoprojWorkflowV1alpha1DAGTemplate @@ -58,7 +57,6 @@ def lazy_import(): globals()['Affinity'] = Affinity globals()['Container'] = Container globals()['HostAlias'] = HostAlias - globals()['IoArgoprojWorkflowV1alpha1ArtifactGC'] = IoArgoprojWorkflowV1alpha1ArtifactGC globals()['IoArgoprojWorkflowV1alpha1ArtifactLocation'] = IoArgoprojWorkflowV1alpha1ArtifactLocation globals()['IoArgoprojWorkflowV1alpha1ContainerSetTemplate'] = IoArgoprojWorkflowV1alpha1ContainerSetTemplate globals()['IoArgoprojWorkflowV1alpha1DAGTemplate'] = IoArgoprojWorkflowV1alpha1DAGTemplate @@ -138,7 +136,6 @@ def openapi_types(): 'active_deadline_seconds': (str,), # noqa: E501 'affinity': (Affinity,), # noqa: E501 'archive_location': (IoArgoprojWorkflowV1alpha1ArtifactLocation,), # noqa: E501 - 'artifact_gc': (IoArgoprojWorkflowV1alpha1ArtifactGC,), # noqa: E501 'automount_service_account_token': (bool,), # noqa: E501 'container': (Container,), # noqa: E501 'container_set': (IoArgoprojWorkflowV1alpha1ContainerSetTemplate,), # noqa: E501 @@ -186,7 +183,6 @@ def discriminator(): 'active_deadline_seconds': 'activeDeadlineSeconds', # noqa: E501 'affinity': 'affinity', # noqa: E501 'archive_location': 'archiveLocation', # noqa: E501 - 'artifact_gc': 'artifactGC', # noqa: E501 'automount_service_account_token': 'automountServiceAccountToken', # noqa: E501 'container': 'container', # noqa: E501 'container_set': 'containerSet', # noqa: E501 @@ -269,7 +265,6 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 active_deadline_seconds (str): [optional] # noqa: E501 affinity (Affinity): [optional] # noqa: E501 archive_location (IoArgoprojWorkflowV1alpha1ArtifactLocation): [optional] # noqa: E501 - artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 automount_service_account_token (bool): AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.. [optional] # noqa: E501 container (Container): [optional] # noqa: E501 container_set (IoArgoprojWorkflowV1alpha1ContainerSetTemplate): [optional] # noqa: E501 @@ -390,7 +385,6 @@ def __init__(self, *args, **kwargs): # noqa: E501 active_deadline_seconds (str): [optional] # noqa: E501 affinity (Affinity): [optional] # noqa: E501 archive_location (IoArgoprojWorkflowV1alpha1ArtifactLocation): [optional] # noqa: E501 - artifact_gc (IoArgoprojWorkflowV1alpha1ArtifactGC): [optional] # noqa: E501 automount_service_account_token (bool): AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.. [optional] # noqa: E501 container (Container): [optional] # noqa: E501 container_set (IoArgoprojWorkflowV1alpha1ContainerSetTemplate): [optional] # noqa: E501 diff --git a/sdks/python/client/docs/ClusterWorkflowTemplateServiceApi.md b/sdks/python/client/docs/ClusterWorkflowTemplateServiceApi.md index 8af1f67957ec..1a5e19cde806 100644 --- a/sdks/python/client/docs/ClusterWorkflowTemplateServiceApi.md +++ b/sdks/python/client/docs/ClusterWorkflowTemplateServiceApi.md @@ -324,6 +324,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -553,6 +556,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -1268,9 +1274,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -1850,6 +1853,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2060,6 +2066,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2292,6 +2301,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2776,6 +2788,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3027,6 +3042,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3839,6 +3857,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -4045,6 +4066,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5026,9 +5050,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -5608,6 +5629,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5818,6 +5842,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6050,6 +6077,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6534,6 +6564,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6785,6 +6818,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7597,6 +7633,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7803,6 +7842,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9473,6 +9515,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9702,6 +9747,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -10417,9 +10465,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -10999,6 +11044,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11209,6 +11257,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11441,6 +11492,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11925,6 +11979,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12176,6 +12233,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12988,6 +13048,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13194,6 +13257,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14175,9 +14241,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -14757,6 +14820,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14967,6 +15033,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15199,6 +15268,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15683,6 +15755,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15934,6 +16009,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16746,6 +16824,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16952,6 +17033,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18528,6 +18612,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18757,6 +18844,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19472,9 +19562,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -20054,6 +20141,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20264,6 +20354,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20496,6 +20589,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20980,6 +21076,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21231,6 +21330,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22043,6 +22145,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22249,6 +22354,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -23230,9 +23338,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -23812,6 +23917,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24022,6 +24130,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24254,6 +24365,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24738,6 +24852,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24989,6 +25106,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25801,6 +25921,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26007,6 +26130,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", diff --git a/sdks/python/client/docs/CronWorkflowServiceApi.md b/sdks/python/client/docs/CronWorkflowServiceApi.md index 0c72e93eb8cc..0f7051e7d3ae 100644 --- a/sdks/python/client/docs/CronWorkflowServiceApi.md +++ b/sdks/python/client/docs/CronWorkflowServiceApi.md @@ -378,6 +378,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -607,6 +610,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -1322,9 +1328,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -1904,6 +1907,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2114,6 +2120,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2346,6 +2355,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2830,6 +2842,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3081,6 +3096,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3893,6 +3911,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -4099,6 +4120,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5080,9 +5104,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -5662,6 +5683,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5872,6 +5896,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6104,6 +6131,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6588,6 +6618,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6839,6 +6872,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7651,6 +7687,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7857,6 +7896,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9600,6 +9642,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9829,6 +9874,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -10544,9 +10592,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -11126,6 +11171,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11336,6 +11384,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11568,6 +11619,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12052,6 +12106,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12303,6 +12360,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13115,6 +13175,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13321,6 +13384,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14302,9 +14368,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -14884,6 +14947,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15094,6 +15160,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15326,6 +15395,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15810,6 +15882,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16061,6 +16136,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16873,6 +16951,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -17079,6 +17160,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18905,6 +18989,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19134,6 +19221,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19849,9 +19939,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -20431,6 +20518,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20641,6 +20731,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20873,6 +20966,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21357,6 +21453,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21608,6 +21707,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22420,6 +22522,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22626,6 +22731,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -23607,9 +23715,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -24189,6 +24294,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24399,6 +24507,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24631,6 +24742,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25115,6 +25229,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25366,6 +25483,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26178,6 +26298,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26384,6 +26507,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", diff --git a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md index a4c3eb43c937..69a2c619b176 100644 --- a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md +++ b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Artifact.md @@ -8,6 +8,7 @@ Name | Type | Description | Notes **name** | **str** | name of the artifact. must be unique within a template's inputs/outputs. | **archive** | [**IoArgoprojWorkflowV1alpha1ArchiveStrategy**](IoArgoprojWorkflowV1alpha1ArchiveStrategy.md) | | [optional] **archive_logs** | **bool** | ArchiveLogs indicates if the container logs should be archived | [optional] +**artifact_gc** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **artifactory** | [**IoArgoprojWorkflowV1alpha1ArtifactoryArtifact**](IoArgoprojWorkflowV1alpha1ArtifactoryArtifact.md) | | [optional] **_from** | **str** | From allows an artifact to reference an artifact from a previous step | [optional] **from_expression** | **str** | FromExpression, if defined, is evaluated to specify the value for the artifact | [optional] diff --git a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md index 1b0685d0e47d..b228d7b3142d 100644 --- a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md +++ b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md @@ -8,6 +8,7 @@ Name | Type | Description | Notes **name** | **str** | name of the artifact. must be unique within a template's inputs/outputs. | **archive** | [**IoArgoprojWorkflowV1alpha1ArchiveStrategy**](IoArgoprojWorkflowV1alpha1ArchiveStrategy.md) | | [optional] **archive_logs** | **bool** | ArchiveLogs indicates if the container logs should be archived | [optional] +**artifact_gc** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **artifactory** | [**IoArgoprojWorkflowV1alpha1ArtifactoryArtifact**](IoArgoprojWorkflowV1alpha1ArtifactoryArtifact.md) | | [optional] **_from** | **str** | From allows an artifact to reference an artifact from a previous step | [optional] **from_expression** | **str** | FromExpression, if defined, is evaluated to specify the value for the artifact | [optional] diff --git a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Template.md b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Template.md index 2c66d6b6697b..ff87f70fa7e7 100644 --- a/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Template.md +++ b/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1Template.md @@ -8,7 +8,6 @@ Name | Type | Description | Notes **active_deadline_seconds** | **str** | | [optional] **affinity** | [**Affinity**](Affinity.md) | | [optional] **archive_location** | [**IoArgoprojWorkflowV1alpha1ArtifactLocation**](IoArgoprojWorkflowV1alpha1ArtifactLocation.md) | | [optional] -**artifact_gc** | [**IoArgoprojWorkflowV1alpha1ArtifactGC**](IoArgoprojWorkflowV1alpha1ArtifactGC.md) | | [optional] **automount_service_account_token** | **bool** | AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false. | [optional] **container** | [**Container**](Container.md) | | [optional] **container_set** | [**IoArgoprojWorkflowV1alpha1ContainerSetTemplate**](IoArgoprojWorkflowV1alpha1ContainerSetTemplate.md) | | [optional] diff --git a/sdks/python/client/docs/WorkflowServiceApi.md b/sdks/python/client/docs/WorkflowServiceApi.md index 5465c0531c9c..57b5ef75010d 100644 --- a/sdks/python/client/docs/WorkflowServiceApi.md +++ b/sdks/python/client/docs/WorkflowServiceApi.md @@ -339,6 +339,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -568,6 +571,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -1283,9 +1289,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -1865,6 +1868,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2075,6 +2081,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2307,6 +2316,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2791,6 +2803,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3042,6 +3057,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3854,6 +3872,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -4060,6 +4081,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5041,9 +5065,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -5623,6 +5644,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5833,6 +5857,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6065,6 +6092,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6549,6 +6579,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6800,6 +6833,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7612,6 +7648,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7818,6 +7857,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9101,6 +9143,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9311,6 +9356,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9534,6 +9582,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -10465,9 +10516,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -11047,6 +11095,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11257,6 +11308,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11489,6 +11543,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11973,6 +12030,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12224,6 +12284,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13036,6 +13099,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13242,6 +13308,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14082,6 +14151,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14311,6 +14383,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15026,9 +15101,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -15608,6 +15680,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15818,6 +15893,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16050,6 +16128,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16534,6 +16615,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16785,6 +16869,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -17597,6 +17684,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -17803,6 +17893,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18784,9 +18877,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -19366,6 +19456,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19576,6 +19669,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19808,6 +19904,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20292,6 +20391,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20543,6 +20645,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21355,6 +21460,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21561,6 +21669,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -23268,6 +23379,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -23497,6 +23611,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24212,9 +24329,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -24794,6 +24908,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25004,6 +25121,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25236,6 +25356,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25720,6 +25843,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25971,6 +26097,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26783,6 +26912,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26989,6 +27121,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -27970,9 +28105,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -28552,6 +28684,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -28762,6 +28897,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -28994,6 +29132,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -29478,6 +29619,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -29729,6 +29873,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -30541,6 +30688,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -30747,6 +30897,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -32030,6 +32183,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -32240,6 +32396,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -32463,6 +32622,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -33394,9 +33556,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -33976,6 +34135,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -34186,6 +34348,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -34418,6 +34583,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -34902,6 +35070,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -35153,6 +35324,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -35965,6 +36139,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -36171,6 +36348,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -37011,6 +37191,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -37240,6 +37423,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -37955,9 +38141,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -38537,6 +38720,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -38747,6 +38933,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -38979,6 +39168,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -39463,6 +39655,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -39714,6 +39909,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -40526,6 +40724,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -40732,6 +40933,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -41713,9 +41917,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -42295,6 +42496,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -42505,6 +42709,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -42737,6 +42944,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -43221,6 +43431,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -43472,6 +43685,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -44284,6 +44500,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -44490,6 +44709,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", diff --git a/sdks/python/client/docs/WorkflowTemplateServiceApi.md b/sdks/python/client/docs/WorkflowTemplateServiceApi.md index 0e7a53afcf87..12c7eb94f7b4 100644 --- a/sdks/python/client/docs/WorkflowTemplateServiceApi.md +++ b/sdks/python/client/docs/WorkflowTemplateServiceApi.md @@ -326,6 +326,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -555,6 +558,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -1270,9 +1276,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -1852,6 +1855,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2062,6 +2068,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2294,6 +2303,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -2778,6 +2790,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3029,6 +3044,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -3841,6 +3859,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -4047,6 +4068,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5028,9 +5052,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -5610,6 +5631,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -5820,6 +5844,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6052,6 +6079,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6536,6 +6566,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -6787,6 +6820,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7599,6 +7635,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -7805,6 +7844,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9482,6 +9524,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -9711,6 +9756,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -10426,9 +10474,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -11008,6 +11053,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11218,6 +11266,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11450,6 +11501,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -11934,6 +11988,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12185,6 +12242,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -12997,6 +13057,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -13203,6 +13266,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14184,9 +14250,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -14766,6 +14829,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -14976,6 +15042,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15208,6 +15277,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15692,6 +15764,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -15943,6 +16018,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16755,6 +16833,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -16961,6 +17042,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18549,6 +18633,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -18778,6 +18865,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -19493,9 +19583,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -20075,6 +20162,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20285,6 +20375,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -20517,6 +20610,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21001,6 +21097,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -21252,6 +21351,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22064,6 +22166,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -22270,6 +22375,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -23251,9 +23359,6 @@ with argo_workflows.ApiClient(configuration) as api_client: use_sdk_creds=True, ), ), - artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( - strategy="strategy_example", - ), automount_service_account_token=True, container=Container( args=[ @@ -23833,6 +23938,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24043,6 +24151,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24275,6 +24386,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -24759,6 +24873,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25010,6 +25127,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -25822,6 +25942,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example", @@ -26028,6 +26151,9 @@ with argo_workflows.ApiClient(configuration) as api_client: zip={}, ), archive_logs=True, + artifact_gc=IoArgoprojWorkflowV1alpha1ArtifactGC( + strategy="strategy_example", + ), artifactory=IoArgoprojWorkflowV1alpha1ArtifactoryArtifact( password_secret=SecretKeySelector( key="key_example",