google-apis-contactcenteraiplatform_v1alpha1 0.36.0 → 0.37.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e601a778c160d848ef994289e873facaca542addc434bdb9d5eae68752141adb
|
|
4
|
+
data.tar.gz: 34c358446556ec20632c5ff3acb155d0ebdf6bc9d7a00e429cfc62cf0beaa62d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d961f6a9fcdce5f35324cf49b2e5a3388fdd33904cc026c98af54e017d227e38b66120ec1a3887a70517bcb4d8cd6ce19895a07889d8e2590d81574e2d7f465
|
|
7
|
+
data.tar.gz: 85e2fdb3ab204a993a400a5de1d0a8522af8fa326a5ed1acfe2bdb13d9754edaee287255662f36beb0346e51a9ed692c125fca02b76bea7628de164dc42fbb82
|
data/CHANGELOG.md
CHANGED
|
@@ -1184,9 +1184,9 @@ module Google
|
|
|
1184
1184
|
# @return [Array<String>]
|
|
1185
1185
|
attr_accessor :assignable_employee_ids
|
|
1186
1186
|
|
|
1187
|
-
# Fixed number of days off per week. An employee has a given day off
|
|
1188
|
-
# not assigned to a shift that starts on that day. A week is 7 days
|
|
1189
|
-
# on Sunday.
|
|
1187
|
+
# Optional. Fixed number of days off per week. An employee has a given day off
|
|
1188
|
+
# if they are not assigned to a shift that starts on that day. A week is 7 days
|
|
1189
|
+
# and begins on Sunday.
|
|
1190
1190
|
# Corresponds to the JSON property `daysOffCountPerWeek`
|
|
1191
1191
|
# @return [Fixnum]
|
|
1192
1192
|
attr_accessor :days_off_count_per_week
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContactcenteraiplatformV1alpha1
|
|
18
18
|
# Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-contactcenteraiplatform_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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-contactcenteraiplatform_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.37.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenteraiplatform_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|