google-apis-integrations_v1 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2e47778b912562c8744974adb05b73248bdbd1923c672f53c494d1d9cec7e16
4
- data.tar.gz: f8e55830e887f93fec7fd94842acb72ef50a93a38bd2416eb81086f3a0e3ee99
3
+ metadata.gz: 41527fb1469786ab5ddab54a7fb625d4fa003f265433230f428795cefecd56b3
4
+ data.tar.gz: c5318ae5c619fb5952c5285fb5cabbfef0bd395f9c99512bee28ff7f1b106b32
5
5
  SHA512:
6
- metadata.gz: f346d1b4fa78d582fd2eebcc669174b8d2b7bf72684650d95ab3bc4b6a8eeaa504c40cd0e09c37ef158d93560c63fa21b1d217829fcd1f83ba86badfc6c2d030
7
- data.tar.gz: c768c481a6f3321b15a89144f9c366bb8be88f915f0f5ba0a3d68e7ab8e5fd674b0a2d78fe65679509663dcd6420d9bbfc7e2e3c7e9f773ac22d0bd80e5d6fa3
6
+ metadata.gz: 4babccee195f2508684a28ec31764d868acc1779dabeeb25c308932156533c71104ebb8acc8cebada07f1ab13dba8652b6708eaa76b4eaedd948b83391e04ab4
7
+ data.tar.gz: 9f0cfc3743e197b204166c9860a698ed2e33164cd93869a0b56af07a1bf2a41767403b9c6d9518332d89d7b465473be254c57513d3179399ea84522e54f4f3a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.4.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250223
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.3.0 (2025-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20241209
@@ -5862,6 +5862,26 @@ module Google
5862
5862
  end
5863
5863
  end
5864
5864
 
5865
+ # Data enrichment configuration.
5866
+ class GoogleCloudConnectorsV1EnrichmentConfig
5867
+ include Google::Apis::Core::Hashable
5868
+
5869
+ # Optional. Append ACL to the event.
5870
+ # Corresponds to the JSON property `appendAcl`
5871
+ # @return [Boolean]
5872
+ attr_accessor :append_acl
5873
+ alias_method :append_acl?, :append_acl
5874
+
5875
+ def initialize(**args)
5876
+ update!(**args)
5877
+ end
5878
+
5879
+ # Update properties of this object
5880
+ def update!(**args)
5881
+ @append_acl = args[:append_acl] if args.key?(:append_acl)
5882
+ end
5883
+ end
5884
+
5865
5885
  # Eventing Configuration of a connection
5866
5886
  class GoogleCloudConnectorsV1EventingConfig
5867
5887
  include Google::Apis::Core::Hashable
@@ -5881,6 +5901,11 @@ module Google
5881
5901
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig]
5882
5902
  attr_accessor :dead_letter_config
5883
5903
 
5904
+ # Data enrichment configuration.
5905
+ # Corresponds to the JSON property `enrichmentConfig`
5906
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig]
5907
+ attr_accessor :enrichment_config
5908
+
5884
5909
  # Optional. Enrichment Enabled.
5885
5910
  # Corresponds to the JSON property `enrichmentEnabled`
5886
5911
  # @return [Boolean]
@@ -5923,6 +5948,7 @@ module Google
5923
5948
  @additional_variables = args[:additional_variables] if args.key?(:additional_variables)
5924
5949
  @auth_config = args[:auth_config] if args.key?(:auth_config)
5925
5950
  @dead_letter_config = args[:dead_letter_config] if args.key?(:dead_letter_config)
5951
+ @enrichment_config = args[:enrichment_config] if args.key?(:enrichment_config)
5926
5952
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
5927
5953
  @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
5928
5954
  @listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
@@ -7695,6 +7721,11 @@ module Google
7695
7721
  # @return [Array<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry>]
7696
7722
  attr_accessor :parameter_entries
7697
7723
 
7724
+ # Optional. OUTPUT parameters from integration execution.
7725
+ # Corresponds to the JSON property `parameters`
7726
+ # @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType>]
7727
+ attr_accessor :parameters
7728
+
7698
7729
  def initialize(**args)
7699
7730
  update!(**args)
7700
7731
  end
@@ -7706,6 +7737,7 @@ module Google
7706
7737
  @execution_id = args[:execution_id] if args.key?(:execution_id)
7707
7738
  @output_parameters = args[:output_parameters] if args.key?(:output_parameters)
7708
7739
  @parameter_entries = args[:parameter_entries] if args.key?(:parameter_entries)
7740
+ @parameters = args[:parameters] if args.key?(:parameters)
7709
7741
  end
7710
7742
  end
7711
7743
 
@@ -7767,6 +7799,38 @@ module Google
7767
7799
  end
7768
7800
  end
7769
7801
 
7802
+ # Request for ExecuteTestCases.
7803
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
7804
+ include Google::Apis::Core::Hashable
7805
+
7806
+ def initialize(**args)
7807
+ update!(**args)
7808
+ end
7809
+
7810
+ # Update properties of this object
7811
+ def update!(**args)
7812
+ end
7813
+ end
7814
+
7815
+ # Response for ExecuteTestCases.
7816
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
7817
+ include Google::Apis::Core::Hashable
7818
+
7819
+ # Results of each execution of test cases in an integration version.
7820
+ # Corresponds to the JSON property `executeTestCaseResponses`
7821
+ # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse>]
7822
+ attr_accessor :execute_test_case_responses
7823
+
7824
+ def initialize(**args)
7825
+ update!(**args)
7826
+ end
7827
+
7828
+ # Update properties of this object
7829
+ def update!(**args)
7830
+ @execute_test_case_responses = args[:execute_test_case_responses] if args.key?(:execute_test_case_responses)
7831
+ end
7832
+ end
7833
+
7770
7834
  # The Execution resource contains detailed information of an individual
7771
7835
  # integration execution.
7772
7836
  class GoogleCloudIntegrationsV1alphaExecution
@@ -8245,16 +8309,12 @@ module Google
8245
8309
  class GoogleCloudIntegrationsV1alphaImportTemplateRequest
8246
8310
  include Google::Apis::Core::Hashable
8247
8311
 
8248
- # Required. Name of the integration where template needs to be imported.
8312
+ # Required. Resource Name of the integration where template needs to be imported/
8313
+ # inserted.
8249
8314
  # Corresponds to the JSON property `integration`
8250
8315
  # @return [String]
8251
8316
  attr_accessor :integration
8252
8317
 
8253
- # Required. The region of the Integration to be created.
8254
- # Corresponds to the JSON property `integrationRegion`
8255
- # @return [String]
8256
- attr_accessor :integration_region
8257
-
8258
8318
  # Optional. Sub Integration which would be created via templates.
8259
8319
  # Corresponds to the JSON property `subIntegrations`
8260
8320
  # @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails>]
@@ -8267,7 +8327,6 @@ module Google
8267
8327
  # Update properties of this object
8268
8328
  def update!(**args)
8269
8329
  @integration = args[:integration] if args.key?(:integration)
8270
- @integration_region = args[:integration_region] if args.key?(:integration_region)
8271
8330
  @sub_integrations = args[:sub_integrations] if args.key?(:sub_integrations)
8272
8331
  end
8273
8332
  end
@@ -9896,18 +9955,45 @@ module Google
9896
9955
  class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
9897
9956
  include Google::Apis::Core::Hashable
9898
9957
 
9958
+ # Optional. The modified input parameters for replay. - Provide values for all
9959
+ # the fields in the 'update_mask'. Any field not present in the 'update_mask'
9960
+ # will be ignored and its value will be taken from the original execution. - If
9961
+ # the 'update_mask' is not specified, all the parameters from original execution
9962
+ # will be ignored and only the `modified_parameters` will be used.
9963
+ # Corresponds to the JSON property `modifiedParameters`
9964
+ # @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType>]
9965
+ attr_accessor :modified_parameters
9966
+
9967
+ # Optional. The mode of the replay.
9968
+ # Corresponds to the JSON property `replayMode`
9969
+ # @return [String]
9970
+ attr_accessor :replay_mode
9971
+
9899
9972
  # Required. The user provided reason for replaying the execution.
9900
9973
  # Corresponds to the JSON property `replayReason`
9901
9974
  # @return [String]
9902
9975
  attr_accessor :replay_reason
9903
9976
 
9977
+ # Optional. The list of parameters to be updated. - If the `update_mask` is not
9978
+ # specified, all the parameters from original execution will be ignored and only
9979
+ # the `modified_parameters` will be used. - It is an error to include a
9980
+ # parameter in `update_mask` but not in `modified_parameters`. - Updating nested
9981
+ # fields in a JSON parameter is not supported, please provide the complete JSON
9982
+ # in the `modified_parameters`.
9983
+ # Corresponds to the JSON property `updateMask`
9984
+ # @return [String]
9985
+ attr_accessor :update_mask
9986
+
9904
9987
  def initialize(**args)
9905
9988
  update!(**args)
9906
9989
  end
9907
9990
 
9908
9991
  # Update properties of this object
9909
9992
  def update!(**args)
9993
+ @modified_parameters = args[:modified_parameters] if args.key?(:modified_parameters)
9994
+ @replay_mode = args[:replay_mode] if args.key?(:replay_mode)
9910
9995
  @replay_reason = args[:replay_reason] if args.key?(:replay_reason)
9996
+ @update_mask = args[:update_mask] if args.key?(:update_mask)
9911
9997
  end
9912
9998
  end
9913
9999
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1
18
18
  # Version of the google-apis-integrations_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241209"
25
+ REVISION = "20250223"
26
26
  end
27
27
  end
28
28
  end
@@ -850,6 +850,12 @@ module Google
850
850
  include Google::Apis::Core::JsonObjectSupport
851
851
  end
852
852
 
853
+ class GoogleCloudConnectorsV1EnrichmentConfig
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
853
859
  class GoogleCloudConnectorsV1EventingConfig
854
860
  class Representation < Google::Apis::Core::JsonRepresentation; end
855
861
 
@@ -1168,6 +1174,18 @@ module Google
1168
1174
  include Google::Apis::Core::JsonObjectSupport
1169
1175
  end
1170
1176
 
1177
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1171
1189
  class GoogleCloudIntegrationsV1alphaExecution
1172
1190
  class Representation < Google::Apis::Core::JsonRepresentation; end
1173
1191
 
@@ -3419,6 +3437,13 @@ module Google
3419
3437
  end
3420
3438
  end
3421
3439
 
3440
+ class GoogleCloudConnectorsV1EnrichmentConfig
3441
+ # @private
3442
+ class Representation < Google::Apis::Core::JsonRepresentation
3443
+ property :append_acl, as: 'appendAcl'
3444
+ end
3445
+ end
3446
+
3422
3447
  class GoogleCloudConnectorsV1EventingConfig
3423
3448
  # @private
3424
3449
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3428,6 +3453,8 @@ module Google
3428
3453
 
3429
3454
  property :dead_letter_config, as: 'deadLetterConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig::Representation
3430
3455
 
3456
+ property :enrichment_config, as: 'enrichmentConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig::Representation
3457
+
3431
3458
  property :enrichment_enabled, as: 'enrichmentEnabled'
3432
3459
  property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
3433
3460
  property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
@@ -3939,6 +3966,8 @@ module Google
3939
3966
  hash :output_parameters, as: 'outputParameters'
3940
3967
  collection :parameter_entries, as: 'parameterEntries', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
3941
3968
 
3969
+ hash :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
3970
+
3942
3971
  end
3943
3972
  end
3944
3973
 
@@ -3961,6 +3990,20 @@ module Google
3961
3990
  end
3962
3991
  end
3963
3992
 
3993
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
3994
+ # @private
3995
+ class Representation < Google::Apis::Core::JsonRepresentation
3996
+ end
3997
+ end
3998
+
3999
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
4000
+ # @private
4001
+ class Representation < Google::Apis::Core::JsonRepresentation
4002
+ collection :execute_test_case_responses, as: 'executeTestCaseResponses', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse::Representation
4003
+
4004
+ end
4005
+ end
4006
+
3964
4007
  class GoogleCloudIntegrationsV1alphaExecution
3965
4008
  # @private
3966
4009
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4104,7 +4147,6 @@ module Google
4104
4147
  # @private
4105
4148
  class Representation < Google::Apis::Core::JsonRepresentation
4106
4149
  property :integration, as: 'integration'
4107
- property :integration_region, as: 'integrationRegion'
4108
4150
  hash :sub_integrations, as: 'subIntegrations', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
4109
4151
 
4110
4152
  end
@@ -4567,7 +4609,11 @@ module Google
4567
4609
  class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
4568
4610
  # @private
4569
4611
  class Representation < Google::Apis::Core::JsonRepresentation
4612
+ hash :modified_parameters, as: 'modifiedParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
4613
+
4614
+ property :replay_mode, as: 'replayMode'
4570
4615
  property :replay_reason, as: 'replayReason'
4616
+ property :update_mask, as: 'updateMask'
4571
4617
  end
4572
4618
  end
4573
4619
 
@@ -1156,6 +1156,9 @@ module Google
1156
1156
  # @param [String] name
1157
1157
  # Required. The integration resource name. Format: projects/`gcp_project_id`/
1158
1158
  # locations/`location`/integrations/`integration_id`
1159
+ # @param [String] gcp_cloud_events_mode
1160
+ # Optional. LINT: LEGACY_NAMES The query parameter value for
1161
+ # __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
1159
1162
  # @param [String] trigger_id
1160
1163
  # Required. Id of the integration trigger config. The trigger_id is in the
1161
1164
  # format: `integration_connector_trigger/projects/`gcp_project_id`/location/`
@@ -1177,11 +1180,12 @@ module Google
1177
1180
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1178
1181
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1179
1182
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1180
- def execute_project_location_integration_event(name, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1183
+ def execute_project_location_integration_event(name, gcp_cloud_events_mode: nil, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1181
1184
  command = make_simple_command(:post, 'v1/{+name}:executeEvent', options)
1182
1185
  command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse::Representation
1183
1186
  command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
1184
1187
  command.params['name'] = name unless name.nil?
1188
+ command.query['GCPCloudEventsMode'] = gcp_cloud_events_mode unless gcp_cloud_events_mode.nil?
1185
1189
  command.query['triggerId'] = trigger_id unless trigger_id.nil?
1186
1190
  command.query['fields'] = fields unless fields.nil?
1187
1191
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2179,6 +2183,41 @@ module Google
2179
2183
  execute_or_queue_command(command, &block)
2180
2184
  end
2181
2185
 
2186
+ # Executes all test cases in an integration version.
2187
+ # @param [String] parent
2188
+ # Required. The parent resource whose test cases are executed. Format: projects/`
2189
+ # project`/locations/`location`/integrations/`integration`/versions/`
2190
+ # integration_version`
2191
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest] google_cloud_integrations_v1alpha_execute_test_cases_request_object
2192
+ # @param [String] fields
2193
+ # Selector specifying which fields to include in a partial response.
2194
+ # @param [String] quota_user
2195
+ # Available to use for quota purposes for server-side applications. Can be any
2196
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2197
+ # @param [Google::Apis::RequestOptions] options
2198
+ # Request-specific options
2199
+ #
2200
+ # @yield [result, err] Result & error if block supplied
2201
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse] parsed result object
2202
+ # @yieldparam err [StandardError] error object if request failed
2203
+ #
2204
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse]
2205
+ #
2206
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2207
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2208
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2209
+ def execute_project_location_integration_version_test_case(parent, google_cloud_integrations_v1alpha_execute_test_cases_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2210
+ command = make_simple_command(:post, 'v1/{+parent}/testCases:execute', options)
2211
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest::Representation
2212
+ command.request_object = google_cloud_integrations_v1alpha_execute_test_cases_request_object
2213
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse::Representation
2214
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
2215
+ command.params['parent'] = parent unless parent.nil?
2216
+ command.query['fields'] = fields unless fields.nil?
2217
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2218
+ execute_or_queue_command(command, &block)
2219
+ end
2220
+
2182
2221
  # Executes functional test
2183
2222
  # @param [String] test_case_name
2184
2223
  # Required. Test case resource name
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.3.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.4.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Application Integration API V1
79
79
  test_files: []